Integration - report helper functions
- Added getDueDate helper function. - Added getFullDescription (description + annotations) helper function.
This commit is contained in:
@@ -90,6 +90,9 @@ std::string handleReportCalendar ();
|
||||
std::string handleReportStats ();
|
||||
std::string handleReportTimesheet ();
|
||||
|
||||
std::string getFullDescription (Task&);
|
||||
std::string getDueDate (Task&);
|
||||
|
||||
// custom.cpp
|
||||
std::string handleCustomReport (const std::string&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user