Hello guys...
Iam developing a stock maintenance system for a hotel (PHP-MySQL) in which the client will be updating the consumption everyday.
Suppose the items are like
Pepsi
Buns
Sauce
Then everyday consumption he needs to keep track. He will login and enter the consumption details for 23rd March then date and the consumtion has to be stored
date pepsi buns sauce
23rd Mar 30 50 90
This is what i thought..Simple. But he needs to add extra items by his own it seems :-( .Cant figure out how to do. Please suggest some points so that i can get a lead.
Thank you :-)