Compare commits

...

3 Commits

14 changed files with 2808 additions and 108 deletions

124
etc/atbapp/ATBAPP.ini Normal file
View File

@ -0,0 +1,124 @@
[COMMON]
com_port_name=/dev/ttyS1
com_baud_rate=9600
lang1=lt_LT
lang2=en_GB
lang3=de_DE
lang4=ru_RU
lang5=
defaultLanguage=1
CharacterSet="ISO 8859-13"
showInfoButton=false
showHelpButton=false
#useLanguage=[128+][64+][32+][16]
useLanguage=240
#usePayment=[128+][64+][32+][16]
usePayment=96
#useVehicle=[128+][64+][32+][16+][8]
useVehicle=192
#useProduct=[128+][64+][32+][16+][8]
useProduct=192
textfile=/opt/app/ATBAPP/text/HMI_Texte.xml
logfile=/var/log/atbqt.log
alternativeLogoFile=/opt/app/ATBAPP/logo/logo_klaipeda2.png
feature_Log=off
feature_TouchFeedback=off
feature_StartButton=on
feature_selfOOO=off
feature_ShowParkingTime=off
suspend_methode=sysfs
suspend_program=
suspend_time=8
touch_feedback_gpio=121
touch_feedback_on_value=1
touch_feedback_off_value=0
#ooo_mode={useDisk|otherMachine}
ooo_mode=otherMachine
sellTimeout_time=60
showInfoButton=false
showHelpButton=false
useAppStates=1
statefile=/opt/app/ATBAPP/states/APP_States.xml
[SCREENCONFIG]
sc_31="1,1,0"
sc_33="1,0,1"
sc_3F="1,0,0"
sc_40="1,0,1"
sc_41="1,0,0"
sc_35="0,0,0"
sc_51="1,0,1"
sc_52="1,0,0"
sc_53="1,0,0"
[PLUGINS]
CCPlugin=AsyncPOS_CCPlugin
CalculatePricePlugin=MOBILISIS_CalculatePricePlugin
DeviceControllerPlugin=ATBDeviceControllerPlugin
[IngenicoISelf_CCPlugin]
debug=1
PortName=/dev/ttymxc0
ZVT=DE
sleep=1
sleepExtended=1
Currency=HUF
[TCP_CONTROL]
enable=1
[PAYMENT]
currencySymbol=
currencyISOCode=EUR
cashVariant=CoinsAndNotes
paymentPointInTime=poa
useDecimal=yes
[MOBILISIS_CalculatePricePlugin]
useDebug=1
tariffFileName=/etc/psa_tariff/tariff01.json
[ATBDeviceControllerPlugin]
serialPort=ttymxc2
printerEncoding="Windows-1252"
printerLocale="de_DE"
[TCP_ZVT_CCPlugin]
CurrencyCode=EUR
debug=1
IP=192.168.6.242
Port=22000
SSL=0
ZVT=DE
sleep=1
printIntermediateStatus=1
Password=277296
NumberOfChars=37
dcHours="0"
[AsyncPOS_CCPlugin]
APAK=8AC304380E0E476BA2558B75DB9E2516
POSID=T-TPS-SELF2002in
PortName=/dev/ttymxc0
baudrate=19200
dataBits=8
dcHours=0
debug=1
parity=0
sleep=0
stopBits=1

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,17 @@
{
"title":"DC2C_cash ",
"project":"Klaipeda",
"version":"15.10.2023 14:55 02.00.06",
"CoinDenom(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,1],
"CoinValue(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,3],
"CoinAccept(15..0)":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0],
"Project":"Klaipeda",
"Version":"6.7.1-2024-06-24",
"CoinDenom(15..0)":[200,100,50,20,10,5,0,0,0,50,20,10,5,2,1,1],
"CoinValue(15..0)":[200,100,50,20,10,5,0,0,0,50,20,10,5,2,1,3],
"CoinAccept(15..0)":[1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1],
"ExchangeRate":1,
"TokenChannel":6,
"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,5000,2000,1000,500],
"BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
"LocalTaxRate":19,
"LocalTaxRate":21,
"ForeignTaxRate":0,
"Surcharge":0,
"Discount":0
}
#"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,10000,5000,2000,1000,500],

View File

@ -1,11 +1,11 @@
{
"title":"DC2C_device",
"project":"Klaipeda",
"Version":"04.12.2023 00103",
"Project":"Klaipeda",
"Version":"6.8.0-2024-06-27",
"printer":1,
"coinChk":1,
"mifRd":1,
"solarPwr":0,
"solarPwr":1,
"modem":1,
"creditCard":1,
"escrow":1,
@ -15,16 +15,23 @@
"vaultLock":0,
"autoAlarm":1,
"autoOpen":1,
"AccPrint":1,
"AccPrint":2,
"DorPrint":1,
"TokPrint":1,
"CBwarnLev":1600,
"CBerrLev":1900,
"BattWarn":11800,
"BattErr":11200,
"foreign":1,
"foreign":4,
"refundPrint":1,
"billWarnLev":400,
"billFullLev":500,
"housing":1
"billWarnLev":300,
"billFullLev":380,
"housing":1,
"changeCoins":1,
"dev_aux1":0,
"dev_aux2":0,
"dev_aux3":0,
"dev_aux4":0
}

View File

@ -1,31 +1,23 @@
{
"title":"DC2C_pri01",
"project":"Klaipeda",
"Version":"15.11.2023 00001",
"Version":"6.7.1-2024-06-24",
"text":"",
"styl":"font 10",
"styl":"size 11",
"styl":"align c",
"feed":"margin02",
"feed":"rim02",
"graf":"logo1",
"text":"Klaipeda",
"feed":"nl"
"feed":"nl"
"text":"Parkschein",
"styl":"size 10",
"text":"Parking Ticket",
"styl":"size 00",
"feed":"nl",
"text":"Please put clearly",
"feed":"nl",
"text":"visible behind your",
"text":"wind screen",
"feed":"nl",
"feed":"nl",
"styl":"size 00",
"styl":"align l",
"styl":"size 11",
"vari":"Dynamic01",
"styl":"size 00",
"text":"Parkzeit bezahlt bis: ",
"feed":"nl",
"styl":"size 11",
"vari":"Dynamic04",
"vari":"Dynamic03",
"styl":"size 00",
"feed":"nl"
"text":"Your license plate:"
}
@ -39,3 +31,4 @@

View File

@ -1,15 +1,30 @@
{
"title":"DC2C_pri02",
"project":"Klaipeda",
"Version":"15.11.2023 00001",
"issued":"13.11.2023 01.01",
"Version":"6.7.1-2024-06-24",
"feed":"nl",
"text":"Bezahlt: ",
"styl":"size 11",
"vari":"Dynamic07",
"text":"",
"vari":"Dynamic01",
"styl":"size 00",
"feed":"nl",
"text":"Parking end:",
"feed":"nl",
"styl":"size 11",
"vari":"Dynamic04",
"vari":"Dynamic03",
"styl":"size 00",
"feed":"nl",
"text":"Printed at:",
"feed":"nl",
"styl":"size 11",
"vari":"time short",
"vari":"date us",
"styl":"size 00",
"feed":"nl",
"text":"Payed:",
"feed":"nl",
"vari":"Dynamic07",
"feed":"nl",
"styl":"size 00"
}

View File

@ -1,21 +1,27 @@
{
"title":"DC2C_pri03",
"project":"Klaipeda",
"Version":"15.11.2023 00001",
"Version":"6.7.1-2024-06-24",
"feed":"nl",
"styl":"size 00",
"text":"Standort: ",
"text":"Ticket nr.:",
"vari":"Dynamic08",
"feed":"nl",
"vari":"location",
"text":"Automat: ",
"text":"CustomerNr.: ",
"vari":"cunu",
"text":"MachineNr: ",
"vari":"manu",
"text":"Place: ",
"feed":"nl",
"styl":"align c",
"text":"Bitte gut sichtbar",
"vari":"location",
"feed":"nl",
"text":"hinter die Scheibe",
"text":"Automato adresas: S.Daukanto g. 2",
"feed":"nl",
"text":"legen",
"text":"VDA Automobilio stovejimo aikoteles",
"feed":"nl",
"text":"Puodpio g. 24-1, LT-44295, Kaunas,",
"feed":"nl",
"text":"Am. kodas 134929849 PVM kodas LT349298414",
"feed":"nl",
"feed":"eject"
}
@ -31,3 +37,4 @@

View File

@ -1,6 +1,19 @@
{
"title":"DC2C_pri04",
"project":"Klaipeda",
"Version":"15.11.2023 01.01",
"text":"";
}
"Version":"6.7.1-2024-06-24",
"styl":"size 00"
}

View File

@ -1,31 +1,23 @@
{
"title":"DC2C_pri05",
"project":"Klaipeda",
"Version":"15.11.2023 00001",
"Version":"6.7.1-2024-06-24",
"text":"",
"styl":"font 10",
"styl":"size 11",
"styl":"align c",
"feed":"margin02",
"feed":"rim02",
"graf":"logo1",
"text":"Klaipeda",
"feed":"nl"
"feed":"nl"
"text":"Parkschein",
"styl":"size 10",
"text":"Parking Ticket",
"styl":"size 00",
"feed":"nl",
"text":"Please put clearly",
"feed":"nl",
"text":"visible behind your",
"text":"wind screen",
"feed":"nl",
"feed":"nl",
"styl":"size 00",
"styl":"align l",
"styl":"size 11",
"vari":"Dynamic01",
"styl":"size 00",
"text":"Parkzeit bezahlt bis: ",
"feed":"nl",
"styl":"size 11",
"vari":"Dynamic04",
"vari":"Dynamic03",
"styl":"size 00",
"feed":"nl"
"text":"Your license plate:"
}
@ -39,3 +31,4 @@

View File

@ -1,16 +1,30 @@
{
"title":"DC2C_pri06",
"project":"Klaipeda",
"Version":"15.11.2023 00001",
"issued":"13.11.2023 01.01",
"Version":"6.7.1-2024-06-24",
"feed":"nl",
"text":"Bezahlt: ",
"styl":"size 11",
"vari":"Dynamic07",
"text":"",
"vari":"Dynamic01",
"styl":"size 00",
"feed":"nl",
"text":"Parking end:",
"feed":"nl",
"styl":"size 11",
"vari":"Dynamic04",
"vari":"Dynamic03",
"styl":"size 00",
"feed":"nl",
"text":"Printed at:",
"feed":"nl",
"styl":"size 11",
"vari":"time short",
"vari":"date us",
"styl":"size 00",
"feed":"nl",
"text":"Payed:",
"feed":"nl",
"vari":"Dynamic07",
"feed":"nl",
"styl":"size 00"
}

View File

@ -1,21 +1,27 @@
{
"title":"DC2C_pri07",
"project":"Klaipeda",
"Version":"15.11.2023 00001",
"Version":"6.7.1-2024-06-24",
"feed":"nl",
"styl":"size 00",
"text":"Standort: ",
"text":"Ticket nr.:",
"vari":"Dynamic08",
"feed":"nl",
"vari":"location",
"text":"Automat: ",
"text":"CustomerNr.: ",
"vari":"cunu",
"text":"MachineNr: ",
"vari":"manu",
"text":"Place: ",
"feed":"nl",
"styl":"align c",
"text":"Bitte gut sichtbar",
"vari":"location",
"feed":"nl",
"text":"hinter die Scheibe",
"text":"Automato adresas: S.Daukanto g. 2",
"feed":"nl",
"text":"legen",
"text":"VDA Automobilio stovejimo aikoteles",
"feed":"nl",
"text":"Puodpio g. 24-1, LT-44295, Kaunas,",
"feed":"nl",
"text":"Am. kodas 134929849 PVM kodas LT349298414",
"feed":"nl",
"feed":"eject"
}
@ -31,3 +37,4 @@

View File

@ -1,6 +1,19 @@
{
"title":"DC2C_pri08",
"project":"Klaipeda",
"Version":"15.11.2023 01.01",
"text":"";
}
"Version":"6.7.1-2024-06-24",
"styl":"size 00"
}

View File

@ -1,7 +1,7 @@
{
"title":"DC2C_pri31",
"project":"door close print",
"Version":"15.11.2023 00001",
"Project":"door close print",
"Version":"6.7.1-2024-06-17",
"styl":"font 08",
"styl":"size 10",
"feed":"margin02",
@ -9,12 +9,31 @@
"feed":"speed10",
"styl":"size 11",
"feed":"nl",
"text":"Türöffnung um:",
"text":"Door closed at:",
"feed":"nl",
"styl":"size 00",
"vari":"date ge",
"vari":"time long",
"feed":"nl",
"text":"CustomerNr.: ",
"vari":"cunu",
"text":"MachineNr: ",
"vari":"manu",
"text":"Place: ",
"vari":"location",
"text":"Group: ",
"vari":"group",
"text":"Zone: ",
"vari":"zone",
"text":"Name: ",
"vari":"alias",
"feed":"nl",
"text":"**Automatentechnik ",
"feed":"nl",
"text":" Baumann GmbH ***",
"feed":"nl",
"text":" * * * * * * * * * ",
"feed":"nl",
"feed":"eject"
}

View File

@ -1,40 +1,38 @@
{
"title":"DC2C_pri32",
"project":"refund reciept",
"Version":"15.11.2023 00001",
"Project":"refund reciept",
"Version":"6.7.1-2024-06-17",
"styl":"font 08",
"styl":"size 10",
"feed":"margin02",
"feed":"rim02",
"feed":"speed10",
"styl":"size 11",
"text":"Ersatzbeleg",
"text":"Refund Receipt",
"feed":"nl",
"styl":"size 00",
"text":"Erstattungsbetrag: ",
"text":"Amount to be refunded: ",
"feed":"nl",
"vari":"Dynamic07",
"text":"€",
"feed":"nl",
"text":"KuNu: ",
"styl":"size 00",
"text":"Printed at:",
"feed":"nl",
"vari":"date us",
"vari":"time long",
"feed":"nl",
"text":"CustomerNr.: ",
"vari":"cunu",
"text":"MaNu: ",
"text":"MachineNr: ",
"vari":"manu",
"text":"Ort: ",
"text":"Place: ",
"vari":"location",
"text":"Gruppe: ",
"text":"Group: ",
"vari":"group",
"text":"Zone: ",
"vari":"zone",
"text":"Name: ",
"vari":"alias",
"text":"Am: ",
"vari":"date us",
"text":"Um: ",
"vari":"time long",
"feed":"nl",
"text":" * * * * * * * * ",
"feed":"nl",
"feed":"nl",
"feed":"eject"
}