X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eeb825a7f9950c781528b99772ccdd327869b819..139889a67699143cce59a4f3136b3158058b9ce2:/initialize.php diff --git a/initialize.php b/initialize.php index ded539cc..5f8a7603 100644 --- a/initialize.php +++ b/initialize.php @@ -120,6 +120,10 @@ define('TYPE_ALL', 0); // Time record can be specified with either duration or s define('TYPE_START_FINISH', 1); // Time record has start and finish times. define('TYPE_DURATION', 2); // Time record has only duration, no start and finish times. +// Definitions of types for uncompleted time entries. +define('ENTRIES_NONE', 0); // Do not show uncompleted time entries anywhere. +define('ENTRIES_USERS_PAGE', 1); // Show uncompleted time entries on the users page. + // User access rights - bits that collectively define an access mask to the system (a role). // We'll have some bits here (1,2, etc...) reserved for future use. define('right_data_entry', 4); // Right to enter work hours and expenses.