InventModel Enumeration
Help Text: Inventory model for managing the item cost price
Style: ComboBox
Values
Name | Value | Description |
---|---|---|
FIFO | 0 | FIFO |
LIFO | 1 | LIFO |
LIFODate | 2 | LIFO date |
AverageCost | 3 | Weighted avg. |
AverageCostDate | 4 | Weighted avg. date |
StdCost | 5 | Standard cost |
MovingAverage | 6 | Moving average |