-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19f227b
commit 723f3e7
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## SUPERSTORE SALES MANAGEMENT SYSTEM - DBMS PROJECT | ||
|
||
### ABOUT THE PROJECT | ||
|
||
* Super store is an Indian retail store that operates as a chain of hypermarkets. | ||
* It is one of the oldest and largest hypermarket chain of India, housing about 150+ stores over 60 cities and towns of the country. It has wide range of categories such as Groceries, Clothing & Fashion, Furniture, Electronics,Office Supplies, Cosmetics, Kitchen & Dining utilities and many more | ||
|
||
### OBJECTIVES | ||
1. Maintains the details of Sales by Store/Region/State | ||
2. Profits/Sales Analytics | ||
3. Details of Store i.e. No's,Region,Address | ||
4. List of orders which have not been Delivered | ||
5. List of payment paid or pending to the Distributors | ||
6. Profit calculation by date/month/season | ||
7. Maintains the details of product stock. | ||
8. Track Shipment of an Store Order | ||
9. The stock that is to buy if quantity goes less than a particular amount and Profit calculation for a month | ||
|
||
### FEATURES | ||
1. Sales Management | ||
2. Revenue Analytics | ||
3. Inventory Management | ||
4. Shipment Management | ||
5. Category wise Analytics | ||
6. Advance Records Searching | ||
7. Advance Reports | ||
|
||
### PREREQUISITES | ||
- install [xampp](https://www.apachefriends.org/download.html) | ||
- clone this repository into xampp/htdocs | ||
- read [superstore.sql](https://github.com/AbhishekMali21/SUPERSTORE-SALES-MANAGEMENT-SYSTEM-DBMS-PROJECT/blob/master/superstore.sql) file to setup the database | ||
|
||
### CONTRIBUTING | ||
|
||
Please read [CONTRIBUTING](https://github.com/AbhishekMali21/SUPERSTORE-SALES-MANAGEMENT-SYSTEM-DBMS-PROJECT/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. | ||
|
||
### AUTHOR | ||
|
||
- [@abhishekmali21](https://github.com/abhishekmali21) - **ABHISHEK MALI** | ||
|
||
### License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](https://github.com/AbhishekMali21/SUPERSTORE-SALES-MANAGEMENT-SYSTEM-DBMS-PROJECT/blob/master/LICENSE) file for details | ||
|