Enhancement - timesheet report

- Version 1 of the timesheet report.  Displays a specified number
  of weeks tasks, both started and completed.
This commit is contained in:
Paul Beckingham
2009-05-11 23:07:50 -04:00
parent 4ab665b876
commit fd823871f0
5 changed files with 142 additions and 41 deletions

View File

@@ -153,7 +153,7 @@ static std::string shortUsage (Config& conf)
table.addCell (row, 2, "Shows a report of task status by project");
row = table.addRow ();
table.addCell (row, 1, "task timesheet [duration]");
table.addCell (row, 1, "task timesheet [weeks]");
table.addCell (row, 2, "Shows a weekly report of tasks completed and started");
row = table.addRow ();