Advertisement
Guest User

Untitled

a guest
Apr 14th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. A store has multiple products in its inventory.
  2. Each product has a description and price.
  3.  
  4. The program should support these functions:
  5. 1) Customers can buy any number of products and get a receipt.
  6. 2) Store manager can generate a report of current inventory.
  7. 3) Store manager can generate a report of all sales over an interval of dates
  8. 4) Add inventory
  9. 5) Update inventory for an item.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement