0% found this document useful (0 votes)
26 views

Project Title: Dharm Sagparia-J010 Muktesh Raghavan - J024 Sweety Khut - J030 Sanchit Agarwal - J034

This project report describes a store management software system built in C language. The software contains modules for inventory management, product search, billing, and more. It allows stores to efficiently manage products, pricing, and sales. Key features include assigning product codes, viewing inventory levels, searching for products, updating product information, and generating receipts. The software aims to reduce time spent on inventory tasks and provide a user-friendly interface for employees.

Uploaded by

dharm sagparia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Project Title: Dharm Sagparia-J010 Muktesh Raghavan - J024 Sweety Khut - J030 Sanchit Agarwal - J034

This project report describes a store management software system built in C language. The software contains modules for inventory management, product search, billing, and more. It allows stores to efficiently manage products, pricing, and sales. Key features include assigning product codes, viewing inventory levels, searching for products, updating product information, and generating receipts. The software aims to reduce time spent on inventory tasks and provide a user-friendly interface for employees.

Uploaded by

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

PROJECT TITLE

A Project Report
Submitted by

Dharm Sagparia- J010


Muktesh Raghavan- J024
Sweety Khut- J030
Sanchit Agarwal- J034

Under the Guidance of

Prof. KRISHNA SAMDANI

B. TECH
DATA SCIENCE

At

MUKESH PATEL SCHOOL OF TECHNOLOGY,


MANAGEMENT AND ENGINEERING

DECLARATION
We, Dharm Sagparia, Muktesh Raghavan, Sweety Khut, Sanchit Agarwal, Roll No. J010, J024,
J030, J034 B.Tech (Data Science), understand that plagiarism is defined as anyone or
combination of the following:

1. Un-credited verbatim copying of individual sentences, paragraphs or illustration (such as


graph diagrams, etc.) from any source, published or unpublished, including the internet.
2. Un-credited improper paraphrasing of pages paragraphs (changing a few words phrases,
or rearranging the original sentence order)
3. Credited verbatim copying of a major portion of a paper (or thesis chapter) without clear
delineation of who did wrote what. (Source: IEEE, The institute, Dec. 2004)
4. I have made sure that all the ideas, expressions, graphs, diagrams, etc., that are not a
result of my work, are properly credited. Long phrases or sentences that had to be used
verbatim from published literature have been clearly identified using quotation marks.
5. I affirm that no portion of my work can be considered as plagiarism and I take full
responsibility if such a complaint occurs. I understand fully well that the guide of the
seminar/ project report may not be in a position to check for the possibility of such
incidences of plagiarism in this body of work.

Signature of the Student:

Name: Dharm Sagparia, Muktesh Raghavan, Sweety Khut, Sanchit Agarwal

Roll No: J010, J024, J030, J034

Place: Mumbai

Date: 01/05/2021

Table of Contents
CHAPTER TITLE PAGE NO.
NO.
List of Figures
Abstract 5
1. INTRODUCTION 6
2. TOOLS & TECHNIQUES
3. SIMULATIONS & RESULTS
4. CONCLUSION
5. FUTURE WORK
6. REFRENCES
Appendix A
Table of Figure
CHAPTER FIGURE FIGURE NAME PAGE
NO. NO. NO.

1. 1.1 Name of the figure


2.
3.
4.
5.
6.
Abstract:
The store management project is a software application for the various stores like supermarkets,
departmental stores, drug stores, convenience stores, etc. It helps them function efficiently and
accurately. The burden on the employees and the employer is significantly reduced. The software
covers the various modules required for store management. The software can be used for
inventory management and also for an easy and quick billing process. It helps the store to keep
track of the inventory and avoid inadequacy of products. Also a login page has been provided so
only the employees provided with the required login id and password can access it.

The store management software contains the following modules

Insert: The module allows user to add new products their quantity and their price and assign
a unique code.

Display: The module displays all the products in the inventory their quantity and price

Search: The module allows user to search individual products using the product’s unique
code.

Delete: The module allows user to delete a particular product from the inventory.

Update: The module allows the user to update an already existing product.

Close: The module allows the user to close the software

Sale product: The module is the billing module. The user can add the product code and its
quantity. Multiple products can be added one after the other. At the end you get the total amount
to be paid by the customer
Chapter 1: Introduction

This project is built on C language

This store management system contains all the functions required for easing the work of the
employees and contributes to an efficient management of inventory. It is an extremely user
friendly program, and easy to understand even if you don’t have any experience in using a
program. The program is a great way to reduce the time required in inventory management as
you need not go and physically count the quantity of the products everyday as the inventory is
auto updated after each sale.

The program allows user to assign codes the products for fast navigation. All the products their
price, quantity remaining, is available at the click of a button. This is also enhances the customer
as they can save their time by asking whether a product is available or not instead of wasting
their time searching for it throughout the store. The option to edit the products info is also very
useful as to remove products which for example had gone past their expired dates also you can
add or subtract the quantity of the product. A login id and password is required to use the
program which increases the security of the program.

The billing process is easy and quick. The user needs to enter the product code and the quantity
of the product being sold and press enter. Products can be added one after the other. In the end
you get the total amount to be paid by the customer.

You might also like