X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/93dc9c1832b4035167d53796db9fac88bf90a2b6..1ed162514b774ef5d2f9858efa2436b19d99d484:/report.php diff --git a/report.php b/report.php index cb563b9b..d094df86 100644 --- a/report.php +++ b/report.php @@ -183,6 +183,9 @@ if (ttReportHelper::grouping($options)) { } $totals = ttReportHelper::getTotals($options); +// TODO: Determine if we can create a timesheet out of this report. +// There must be only one user, and nothing assigned to existing timesheets. + // Assign variables that are used to print subtotals. if ($report_items) { $smarty->assign('print_subtotals', true);