https://github.com/jackkweyunga/inventory-categorizer
A python package to categorize stock in an ABC inventory management
https://github.com/jackkweyunga/inventory-categorizer
Last synced: about 1 year ago
JSON representation
A python package to categorize stock in an ABC inventory management
- Host: GitHub
- URL: https://github.com/jackkweyunga/inventory-categorizer
- Owner: jackkweyunga
- License: mit
- Created: 2021-09-04T07:58:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T19:53:06.000Z (almost 5 years ago)
- Last Synced: 2025-03-08T00:28:31.364Z (over 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inventory Categorizer
## A-items
top seller with highest annual consumption value. Assuming the Pareto principle works, 20% of products makeup 80% of the total consumption.
## B-team
These are of medium consumption value.
## C-items
These are of low consumption value.
```
Helps you have insight on the bestselling products. \
Hence making it easier to decide on what to order first or more.
```