Inventory Manager
Go to file
BBaoVanC d0abbef8d1
Add more functions to storage.py
- Add get_locations()
- Add init_location() to create a new blank location
- Add increment_amount() to increment the amount of one item
- Remove set_brand_key() since it will be replaced by separate functions
  for each property you can set
2020-09-24 20:31:40 -05:00
.gitignore Add inventory.json to .gitignore 2020-09-23 21:30:19 -05:00
LICENSE Initial commit 2020-09-23 17:59:11 -05:00
README.md Initial commit 2020-09-23 17:59:11 -05:00
requirements.txt Add invman.py and storage.py 2020-09-23 21:31:35 -05:00
storage.py Add more functions to storage.py 2020-09-24 20:31:40 -05:00
webapi.py Rename invman.py to webapi.py 2020-09-24 15:51:43 -05:00

README.md

InvMan

Inventory Manager