You are on page 1of 6

VIIT CANTEEN

BILLING SYSTEM
Anjana Nambiar - 528
sidheshwar chothave - 529
Sahil Pharande - 540
Virendra Aligave - 544
Kushal Malu – 545
Class :- F.Y. Division :- E Batch :- E-2
22/06/2022 VIIT CANTEEN BILL 1
ABSTRACT

Our motive of project is to calculate our college VIIT canteen bill of each
student and keeping a track of it. First, the user has to enter correct
credentials to access his/her bill and if password is incorrect the calculated
bill can’t be viewed. After entering correct credentials, the menu will be
displayed to the user and user needs to input data of quantity as per his
choice. Then the bill is calculated and displayed on the output screen
including tax as well. We have asked user his details and college id as input
and displayed that on final bill with total amount.
The screenshot of bill is calculated this keeps track of each canteen bill
of each student. This is done by using a python code at the backend.
Now let us see what all things we have used in our code.

22/06/2022 VIIT CANTEEN BILL 2


FLOW OF PROGRAM

22/06/2022 VIIT CANTEEN BILL 3


LIST OF THE CONCEPT WHICH ARE COVERED FROM THE SYLLABUS

1. If/Else :-

2. Def Function :-

3. Loop :-

22/06/2022 VIIT CANTEEN BILL 4


LIST OF THE CONCEPT WHICH
ARE OUT OF SYLLABUS
1. Tkinter Module :-

2. Pyautogui :-

3. PIL :-

4. Time & Random :-

22/06/2022 VIIT CANTEEN BILL 5


CONCLUSION

This is our entire project. The bill is calculated , displayed and saved in our data
base as to keep a track .Now a days World is shifting towards Digital way in almost
all field. So, Digital bills may be the best alternative over paper-billing. Admin can
use it by simply login by root password to access our billing project. With login
Admin can create bill with student’s name and its Id to store data in device for further
reference.
Similarly, record maintenance and updating can also be accomplished by using
the identification of the customer with all the details being automatically generated.
This project may contribute and useful for small purpose business and shop.
We Have Studied ‘def’ function and using various module and labelling and
fixing their position with loop and Listing and pyautogui

22/06/2022 VIIT CANTEEN BILL 6

You might also like