I am looking for input form that you can enter the data to submiyt into Mysql database.
the form should have these conditions:
Invoice: auto generate
Date: date pickerfrom pop up calendar
choose client from drop down list
then option to add/remove rows
rows would have:
Auantity, Product(drop down), category(drop down based on product selection), Price (based on product selection), Ship, Tax & total (total value of rows= (Qty*price)+(ship=tax)
then subtotal which calculates the total of the rows