Enhancement - ghistory report
- Implemented the ghistory report.
This commit is contained in:
@@ -174,8 +174,8 @@ std::string Context::dispatch ()
|
||||
else if (cmd.command == "stats") { out = handleReportStats (); }
|
||||
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 == "calendar") { out = handleReportCalendar (); }
|
||||
else if (cmd.command == "summary") { out = handleReportSummary (); }
|
||||
else if (cmd.command == "timesheet") { out = handleReportTimesheet (); }
|
||||
|
||||
Reference in New Issue
Block a user