Compare commits
18 Commits
1b4e13f070
...
zg1/zone1
Author | SHA1 | Date | |
---|---|---|---|
533769dd83
|
|||
1d222dec75 | |||
bf74088360 | |||
557f43dc30
|
|||
4dd310c8d8
|
|||
98f4f311ea | |||
b0b3d24fa2 | |||
a06bbe25f0
|
|||
a9bece9248
|
|||
dd5f3c1c74
|
|||
e18708da81
|
|||
962f3a6116 | |||
9ca4747358 | |||
24851b6646 | |||
142a25f71c | |||
764c4987eb | |||
b97746e201 | |||
ecae5eecee |
99
etc/atbapp/ATBAPP.ini
Normal file
99
etc/atbapp/ATBAPP.ini
Normal file
@@ -0,0 +1,99 @@
|
|||||||
|
[ATBDeviceControllerPlugin]
|
||||||
|
printerEncoding=Windows-1252
|
||||||
|
serialPort=ttymxc2
|
||||||
|
|
||||||
|
[COMMON]
|
||||||
|
%23alternativeLogoFile=
|
||||||
|
%23ooo_mode={useDisk|otherMachine}
|
||||||
|
%23useLanguage=[128+][64+][32+][16]
|
||||||
|
%23usePayment=[128+][64+][32+][16]
|
||||||
|
%23useVehicle=[128+][64+][32+][16]
|
||||||
|
CharacterSet=ISO 8859-15
|
||||||
|
alternativeLogoFile=/opt/app/ATBAPP/logo
|
||||||
|
com_baud_rate=9600
|
||||||
|
com_port_name=/dev/ttyS2
|
||||||
|
defaultLanguage=1
|
||||||
|
feature_DBusDisplayControl=on
|
||||||
|
feature_DBusDisplayDimLow=off
|
||||||
|
feature_DBusSuspendControl=off
|
||||||
|
feature_Log=off
|
||||||
|
feature_ShowParkingTime=off
|
||||||
|
feature_StartButton=on
|
||||||
|
feature_TouchFeedback=off
|
||||||
|
feature_selfOOO=off
|
||||||
|
lang1=de_AT
|
||||||
|
lang2=en_GB
|
||||||
|
lang3=it_IT
|
||||||
|
lang4=de_DE
|
||||||
|
lang5=
|
||||||
|
logfile=/var/log/atbqt.log
|
||||||
|
ooo_alternativeLocation=
|
||||||
|
ooo_mode=otherMachine
|
||||||
|
ooo_serviceEmail=
|
||||||
|
ooo_serviceNumber=
|
||||||
|
sellTimeout_time=60
|
||||||
|
showHelpButton=false
|
||||||
|
showInfoButton=false
|
||||||
|
statefile=/etc/atbapp/states/APP_States.xml
|
||||||
|
textfile=/opt/app/ATBAPP/text/HMI_Texte.xml
|
||||||
|
touch_feedback_gpio=121
|
||||||
|
touch_feedback_off_value=0
|
||||||
|
touch_feedback_on_value=1
|
||||||
|
useAppStates=1
|
||||||
|
useLanguage=192
|
||||||
|
usePayment=96
|
||||||
|
useProduct=192
|
||||||
|
useVehicle=192
|
||||||
|
|
||||||
|
[IngenicoZVT_CCPlugin]
|
||||||
|
CurrencyCode=EUR
|
||||||
|
PortName=/dev/ttyS3
|
||||||
|
ZVT=AT
|
||||||
|
dcHours=0
|
||||||
|
debug=1
|
||||||
|
sleep=0
|
||||||
|
|
||||||
|
[MOBILISIS_CalculatePricePlugin]
|
||||||
|
tariffFileName=/etc/psa_tariff/tariff01.json
|
||||||
|
useDebug=1
|
||||||
|
|
||||||
|
[PAYMENT]
|
||||||
|
cashVariant=Coins
|
||||||
|
currencyISOCode=EUR
|
||||||
|
currencySymbol=€
|
||||||
|
paymentPointInTime=poa
|
||||||
|
useDecimal=yes
|
||||||
|
useHonestPayment=on
|
||||||
|
|
||||||
|
[PLUGINS]
|
||||||
|
CCPlugin=TCP_ZVT_CCPlugin
|
||||||
|
CalculatePricePlugin=MOBILISIS_CalculatePricePlugin
|
||||||
|
DeviceControllerPlugin=ATBDeviceControllerPlugin
|
||||||
|
|
||||||
|
[SCREENCONFIG]
|
||||||
|
sc_31="0,1,0"
|
||||||
|
sc_33="1,0,1"
|
||||||
|
sc_35="0,0,0"
|
||||||
|
sc_3F="1,0,0"
|
||||||
|
sc_40="1,0,1"
|
||||||
|
sc_41="1,0,1"
|
||||||
|
sc_44="1,0,1"
|
||||||
|
sc_51="1,0,1"
|
||||||
|
sc_52="1,0,0"
|
||||||
|
sc_53="1,0,0"
|
||||||
|
|
||||||
|
[TCP_CONTROL]
|
||||||
|
enable=0
|
||||||
|
|
||||||
|
[TCP_ZVT_CCPlugin]
|
||||||
|
CurrencyCode=EUR
|
||||||
|
IP=192.168.6.242
|
||||||
|
NumberOfChars=37
|
||||||
|
Password=835322
|
||||||
|
Port=20007
|
||||||
|
SSL=0
|
||||||
|
ZVT=DE
|
||||||
|
dcHours=0
|
||||||
|
debug=1
|
||||||
|
printIntermediateStatus=1
|
||||||
|
sleep=1
|
117
etc/atbapp/states/APP_States.xml
Normal file
117
etc/atbapp/states/APP_States.xml
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ATB_APP_STATES version="1.1">
|
||||||
|
<APP_STATE name="IDLE">
|
||||||
|
<EVENT name="BUTTON_START" resultingState="SETUP_SELL_STATE"/>
|
||||||
|
<EVENT name="SELL_DISABLE" resultingState="FREE_PARK"/>
|
||||||
|
<SCREEN name="START"/>
|
||||||
|
<MODE name="IDLE"/>
|
||||||
|
</APP_STATE>
|
||||||
|
<APP_STATE name="FREE_PARK">
|
||||||
|
<EVENT name="SELL_ENABLE" resultingState="IDLE"/>
|
||||||
|
<SCREEN name="START"/>
|
||||||
|
<MODE name="IDLE"/>
|
||||||
|
</APP_STATE>
|
||||||
|
|
||||||
|
<APP_STATE name="SETUP_SELL_STATE">
|
||||||
|
<ENTRY_TASK name="TIMER" timeout="500"/>
|
||||||
|
<EVENT name="TIMEOUT" resultingState="SHOW_PAYMENT_INFO" setPaymentType="CARD" setProduct="DAY_TICKET"/>
|
||||||
|
<EXIT_TASK name="REQUEST_INITIAL_PRICE"/>
|
||||||
|
</APP_STATE>
|
||||||
|
|
||||||
|
<APP_STATE name="SHOW_PAYMENT_INFO">
|
||||||
|
<ENTRY_TASK name="REQUEST_PARKING_ENDTIME" key="PRICE_INFO_GROSS"/>
|
||||||
|
<EVENT name="BUTTON_NEXT" resultingState="CARD_PAYMENT"/>
|
||||||
|
<EVENT name="BUTTON_CANCEL" resultingState="IDLE"/>
|
||||||
|
<SCREEN name="PAYMENT_INFO"/>
|
||||||
|
</APP_STATE>
|
||||||
|
|
||||||
|
<APP_STATE name="CARD_PAYMENT">
|
||||||
|
<ENTRY_TASK name="REQUEST_CC_START_TRANSACTION"/>
|
||||||
|
<EVENT name="RECEIVED_CARD_TRANSACTION_SUCCESS" resultingState="PRINT_TICKET_CARD"/>
|
||||||
|
<EVENT name="RECEIVED_CARD_TRANSACTION_ERROR" resultingState="CC_PAYMENT_ERROR"/>
|
||||||
|
<EVENT name="BUTTON_CANCEL" resultingState="USER_CC_ABORT"/>
|
||||||
|
<SCREEN name="CC_PAYMENT"/>
|
||||||
|
</APP_STATE>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<APP_STATE name="PRINT_TICKET_WAIT">
|
||||||
|
<ENTRY_TASK name="TIMER" timeout="2000"/>
|
||||||
|
<EVENT name="TIMEOUT" resultingState="PRINT_TICKET"/>
|
||||||
|
<SCREEN name="BUSY"/>
|
||||||
|
</APP_STATE>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<APP_STATE name="PRINT_TICKET_CARD">
|
||||||
|
<ENTRY_TASK name="REQUEST_PRINT_TICKET"/>
|
||||||
|
<EVENT name="PRINT_TICKET_FINISHED" resultingState="CARD_PAYMENT_CONFIRM"/>
|
||||||
|
<EVENT name="PRINT_TICKET_ERROR" resultingState="PRINT_TICKET_FAILED"/>
|
||||||
|
<SCREEN name="SCREEN_WAITFOR"/>
|
||||||
|
</APP_STATE>
|
||||||
|
<APP_STATE name="PRINT_TICKET_FAILED">
|
||||||
|
<ENTRY_TASK name="REQUEST_CC_CANCEL_TRANSACTION"/>
|
||||||
|
<ENTRY_TASK name="REQUEST_ISMAS_FAIL_TRANSACTION"/>
|
||||||
|
<ENTRY_TASK name="CASH_ABORT"/>
|
||||||
|
<ENTRY_TASK name="TIMER" timeout="3000"/>
|
||||||
|
<EVENT name="TIMEOUT" resultingState="IDLE"/>
|
||||||
|
<SCREEN name="PRINT_TICKET_FAILED"/>
|
||||||
|
</APP_STATE>
|
||||||
|
|
||||||
|
<APP_STATE name="CARD_PAYMENT_CONFIRM">
|
||||||
|
<ENTRY_TASK name="REQUEST_CC_CONFIRM_TRANSACTION"/>
|
||||||
|
<EVENT name="RECEIVED_CARD_CONFIRM_TRANSACTION_SUCCESS" resultingState="GOODBYE_PAYMENT_OK"/>
|
||||||
|
<EVENT name="RECEIVED_CARD_CONFIRM_TRANSACTION_ERROR" resultingState="CC_PAYMENT_ERROR"/>
|
||||||
|
</APP_STATE>
|
||||||
|
<APP_STATE name="PRINT_RECEIPT">
|
||||||
|
<ENTRY_TASK name="REQUEST_PRINT_RECEIPT"/>
|
||||||
|
<EVENT name="PRINT_RECEIPT_FINISHED" resultingState="GOODBYE_PAYMENT_OK"/>
|
||||||
|
<EVENT name="PRINT_RECEIPT_ERROR" resultingState="PRINT_TICKET_FAILED"/>
|
||||||
|
</APP_STATE>
|
||||||
|
|
||||||
|
<APP_STATE name="GOODBYE_PAYMENT_OK">
|
||||||
|
<ENTRY_TASK name="CASH_COLLECT"/>
|
||||||
|
<ENTRY_TASK name="REQUEST_ISMAS_TRANSACTION"/>
|
||||||
|
<ENTRY_TASK name="TIMER" timeout="5000"/>
|
||||||
|
<EVENT name="TIMEOUT" resultingState="IDLE"/>
|
||||||
|
<SCREEN name="GOODBYE_PAYMENT_OK"/>
|
||||||
|
</APP_STATE>
|
||||||
|
|
||||||
|
<APP_STATE name="CC_PAYMENT_ERROR">
|
||||||
|
<ENTRY_TASK name="REQUEST_ISMAS_FAIL_TRANSACTION"/>
|
||||||
|
<ENTRY_TASK name="TIMER" timeout="3000"/>
|
||||||
|
<EVENT name="TIMEOUT" resultingState="IDLE"/>
|
||||||
|
<SCREEN name="CC_PAYMENT_ERROR"/>
|
||||||
|
</APP_STATE>
|
||||||
|
<APP_STATE name="USER_CC_ABORT">
|
||||||
|
<ENTRY_TASK name="REQUEST_ISMAS_FAIL_TRANSACTION"/>
|
||||||
|
<ENTRY_TASK name="REQUEST_CC_CANCEL_TRANSACTION"/>
|
||||||
|
<ENTRY_TASK name="TIMER" timeout="3000"/>
|
||||||
|
<EVENT name="TIMEOUT" resultingState="IDLE"/>
|
||||||
|
<SCREEN name="USER_ABORT"/>
|
||||||
|
</APP_STATE>
|
||||||
|
|
||||||
|
<!-- ************** ABORT STATES ************** -->
|
||||||
|
|
||||||
|
<APP_STATE name="ABORT_NOCONNECTION">
|
||||||
|
<ENTRY_TASK name="TIMER" timeout="3000"/>
|
||||||
|
<EVENT name="TIMEOUT" resultingState="IDLE"/>
|
||||||
|
<SCREEN name="ABORT_2"/>
|
||||||
|
</APP_STATE>
|
||||||
|
<APP_STATE name="ABORT_NOCARD">
|
||||||
|
<ENTRY_TASK name="TIMER" timeout="3000"/>
|
||||||
|
<EVENT name="TIMEOUT" resultingState="IDLE"/>
|
||||||
|
<SCREEN name="ABORT_4"/>
|
||||||
|
</APP_STATE>
|
||||||
|
<APP_STATE name="ABORT_CARD_DENIED">
|
||||||
|
<ENTRY_TASK name="TIMER" timeout="3000"/>
|
||||||
|
<EVENT name="TIMEOUT" resultingState="IDLE"/>
|
||||||
|
<SCREEN name="ABORT_5"/>
|
||||||
|
</APP_STATE>
|
||||||
|
<APP_STATE name="ABORT_NOT_ALLOWED">
|
||||||
|
<ENTRY_TASK name="REQUEST_ISMAS_FAIL_TRANSACTION"/>
|
||||||
|
<ENTRY_TASK name="TIMER" timeout="3000"/>
|
||||||
|
<EVENT name="TIMEOUT" resultingState="IDLE"/>
|
||||||
|
<SCREEN name="ABORT_6"/>
|
||||||
|
</APP_STATE>
|
||||||
|
|
||||||
|
|
||||||
|
</ATB_APP_STATES>
|
2592
etc/atbapp/text/HMI_Texte.xml
Normal file
2592
etc/atbapp/text/HMI_Texte.xml
Normal file
File diff suppressed because it is too large
Load Diff
17
etc/psa_config/DC2C_cash.json
Executable file
17
etc/psa_config/DC2C_cash.json
Executable file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_cash ",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"version":"02.05.2024 00001",
|
||||||
|
"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)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
|
||||||
|
"ExchangeRate":1,
|
||||||
|
"TokenChannel":0,
|
||||||
|
"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
|
||||||
|
"BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
|
||||||
|
"LocalTaxRate":19,
|
||||||
|
"ForeignTaxRate":0,
|
||||||
|
"Surcharge":0,
|
||||||
|
"Discount":0
|
||||||
|
}
|
||||||
|
|
12
etc/psa_config/DC2C_conf.json
Executable file
12
etc/psa_config/DC2C_conf.json
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_config",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"version":"02.05.2024 00001",
|
||||||
|
"custNum":747,
|
||||||
|
"machNum":2,
|
||||||
|
"borough":1,
|
||||||
|
"zone":1,
|
||||||
|
"alias":0,
|
||||||
|
"location":"Standort 2"
|
||||||
|
}
|
||||||
|
|
12
etc/psa_config/DC2C_conf1.json
Executable file
12
etc/psa_config/DC2C_conf1.json
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_config",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"version":"02.05.2024 00001",
|
||||||
|
"custNum":747,
|
||||||
|
"machNum":1,
|
||||||
|
"borough":1,
|
||||||
|
"zone":1,
|
||||||
|
"alias":0,
|
||||||
|
"location":"Standort 1"
|
||||||
|
}
|
||||||
|
|
12
etc/psa_config/DC2C_conf2.json
Executable file
12
etc/psa_config/DC2C_conf2.json
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_config",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"version":"02.05.2024 00001",
|
||||||
|
"custNum":747,
|
||||||
|
"machNum":2,
|
||||||
|
"borough":1,
|
||||||
|
"zone":1,
|
||||||
|
"alias":0,
|
||||||
|
"location":"Standort 2"
|
||||||
|
}
|
||||||
|
|
27
etc/psa_config/DC2C_device.json
Executable file
27
etc/psa_config/DC2C_device.json
Executable file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_device",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"version":"02.05.2024 00001",
|
||||||
|
"printer":1,
|
||||||
|
"coinChk":0,
|
||||||
|
"mifRd":2,
|
||||||
|
"solarPwr":0,
|
||||||
|
"modem":1
|
||||||
|
"creditCard":1,
|
||||||
|
"escrow":0
|
||||||
|
"RejMotor":0,
|
||||||
|
"shutter":0,
|
||||||
|
"billRd":0,
|
||||||
|
"vaultLock":0,
|
||||||
|
"autoAlarm":1,
|
||||||
|
"autoOpen":1,
|
||||||
|
"AccPrint":0,
|
||||||
|
"DorPrint":1,
|
||||||
|
"TokPrint":0,
|
||||||
|
"CBwarnLev":1600,
|
||||||
|
"CBerrLev":1900,
|
||||||
|
"BattWarn":11800,
|
||||||
|
"BattErr":11200,
|
||||||
|
"foreign":1,
|
||||||
|
"refPrint":0
|
||||||
|
}
|
47
etc/psa_config/DC2C_print01.json
Executable file
47
etc/psa_config/DC2C_print01.json
Executable file
@@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri01",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"10.07.2024 00001",
|
||||||
|
"styl":"font 10",
|
||||||
|
"styl":"size 11",
|
||||||
|
"styl":"align c",
|
||||||
|
"feed":"margin02",
|
||||||
|
"graf":"logo1",
|
||||||
|
"feed":"rim02",
|
||||||
|
"text":"PARKTICKET",
|
||||||
|
"styl":"size 00",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Bitte gut sichtbar",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"hinter die Scheibe",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"legen",
|
||||||
|
"feed":"nl",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"align l",
|
||||||
|
"text":"Ihr Kennzeichen: ",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 11",
|
||||||
|
"vari":"Dynamic01",
|
||||||
|
"styl":"size 00",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Parkende: ",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 11",
|
||||||
|
"vari":"Dynamic04",
|
||||||
|
"vari":"Dynamic03",
|
||||||
|
"styl":"size 00",
|
||||||
|
"feed":"nl"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
31
etc/psa_config/DC2C_print02.json
Executable file
31
etc/psa_config/DC2C_print02.json
Executable file
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri02",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"issued":"13.11.2023 01.01",
|
||||||
|
"text":"Standort: ",
|
||||||
|
"feed":"nl",
|
||||||
|
"vari":"location",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Bezahlt: ",
|
||||||
|
"styl":"size 11",
|
||||||
|
"vari":"Dynamic07",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"text":"Gedruckt am: ",
|
||||||
|
"vari":"wday deu short",
|
||||||
|
"vari":"date ge",
|
||||||
|
"vari":"time long"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
38
etc/psa_config/DC2C_print03.json
Executable file
38
etc/psa_config/DC2C_print03.json
Executable file
@@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri03",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"text":"Automat: ",
|
||||||
|
"vari":"manu",
|
||||||
|
"text":"Gruppe: ",
|
||||||
|
"vari":"group",
|
||||||
|
"text":"Zone: ",
|
||||||
|
"vari":"zone",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Ort: ",
|
||||||
|
"vari":"location",
|
||||||
|
"styl":"align c",
|
||||||
|
"text":"Schönau am Königssee",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Ticket-Nr. ",
|
||||||
|
"vari":"TickCtr",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Automatentechnik ",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Baumann GmbH",
|
||||||
|
"feed":"eject"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
6
etc/psa_config/DC2C_print04.json
Executable file
6
etc/psa_config/DC2C_print04.json
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri04",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"text":""
|
||||||
|
}
|
41
etc/psa_config/DC2C_print13.json
Executable file
41
etc/psa_config/DC2C_print13.json
Executable file
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri13",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"10.07.2024 00001",
|
||||||
|
"styl":"font 10",
|
||||||
|
"styl":"size 11",
|
||||||
|
"styl":"align c",
|
||||||
|
"feed":"margin02",
|
||||||
|
"graf":"logo1",
|
||||||
|
"feed":"rim02",
|
||||||
|
"text":"PARKTICKET",
|
||||||
|
"styl":"size 00",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Bitte gut sichtbar",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"hinter die Scheibe",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"legen",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Parkende: ",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 11",
|
||||||
|
"vari":"Dynamic04",
|
||||||
|
"vari":"Dynamic03",
|
||||||
|
"styl":"size 00",
|
||||||
|
"feed":"nl"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
28
etc/psa_config/DC2C_print14.json
Executable file
28
etc/psa_config/DC2C_print14.json
Executable file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri14",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"issued":"13.11.2023 01.01",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Bezahlt: ",
|
||||||
|
"styl":"size 11",
|
||||||
|
"vari":"Dynamic07",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"text":"Gedruckt am: ",
|
||||||
|
"vari":"wday deu short",
|
||||||
|
"vari":"date ge",
|
||||||
|
"vari":"time long"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
33
etc/psa_config/DC2C_print15.json
Executable file
33
etc/psa_config/DC2C_print15.json
Executable file
@@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri15",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"text":"Automat: ",
|
||||||
|
"vari":"manu",
|
||||||
|
"text":"Gruppe: ",
|
||||||
|
"vari":"group",
|
||||||
|
"text":"Zone: ",
|
||||||
|
"vari":"zone",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Ort: ",
|
||||||
|
"vari":"location",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Ticket-Nr. ",
|
||||||
|
"vari":"TickCtr",
|
||||||
|
"feed":"nl",
|
||||||
|
"feed":"eject"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
6
etc/psa_config/DC2C_print16.json
Executable file
6
etc/psa_config/DC2C_print16.json
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri16",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"text":""
|
||||||
|
}
|
6
etc/psa_config/DC2C_print17.json
Executable file
6
etc/psa_config/DC2C_print17.json
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri17",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"text":""
|
||||||
|
}
|
6
etc/psa_config/DC2C_print18.json
Executable file
6
etc/psa_config/DC2C_print18.json
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri18",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"text":""
|
||||||
|
}
|
6
etc/psa_config/DC2C_print19.json
Executable file
6
etc/psa_config/DC2C_print19.json
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri19",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"text":""
|
||||||
|
}
|
6
etc/psa_config/DC2C_print20.json
Executable file
6
etc/psa_config/DC2C_print20.json
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri20",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"text":""
|
||||||
|
}
|
40
etc/psa_config/DC2C_print31.json
Executable file
40
etc/psa_config/DC2C_print31.json
Executable file
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri31",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"styl":"font 08",
|
||||||
|
"styl":"size 10",
|
||||||
|
"feed":"margin02",
|
||||||
|
"feed":"rim02",
|
||||||
|
"feed":"speed10",
|
||||||
|
"styl":"size 11",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Türöffnung um:",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"vari":"date ge",
|
||||||
|
"vari":"time long",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"KuNu: ",
|
||||||
|
"vari":"cunu",
|
||||||
|
"text":"MaNu: ",
|
||||||
|
"vari":"manu",
|
||||||
|
"text":"Ort: ",
|
||||||
|
"vari":"location",
|
||||||
|
"text":"Gruppe: ",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
42
etc/psa_config/DC2C_print32.json
Executable file
42
etc/psa_config/DC2C_print32.json
Executable file
@@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri32",
|
||||||
|
"project":"Pernegg",
|
||||||
|
"Version":"02.05.2024 00001",
|
||||||
|
"styl":"font 08",
|
||||||
|
"styl":"size 10",
|
||||||
|
"feed":"margin02",
|
||||||
|
"feed":"rim02",
|
||||||
|
"feed":"speed10",
|
||||||
|
"styl":"size 11",
|
||||||
|
"text":"Ersatzbeleg",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"text":"Erstattungsbetrag: ",
|
||||||
|
"feed":"nl",
|
||||||
|
"vari":"Dynamic07",
|
||||||
|
"text":"€",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"KuNu: ",
|
||||||
|
"vari":"cunu",
|
||||||
|
"text":"MaNu: ",
|
||||||
|
"vari":"manu",
|
||||||
|
"text":"Ort: ",
|
||||||
|
"vari":"location",
|
||||||
|
"text":"Gruppe: ",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
262
etc/psa_tariff/tariff01.json
Normal file
262
etc/psa_tariff/tariff01.json
Normal file
@@ -0,0 +1,262 @@
|
|||||||
|
{
|
||||||
|
"Project" : "Pernegg an der Mur",
|
||||||
|
"Version" : "1.0.0",
|
||||||
|
"Info" : "Tariff for Zone 1",
|
||||||
|
"comment_info": "Two locations: Baerenschuetzklamm, Nauturwelten Auweg",
|
||||||
|
"Currency": [
|
||||||
|
{
|
||||||
|
"pcu_id": 1,
|
||||||
|
"pcu_sign": "€",
|
||||||
|
"pcu_major": "Euro",
|
||||||
|
"pcu_minor": "Cent",
|
||||||
|
"pcu_active": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PaymentMethod": [
|
||||||
|
{
|
||||||
|
"pme_id": 1,
|
||||||
|
"pme_label": "progressive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pme_id": 2,
|
||||||
|
"pme_label": "degressive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pme_id": 3,
|
||||||
|
"pme_label": "linear"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pme_id": 4,
|
||||||
|
"pme_label": "steps"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PaymentOption": [
|
||||||
|
{
|
||||||
|
"pop_id": 1049,
|
||||||
|
"pop_label": "Zone 1",
|
||||||
|
"pop_payment_method_id": 4,
|
||||||
|
"pop_day_start_time": "06:00:00",
|
||||||
|
"pop_day_end_time": "17:00:00",
|
||||||
|
"pop_price_night": 0,
|
||||||
|
"pop_min_time": 1,
|
||||||
|
"pop_max_time": 660,
|
||||||
|
"pop_min_price": 600,
|
||||||
|
"pop_max_price": 600,
|
||||||
|
"pop_carry_over": 0,
|
||||||
|
"pop_daily_card_price": 600,
|
||||||
|
"pop_business_hours": 128
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pop_id": 1050,
|
||||||
|
"pop_label": "Zone 1",
|
||||||
|
"pop_payment_method_id": 4,
|
||||||
|
"pop_day_start_time": "15:00:00",
|
||||||
|
"pop_day_end_time": "17:00:00",
|
||||||
|
"pop_price_night": 0,
|
||||||
|
"pop_min_time": 1,
|
||||||
|
"pop_max_time": 120,
|
||||||
|
"pop_min_price": 300,
|
||||||
|
"pop_max_price": 300,
|
||||||
|
"pop_carry_over": 0,
|
||||||
|
"pop_daily_card_price": 300,
|
||||||
|
"pop_business_hours": 128
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pop_id": 1051,
|
||||||
|
"pop_label": "Zone 1",
|
||||||
|
"pop_payment_method_id": 4,
|
||||||
|
"pop_day_start_time": "16:00:00",
|
||||||
|
"pop_day_end_time": "17:00:00",
|
||||||
|
"pop_price_night": 0,
|
||||||
|
"pop_min_time": 1,
|
||||||
|
"pop_max_time": 60,
|
||||||
|
"pop_min_price": 200,
|
||||||
|
"pop_max_price": 200,
|
||||||
|
"pop_carry_over": 0,
|
||||||
|
"pop_daily_card_price": 200,
|
||||||
|
"pop_business_hours": 128
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PaymentRate": [
|
||||||
|
{
|
||||||
|
"pra_payment_option_id": 1049,
|
||||||
|
"pra_payment_unit_id": 1,
|
||||||
|
"pra_price": 600
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pra_payment_option_id": 1050,
|
||||||
|
"pra_payment_unit_id": 2,
|
||||||
|
"pra_price": 300
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pra_payment_option_id": 1051,
|
||||||
|
"pra_payment_unit_id": 3,
|
||||||
|
"pra_price": 200
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"DailyTicket": [
|
||||||
|
{
|
||||||
|
"daily_ticket_payment_option_id": 1049,
|
||||||
|
"daily_ticket_id": 1,
|
||||||
|
"daily_ticket_price_id": 1,
|
||||||
|
"daily_ticket_tb_id": 1,
|
||||||
|
"daily_ticket_clearance_customer_ids": [],
|
||||||
|
"daily_ticket_from_min": "06:00:00",
|
||||||
|
"daily_ticket_to_max": "17:00:00",
|
||||||
|
"daily_ticket_from_offset_min": 0,
|
||||||
|
"daily_ticket_to_offset_max": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"daily_ticket_payment_option_id": 1050,
|
||||||
|
"daily_ticket_id": 2,
|
||||||
|
"daily_ticket_price_id": 2,
|
||||||
|
"daily_ticket_tb_id": 1,
|
||||||
|
"daily_ticket_clearance_customer_ids": [],
|
||||||
|
"daily_ticket_from_min": "15:00:00",
|
||||||
|
"daily_ticket_to_max": "17:00:00",
|
||||||
|
"daily_ticket_from_offset_min": 0,
|
||||||
|
"daily_ticket_to_offset_max": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"daily_ticket_payment_option_id": 1051,
|
||||||
|
"daily_ticket_id": 3,
|
||||||
|
"daily_ticket_price_id": 3,
|
||||||
|
"daily_ticket_tb_id": 1,
|
||||||
|
"daily_ticket_clearance_customer_ids": [],
|
||||||
|
"daily_ticket_from_min": "16:00:00",
|
||||||
|
"daily_ticket_to_max": "17:00:00",
|
||||||
|
"daily_ticket_from_offset_min": 0,
|
||||||
|
"daily_ticket_to_offset_max": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Product" : [
|
||||||
|
{
|
||||||
|
"tariff_product_id": 1,
|
||||||
|
"tariff_product_permit_type": 1,
|
||||||
|
"tariff_product_price": 600,
|
||||||
|
"tariff_product_name": "DAY_TICKET",
|
||||||
|
"tariff_product_start": "06:00:00",
|
||||||
|
"tariff_product_end": "17:00:00",
|
||||||
|
"tariff_product_from_in_minutes_from_start": 0,
|
||||||
|
"tariff_product_to_in_minutes_from_start": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tariff_product_id": 1,
|
||||||
|
"tariff_product_permit_type": 1,
|
||||||
|
"tariff_product_price": 300,
|
||||||
|
"tariff_product_name": "DAY_TICKET",
|
||||||
|
"tariff_product_start": "15:00:00",
|
||||||
|
"tariff_product_end": "17:00:00",
|
||||||
|
"tariff_product_from_in_minutes_from_start": 0,
|
||||||
|
"tariff_product_to_in_minutes_from_start": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tariff_product_id": 1,
|
||||||
|
"tariff_product_permit_type": 1,
|
||||||
|
"tariff_product_price": 200,
|
||||||
|
"tariff_product_name": "DAY_TICKET",
|
||||||
|
"tariff_product_start": "16:00:00",
|
||||||
|
"tariff_product_end": "17:00:00",
|
||||||
|
"tariff_product_from_in_minutes_from_start": 0,
|
||||||
|
"tariff_product_to_in_minutes_from_start": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tariff_product_id": 1,
|
||||||
|
"tariff_product_permit_type": 1,
|
||||||
|
"tariff_product_price": 600,
|
||||||
|
"tariff_product_name": "DAY_TICKET",
|
||||||
|
"tariff_product_start": "17:00:00",
|
||||||
|
"tariff_product_end": "23:59:59",
|
||||||
|
"tariff_product_from_in_minutes_from_start": 0,
|
||||||
|
"tariff_product_to_in_minutes_from_start": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tariff_product_id": 1,
|
||||||
|
"tariff_product_permit_type": 1,
|
||||||
|
"tariff_product_price": 600,
|
||||||
|
"tariff_product_name": "DAY_TICKET",
|
||||||
|
"tariff_product_start": "00:00:00",
|
||||||
|
"tariff_product_end": "06:00:00",
|
||||||
|
"tariff_product_from_in_minutes_from_start": 0,
|
||||||
|
"tariff_product_to_in_minutes_from_start": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Duration": [
|
||||||
|
{
|
||||||
|
"pun_id": 1,
|
||||||
|
"pun_label": "11h",
|
||||||
|
"pun_duration": 660
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pun_id": 2,
|
||||||
|
"pun_label": "11h",
|
||||||
|
"pun_duration": 660
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pun_id": 3,
|
||||||
|
"pun_label": "11h",
|
||||||
|
"pun_duration": 660
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"WeekDaysWorktime": [
|
||||||
|
{
|
||||||
|
"pwd_id": 621,
|
||||||
|
"pwd_period_week_day_id": 36,
|
||||||
|
"pwd_period_day_in_week_id": 1,
|
||||||
|
"pwd_time_from": "06:00:00",
|
||||||
|
"pwd_time_to": "17:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 622,
|
||||||
|
"pwd_period_week_day_id": 36,
|
||||||
|
"pwd_period_day_in_week_id": 2,
|
||||||
|
"pwd_time_from": "06:00:00",
|
||||||
|
"pwd_time_to": "17:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 623,
|
||||||
|
"pwd_period_week_day_id": 36,
|
||||||
|
"pwd_period_day_in_week_id": 3,
|
||||||
|
"pwd_time_from": "06:00:00",
|
||||||
|
"pwd_time_to": "17:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 624,
|
||||||
|
"pwd_period_week_day_id": 36,
|
||||||
|
"pwd_period_day_in_week_id": 4,
|
||||||
|
"pwd_time_from": "06:00:00",
|
||||||
|
"pwd_time_to": "17:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 625,
|
||||||
|
"pwd_period_week_day_id": 36,
|
||||||
|
"pwd_period_day_in_week_id": 5,
|
||||||
|
"pwd_time_from": "06:00:00",
|
||||||
|
"pwd_time_to": "17:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 626,
|
||||||
|
"pwd_period_week_day_id": 36,
|
||||||
|
"pwd_period_day_in_week_id": 6,
|
||||||
|
"pwd_time_from": "06:00:00",
|
||||||
|
"pwd_time_to": "17:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 627,
|
||||||
|
"pwd_period_week_day_id": 36,
|
||||||
|
"pwd_period_day_in_week_id": 7,
|
||||||
|
"pwd_time_from": "06:00:00",
|
||||||
|
"pwd_time_to": "17:00:00"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PeriodYear": [
|
||||||
|
{
|
||||||
|
"pye_id": 2,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
21
etc/psa_update/opkg_commands
Normal file
21
etc/psa_update/opkg_commands
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
###############################################################################
|
||||||
|
# !!! NOTE !!!
|
||||||
|
###############################################################################
|
||||||
|
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
||||||
|
###############################################################################
|
||||||
|
# #
|
||||||
|
# opkg info atbqt
|
||||||
|
# opkg info atbupdatetool
|
||||||
|
# opkg update
|
||||||
|
# opkg install prepare-update
|
||||||
|
# opkg install libmobilisis-calc2
|
||||||
|
# opkg install atbupdatetool
|
||||||
|
# opkg remove atb-accountingtool
|
||||||
|
# opkg install atb-accountingtool
|
||||||
|
# opkg --cache /var/cache/opkg --download-only upgrade
|
||||||
|
# opkg --cache /var/cache/opkg upgrade
|
||||||
|
# opkg remove apism
|
||||||
|
# opkg install apism
|
||||||
|
# opkg info apism
|
||||||
|
# opkg info atbqt
|
||||||
|
# opkg info atbupdatetool
|
Reference in New Issue
Block a user