Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 840 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 840 Bytes

WELCOME!

This is a store inventory system that can store and process your store's inventory data.

Program Functions

The program can:

  1. Determine and print total revenue from all sold items

  2. Determine and print total wholesale cost for all items

  3. Determine and print the current investment in items

  4. Determine and print total profit for all items

  5. Determine and print total number of sales

  6. Determine and print average profit per sale

  7. Print items in stock

  8. Print items out of stock

  9. Add / delete an item

  10. Save current inventory to a file on disk

How to Run

The program takes two parameters, first being existing inventory data file with data to be read in, and second being the name of a data file that the program will create with output (updated) inventory.

Thanks for Visiting the Repo! :)