Enhancements - timesheet report

- Implemented timesheet report.
This commit is contained in:
Paul Beckingham 2009-06-14 13:32:53 -04:00
parent 819c33e491
commit 8529daaf28
2 changed files with 44 additions and 44 deletions

View file

@ -178,8 +178,8 @@ std::string Context::dispatch ()
else if (cmd.command == "summary") { out = handleReportSummary (); }
/*
else if (cmd.command == "calendar") { out = handleReportCalendar (); }
else if (cmd.command == "timesheet") { out = handleReportTimesheet (); }
*/
else if (cmd.command == "timesheet") { out = handleReportTimesheet (); }
else if (cmd.command == "add") { out = handleAdd (); }
/*
else if (cmd.command == "" && task.getId ()) { out = handleModify (); }