Minimum and maximum levels
A min/max policy sets two lines for each item: a minimum (the floor you should not drop below) and a maximum (the ceiling you should not exceed). Stock should live between them.
It matters because two simple numbers replace constant judgement calls — the minimum guards against stockouts, the maximum guards against overstock, and anyone can manage stock by keeping it between the lines.
For a SKU you might set min 50 and max 200. Below 50 you risk running out before restock; above 200 you are freezing cash in excess. The band from 50 to 200 is your healthy zone, and the policy makes "are we okay on this item?" a glance, not a calculation.
Key takeaways
- Min is the floor; max is the ceiling.
- Min guards stockouts; max guards overstock.
- Stock should live between the two lines.
- Example: min 50, max 200 defines a healthy band for a SKU.