Super Market Billing System: Title
Super Market Billing System: Title
On
“Title”
Submitted By:
1.YAMINI.M USN:3BR19CS184
2.YASHASWINI BH USN:3BR19CS186
1|Page
SUPER MARKET BILLING SYSTEM
2020-2021
CERTIFICATE
This is to certify that the MINI-PROJECT entitled
bearing ({USN}) a student of IV semester B.E. for the partial fulfillment of the requirements
for the award of Bachelor Degree in Computer Science & Engineering of the
year 2019-2020
2|Page
SUPER MARKET BILLING SYSTEM
ABSTRACT:
he projects "supermarket “deals with the automation of super market this software will help
salespersons in managing the various types of records pertaining to his/her customer. The product will
help the user to work in a highly effective and efficient environment
The sales person has been recording the customer information in the past and even in the present
through their personal manual efforts. And indeed, it consumes their considerable time and energy that
could be utilized in the better product activities. Apart from that, with increasing customer strength the
task of managing information of each individual customer is Indeed a cumbersome task
There is a lot of reason for the introduction of this project. In the manual system, there are number of
inefficiencies that a salesperson face. The information retrieval is one of the foremost problems. It is very
difficult to gather the overall performance reports of the customer. Large records -books have to be
maintained where relevant and irrelevant information has to be stored which is very untidy and clumsy
process.
Acknowledgment:
I have taken efforts in project. However, it would not have been possible without the kind support and
the help of many individuals. I would like to extend my sincere gratitude to thanks them all.
I am highly indebted to the teacher in charge _____ for his/her guidance and constant supervision and
also in completing the project.
I am very obliged to our respect HOD sir ____ for giving this opportunity of making “c++ application”
which helped us the application of concept we learn in classes.
I would like to express my gratitude towards my parent’s kind cooperation and encouragement which
helped me in completion of project.
Last but not the least I would like to express my special gratitude and thanks to my group mate in
developing the project without whom the project has remained incomplete.
Thank you all
3|Page
SUPER MARKET BILLING SYSTEM
TABLE OF CONTENTS
Abstract I
Acknowledgement II
List Of Figures IV
1 Introduction
1.1 Vision
1.1 Mission
1.1Objectives
2 System Requirements
2.4 Non-functional
Requirements
2,.5 Domain Requirements
4|Page
SUPER MARKET BILLING SYSTEM
1.Introduction
The supermarket billing system is a simple console application built in c++ without the use of
graphics the project will help you understand basically two things – use of stream class and
file handling in c++ programming language
Two classes, class amount and class item can be found in this project in which class amount
is inherited from the class item. the project is simple to understand and the source code has
been presented in an understandable manner.
The source code for this project is long, over 700 lines. The code is complete and totally
error-free but there are rooms for improvement.
The c++ source code of this supermarket billing system project need to be compiled in code:
blocks using GCC compiler.
Supermarket billing system is a very simple mini project in C++, built as a console
application without using graphic features. it’s just a demonstration of the use of file handling
and stream class in C++ language.
Mission:
goal is to support the implementation of modern billing processes and
technologies with view of billing and increasing security and transparency.
Billing technologies have the potential to increase sales
5|Page
SUPER MARKET BILLING SYSTEM
objectives:
The supermarket billing system is built to help supermarkets calculate and
display bills and serve the customer in a faster and efficient manner. This
software project consists of an effective and easy Guy to help the employee in
easy bill calculation and providing an efficient customer service
The main objective of the C++ project on super market management system is
to manage the detail of products, payment, purchasing, stores, sales. It manages
all the information about products, customers sales, products. The project is
totally built at administrative end and thus only the administrator is guaranteed
the access. The purpose of the project is to build an application program to
reduce the manual work for managing the products, payment, customer,
purchasing. It tracks all the details about the purchasing, stores, sales.
2.System requirements:
2.1 hardware requirements
Processor – icore3
Hard Disk – 5 GB
Memory – 1GB RAM
2.2software requirements:
Turbo c or dev.++ needs to be installed
Language++
Operating system: windows 7
6|Page
SUPER MARKET BILLING SYSTEM
2.3Functional requirements:
Provides the searching facilities based on various factors. such as
products, purchasing, stores, sales.
College management system also sells the employees details online
for student details, employees’ details, course.
It tracks all the information of payment, customer, stores.
Manage the information of payment.
Shows the information and description of the products, purchasing
To increase efficiency of managing the products, payment.
It deals with monitoring the information and transaction of stores.
Manage the information of products.
Editing, adding and updating of records is improved which results in
proper resource management of products data.
Manage the information of stores.
Integration of all records of sales.
7|Page