MOBILISIS-Calculator/library/include/mobilisis
2024-09-02 16:45:35 +02:00
..
.gdb_history start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
active_time_range.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
atb_project.h Add header file for project-variables 2023-11-22 11:13:37 +01:00
calculate_price.h Add additional parameter (PermitType) to several functions 2024-07-25 09:44:24 +02:00
calculator_functions.h GetPriceForTimeStep(): remove default parameter. 2024-07-29 17:28:27 +02:00
configuration.h Add free functions: 2024-09-02 16:35:25 +02:00
currency.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
day_of_week.h Monday starts with 1 2023-06-13 12:11:09 +02:00
duration.h Introduced 'pun_duration_saved': to be used when time steps have to be re-calculated. 2024-07-23 12:46:44 +02:00
Header.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
log.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
member_type.h Added interpolation, carryover and prepaid types 2024-07-19 14:02:41 +02:00
payment_method.h Add explicit include guard. 2023-11-26 19:50:23 +01:00
payment_mtd.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
payment_opt.h Add 'pop_allow_overpay' setting: set vai tariff-file if operpay is allowed. 2024-08-21 15:33:02 +02:00
payment_option.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
payment_rate.h Minor: replaced 'pragma once' with include guards. 2024-02-15 16:07:04 +01:00
period_year.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
spec_days_worktime.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
spec_days.h Minor: add explicit default constructor. 2024-04-19 13:17:00 +02:00
tariff_business_hours.h Added WORKING_DAYS_WITH_RESTRICTED_HOURS (introduced for Neuhauder/Stockerau/748) 2024-06-05 16:52:54 +02:00
tariff_calc.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_carryover_settings.h Add description for carry-over-settings 2024-09-02 16:45:35 +02:00
tariff_carryover.h save experimental 2024-07-21 20:58:12 +02:00
tariff_cfg.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_currency.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_customer.h Add cust_id. Changed print-format. 2024-01-30 10:15:39 +01:00
tariff_daily_ticket.h Add reset(). Changed print-format. 2024-01-30 10:17:56 +01:00
tariff_day_of_week.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_duration.h Added pun_duration_min and pun_duration_max in case we dont have to pay for a full time range 2024-01-16 11:56:12 +01:00
tariff_global_defines.h save experimental 2024-07-21 20:58:12 +02:00
tariff_interpolation.h save experimental 2024-07-21 20:58:12 +02:00
tariff_log.h remove obsolete print-function 2024-09-02 16:40:07 +02:00
tariff_member_type.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_payment_method.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_payment_mtd.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_payment_opt.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_payment_rate.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_period_year.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_permit_type.h Added conversion from QString to PermitType 2024-07-24 17:33:06 +02:00
tariff_prepaid.h Add Interpolation, Prepaid and CarryOver structures to streamline Json-File layout. 2024-07-19 13:58:22 +02:00
tariff_product.h Minor: add utility getProductPrice() 2024-04-16 12:03:42 +02:00
tariff_spec_days_worktime.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_spec_days.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_time_range.h Minor: add comment 2024-01-16 11:56:54 +01:00
tariff_timebase.h Minor: add debug output 2024-01-30 10:14:21 +01:00
tariff_timestep_config.h Add descrption file for tariff time step config 2024-01-18 14:36:28 +01:00
tariff_utils.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_vehicle_types.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_weekdays_worktime.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
tariff_weekdays.h start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
ticket.h Added State for invalid price 2023-11-28 16:41:27 +01:00
time_range_header.h Added several members to ATBTimeRange to implement 2024-02-15 16:08:22 +01:00
time_range.h Minor: remove 'pragma onc' 2023-12-12 17:50:23 +01:00
utilities.h Added GetYearPeriodActive() to get active year period. 2024-08-01 15:45:50 +02:00
weekdays_worktime.h checkin for tariff02.json 2024-07-26 10:59:45 +02:00
weekdays.h Reuse of "class ATBWeekDays": 2024-09-02 16:41:26 +02:00