Enhancement - next

- The next report is now a custom report.  There is also a nasty
  piece of logic that lets the next report exist as a custom report,
  and also with it's own handleReportNext function to prep and filter
  the tasks, then hand off to runCustomReport.
This commit is contained in:
Paul Beckingham 2009-06-25 00:47:07 -04:00
parent f31f068322
commit a32263e7ea
7 changed files with 134 additions and 199 deletions

View file

@ -45,7 +45,7 @@ void validSortColumns (const std::vector <std::string>&, const std::vector <std:
bool validTag (const std::string&);
// task.cpp
void gatherNextTasks (std::vector <Task>&, std::vector <int>&);
void gatherNextTasks (std::vector <Task>&);
void onChangeCallback ();
// recur.cpp