From 7c85bc9067a82a75d62de048651872842ee5718f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 19 Oct 2013 20:58:16 -0400 Subject: [PATCH] Reports - New 'active' report. --- src/Config.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Config.cpp b/src/Config.cpp index c3d28c990..c8253e536 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -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"