StockWarningType Enumeration

Type of warning stock.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public enum StockWarningType

Members

None0 None type.
WithoutStock1 Out of stock (high).
WithoutAvailableStock2 No stock available (stock - reserves) (high).
WithoutTheoreticalStock3 No theoretical stock (stock - reserves + on the way) (high).
BelowSafetyStock4 Below safety stock (medium).
BelowAvailableSafetyStock5 Stock available below safety stock (low).
BelowTheoreticalSafetyStock6 Theoretical stock below safety stock (low).
ExceedMaximumStock10 We would exceed the maximum stock (high).
ExceedTheoreticalMaximumStock11 We would exceed the theoretical maximum stock (average).

See Also