Enhancements - custom reports

- Converted active, overdue and completed reports to custom reports.
- Added new recurring report.
- Added support for new 'end' column, which is the completion date.
This commit is contained in:
Paul Beckingham
2009-06-12 22:12:35 -04:00
parent c9807f4636
commit 788e264378
6 changed files with 69 additions and 375 deletions

View File

@@ -290,6 +290,7 @@ void validReportColumns (const std::vector <std::string>& columns)
*it != "priority" &&
*it != "entry" &&
*it != "start" &&
*it != "end" &&
*it != "due" &&
*it != "age" &&
*it != "age_compact" &&