X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e84c69bae392645222b7663e5ee2266412d3c0a..23b28d9f1bed21ad53c99fdd6c5649e4aa8be66b:/WEB-INF/config.php.dist diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 25ba2c0d..bca0da0e 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -86,11 +86,17 @@ define('COST_ON_REPORTS', true); // // define('READONLY_START_FINISH', false); + // FUTURE_ENTRIES - defines whether users can create entries for future dates. Defaults to true. // // define('FUTURE_ENTRIES', false); +// ALLOW_OVERLAP - defines whether overlapping time entries are allowed. Defaults to false. +// +// define('ALLOW_OVERLAP', true); + + // WEEKEND_START_DAY // // This option defines which days are highlighted with weekend color.