First step for new tariffs:

Change times (carry-over-limts).
This commit is contained in:
Gerhard Hoffmann 2024-09-13 10:10:27 +02:00
parent 2702a71343
commit 6f051a6cbc
4 changed files with 3716 additions and 20 deletions

View File

@ -1,7 +1,7 @@
{
"Project" : "Kleipeda",
"Version" : "1.0.0-2024-08-01T09:32:12+02:00",
"Info" : "Red Zone",
"Info" : "Red Zone (center)",
"Currency": [
{
"pcu_id": 2,

View File

@ -49,7 +49,7 @@
"PaymentOption": [
{
"pop_id": 1049,
"pop_label": "Zone 1",
"pop_label": "Zone 2",
"pop_payment_method_id": 4,
"pop_day_end_time": "00:00:00",
"pop_day_night_end_time": "00:00:00",
@ -171,8 +171,8 @@
"carry_over_day_comment" : "Monday",
"carry_over_seemless": false,
"carry_over_never" : false,
"carry_over_duration": 720,
"carry_over_static_start" : "20:00:00",
"carry_over_duration": 840,
"carry_over_static_start" : "18:00:00",
"carry_over_static_end": "08:00:00"
},
{
@ -180,8 +180,8 @@
"carry_over_day_comment" : "Tuesday",
"carry_over_seemless": false,
"carry_over_never" : false,
"carry_over_duration": 720,
"carry_over_static_start" : "20:00:00",
"carry_over_duration": 840,
"carry_over_static_start" : "18:00:00",
"carry_over_static_end": "08:00:00"
},
{
@ -189,8 +189,8 @@
"carry_over_day_comment" : "Wednesday",
"carry_over_seemless": false,
"carry_over_never" : false,
"carry_over_duration": 720,
"carry_over_static_start" : "20:00:00",
"carry_over_duration": 840,
"carry_over_static_start" : "18:00:00",
"carry_over_static_end": "08:00:00"
},
{
@ -198,8 +198,8 @@
"carry_over_day_comment" : "Thursday",
"carry_over_seemless": false,
"carry_over_never" : false,
"carry_over_duration": 720,
"carry_over_static_start" : "20:00:00",
"carry_over_duration": 840,
"carry_over_static_start" : "18:00:00",
"carry_over_static_end": "08:00:00"
},
{
@ -207,8 +207,8 @@
"carry_over_day_comment" : "Friday",
"carry_over_seemless": false,
"carry_over_never" : false,
"carry_over_duration": 720,
"carry_over_static_start" : "20:00:00",
"carry_over_duration": 840,
"carry_over_static_start" : "18:00:00",
"carry_over_static_end": "08:00:00"
},
{
@ -216,8 +216,8 @@
"carry_over_day_comment" : "Saturday",
"carry_over_seemless": false,
"carry_over_never" : false,
"carry_over_duration": 720,
"carry_over_static_start" : "20:00:00",
"carry_over_duration": 840,
"carry_over_static_start" : "18:00:00",
"carry_over_static_end": "08:00:00"
},
{
@ -225,8 +225,8 @@
"carry_over_day_comment" : "Sunday",
"carry_over_seemless": false,
"carry_over_never" : false,
"carry_over_duration": 720,
"carry_over_static_start" : "20:00:00",
"carry_over_duration": 840,
"carry_over_static_start" : "18:00:00",
"carry_over_static_end": "08:00:00"
}
]
@ -656,14 +656,44 @@
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 84,
"pra_price": 0
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 85,
"pra_price": 0
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 86,
"pra_price": 0
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 87,
"pra_price": 0
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 88,
"pra_price": 0
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 89,
"pra_price": 0
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 90,
"pra_price": 840
}
],
"Duration": [
{
"pun_duration": 0,
"pun_id": 0,
"pun_label": "0 min"
"pun_duration": 0,
"pun_id": 0,
"pun_label": "0 min"
},
{
"pun_duration": 10,
@ -1081,9 +1111,39 @@
"pun_label": "830 min"
},
{
"pun_duration": 840,
"pun_duration": 830,
"pun_id": 84,
"pun_label": "840 min"
},
{
"pun_duration": 830,
"pun_id": 85,
"pun_label": "840 min"
},
{
"pun_duration": 830,
"pun_id": 86,
"pun_label": "840 min"
},
{
"pun_duration": 830,
"pun_id": 87,
"pun_label": "840 min"
},
{
"pun_duration": 830,
"pun_id": 88,
"pun_label": "840 min"
},
{
"pun_duration": 830,
"pun_id": 89,
"pun_label": "840 min"
},
{
"pun_duration": 840,
"pun_id": 90,
"pun_label": "840 min"
}
],
"WeekDaysWorktime": [

2418
etc/psa_tariff/tariff03.json Normal file

File diff suppressed because it is too large Load Diff

1218
etc/psa_tariff/tariff04.json Normal file

File diff suppressed because it is too large Load Diff