Compare commits
6 Commits
zg1/zone1
...
0d7d697fd2
Author | SHA1 | Date | |
---|---|---|---|
0d7d697fd2 | |||
6ce8bc8516 | |||
1b4e13f070 | |||
54e71bd9d6 | |||
9cb28489b1 | |||
babc61df9d |
252
etc/psa_tariff/tariff01.json
Normal file
252
etc/psa_tariff/tariff01.json
Normal file
@@ -0,0 +1,252 @@
|
||||
{
|
||||
"Project" : "Pernegg an der Mur",
|
||||
"Version" : "1.0.0",
|
||||
"Info" : "Tariff for Zone 1",
|
||||
"comment_info": "Two locations: Baerenschuetzklamm, Nauturwelten Auweg",
|
||||
"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": 1049,
|
||||
"pop_label": "Zone 1",
|
||||
"pop_payment_method_id": 4,
|
||||
"pop_day_start_time": "06:00:00",
|
||||
"pop_day_end_time": "17:00:00",
|
||||
"pop_price_night": 0,
|
||||
"pop_min_time": 1,
|
||||
"pop_max_time": 660,
|
||||
"pop_min_price": 600,
|
||||
"pop_max_price": 600,
|
||||
"pop_carry_over": 0,
|
||||
"pop_daily_card_price": 600,
|
||||
"pop_business_hours": 128
|
||||
},
|
||||
{
|
||||
"pop_id": 1050,
|
||||
"pop_label": "Zone 1",
|
||||
"pop_payment_method_id": 4,
|
||||
"pop_day_start_time": "15:00:00",
|
||||
"pop_day_end_time": "17:00:00",
|
||||
"pop_price_night": 0,
|
||||
"pop_min_time": 1,
|
||||
"pop_max_time": 120,
|
||||
"pop_min_price": 300,
|
||||
"pop_max_price": 300,
|
||||
"pop_carry_over": 0,
|
||||
"pop_daily_card_price": 300,
|
||||
"pop_business_hours": 128
|
||||
},
|
||||
{
|
||||
"pop_id": 1051,
|
||||
"pop_label": "Zone 1",
|
||||
"pop_payment_method_id": 4,
|
||||
"pop_day_start_time": "16:00:00",
|
||||
"pop_day_end_time": "17:00:00",
|
||||
"pop_price_night": 0,
|
||||
"pop_min_time": 1,
|
||||
"pop_max_time": 60,
|
||||
"pop_min_price": 200,
|
||||
"pop_max_price": 200,
|
||||
"pop_carry_over": 0,
|
||||
"pop_daily_card_price": 200,
|
||||
"pop_business_hours": 128
|
||||
}
|
||||
],
|
||||
"PaymentRate": [
|
||||
{
|
||||
"pra_payment_option_id": 1049,
|
||||
"pra_payment_unit_id": 1,
|
||||
"pra_price": 600
|
||||
},
|
||||
{
|
||||
"pra_payment_option_id": 1050,
|
||||
"pra_payment_unit_id": 2,
|
||||
"pra_price": 300
|
||||
},
|
||||
{
|
||||
"pra_payment_option_id": 1051,
|
||||
"pra_payment_unit_id": 3,
|
||||
"pra_price": 200
|
||||
}
|
||||
],
|
||||
"DailyTicket": [
|
||||
{
|
||||
"daily_ticket_payment_option_id": 1049,
|
||||
"daily_ticket_id": 1,
|
||||
"daily_ticket_price_id": 1,
|
||||
"daily_ticket_tb_id": 1,
|
||||
"daily_ticket_clearance_customer_ids": [],
|
||||
"daily_ticket_from_min": "06:00:00",
|
||||
"daily_ticket_to_max": "17:00:00",
|
||||
"daily_ticket_from_offset_min": 0,
|
||||
"daily_ticket_to_offset_max": 0
|
||||
},
|
||||
{
|
||||
"daily_ticket_payment_option_id": 1050,
|
||||
"daily_ticket_id": 2,
|
||||
"daily_ticket_price_id": 2,
|
||||
"daily_ticket_tb_id": 1,
|
||||
"daily_ticket_clearance_customer_ids": [],
|
||||
"daily_ticket_from_min": "15:00:00",
|
||||
"daily_ticket_to_max": "17:00:00",
|
||||
"daily_ticket_from_offset_min": 0,
|
||||
"daily_ticket_to_offset_max": 0
|
||||
},
|
||||
{
|
||||
"daily_ticket_payment_option_id": 1051,
|
||||
"daily_ticket_id": 3,
|
||||
"daily_ticket_price_id": 3,
|
||||
"daily_ticket_tb_id": 1,
|
||||
"daily_ticket_clearance_customer_ids": [],
|
||||
"daily_ticket_from_min": "16:00:00",
|
||||
"daily_ticket_to_max": "17:00:00",
|
||||
"daily_ticket_from_offset_min": 0,
|
||||
"daily_ticket_to_offset_max": 0
|
||||
}
|
||||
],
|
||||
"Product" : [
|
||||
{
|
||||
"tariff_product_id": 1,
|
||||
"tariff_product_permit_type": 1,
|
||||
"tariff_product_price": 600,
|
||||
"tariff_product_name": "DAY_TICKET",
|
||||
"tariff_product_start": "06:00:00",
|
||||
"tariff_product_end": "17:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 0
|
||||
},
|
||||
{
|
||||
"tariff_product_id": 1,
|
||||
"tariff_product_permit_type": 1,
|
||||
"tariff_product_price": 300,
|
||||
"tariff_product_name": "DAY_TICKET",
|
||||
"tariff_product_start": "15:00:00",
|
||||
"tariff_product_end": "17:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 0
|
||||
},
|
||||
{
|
||||
"tariff_product_id": 1,
|
||||
"tariff_product_permit_type": 1,
|
||||
"tariff_product_price": 200,
|
||||
"tariff_product_name": "DAY_TICKET",
|
||||
"tariff_product_start": "16:00:00",
|
||||
"tariff_product_end": "17:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 0
|
||||
},
|
||||
{
|
||||
"tariff_product_id": 8,
|
||||
"tariff_product_permit_type": 8,
|
||||
"tariff_product_price": 0,
|
||||
"tariff_product_name": "INVALID",
|
||||
"tariff_product_start": "17:00:00",
|
||||
"tariff_product_end": "06:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 0
|
||||
}
|
||||
],
|
||||
"Duration": [
|
||||
{
|
||||
"pun_id": 1,
|
||||
"pun_label": "11h",
|
||||
"pun_duration": 660
|
||||
},
|
||||
{
|
||||
"pun_id": 2,
|
||||
"pun_label": "11h",
|
||||
"pun_duration": 660
|
||||
},
|
||||
{
|
||||
"pun_id": 3,
|
||||
"pun_label": "11h",
|
||||
"pun_duration": 660
|
||||
}
|
||||
],
|
||||
"WeekDaysWorktime": [
|
||||
{
|
||||
"pwd_id": 621,
|
||||
"pwd_period_week_day_id": 36,
|
||||
"pwd_period_day_in_week_id": 1,
|
||||
"pwd_time_from": "06:00:00",
|
||||
"pwd_time_to": "17:00:00"
|
||||
},
|
||||
{
|
||||
"pwd_id": 622,
|
||||
"pwd_period_week_day_id": 36,
|
||||
"pwd_period_day_in_week_id": 2,
|
||||
"pwd_time_from": "06:00:00",
|
||||
"pwd_time_to": "17:00:00"
|
||||
},
|
||||
{
|
||||
"pwd_id": 623,
|
||||
"pwd_period_week_day_id": 36,
|
||||
"pwd_period_day_in_week_id": 3,
|
||||
"pwd_time_from": "06:00:00",
|
||||
"pwd_time_to": "17:00:00"
|
||||
},
|
||||
{
|
||||
"pwd_id": 624,
|
||||
"pwd_period_week_day_id": 36,
|
||||
"pwd_period_day_in_week_id": 4,
|
||||
"pwd_time_from": "06:00:00",
|
||||
"pwd_time_to": "17:00:00"
|
||||
},
|
||||
{
|
||||
"pwd_id": 625,
|
||||
"pwd_period_week_day_id": 36,
|
||||
"pwd_period_day_in_week_id": 5,
|
||||
"pwd_time_from": "06:00:00",
|
||||
"pwd_time_to": "17:00:00"
|
||||
},
|
||||
{
|
||||
"pwd_id": 626,
|
||||
"pwd_period_week_day_id": 36,
|
||||
"pwd_period_day_in_week_id": 6,
|
||||
"pwd_time_from": "06:00:00",
|
||||
"pwd_time_to": "17:00:00"
|
||||
},
|
||||
{
|
||||
"pwd_id": 627,
|
||||
"pwd_period_week_day_id": 36,
|
||||
"pwd_period_day_in_week_id": 7,
|
||||
"pwd_time_from": "06:00:00",
|
||||
"pwd_time_to": "17:00:00"
|
||||
}
|
||||
],
|
||||
"PeriodYear": [
|
||||
{
|
||||
"pye_id": 2,
|
||||
"pye_label": "Whole year",
|
||||
"pye_start_month": 1,
|
||||
"pye_start_day": 1,
|
||||
"pye_end_month": 12,
|
||||
"pye_end_day": 31
|
||||
}
|
||||
]
|
||||
}
|
21
etc/psa_update/opkg_commands
Executable file
21
etc/psa_update/opkg_commands
Executable file
@@ -0,0 +1,21 @@
|
||||
###############################################################################
|
||||
# !!! NOTE !!!
|
||||
###############################################################################
|
||||
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
||||
###############################################################################
|
||||
# #
|
||||
# opkg info atbqt
|
||||
# opkg info atbupdatetool
|
||||
# opkg update
|
||||
# opkg install prepare-update
|
||||
# opkg install libmobilisis-calc2
|
||||
# opkg install atbupdatetool
|
||||
# opkg remove atb-accountingtool
|
||||
# opkg install atb-accountingtool
|
||||
# opkg --cache /var/cache/opkg --download-only upgrade
|
||||
# opkg --cache /var/cache/opkg upgrade
|
||||
# opkg remove apism
|
||||
# opkg install apism
|
||||
# opkg info apism
|
||||
# opkg info atbqt
|
||||
# opkg info atbupdatetool
|
Reference in New Issue
Block a user