Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 919 Bytes

File metadata and controls

36 lines (21 loc) · 919 Bytes

Supermarket-Project-ShellScript (ZenExim-Internship)

(The Supermarket project in Bash Script.)

  1. 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)

  2. Customer Desk:

    Generate Bill:

    i) customer 1:

    1. Name
    2. Type HSN Code
    3. Auto Show Product Description
    4. Add Quantity (Continuously asking to add Item also I can exit any time and generate the bill)
    5. Generate the bill of customers who purchase the items with Total MRP.

    ii) customer 2:

    1. Repeat above steps and generate multiple bills.
    2. Update warehouse stock when you generate customer bill.
  3. At the end of the day:

Generate report of sales Show remaining items in warehouse
generate all customers bill report.