- New 'active' report.
This commit is contained in:
Paul Beckingham 2013-10-19 20:58:16 -04:00
parent d86ad2de2c
commit 7c85bc9067

View file

@ -353,11 +353,11 @@ std::string Config::_defaults =
"report.overdue.filter= ( status:pending or status:waiting ) +OVERDUE\n"
"report.overdue.sort=urgency-,due+,entry+\n"
"\n"
"report.active.description=Lists active tasks\n"
"report.active.columns=id,project,priority,due,start.active,entry.age,description\n"
"report.active.labels=ID,Proj,Pri,Due,Active,Age,Description\n"
"report.active.sort=due+,priority-,project+\n"
"report.active.filter=status:pending +ACTIVE\n"
"report.active.description=Active tasks\n"
"report.active.labels=ID,Started,Active,Age,D,P,Project,Tags,Recur,W,Sch,Due,Until,Description\n"
"report.active.columns=id,start,start.age,entry.age,depends.indicator,priority,project,tags,recur,wait.indicator,scheduled.age,due,until,description\n"
"report.active.filter=status:pending and +ACTIVE\n"
"report.active.sort=project+,start+,entry+\n"
"\n"
"report.completed.description=Lists completed tasks\n"
"report.completed.columns=end,project,priority,entry.age,description,uuid\n"