mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReportDay: Loads data
This commit is contained in:
parent
67010258f0
commit
6d628a38d8
1 changed files with 2 additions and 0 deletions
|
@ -44,8 +44,10 @@ int CmdReportDay (
|
|||
if (! filter.range.started ())
|
||||
filter.range = Range (Datetime ("today"), Datetime ("tomorrow"));
|
||||
|
||||
// Load the data.
|
||||
auto timeline = createTimelineFromData (database, filter);
|
||||
auto tracked = timeline.tracked (rules);
|
||||
auto excluded = timeline.excluded (rules);
|
||||
|
||||
// Create a color palette.
|
||||
Palette palette;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue