Set payment method to 4 (steps).
Removed any special days. Added tariff03.json for maybe zone_3 in Schoenau.
This commit is contained in:
parent
062d936042
commit
00bf13af86
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
117
tariffs/tariff03.json
Normal file
117
tariffs/tariff03.json
Normal file
@ -0,0 +1,117 @@
|
||||
{
|
||||
"Project" : "Schoenau",
|
||||
"Version" : "1.0.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": 1100,
|
||||
"pop_label": "Zone 2",
|
||||
"pop_payment_method_id": 4,
|
||||
"pop_day_end_time": "15:07:00",
|
||||
"pop_day_night_end_time": "15:07:00",
|
||||
"pop_price_night": 0,
|
||||
"pop_min_time": 60,
|
||||
"pop_max_time": 1440,
|
||||
"pop_min_price": 2,
|
||||
"pop_carry_over": 1,
|
||||
"pop_daily_card_price": 0,
|
||||
"pop_multi_hour_price": 5
|
||||
}
|
||||
],
|
||||
"PaymentRate": [
|
||||
{
|
||||
"pra_payment_option_id": 1100,
|
||||
"pra_payment_unit_id": 1,
|
||||
"pra_price": 2
|
||||
},
|
||||
{
|
||||
"pra_payment_option_id": 1100,
|
||||
"pra_payment_unit_id": 6,
|
||||
"pra_price": 4
|
||||
},
|
||||
{
|
||||
"pra_payment_option_id": 1100,
|
||||
"pra_payment_unit_id": 5,
|
||||
"pra_price": 5
|
||||
}
|
||||
],
|
||||
"Duration": [
|
||||
{
|
||||
"pun_id": 1,
|
||||
"pun_label": "1h",
|
||||
"pun_duration": 60
|
||||
},
|
||||
{
|
||||
"pun_id": 3,
|
||||
"pun_label": "15 min",
|
||||
"pun_duration": 15
|
||||
},
|
||||
{
|
||||
"pun_id": 5,
|
||||
"pun_label": "24h",
|
||||
"pun_duration": 1440
|
||||
},
|
||||
{
|
||||
"pun_id": 6,
|
||||
"pun_label": "3h",
|
||||
"pun_duration": 180
|
||||
},
|
||||
{
|
||||
"pun_id": 7,
|
||||
"pun_label": "48h",
|
||||
"pun_duration": 2880
|
||||
},
|
||||
{
|
||||
"pun_id": 8,
|
||||
"pun_label": "72h",
|
||||
"pun_duration": 4320
|
||||
},
|
||||
{
|
||||
"pun_id": 9,
|
||||
"pun_label": "96h",
|
||||
"pun_duration": 5670
|
||||
},
|
||||
{
|
||||
"pun_id": 10,
|
||||
"pun_label": "120h",
|
||||
"pun_duration": 7200
|
||||
},
|
||||
{
|
||||
"pun_id": 11,
|
||||
"pun_label": "144h",
|
||||
"pun_duration": 8640
|
||||
},
|
||||
{
|
||||
"pun_id": 12,
|
||||
"pun_label": "168h",
|
||||
"pun_duration": 10080
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user