Go to file
Gerhard Hoffmann ceef73195d Add helper structure
enum BusinessHours
{
    NoRestriction_24_7          = 0,
    OnlyWorkingDays             = 1,    // [Monday-Friday]
    OnlyWeekDays                = 2,    // [Monday-Saturday]
    OnlyWeekEnd                 = 4,    // [Saturday+Sunday]
    OnlyOfficialHolidays        = 8,
    OnlySpecialDays             = 16,
    OnlySchoolHolidays          = 32,
    SpecialAndSchoolHolidays    = 48,
    OnlyOpenForBusinessDays     = 64,   // verkaufsoffen
    NoBusinessHoursDefined      = 255
};

to define inside of tariff-file what operating hours a PSA has.
2023-12-12 10:26:13 +01:00
library Add helper structure 2023-12-12 10:26:13 +01:00
main Add test cases for neuhauser. 2023-12-06 10:52:35 +01:00
tariffs added tariff for testing 2023-12-01 14:26:07 +01:00
test-files Added special days. 2023-11-28 15:14:35 +01:00
.gitignore start repository for mobilisis tariff-calculation 2023-04-24 15:31:46 +02:00
MOBILISIS-Calculator.pro Make build for PTU5_YOCTO 2023-05-04 14:51:58 +02:00
README first commit 2023-04-24 11:56:59 +02:00