0% found this document useful (0 votes)
351 views14 pages

Pizza Hut Management System

This document summarizes a Pizza Hut management system project created by Aniket Mittal for their Bachelor's degree. The project uses C++ and graphics to create a menu for ordering pizza with options to register, log in, view menu items divided into categories, add items to a cart, view the cart, and generate an order receipt. The system stores customer data in files and calculates order costs. Navigation is done through numeric keys with backspace and escape keys to go back or exit pages.
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)
351 views14 pages

Pizza Hut Management System

This document summarizes a Pizza Hut management system project created by Aniket Mittal for their Bachelor's degree. The project uses C++ and graphics to create a menu for ordering pizza with options to register, log in, view menu items divided into categories, add items to a cart, view the cart, and generate an order receipt. The system stores customer data in files and calculates order costs. Navigation is done through numeric keys with backspace and escape keys to go back or exit pages.
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/ 14

Pizza Hut Management System

Submitted in the partial fulfillment for the award


of the degree of
BACHELOR OF ENGINEERING
IN
Artificial Intelligence Machine Learning

Submitted by: Under the Supervision of:


ANIKET MITTAL Gurpreet Singh Panesar
20BCS6819

Department of AIT-CSE DISCOVER . LEARN . EMPOWER


INTRODUCTION
• This program is based on the fundamental idea of managing pizza orders,
with a register and login framework.

• The system is an attempt to provide customers with a benefits of systematic


order management.

• The whole project is in c++, no other language is used.

• We used c++ graphics to make it look attractive.

• We added a variety of different food items and made more than 6 pages.

• We made this project on Code::Blocks 20.03


SOFTWARE USED
• IDE Code::Blocks 20.03
• Power Point for making PPT
• Acrobat reader DC for making report
Make an account
This is the very first page in which we provided the
login system , if the user already has an account then
the user can login otherwise the user can make an
account by entering 1.Register

After that the user is asked to enter name, password,


mobile number and address.

All the information is stored in a folder using the


concept of file handling.
Log in
After making an account the user can login using the name and password.

That’s all for console window.


After pressing enter the graphic window will open.
Menu Page
This is the first page on graphic
window.

We made this page using C++


graphics (adding background ,
photos).

If the user press esc key then


the program will end.

If the user press numpad 8 key,


then Cart will open.

If the user press If the user press If the user press


numpad 1 key numpad 2 key numpad 3 key
then the new then the new then the new
window of sides window of pizzas window of drinks
will open. will open. will open.
Sides Page
If the user press numpad 1 key then the
new window of spring rolls will open.

If the user press esc key then


the program will end.

If the user press numpad 8 key, Press numpad 1 to add this item
then Cart will open. to cart
If the user press backspace then Press backspace to go to
menu page will open. previous page i.e sides.
Pizzas Page
If the user press numpad 1 key then the
new window of spring rolls will open.

If the user press esc key then


the program will end.

If the user press numpad 8 key, If user press numpad 1 , then a


then Cart will open. new page will open.
If the user press backspace then If user press backspace, then
menu page will open. previous page will open.
Select the size of pizza by
pressing numpad 1, 2, 3.

On pressing numpad 2

Select the special crust by


pressing numpad 1, 2, 3, 4.

On pressing numpad 2
Drinks Page
If the user press numpad 1 key then the
new window of orange juice will open.

If the user press esc key then


the program will end.

If the user press numpad 8 key, If user press numpad 1 , then


then Cart will open. this item will be added to cart.
If the user press backspace then If user press backspace, then
menu page will open. previous page will open.
CART

The program will calculate


the cost of items chosen
by user and display in this
cart page (using outtextxy()
function)

If the user press If the user press If the user press


numpad 1 key numpad 2 key numpad 3 key
then the new then the cart will then the
window of order reset and an previous page
will open. empty cart will open.
ORDER PAGE

Press backspace to go to
Menu

The screenshot of this receipt is automatically


saved in pc using readimagefile() function.
REFFERENCES
• https://unsplash.com

• https://itsourcecode.com
THANK YOU

Aniket Mittal Bipandeep Singh Pannu


20BCS6819 20BCS6809

You might also like