]> wagnertech.de Git - timetracker.git/blobdiff - report.php
Added button.create_timesheet to translation files.
[timetracker.git] / report.php
index cb563b9b04d49c3e18e28a60f2a2a455ed73428a..d094df86ee23f5d2db525c0d7f62b2f1fbd96943 100644 (file)
@@ -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);