2ce0aeef1d
Minor: include atb_time.h
2024-09-17 16:59:07 +02:00
4030a4b165
Add pop_max_price_save in case pop_max_price has to be re-computed dynamically, so it can be reset
2024-09-17 16:57:34 +02:00
8c7afdfcb1
Add additional constructor.
2024-09-17 16:53:45 +02:00
7a7b10260a
Add untracked(!) files
2024-09-16 16:47:01 +02:00
1874b08210
Merge branch 'kleipeda-experimental-snapshot-2024-09-12' into kleipeda-experimental
2024-09-16 10:49:23 +02:00
a8ae9fc602
Add own Time class (similar QTime)
2024-09-16 10:42:08 +02:00
7c0514e241
save current state
2024-09-13 10:42:45 +02:00
e38a1bfe12
Add default constructor, update debug output.
2024-09-11 11:40:19 +02:00
f38a8d528c
Minor: add getters for parking-time-limit.
2024-09-11 11:39:16 +02:00
08a593eb12
Add 'pop_apply_carry_over_to_ticket_endtime':
...
If ticket-end-time exactly hits the start of a carry-over-time-range,
the move to the end of the carry-over-time-range, even if this
were not strictly necessary.
2024-09-11 11:36:57 +02:00
f322d30e36
Add default constructor, fix debug output.
2024-09-11 11:35:17 +02:00
7a53a68850
getPaymentOptionIndex(): add start-time parameter
2024-09-06 12:05:41 +02:00
75f1c1bb76
Checking parking-time-limit:
...
provide start-date-time as well, because the limit counts only
from one day to following day (e.g. Sunday to Monday or from
holiday to next day).
2024-09-03 11:10:24 +02:00
f47695de8b
Add pop_plus_steps_saved
2024-09-02 17:16:47 +02:00
53cf9a7341
Add description for tariff-settings.w
2024-09-02 16:46:00 +02:00
3a18ee2d7c
Add description for carry-over-settings
2024-09-02 16:45:35 +02:00
929a8a4a27
Reuse of "class ATBWeekDays":
...
Description of a weekday: Mon-Sun. For holidays contains a type-flag
to indicate such a day.
Each weekday has some tariff-settings and some carry-over-settings.
2024-09-02 16:41:26 +02:00
eca285cc25
remove obsolete print-function
2024-09-02 16:40:07 +02:00
bda8914f1a
Add free functions:
...
previousDayHoliday():
Check if previous day was a holiday. Check is done relative to
computed endtime.
isHoliday():
Check if startDateTime is on a holiday.
getPaymentOptionIndex():
Compute the index of the payment-options-section inside a tariff-file.
This is done as workaround (and backward compatibility).
parseWeekDay():
Parse new structure of tariff-file.
2024-09-02 16:35:25 +02:00
9b524d63e5
Add 'pop_allow_overpay' setting: set vai tariff-file if operpay is allowed.
2024-08-21 15:33:02 +02:00
89b05ffadc
Added GetYearPeriodActive() to get active year period.
2024-08-01 15:45:50 +02:00
260973cd09
Added pop_plus_steps/pop_minus_steps to control step sizes
2024-08-01 15:44:06 +02:00
52b7c2390a
Minor: introduce using-typedef for Duration
2024-07-29 17:33:49 +02:00
24ab01695d
GetPriceForTimeStep(): remove default parameter.
2024-07-29 17:28:27 +02:00
31b1dd1690
ResetTimeSteps():
...
Check paymentOptionIndex for correct value.
2024-07-29 11:20:00 +02:00
b7facb9d60
checkin for tariff02.json
2024-07-26 10:59:45 +02:00
003b7e8e8a
getPaymentOption() functions and getPaymentOptionIndex()
2024-07-25 09:46:46 +02:00
7ef2d44fc4
Add parameter PermitType to GetCostForDuration() and GetDurationFromCost()
2024-07-25 09:45:36 +02:00
8f203184b6
Add additional parameter (PermitType) to several functions
2024-07-25 09:44:24 +02:00
7d452c82b7
Added pop_product_id and pop_product_name
2024-07-24 17:33:53 +02:00
0a08221381
Added conversion from QString to PermitType
2024-07-24 17:33:06 +02:00
da05d004dd
Introduced 'pun_duration_saved': to be used when time steps have to be re-calculated.
2024-07-23 12:46:44 +02:00
45694106a7
GetTimeSteps():
...
added default parameter 'start'; was set inside the funtion.
2024-07-22 15:48:21 +02:00
6d125c65fe
Added flags
...
pop_accumulate_prices
pop_accumulate_durations
to decide if values in json files should be accumulated or not.
2024-07-22 15:46:45 +02:00
3503306637
save experimental
2024-07-21 20:58:12 +02:00
f2356bec55
Added new products
2024-07-19 14:04:20 +02:00
2d6ef2d158
Add prepaid and carry over option
2024-07-19 14:03:46 +02:00
02927be9c9
Added interpolation, carryover and prepaid types
2024-07-19 14:02:41 +02:00
c6d396f34b
Added handling for interpolation, carry over and prepaid.
2024-07-19 14:01:27 +02:00
026c791c79
Add interpolation and operator<<
2024-07-19 14:01:00 +02:00
507b5d1b9c
Add Interpolation, Prepaid and CarryOver structures to streamline Json-File layout.
2024-07-19 13:58:22 +02:00
c3c888dc04
GetTimeSteps(): remove list as reference so compute_next_timestep)_ can change it
2024-07-16 16:46:43 +02:00
34fbefc138
save for the weekend
2024-06-07 13:33:04 +02:00
6fb4d245cb
Added CalcState &setStatus(QString const &desc);
2024-06-05 16:58:12 +02:00
2dc93271fd
Added WORKING_DAYS_WITH_RESTRICTED_HOURS (introduced for Neuhauder/Stockerau/748)
2024-06-05 16:52:54 +02:00
5be5798681
Declared iterator-arguments as const-references to get rid of compiler
...
warning: parameter passing for argument multi_map changed in gcc7.1
2024-06-04 11:48:50 +02:00
e121cef17e
Added: uint32_t getDailyTicketCardPrice(Configuration const *cfg, PaymentMethod methodId);
2024-06-04 11:26:36 +02:00
d3f18f3b82
get_minimal_parkingprice(): add default parameter 'start', set to
...
value of QDateTime::currentDateTime();
2024-05-15 15:19:47 +02:00
4d5583df2d
Handling for pop_carry_over_traget.
2024-05-07 14:59:00 +02:00
de6f263817
Add FRI/SAT/SUN with restricted hours.
2024-05-07 14:57:41 +02:00