Integration - report helper functions

- Added getDueDate helper function.
- Added getFullDescription (description + annotations) helper function.
This commit is contained in:
Paul Beckingham 2009-06-14 14:02:14 -04:00
parent 8529daaf28
commit efe0b86708
3 changed files with 113 additions and 138 deletions

View file

@ -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&);