How to create a food menu list with price and get the total, minus the discount of 5% and 10% from the cash money. for my small restaurant.
Thank you
There are numerous ways to do this:
Here is Tim' remix of an old tutorial (Pizza Party) https://groups.google.com/g/mitappinventortest/c/hOx-n14lkBs/m/Nq2OIuyAAQAJ that could be used as the basis for the app. Use the Math Blocks to variously provide deductions of 5 and 10 percent.
Here is an app in the MIT Gallery MIT App Inventor Gallery . It might be the basis for your Project. If not, search within the gallery for restaurant or bill perhaps.
Here is another example discussed from the old forum .
I added discount Buttons.
https://groups.google.com/g/mitappinventortest/c/UI3CPiLLp6o/m/BVa3mX3RXcMJ
This app does not use a list; it uses checkboxes to select food items.
Fish_Fry_10.aia (14.1 KB)
Who would use the app?
- waiters?
- countermen?
- cashier(s)?
- cooks?
- customers?
- the manager?
for my cashier.
For a single user serving one customer at a time, this should get you started:
Use a Button and math blocks for the per centage calculations.
Do not comment on the three year old topic. If you have any suggestion either search in community. If you try and get struck then open a topic and shate the updated blocks. Follow the suggestion given in the last post