1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -05:00

Adds Stand Time definitions.

This commit is contained in:
Jonathan Rosenbaum 2017-07-23 16:55:08 +00:00
parent 40a2a6abab
commit ea3390354c

View File

@ -46,6 +46,9 @@ STAND TIME
// Determines the behaviour of Stand Time (transaction_type_id) // Determines the behaviour of Stand Time (transaction_type_id)
define("STAND_TIME_HOURLY_RATE",10); 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 SWEAT EQUITY / VOLUNTEER BENEFITS
*********************************/ *********************************/