Report - blocked

- Added new 'blocked' report.
This commit is contained in:
Paul Beckingham 2010-07-12 02:19:57 -04:00
parent e9c8bcff63
commit 8c3fd40c1b
2 changed files with 9 additions and 0 deletions

View file

@ -352,6 +352,14 @@ std::string Config::defaults =
"report.next.filter=status:pending limit:page\n"
"#report.next.dateformat=m/d/Y\n"
"#report.next.annotations=full\n"
"\n"
"# task blocked\n"
"report.blocked.description=Lists all tasks matching the specified criteria\n"
"report.blocked.columns=id,depends,project,priority,due,active,age,description\n"
"report.blocked.labels=ID,Deps,Project,Pri,Due,Active,Age,Description\n"
"report.blocked.sort=due+,depends-,priority-,active-,project+\n"
"report.blocked.filter=status:pending depends.any:\n"
"#report.blocked.dateformat=m/d/Y\n"
"\n";
////////////////////////////////////////////////////////////////////////////////