From 27ab4b7051039525333f1cc6012f9fc0e6d802c1 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 6 Nov 2024 10:43:36 +0100 Subject: [PATCH] Add tariff for BUS --- etc/psa_tariff/tariff04.json | 82 ++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 etc/psa_tariff/tariff04.json diff --git a/etc/psa_tariff/tariff04.json b/etc/psa_tariff/tariff04.json new file mode 100644 index 0000000..f7e4fb0 --- /dev/null +++ b/etc/psa_tariff/tariff04.json @@ -0,0 +1,82 @@ +{ + "Project" : "Schoenau", + "Version" : "1.2.0", + "Info" : "<>", + "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": 1099, + "pop_label": "Zone 4", + "pop_payment_method_id": 4, + "pop_day_end_time": "15:20:00", + "pop_day_night_end_time": "15:20:00", + "pop_price_night": 0, + "pop_min_time": 60, + "pop_max_time": 1440, + "pop_min_price": 500, + "pop_carry_over": 1, + "pop_daily_card_price": 0, + "pop_multi_hour_price": 8 + } + ], + "PaymentRate": [ + { + "pra_payment_option_id": 1099, + "pra_payment_unit_id": 1, + "pra_price": 500 + }, + { + "pra_payment_option_id": 1099, + "pra_payment_unit_id": 6, + "pra_price": 2000 + }, + { + "pra_payment_option_id": 1099, + "pra_payment_unit_id": 5, + "pra_price": 2500 + } + ], + "Duration": [ + { + "pun_id": 1, + "pun_label": "1h", + "pun_duration": 60 + }, + { + "pun_id": 5, + "pun_label": "24h", + "pun_duration": 1440 + }, + { + "pun_id": 6, + "pun_label": "5h", + "pun_duration": 300 + } + ] +}