Configuration
Configuration for Hii Retail
In-Store configuration
Configuration parameters in Hii In-Store:
Configuration parameter | Description |
---|---|
Do enable PosLog processing | If enabled, PosLog transactions will be processed, and the stock quantity will be adjusted accordingly in real time. |
Use default values if item is unknown | If enabled, default values will be used, so stock quantity will still be updated even though item configuration is missing. |
Item configuration
The Hii Retail items can be configured to control the logic for the stock handling. The configuration is added as additional properties for the items.
Property | Member of | Valid values | Description |
---|---|---|---|
Stp.StockHandlingType | AdditionalProperty | NoStockHandling, DoStockHandling | Indicates how the item will be stock handled: NoStockHandling: Stock quantity will not be calculated. DoStockHandling: Stock quantity will be calculated. |
Stp.StockHandlingMethod | AdditionalProperty | FIFO, FEFO, LIFO | FIFO: (Default) First In, First Out: Pick the oldest delivery with remaining items. FEFO: First Expire First Out: Pick the delivery that first expires. LIFO: Last In First Out: Pick the latest delivery with the remaining items. |
Note: Only items of type STOCK can be enabled for stock handling.