4.3 Salesware .INI Settings Reference : Other .INI settings table : Pms_system.INI settings table
 
Pms_system.INI settings table
 
pms_System.INI
Module
.INI Setting
Valid values
Default
Description
See also
[Server]
Folio Charge
PmtTypeNos
Positive Interger representing the pmtype_no rows corresponding to the Folio Charge
 
This setting matches the multiple Folio charges setup in the pmt_type table ( the pmtype_no field for rows that have devicetype of 11). This field will be a comma separated field line of pmtype_no to support.
 
Example:
If the system has two Folio Charge systems, and the pmtype_no rows corresponding to the Folio Charge is 7 and 24, the [Server] section would have PmtTypeNos=7,24.
 
[Serial Port]
Folio Charge
COM
Positive Integer representing the payment type serial port.
 
For each PmtType, there will be a [SerialPort] section for it. [SerialPort] for the first, [SerialPort2] for the second and so forth. The parameters in the section will give the details of which serial port to use.
 
Example:
If PmtType 7 is on Serial Port 3, and PmtType 24 is on Serial Port 9, then the Pms_system.INI should have the following settings:
 
[Server]
PmtTypeNos=7,24
 
[SerialPort]
COM=3
 
[SerialPort2]
COM=9