In the stock.ini file located in the emdi_stock folder located in the main EMDI folder (C:\Program Files (x86)\SBZ systems\EMDI) we can make some basic settings for “Mobile Stock Management”.
1 2 3 4 5 6 7 8 9 10 |
[General] price_decimals=2 qty_decimals=0 customfield_qty_change=4 customfield_price_change=4 doc_number=0 include_prices=0 doc_id=197 pixelsperinch=96 port=8888 |
In detail
- price_decimals Set decimal values (default 2)
- qty_decimals Set quantity decimals (default 0)
- customfield_qty_change Custom field that automatically sets the current datetime when the quantity changes (1-50, default blank)
- customfield_price_change Custom field that automatically sets the current datetime when the value changes (1-50, default blank)
- doc_number The number of the document for which the availability definition is made (default 0)
- include_prices In the document that defines the availability, the value is also defined (0: no, 1: yes, default 0)
- doc_id The census document number. Availability is set (default 120)
- port The port the software is running on (default 8888)