From 661e5595c4f5844cec94f4fb304c16650fa3b211 Mon Sep 17 00:00:00 2001 From: tike Date: Fri, 5 Feb 2016 22:57:57 +0100 Subject: issue #242 - make app caluclate number of vouchers for angels --- config/config.default.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') 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`)"; -- cgit v1.2.3-54-g00ecf