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

@ -59,7 +59,6 @@ public:
void add (const Task&); // Single task add to pending
void update (const Task&); // Single task update to pending
int commit (); // Write out all tasks
void upgrade (); // Convert both files to FF4
int gc (); // Clean up pending
int nextId ();