0% found this document useful (0 votes)
335 views19 pages

Canteen Management System in C++

This document describes a canteen management system project created in C++. It allows users to add, display, modify and delete customer and product information to manage a canteen. The system includes features like storing customer and sales data, updating employee details, and viewing available products. It aims to provide fast service to customers by using saved records while allowing addition of new records. Source code examples and output screens are included to demonstrate functionality. In conclusion, the software efficiently maintains customer and product data to reduce workload for canteens.

Uploaded by

Pratik Dash.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
335 views19 pages

Canteen Management System in C++

This document describes a canteen management system project created in C++. It allows users to add, display, modify and delete customer and product information to manage a canteen. The system includes features like storing customer and sales data, updating employee details, and viewing available products. It aims to provide fast service to customers by using saved records while allowing addition of new records. Source code examples and output screens are included to demonstrate functionality. In conclusion, the software efficiently maintains customer and product data to reduce workload for canteens.

Uploaded by

Pratik Dash.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 19

CANTEEN MANAGEMENT SYSTEM IN

C++

Presented By:-
Guided By:-
Rahul Kumar
Shivani nanda mam
Assistant professor C.S.E (180301131010)
[ECE]
Alok kiran panigrahy
(180301130001)
[ECE]
Satyabrata dash
(180301130004)
[ECE]
CONTENT 

1) Introduction
2) Working description
3) Features
4) Requirement
5) Advantages and disadvantages
6) Conclusion
7) System design
INTRODUCTION 

 This project CANTEEN MANAGEMENT SYSTEM includes some facilities of


customer's and products search, display, modification, delete etc. This
software searches the client data which is store in the record and then
gives permission to place the order by the customer. The software used for
small scale canteens which have limited customers and products and
wants to maintain the records.
WORKING DESCRIPTION 

 This program consists of options as follows MAIN MENU


1. ADD CUSTOMER
2. ADMINISTRATOR MENU
ADD PRODUCT 
DISPLAY ALL PRODUCTS 
PRODUCT DETAILS 
MODIFY PRODUCT
DELETE PRODUCT 
VIEW PRODUCT MENU 
RETURN TO MAIN MENU
3. EXIT
FEATURES

• This project is a program to store data of employees and sales as well as


order.
• The owner can add the employee and update the employee details.
• Similarly, the employee manages the sales and order.
• Developed using C++ language.
• Easy to operate and understandable.
PROJECT OBJECTIVE

• Canteen management system will able to provide fast services to their


customers by using their records which has been saved previously.
However new records can be added any time whenever any customers
visited to their canteen shop. To identify the customers each customers
will be provided with their customer id and during data entering process
all their basic information’s will be added into the file in the binary format.
• Each customer will be provided with smart card and each smart card will
have a unique number by which system will easily able to identify their
customers and prepare their bills for the services which they have taken. It
will also help the canteen shop admin to identify such customers whose
payment has not been cleared till date. Admin will have the facility what
are the items which are available at their shop at particular time and what
is the exact quantity of any particular item.
SOURCE CODE
Main function
Add function code
Display function code
OUTPUT
User detail output
Customer list
FRONT PAGE OF OUTPUT
DELETE ITEM
CONCLUSION

• This software is efficient in maintaining customer’s details and can easily


perform operations on customer’s records and also works to handles the
information of the products available in a canteen. This software also
reduces the work load of the canteens. In future, this system can launch
web site for easy online canteen facilities

You might also like