diff options
Diffstat (limited to 'config/config.default.php')
-rw-r--r-- | config/config.default.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php index e9ec0427..a8f4f454 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -47,6 +47,12 @@ $shift_sum_formula = "SUM( ))*(`Shifts`.`end` - `Shifts`.`start`)*(1 - 3 * `ShiftEntry`.`freeloaded`) )"; +// voucher calculation +$voucher_settings = array( + "initial_vouchers" => 2, + "shifts_per_voucher" => 1 +); + // weigh every shift the same // $shift_sum_formula = "SUM(`end` - `start`)"; |