Restaurant Management script using Tkinter to generate bills based on selection of item and quantity
Here are the features
All items ( menu items ) with price per unit are to be included by using a dictionary.
All items with images are to be displayed using buttons or labels.
Each item will be associated with one Spinbox to select number of items ordered.
There will be two buttons at the end of the display. One for generating the bill and other for resetting the billing system.
Once the billing button is clicked, the order quantity against each item is checked and based on the price the rows of items with total price is prepared.
Sum of the all ordered individual items are calculated to finalize the total price.
Over the total price, 10% extra to be added as tax.
The final price is to be displayed after adding the tax of 10 %.
Once the reset button is clicked all the billing section data to reset to initial stage and all the spinboxes are to return to 0 value to prepare for next bill.
Use one background image of your choice.
Use images for food items of your choice.
This code is without images, the lines with images are commented. You can use your own images or wait for the script with image.