Skip to main content

Configuration

Configuration for Hii Retail

In-Store configuration

Configuration parameters in Hii In-Store:

Configuration parameterDescription
Do enable PosLog processingIf enabled, PosLog transactions will be processed, and the stock quantity will be adjusted accordingly in real time.
Use default values if item is unknownIf 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.

PropertyMember ofValid valuesDescription
Stp.StockHandlingTypeAdditionalPropertyNoStockHandling, DoStockHandlingIndicates how the item will be stock handled:
NoStockHandling: Stock quantity will not be calculated.
DoStockHandling: Stock quantity will be calculated.
Stp.StockHandlingMethodAdditionalPropertyFIFO, FEFO, LIFOFIFO: (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.


Return