32 Commits

Author SHA1 Message Date
e4d168ded9 Update files (provided by Thomas) 2024-10-31 12:11:40 +01:00
e39d72c7e7 Fix: switch to red-zone 2024-10-09 10:11:35 +02:00
ffb1b0dfd0 Add libmobilisis for download/update 2024-10-08 12:53:02 +02:00
7555aeb70b Update tariff-files for winter term 2024-10-02 16:02:33 +02:00
4ee59594df First step for new tariffs: adapt carry-over-times 2024-09-13 10:24:33 +02:00
a2c8e782d8 Change tariff files according to new settings sent from Eugenijus 2024-09-12 15:41:39 +02:00
771a01b8ae Update as provided by T.Sax. 2024-09-05 08:05:30 +02:00
454d665d94 Add atb-plugin-calculateprice-mobilisis 2024-08-30 11:29:27 +02:00
2d21e7c28b Update jsons as provided by T.Sax 2024-08-27 16:19:20 +02:00
84aa822885 Set DorPrint=0. 2024-08-27 08:42:45 +02:00
e12fb8c591 updated by th.sax 2024-08-22 15:28:17 +02:00
f91f50e7ff new file provided by th.sax 2024-08-22 13:28:16 +02:00
f887e12076 smd 08-20 only with CP1257 2024-08-22 08:20:31 +02:00
d677c12ad9 Add settinge time-step-config and pop-allow-overpay 2024-08-21 18:02:48 +02:00
ff78bf1411 Merge branch 'zg1/zone2' of https://ptu-config.atb-comm.de/ATB/customer_335 into zg1/zone2 2024-08-21 17:54:37 +02:00
21512f927e Add settings:
+      "pop_time_step_config": 1	-> STATIC
+      "pop_allow_overpay": false
2024-08-21 17:52:58 +02:00
1b85f4ac03 HMI: Textupdate 2024-08-09 14:00:32 +02:00
7e6f5e8283 Textupdate: screen Overpaid 2024-08-09 13:46:02 +02:00
4dbe681477 ATBAPP: states: request for overpayment 2024-08-09 11:47:50 +02:00
690f60b63d Update text: "Wait for card terminal" 2024-08-08 17:03:21 +02:00
ad23378439 Merge branch 'zg1/zone2' of ptu-config.atb-comm.de:ATB/customer_335 into zg1/zone2 2024-08-08 17:03:09 +02:00
5d51847b24 Merge branch 'zg1/zone2' of https://ptu-config.atb-comm.de/ATB/customer_335 into zg1/zone2 2024-08-08 10:30:22 +02:00
f78e84624a Update jsons-files as provided by Thomas 2024-08-08 10:29:14 +02:00
88468a9d2a Setup opkg-commands 2024-08-07 17:16:46 +02:00
8a3ed1ff11 ATBAPP: states: skip printing bank receipt 2024-08-07 16:45:44 +02:00
59e020c60b ATBAPP: add current states 2024-08-07 16:45:40 +02:00
ce6053f435 ATBAPP: setPrinterEncoding and printerLocale 2024-08-07 16:40:28 +02:00
079d0f4e7e Tariff for Zone 2 (Yellow) in Kleipeda 2024-08-01 17:22:10 +02:00
f21099f036 Tariff for Zone 1 (Red) in Kleipeda 2024-08-01 17:08:12 +02:00
0085494514 Add atbapp to sync with zone1 branch 2024-07-19 10:36:01 +02:00
f050c5657e Add JSON files as saved on ATB server 2024-07-19 10:29:11 +02:00
a01f7b6647 Added Red-Zone as Info 2024-07-19 10:07:06 +02:00
11 changed files with 1539 additions and 5253 deletions

View File

@@ -1,66 +0,0 @@
[AT_TASKS]
1\arguments=restart, atbapp
1\envs=
1\hourOfDay=4
1\id=ATBAPP_RESTART
1\program=/bin/systemctl
2\arguments=restart, apism
2\envs=
2\hourOfDay=4
2\id=APISM_RESTART
2\program=/bin/systemctl
3\arguments=start, atbupdatetool
3\envs=
3\hourOfDay=1
3\id=PTU5UPDATE
3\program=/bin/systemctl
size=3
[BACKLIGHT]
SensorMax=3500
SensorMin=0
curve=1
dimLowValue=499
dimMax=100
dimMin=20
inputBrightness=30
[COMMON]
startBacklightController=true
startMQTTController=false
startMonitoringController=false
startSuspendController=true
[MONITORING]
http_dataFormat=HTTP
http_host=127.0.0.1
http_ignoreSslErrors=on
http_port=5000
http_protocol=http
http_service=
monitoring_heartbeatInterval=60
protocol=mqtt
useDeviceId=on
useRingbuffer=on
[MQTT]
mqtt_QoS=0
mqtt_TopicDeviceType=MP
mqtt_TopicPrefix=ATB
mqtt_TopicScheme=ATB_ISMAS
mqtt_debug=on
mqtt_host=mqtt2.atb-comm.de
mqtt_password=xyz123
mqtt_port=8883
mqtt_useSsl=on
mqtt_username=testuser
[NETWORKCHECK]
PingHost=google.com
networkRestart=/sbin/ifup -a
setOOO=off
useNetworkCheck=on
[SUSPEND]
program=/home/root/system_powerdown_wakeup.sh
suspendLoopTimerValue=8

View File

@@ -122,4 +122,3 @@ debug=1
parity=0
sleep=0
stopBits=1
terminalPowerOnOffHours="06:00:00,22:00:00"

View File

@@ -228,18 +228,9 @@
<APP_STATE name="CARD_PAYMENT_CONFIRM">
<ENTRY_TASK name="REQUEST_CC_CONFIRM_TRANSACTION"/>
<EVENT name="RECEIVED_CARD_CONFIRM_TRANSACTION_SUCCESS" resultingState="ASK_RECEIPT"/>
<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="ASK_RECEIPT">
<ENTRY_TASK name="TIMER" timeout="8000"/>
<EVENT name="TIMEOUT" resultingState="GOODBYE_PAYMENT_OK"/>
<EVENT name="BUTTON_YES" resultingState="PRINT_RECEIPT"/>
<EVENT name="BUTTON_NO" resultingState="GOODBYE_PAYMENT_OK"/>
<SCREEN name="ASK_RECEIPT"/>
</APP_STATE>
</APP_STATE>
<APP_STATE name="PRINT_RECEIPT">
<ENTRY_TASK name="REQUEST_PRINT_RECEIPT"/>
<EVENT name="PRINT_RECEIPT_FINISHED" resultingState="GOODBYE_PAYMENT_OK"/>

View File

@@ -490,7 +490,7 @@
<ru_RU>Максимальная сумма билета</ru_RU>
</Text>
<Text name="user_message_04" textnr="0x84">
<lt_LT>Minimalus stovėjimo mokestis</lt_LT>
<lt_LT>Minimalus stovėjimo mokėstis</lt_LT>
<en_GB>Minimum parking fee</en_GB>
<de_DE>Mindestparkgebühr</de_DE>
<ru_RU>Минимальная плата за парковку</ru_RU>
@@ -600,7 +600,7 @@
<ru_RU>Максимальная сумма билета</ru_RU>
</Text>
<Text name="user_message_04" textnr="0x84">
<lt_LT>Minimalus stovėjimo mokestis</lt_LT>
<lt_LT>Minimalus stovėjimo mokėstis</lt_LT>
<en_GB>Minimum parking fee</en_GB>
<de_DE>Mindestparkgebühr</de_DE>
<ru_RU>Минимальная плата за парковку</ru_RU>
@@ -782,7 +782,7 @@
<ru_RU>Максимальная сумма билета</ru_RU>
</Text>
<Text name="user_message_04" textnr="0x84">
<lt_LT>Minimalus stovėjimo mokestis</lt_LT>
<lt_LT>Minimalus stovėjimo mokėstis</lt_LT>
<en_GB>Minimum parking fee</en_GB>
<de_DE>Mindestparkgebühr</de_DE>
<ru_RU>Минимальная плата за парковку</ru_RU>
@@ -846,7 +846,7 @@
<ru_RU>Максимальная сумма билета</ru_RU>
</Text>
<Text name="user_message_04" textnr="0x84">
<lt_LT>Minimalus stovėjimo mokestis</lt_LT>
<lt_LT>Minimalus stovėjimo mokėstis</lt_LT>
<en_GB>Minimum parking fee</en_GB>
<de_DE>Mindestparkgebühr</de_DE>
<ru_RU>Минимальная плата за парковку</ru_RU>
@@ -898,10 +898,10 @@
<ru_RU> </ru_RU>
</Text>
<Text textnr="0x34">
<lt_LT>Spausdinti kvi?</lt_LT>
<en_GB>Print receipt?</en_GB>
<de_DE>Quittung drucken?</de_DE>
<ru_RU>Распечатать квитанцию?</ru_RU>
<lt_LT>Spausdinti bilie</lt_LT>
<en_GB>Request Ticket?</en_GB>
<de_DE>Parkschein anfordern?</de_DE>
<ru_RU>Заказ билета</ru_RU>
</Text>
<Text textnr="0x35">
<lt_LT>ATŠAUKTI</lt_LT>
@@ -916,10 +916,10 @@
<ru_RU>ДА</ru_RU>
</Text>
<Text textnr="0x37">
<lt_LT> </lt_LT>
<en_GB> </en_GB>
<de_DE> </de_DE>
<ru_RU> </ru_RU>
<lt_LT>Permoka!</lt_LT>
<en_GB>Overpaid!</en_GB>
<de_DE>Überbezahlt!</de_DE>
<ru_RU>Переплата!</ru_RU>
</Text>
<Text name="user_message_01" textnr="0x81">
<lt_LT>Permoka!</lt_LT>
@@ -934,80 +934,12 @@
<ru_RU>Достигнуто максимальное количество монет!</ru_RU>
</Text>
<Text name="user_message_04" textnr="0x84">
<lt_LT>Minimalus stovėjimo mokestis</lt_LT>
<lt_LT>Minimalus stovėjimo mokėstis</lt_LT>
<en_GB>Minimum parking fee</en_GB>
<de_DE>Mindestparkgebühr</de_DE>
<ru_RU>Минимальная плата за парковку</ru_RU>
</Text>
</Screen>
<Screen name="OVERPAID" screennr="0xB1">
<Text textnr="0x30">
<lt_LT>Stovėjimo laiko pabaiga:</lt_LT>
<en_GB>End of Parking time:</en_GB>
<de_DE>Parkende:</de_DE>
<ru_RU>Окончание времени парковки:</ru_RU>
</Text>
<Text textnr="0x31">
<lt_LT> </lt_LT>
<en_GB> </en_GB>
<de_DE> </de_DE>
<ru_RU> </ru_RU>
</Text>
<Text textnr="0x32">
<lt_LT>Suma:</lt_LT>
<en_GB>Amount:</en_GB>
<de_DE>Betrag:</de_DE>
<ru_RU>Сумма:</ru_RU>
</Text>
<Text textnr="0x33">
<lt_LT> </lt_LT>
<en_GB> </en_GB>
<de_DE> </de_DE>
<ru_RU> </ru_RU>
</Text>
<Text textnr="0x34">
<lt_LT>Spausdinti kvitą?</lt_LT>
<en_GB>Print receipt?</en_GB>
<de_DE>Quittung drucken?</de_DE>
<ru_RU>Распечатать квитанцию?</ru_RU>
</Text>
<Text textnr="0x35">
<lt_LT>ATŠAUKTI</lt_LT>
<en_GB>NO</en_GB>
<de_DE>NEIN</de_DE>
<ru_RU>НЕТ</ru_RU>
</Text>
<Text textnr="0x36">
<lt_LT>TĘSTI</lt_LT>
<en_GB>YES</en_GB>
<de_DE>JA</de_DE>
<ru_RU>ДА</ru_RU>
</Text>
<Text textnr="0x37">
<lt_LT> </lt_LT>
<en_GB> </en_GB>
<de_DE> </de_DE>
<ru_RU> </ru_RU>
</Text>
<Text name="user_message_01" textnr="0x81">
<lt_LT>Permoka!</lt_LT>
<en_GB>Overpaid</en_GB>
<de_DE>Überbezahlt</de_DE>
<ru_RU>Переплата!</ru_RU>
</Text>
<Text name="user_message_02" textnr="0x82">
<lt_LT>Pasiektas maksimalus monetų kiekis!</lt_LT>
<en_GB>Reached maximum number of coins.!</en_GB>
<de_DE>Maximalanzahl der Münzen erreicht!</de_DE>
<ru_RU>Достигнуто максимальное количество монет!</ru_RU>
</Text>
<Text name="user_message_04" textnr="0x84">
<lt_LT>Minimalus stovėjimo mokestis</lt_LT>
<en_GB>Minimum parking fee</en_GB>
<de_DE>Mindestparkgebühr</de_DE>
<ru_RU>Минимальная плата за парковку</ru_RU>
</Text>
</Screen>
<Screen name="Welcome2" screennr="0x3d">
<Text textnr="0x30">
<lt_LT>Sveiki!</lt_LT>
@@ -2287,7 +2219,7 @@
<ru_RU>Принимаются только платежные карточки…</ru_RU>
</Text>
<Text name="user_message_04" textnr="0x84">
<lt_LT>Minimalus stovėjimo mokestis</lt_LT>
<lt_LT>Minimalus stovėjimo mokėstis</lt_LT>
<en_GB>Minimum parking fee</en_GB>
<de_DE>Mindestparkgebühr</de_DE>
<ru_RU>Минимальная плата за парковку</ru_RU>
@@ -2493,7 +2425,7 @@
<ru_RU>Достигнуто максимальное количество монет!</ru_RU>
</Text>
<Text name="user_message_04" textnr="0x84">
<lt_LT>Minimalus stovėjimo mokestis</lt_LT>
<lt_LT>Minimalus stovėjimo mokėstis</lt_LT>
<en_GB>Minimum parking fee</en_GB>
<de_DE>Mindestparkgebühr</de_DE>
<ru_RU>Минимальная плата за парковку</ru_RU>
@@ -2568,61 +2500,5 @@
<de_DE>880012344</de_DE>
<ru_RU>880012344</ru_RU>
</Text>
</Screen>
<Screen name="COMMON_USER_MESSAGES" screennr="0xF3">
<Text name="PAY_MORE" textnr="0x30">
<lt_LT>Mokėti daugiau</lt_LT>
<en_GB>pay more…</en_GB>
<de_DE>mehr zahlen…</de_DE>
<ru_RU>платить больше</ru_RU>
</Text>
<Text name="PAY_APPROPRIATELY" textnr="0x31">
<lt_LT>suteikite tikslią sumą…</lt_LT>
<en_GB>give the exact money…</en_GB>
<de_DE>passend zahlen…</de_DE>
<ru_RU>предоставьте точную сумму…</ru_RU>
</Text>
<Text name="NO_CANGE" textnr="0x32">
<lt_LT> </lt_LT>
<en_GB> </en_GB>
<de_DE> </de_DE>
<ru_RU> </ru_RU>
</Text>
<Text name="MINIMUM_PRICE" textnr="0x33">
<lt_LT>Minimalus stovėjimo mokestis</lt_LT>
<en_GB>Minimum parking fee</en_GB>
<de_DE>Mindestparkgebühr</de_DE>
<ru_RU>Минимальная плата за парковку</ru_RU>
</Text>
<Text name="MAXIMUM_PRICE" textnr="0x34">
<lt_LT>Maksimali bilieto suma</lt_LT>
<en_GB>Max. Ticket amount</en_GB>
<de_DE>Höchstparkdauer erreicht</de_DE>
<ru_RU>Максимальная сумма билета</ru_RU>
</Text>
<Text name="CARDPAYMENT_ONLY" textnr="0x35">
<lt_LT> </lt_LT>
<en_GB> </en_GB>
<de_DE> </de_DE>
<ru_RU> </ru_RU>
</Text>
<Text name="CASHPAYMENT_ONLY" textnr="0x36">
<lt_LT> </lt_LT>
<en_GB> </en_GB>
<de_DE> </de_DE>
<ru_RU> </ru_RU>
</Text>
<Text name="OVERPAID" textnr="0x37">
<lt_LT>Permoka!</lt_LT>
<en_GB>Overpaid</en_GB>
<de_DE>Überbezahlt</de_DE>
<ru_RU>Переплата!</ru_RU>
</Text>
<Text name="MAXIMUM_NUM_OF_COINS" textnr="0x38">
<lt_LT> </lt_LT>
<en_GB> </en_GB>
<de_DE> </de_DE>
<ru_RU> </ru_RU>
</Text>
</Screen>
</Screen>
</ATB_Text>

View File

@@ -1,6 +1,6 @@
{
"Project" : "Kleipeda",
"Version" : "2.1.0-2024-04-23T12:36:12+02:00",
"Version" : "2.0.0-2024-10-01T09:32:12+02:00",
"Info" : "Red Zone (center)",
"Currency": [
{
@@ -37,13 +37,13 @@
"TimeRange" : [
{
"time_range_id": 1,
"time_range_from": "22:00:00",
"time_range_from": "20:00:00",
"time_range_to": "08:00:00"
},
{
"time_range_id": 2,
"time_range_from": "08:00:00",
"time_range_to": "22:00:00"
"time_range_to": "20:00:00"
},
{
"time_range_id": 3,
@@ -2206,14 +2206,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 240,
"prepaid_start" : "20:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -2232,15 +2226,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 240,
"carry_over_start" : "20:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -2251,15 +2238,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 720,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "20:00:00"
}
]
}
@@ -2289,14 +2270,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 240,
"prepaid_start" : "20:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -2315,15 +2290,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 240,
"carry_over_start" : "20:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -2334,15 +2302,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 720,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "20:00:00"
}
]
}
@@ -2352,87 +2314,6 @@
}
}],
"Wednesday" : [{
"2025-01-01" : {
"payment_settings" : [
{
"min_time" : 12,
"max_time" : 840,
"max_price": 2100,
"min_price": 30
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 480,
"prepaid_start" : "00:00:00",
"prepaid_end": "08:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 480,
"carry_over_start" : "00:00:00",
"carry_over_end": "08:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
}
]
}
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
@@ -2453,14 +2334,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 240,
"prepaid_start" : "20:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -2479,15 +2354,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 240,
"carry_over_start" : "20:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -2498,15 +2366,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 720,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "20:00:00"
}
]
}
@@ -2536,14 +2398,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 240,
"prepaid_start" : "20:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -2562,15 +2418,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 240,
"carry_over_start" : "20:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -2581,15 +2430,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 720,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "20:00:00"
}
]
}
@@ -2619,14 +2462,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 240,
"prepaid_start" : "20:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -2645,15 +2482,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 240,
"carry_over_start" : "20:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -2664,15 +2494,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 720,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "20:00:00"
}
]
}
@@ -2702,14 +2526,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 240,
"prepaid_start" : "20:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -2728,15 +2546,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 240,
"carry_over_start" : "20:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -2747,15 +2558,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 720,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "20:00:00"
}
]
}
@@ -2785,14 +2590,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 240,
"prepaid_start" : "20:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -2811,15 +2610,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 240,
"carry_over_start" : "20:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -2830,15 +2622,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 720,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "20:00:00"
}
]
}

View File

@@ -1,6 +1,6 @@
{
"Project" : "Kleipeda",
"Version" : "2.0.0-2025-04-23T09:32:12+02:00",
"Version" : "2.0.0-2024-10-01T09:32:12+02:00",
"Info" : "Yellow Zone (plus)",
"Currency": [
{
@@ -37,13 +37,13 @@
"TimeRange" : [
{
"time_range_id": 1,
"time_range_from": "22:00:00",
"time_range_from": "18:00:00",
"time_range_to": "08:00:00"
},
{
"time_range_id": 2,
"time_range_from": "08:00:00",
"time_range_to": "22:00:00"
"time_range_to": "18:00:00"
},
{
"time_range_id": 3,
@@ -986,6 +986,45 @@
}
],
"Monday" : [{
"2025-04-21" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
@@ -1006,14 +1045,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 360,
"prepaid_start" : "18:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -1032,15 +1065,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 360,
"carry_over_start" : "18:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -1051,15 +1077,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 600,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "18:00:00"
}
]
}
@@ -1069,6 +1089,84 @@
}
}],
"Tuesday" : [{
"2024-12-24" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"2025-03-11" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
@@ -1089,14 +1187,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 360,
"prepaid_start" : "18:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -1115,15 +1207,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 360,
"carry_over_start" : "18:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -1134,15 +1219,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 600,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "18:00:00"
}
]
}
@@ -1152,6 +1231,84 @@
}
}],
"Wednesday" : [{
"2024-12-25" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"2025-01-01" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
@@ -1172,14 +1329,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 360,
"prepaid_start" : "18:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -1198,15 +1349,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 360,
"carry_over_start" : "18:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -1217,15 +1361,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 600,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "18:00:00"
}
]
}
@@ -1235,6 +1373,84 @@
}
}],
"Thursday" : [{
"2024-12-26" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"2025-05-01" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
@@ -1255,14 +1471,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 360,
"prepaid_start" : "18:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -1281,15 +1491,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 360,
"carry_over_start" : "18:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -1300,15 +1503,9 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 600,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "18:00:00"
}
]
}
@@ -1318,6 +1515,45 @@
}
}],
"Friday" : [{
"2024-11-01" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
@@ -1338,14 +1574,8 @@
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_duration": 360,
"prepaid_start" : "18:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -1364,15 +1594,8 @@
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_duration": 360,
"carry_over_start" : "18:00:00",
"carry_over_end": "24:00:00"
}
]
@@ -1383,31 +1606,25 @@
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_duration": 600,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"service_end": "18:00:00"
}
]
}
],
"out_of_service_settings" : [
]
]
}
}],
"Saturday" : [{
"default" : {
"2024-11-02" : {
"payment_settings" : [
{
"min_time" : 30,
"max_time" : 840,
"max_price": 840,
"min_price": 30
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
@@ -1415,20 +1632,8 @@
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 480,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "08:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -1440,57 +1645,66 @@
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 480,
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "08:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
"service_ranges" : [
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
]
}
}],
"Sunday" : [{
"default" : {
"2025-02-16" : {
"payment_settings" : [
{
"min_time" : 30,
"max_time" : 840,
"max_price": 840,
"min_price": 30
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
@@ -1498,20 +1712,8 @@
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 480,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "08:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 120,
"prepaid_start" : "12:00:00",
"prepaid_end": "14:00:00"
},
{
"prepaid_id" : 3,
"prepaid_duration": 120,
"prepaid_start" : "22:00:00",
"prepaid_end": "24:00:00"
}
]
@@ -1523,47 +1725,134 @@
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 480,
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "08:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "12:00:00",
"carry_over_end": "14:00:00"
},
{
"carry_over_id" : 3,
"carry_over_if": "always",
"carry_over_duration": 120,
"carry_over_start" : "22:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"2025-04-20" : {
"payment_settings" : [
{
"service_ranges" : [
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"service_id" : 1,
"service_duration": 240,
"service_start" : "08:00:00",
"service_end": "12:00:00"
},
{
"service_id" : 2,
"service_duration": 480,
"service_start" : "14:00:00",
"service_end": "22:00:00"
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
]
},
"2025-05-04" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
}
}]
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"Project" : "Kleipeda",
"Version" : "2.0.0-2025-04-23T09:32:12+02:00",
"Version" : "2.0.0-2024-10-01T09:32:12+02:00",
"Info" : "Yellow Zone (center)",
"Currency": [
{
@@ -986,71 +986,7 @@
}
],
"Monday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 30,
"max_time" : 840,
"max_price": 840,
"min_price": 30
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 480,
"prepaid_start" : "00:00:00",
"prepaid_end": "08:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 360,
"prepaid_start" : "18:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 480,
"carry_over_start" : "00:00:00",
"carry_over_end": "08:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 360,
"carry_over_start" : "18:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 600,
"service_start" : "08:00:00",
"service_end": "18:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Tuesday" : [{
"2025-06-24" : {
"2025-04-21" : {
"payment_settings" : [
{
"min_time" : 0,
@@ -1149,10 +1085,230 @@
}
],
"out_of_service_settings" : [
]
]
}
}],
"Tuesday" : [{
"2024-12-24" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"2025-03-11" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
"min_time" : 30,
"max_time" : 840,
"max_price": 840,
"min_price": 30
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 480,
"prepaid_start" : "00:00:00",
"prepaid_end": "08:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 360,
"prepaid_start" : "18:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 480,
"carry_over_start" : "00:00:00",
"carry_over_end": "08:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 360,
"carry_over_start" : "18:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 600,
"service_start" : "08:00:00",
"service_end": "18:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Wednesday" : [{
"2024-12-25" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"2025-01-01" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
@@ -1217,6 +1373,45 @@
}
}],
"Thursday" : [{
"2024-12-26" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"2025-05-01" : {
"payment_settings" : [
{
@@ -1254,7 +1449,7 @@
"service_settings" : [
],
"out_of_service_settings" : [
]
]
},
"default" : {
"payment_settings" : [
@@ -1320,7 +1515,7 @@
}
}],
"Friday" : [{
"2025-08-15" : {
"2024-11-01" : {
"payment_settings" : [
{
"min_time" : 0,
@@ -1423,6 +1618,45 @@
}
}],
"Saturday" : [{
"2024-11-02" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{
@@ -1464,6 +1698,84 @@
}
}],
"Sunday" : [{
"2025-02-16" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"2025-04-20" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"2025-05-04" : {
"payment_settings" : [
{
@@ -1503,84 +1815,6 @@
"out_of_service_settings" : [
]
},
"2025-06-01" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"2025-07-06" : {
"payment_settings" : [
{
"min_time" : 0,
"max_time" : 0,
"max_price": 0,
"min_price": 0
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 1440,
"prepaid_start" : "00:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 1440,
"carry_over_start" : "00:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
],
"out_of_service_settings" : [
]
},
"default" : {
"payment_settings" : [
{

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -13,10 +13,6 @@ opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-cc-asyncpos
opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries
opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc
opkg --cache /var/cache/opkg --download-only upgrade atbqt
opkg --cache /var/cache/opkg --download-only upgrade ptu5-systemcontroller
opkg --cache /var/cache/opkg --download-only install ptu-package-versions
opkg --cache /var/cache/opkg --download-only install wbdw
opkg --cache /var/cache/opkg --download-only upgrade ptu5-sysconfig
#
opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis
opkg --cache /var/cache/opkg upgrade libmobilisis-calc
@@ -24,7 +20,3 @@ opkg --cache /var/cache/opkg upgrade atb-plugin-cc-asyncpos
opkg --cache /var/cache/opkg upgrade atb-dc-libraries
opkg --cache /var/cache/opkg upgrade atb-plugin-dc
opkg --cache /var/cache/opkg upgrade atbqt
opkg --cache /var/cache/opkg upgrade ptu5-systemcontroller
opkg --cache /var/cache/opkg install ptu-package-versions
opkg --cache /var/cache/opkg install wbdw
opkg --cache /var/cache/opkg upgrade ptu5-sysconfig