StockWarningType Enumeration
Type of warning stock.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public enum StockWarningType
Public Enumeration StockWarningType
None | 0 |
None type.
|
WithoutStock | 1 |
Out of stock (high).
|
WithoutAvailableStock | 2 |
No stock available (stock - reserves) (high).
|
WithoutTheoreticalStock | 3 |
No theoretical stock (stock - reserves + on the way) (high).
|
BelowSafetyStock | 4 |
Below safety stock (medium).
|
BelowAvailableSafetyStock | 5 |
Stock available below safety stock (low).
|
BelowTheoreticalSafetyStock | 6 |
Theoretical stock below safety stock (low).
|
ExceedMaximumStock | 10 |
We would exceed the maximum stock (high).
|
ExceedTheoreticalMaximumStock | 11 |
We would exceed the theoretical maximum stock (average).
|