mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancements - timesheet report
- Implemented timesheet report.
This commit is contained in:
parent
819c33e491
commit
8529daaf28
2 changed files with 44 additions and 44 deletions
|
@ -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 (); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue