An open API service indexing awesome lists of open source software.

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

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.
```