mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Added more report configuration defaults
This commit is contained in:
parent
4708a3b326
commit
2ccafd0765
1 changed files with 10 additions and 1 deletions
|
@ -40,21 +40,30 @@ Rules::Rules ()
|
|||
// Load the default values.
|
||||
_settings =
|
||||
{
|
||||
{"confirmation", "yes"},
|
||||
{"confirmation", "on"},
|
||||
{"debug", "off"},
|
||||
{"verbose", "on"},
|
||||
|
||||
// 'day' report.
|
||||
{"reports.day.24h", "yes"},
|
||||
{"reports.day.lines", "2"},
|
||||
{"reports.day.spacing", "1"},
|
||||
{"reports.day.totals", "yes"},
|
||||
{"reports.day.summary", "yes"},
|
||||
|
||||
// 'week' report.
|
||||
{"reports.week.24h", "yes"},
|
||||
{"reports.week.lines", "1"},
|
||||
{"reports.week.spacing", "1"},
|
||||
{"reports.week.totals", "yes"},
|
||||
{"reports.week.summary", "yes"},
|
||||
|
||||
// 'month' report.
|
||||
{"reports.month.24h", "yes"},
|
||||
{"reports.month.lines", "1"},
|
||||
{"reports.month.spacing", "1"},
|
||||
{"reports.month.totals", "yes"},
|
||||
{"reports.month.summary", "yes"},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue