How can I create Invoice functionality using Voyager bread?
Hi all,
Is it possible that I can create Master/Detail type functionality like Invoices ( Invoice master will have attributes like Inv Nr, Customer, Date, Amount and invoice details will have product_code, quantity, rate, amount etc. Invoice amount will be sum of all line items amount in invoice details.
Thanks and appreciate any help...
Uday
Hello,
Yes, this sounds like a standard thing.
You can start by creating your database table with all of the attributes that you've mentioned:
Then create a BREAD to display those invoices:
Hope that this helps!
Let me know if I've missed anything.
Best,
Bobby