- New 'all' report.
This commit is contained in:
Paul Beckingham 2013-10-19 16:03:24 -04:00
parent ac1d79048d
commit 685c66c416

View file

@ -377,11 +377,12 @@ std::string Config::_defaults =
"report.waiting.sort=wait+,priority-,project+\n"
"report.waiting.filter=+WAITING\n"
"\n"
"report.all.description=Lists all pending and completed tasks\n"
"report.all.columns=id,status,project,priority,due,end,start.active,entry.age,description\n"
"report.all.labels=ID,Status,Proj,Pri,Due,Completed,Active,Age,Description\n"
"report.all.sort=entry+\n"
// Updated.
"report.all.description=Pending, waiting and completed tasks by age\n"
"report.all.labels=ID,St,UUID,A,Age,Done,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description\n"
"report.all.columns=id,status.short,uuid.short,start.active,entry.age,end.age,depends.indicator,priority,project.parent,tags.count,recur.indicator,wait.age,scheduled.age,due,until.age,description\n"
"report.all.filter=status.not:deleted\n"
"report.all.sort=entry-\n"
"\n"
"report.next.description=Lists the most urgent tasks\n"
"report.next.columns=id,project,priority,due,start.active,entry.age,urgency,description\n"