description: how to change currency mark and dollar
steps to follow:
1. web interface :
ex : it show (rm) 100 dollar(s) in display ,please modify c:/parktron/classfunction/lang/(language file).php/
$currency = '(rm)'; //currency
$currency1 = 'dollar(s)';
2. pos:
modify payment display with dollar(s):
dollar(s) : parkconfig.mdb --> table : display --> id : 60325。
vfd currency setting location:
(rm) : parkpayment.mdb --> --> table : display --> id : 51 。
shift report display with rm:
(rm) : report.mdb --> --> table : pagehead --> id : 1 --> field : 14 。
note:
configure money minimum unit (ie. 0.01 or 0.001 ...etc)
parkserverconfig -> tables ->dbo.parking configuration -> id:99
157