Enhancements - summary report

- Implemented summary report.
This commit is contained in:
Paul Beckingham 2009-06-14 12:46:01 -04:00
parent a09246fd71
commit 819c33e491
2 changed files with 26 additions and 25 deletions

View file

@ -175,9 +175,9 @@ std::string Context::dispatch ()
else if (cmd.command == "info") { out = handleInfo (); }
else if (cmd.command == "history") { out = handleReportHistory (); }
else if (cmd.command == "ghistory") { out = handleReportGHistory (); }
else if (cmd.command == "summary") { out = handleReportSummary (); }
/*
else if (cmd.command == "calendar") { out = handleReportCalendar (); }
else if (cmd.command == "summary") { out = handleReportSummary (); }
else if (cmd.command == "timesheet") { out = handleReportTimesheet (); }
*/
else if (cmd.command == "add") { out = handleAdd (); }