Enhancement - next report

- Implemented next report.
This commit is contained in:
Paul Beckingham 2009-06-14 14:53:22 -04:00
parent f470acadaa
commit 9004b65956
3 changed files with 65 additions and 89 deletions

View file

@ -41,7 +41,7 @@ void validSortColumns (const std::vector <std::string>&, const std::vector <std:
bool validTag (const std::string&);
// task.cpp
void gatherNextTasks (/*const TDB&,*/ Task&, std::vector <Task>&, std::vector <int>&);
void gatherNextTasks (std::vector <Task>&, std::vector <int>&);
void onChangeCallback ();
// recur.cpp
@ -89,7 +89,6 @@ std::string handleReportGHistory ();
std::string handleReportCalendar ();
std::string handleReportStats ();
std::string handleReportTimesheet ();
std::string getFullDescription (Task&);
std::string getDueDate (Task&);