Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| MovingAverage |
10 |
When this method is used, the average cost of a particular item is recalculated based on each purchase. Cost is calculated on the item level. |
| FIFO |
20 |
When this method is used, the inventory that is added first is removed first. Cost is calculated on the item level. |
| LIFO |
30 |
When this method is used, the inventory that is added last (most recently) is removed first. Cost is calculated on the item level. |