It is a inventory management system project made using python.
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
- purchase.ipynb:- it contains the code: to BUY items, to VIEW updated inventory, to view SALES made in a day, to LOGOUT from system.
- 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.
- example.json:- it contains the main INVENTORY data set.
- sales.json:- it contains all the transaction details.
#ATTRIBUTES:- Product id, Name, Type, Price, Quantity, Discount.
#FEATURES
- ADD new items in inventory
- MODIFY existing items in inventory
- DELETE existing items in inventory
- PURCHASE items from inventory
- VIEW updated inventory
- LOGOUT from system