mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
New Report - timesheet
- Added new timesheet report framework - Began adding logic pseudo-code - Added some documentation
This commit is contained in:
parent
f73281ee30
commit
57a11a74e1
6 changed files with 94 additions and 12 deletions
|
@ -103,6 +103,7 @@ std::string handleReportCalendar (TDB&, T&, Config&);
|
|||
std::string handleReportActive (TDB&, T&, Config&);
|
||||
std::string handleReportOverdue (TDB&, T&, Config&);
|
||||
std::string handleReportStats (TDB&, T&, Config&);
|
||||
std::string handleReportTimesheet (TDB&, T&, Config&);
|
||||
|
||||
std::string handleCustomReport (TDB&, T&, Config&, const std::string&);
|
||||
void validReportColumns (const std::vector <std::string>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue