3 Commits

Author SHA1 Message Date
5f5259bac1 Change price for 1st hour: 5 Euro -> 10 Euro 2024-11-27 09:45:36 +01:00
1a13c58f63 Improve cut for ticket 2024-11-22 11:48:53 +01:00
c4edb6b013 Add tariff for BUS 2024-11-06 10:40:59 +01:00
3 changed files with 7 additions and 64 deletions

View File

@@ -22,6 +22,8 @@
"text":"Automatentechnik ", "text":"Automatentechnik ",
"feed":"nl", "feed":"nl",
"text":"Baumann GmbH", "text":"Baumann GmbH",
"feed":"nl",
"feed":"nl",
"feed":"eject" "feed":"eject"
} }

View File

@@ -22,6 +22,8 @@
"text":"Automatentechnik ", "text":"Automatentechnik ",
"feed":"nl", "feed":"nl",
"text":"Baumann GmbH", "text":"Baumann GmbH",
"feed":"nl",
"feed":"nl",
"feed":"eject" "feed":"eject"
} }

View File

@@ -1,7 +1,7 @@
{ {
"Project" : "Schoenau", "Project" : "Schoenau",
"Version" : "1.2.0", "Version" : "1.3.0",
"Info" : "<<Tariff for Zone 4>>", "Info" : "<<Tariff for Zone 4>> (Bus)",
"Currency": [ "Currency": [
{ {
"pcu_id": 1, "pcu_id": 1,
@@ -49,7 +49,7 @@
{ {
"pra_payment_option_id": 1099, "pra_payment_option_id": 1099,
"pra_payment_unit_id": 1, "pra_payment_unit_id": 1,
"pra_price": 500 "pra_price": 1000
}, },
{ {
"pra_payment_option_id": 1099, "pra_payment_option_id": 1099,
@@ -78,66 +78,5 @@
"pun_label": "5h", "pun_label": "5h",
"pun_duration": 300 "pun_duration": 300
} }
],
"WeekDaysWorktime": [
{
"pwd_id": 621,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 1,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 622,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 2,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 623,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 3,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 624,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 4,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 625,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 5,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 626,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 6,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 627,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 7,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
}
],
"PeriodYear": [
{
"pye_id": 1,
"pye_label": "Whole year",
"pye_start_month": 1,
"pye_start_day": 1,
"pye_end_month": 12,
"pye_end_day": 31
}
] ]
} }