From ea3390354c02b17357982b61dbb94a678cdfda9e Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sun, 23 Jul 2017 16:55:08 +0000 Subject: [PATCH] Adds Stand Time definitions. --- Connections/database_functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Connections/database_functions.php b/Connections/database_functions.php index f4dc73f..dd6059c 100644 --- a/Connections/database_functions.php +++ b/Connections/database_functions.php @@ -46,6 +46,9 @@ STAND TIME // Determines the behaviour of Stand Time (transaction_type_id) define("STAND_TIME_HOURLY_RATE",10); +// Define how much time over 1hr is allowed before charging for the next hour. +define("STAND_TIME_GRACE_PERIOD",15) + /******************************** SWEAT EQUITY / VOLUNTEER BENEFITS *********************************/