views:

54

answers:

0

Hello,

I am working on a php and mysql based client and invoice management web application.

In my apps Invoice section, I want to allow users to add any number of invoice items (qty, description, price) dynamically (by default only one will be displayed), and autogenerate total, grandtotal amount. I want to do this using jquery. And when the user submits the form, all the field data should be updated in the database. I will really appreciate if you guys guide me in the right direction.

Same effect has been used in invoicemachine.com


All i want to do is, copy the effect of invoicemachine.com..., there are many application which uses the same effect.

I want to allow my users to add an invoice, so they can add as many invoice items they want with details such as quantity, description and price.

After adding the items, when they click save / submit, I want to capture the data of all the fields (static + dynamic) and save it in a database.

Now, how can i achieve this?