Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

Multiple item entry with edit and delete option

$
0
0

Help me with code for sales order in which one can add multiple item and can store it in database. Example.
-------------------------------------------------------------------------------------------
item name | item rate | item quantity| total amount|
LEd              2100           2                        4200    |Edit|Delete      (line 1)
Mouse          100             4                        400      |Edit|Delete      (line 2)
Item list     | auto fill   |  manual        | Auto fill       | Add             (line 3) 

                                    Grand Total  | 4400        |

                                                     

                                                                                **Submit**

Item list is taken from databse. item rate should be come auto as specified in database and total amount should come automatically. after pressing add button next line come automatically as line 3 and the added line must look like line 1 and line 2 with edit and delete option. after submitting the form all entry inserted into database.

Help will be highly appreciated.

the work I have done is .....

------------------------------------------------------------------------------------------------------

fee.php
----------------------------------------------------------------------------------------------------------------

checkfee.php

 

is attached.....

 

Attached Files


Viewing all articles
Browse latest Browse all 13200

Trending Articles