function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vishal tulsiyanvishal tulsiyan 

Billing Solution for a Restaurant

Hi,

I am developing an app, for my practise, to provide solution to a restaurant for there billing, keeping track of new/old recipes , customers and there feedback, and some more features.

I am stuck with billing layout.

One possible solution i thought was to make a

1. VisualPage page which will have fields like Serial Number, Item Name(text Box with dynamic Search), Quantity and Price(in a table form). When i Search the item name and i select a recommendation, price related to that item gets updated in that row.
2. We can dynamically add rows for each item which was served. for this i need to have a button, maybe, which after clicking would add a new row so that the new item can be searched and added.
3. finally when all items are added, there should be a button which when clicked will generate a unique bill number and the total amount will be output in the same page.

i understand i have given a very naive description of the problem. Still, if anyone can help me with the concept and how to go about it??