Search posts, tags, users, and pages
Amadeusz Annissimo
Technical Co-Founder
Take the following 3 models: customer id - integer name - string invoices id - integer status - string customer_id - integer credit_notes id - integer status - string invoice_id - integer Laravel gives us an easy wa...
Cyril Fehintoluwa
Thanks for the great article, needed this about a month ago or so.
But here
'invoice_id', // refers to invoice_id column on customers table
I think you meant on the credit_notes table, right?
Thank you for reading the article and the comment :) You're right, I just fixed it.
Cyril Fehintoluwa
Thanks for the great article, needed this about a month ago or so.
But here
'invoice_id', // refers to invoice_id column on customers tableI think you meant on the credit_notes table, right?