(The Supermarket project in Bash Script.)
-
Warehouse Desk:
New item: HSN Code, Product Description, Quantity, MRP
Update Item: MRP and Quantity (Note: Use HSN Code as ubique entity)
Add Items in Warehouse. (Note: We can add more Item as many as we want)
-
Customer Desk:
Generate Bill:
i) customer 1:
- Name
- Type HSN Code
- Auto Show Product Description
- Add Quantity (Continuously asking to add Item also I can exit any time and generate the bill)
- Generate the bill of customers who purchase the items with Total MRP.
ii) customer 2:
- Repeat above steps and generate multiple bills.
- Update warehouse stock when you generate customer bill.
-
At the end of the day:
Generate report of sales
Show remaining items in warehouse
generate all customers bill report.