I want to create a invoice as described in this post here.
I am able to do the edits here and get even the print. But I need some suggestion to store the same into Database. I am Good with MySQL, just a beginner in PHP, So can any one suggest me how to have multiple inserts. and storing the customer info in customer table, and order info in order table, and the relation between customer and Order in another. with reference to the above example.
Demo here.
They are 4 sections in the INVOICE system , Client Information , Invoice Information , Invoice Items and Items Total
Invoice InformationCustomer InformationInvoice ItemsItem Totalthis would be done automaticallyI hope this helps
Thanks
🙂