Skip to content

sid25032002/Inventory-Management-System-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory-Management-System-python

It is a inventory management system project made using python.

About the project

Project is about maintaining the INVENTORY data set and to help customer buy particular items available in INVENTORY data set and also it enables the owner to add new stock in INVENTORY data set.

#FILES

  1. purchase.ipynb:- it contains the code: to BUY items, to VIEW updated inventory, to view SALES made in a day, to LOGOUT from system.
  2. adding.ipynb:- it contains the code: to ADD new items in inventory, to MODIFY an existing item, to DELETE an existing item, to VIEW updated inventory, to LOGOUT from system.
  3. example.json:- it contains the main INVENTORY data set.
  4. sales.json:- it contains all the transaction details.

#ATTRIBUTES:- Product id, Name, Type, Price, Quantity, Discount.

#FEATURES

  1. ADD new items in inventory
  2. MODIFY existing items in inventory
  3. DELETE existing items in inventory
  4. PURCHASE items from inventory
  5. VIEW updated inventory
  6. LOGOUT from system

About

It is a inventory management system done using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published