Project proposal (1)
Project proposal (1)
Submitted By :-
Enrolment No :- 2250785159
SHOE SHOP
MANAGEMENT
SYSTEM
2
TABLE OF CONTENT
1. Introduction (pg 1)
2. Objectives (2)
3. Scope (3)
● Dfd (4-8)
● Erd (9)
● Class diagram (10)
4. Database structure (11-13)
5. Modules (14)
6. Project Category (15)
7. Hardware software requirements (16)
8. Future scope (17)
9. Limitations (18)
10. Bibliography (19)
3
INTRODUCTION
OBJECTIVES
4. To provide a simple yet effective user interface for staff and customers.
SCOPE
The scope also includes multi-user support, enabling staff members with
different access rights (e.g., managers, salespeople, admin) to interact
with the system according to their roles. It will support various payment
methods, allowing for seamless transactions both in-store and online.
1. User Table
2. Products Table
3. Orders Table
Column Name Data Type Description
Order ID INT(Primary Key) Unique Identifier For
Each Order
User ID INT(Foreign Key) Refers to the user
placing the order
Order Date Date Time Date and Time of the
order
Total Amount Decimal (10,2) Total Price of the
order
Stock Quantity INT Available quantity of
the product
5. Payments Table
Column Name Data Type Description
Payment ID INT(Primary Key) Unique Identifier For
Each Payments
Order ID INT(Foreign Key) Refers to the order
Payment Method ENUM (Card, 'Cash', Mode of the
'UPI) payments used
6. Inventory Table
Column Name Data Type Description
Inventory ID INT(Primary Key) Unique Identifier
For Inventory Entry
Product ID INT(Foreign Key) Refers to the
product
Quantity Added INT Quantity of the
stock added
Date Added Date Time Date and Time of
the stock addition
17
Project Category ~
The Shoe Shop Management System falls under the category of Retail
Management Software. It is a business automation project designed to
streamline the operations of a retail shoe shop. This system is built to
improve the management of inventory, customer orders, invoicing, and
sales reporting. By integrating various functions into one platform, it aims
to enhance operational efficiency, reduce human error, and provide
real-time insights into business performance. The project combines
database management, user interface development, and transaction
processing to offer a comprehensive solution for small to medium-sized
shoe retail businesses.
20
Future Scope
The future scope of the Shoe Shop Management System includes several
enhancements and expansions to cater to evolving business needs. One of the
primary improvements would be the integration with e-commerce platforms
such as Shopify or WooCommerce, enabling the shoe shop to expand its reach
and handle both online and offline sales seamlessly. Additionally, the system
could incorporate Artificial Intelligence (AI) to offer personalized product
recommendations to customers based on their preferences and past purchases,
enhancing the shopping experience.
Mobile app development is another area for growth, allowing customers to place
orders, check inventory, and track deliveries via smartphones, enhancing
customer engagement and convenience. These upgrades would transform the
system into a comprehensive solution for growing retail businesses.
22
Limitations
While the Shoe Shop Management System offers significant advantages, it does
come with several limitations. Firstly, the system is primarily designed for small
to medium-sized shoe shops, which means it may not be scalable for large
enterprises with complex operational needs. Businesses with hundreds of
products or multiple locations may find the system’s capabilities limited in terms
of managing vast inventories and extensive supply chains.
Bibliography ~
1. S. J. Chapin, “Systems Analysis and Design,” 7th ed., Pearson, 2013.
2. R. Elmasri and S. Navathe, “Fundamentals of Database Systems,” 7th
. Pearson, 2016.
3. W. H. Inmon, “Building the Data Warehouse,” 4th ed., Wiley, 2005.