Commit graph

36 commits

Author SHA1 Message Date
Paul Beckingham
83e9f3d688 CmdChart: Fixed bug determineHourRange was not properly clipping intervals to days 2016-06-11 14:05:08 -04:00
Paul Beckingham
f8562d1d89 CmdChart: Fixed bug that miscalculated the last hour to show on the chart 2016-06-10 22:04:24 -04:00
Paul Beckingham
441af1a4d0 CmdChart: Intervals now used rounded up/down time, not just rounded down time 2016-06-07 23:32:44 -04:00
Paul Beckingham
2ebee819af CmdChart: Added debug output for auto-determined hour range 2016-06-04 11:43:52 -04:00
Paul Beckingham
29ac612614 CmdChart: Observes data range when 'report.<type>.hours = auto' 2016-06-04 11:43:32 -04:00
Paul Beckingham
149745867d CmdChart: Fixed bug where having no tracked intervals yielded an incorrect hour range 2016-06-04 10:34:46 -04:00
Paul Beckingham
848c9fee14 CmdChart: Uses findHint 2016-05-30 10:30:34 -04:00
Paul Beckingham
98abbecedb CmdChart: Made renderHolidays externally visible 2016-05-30 10:13:05 -04:00
Paul Beckingham
aa3c3d625e CmdChart: Added country code to holiday list 2016-05-30 10:07:57 -04:00
Paul Beckingham
dc4412302e CmdChart: Fixed wrong type of setting 2016-05-29 16:32:42 -04:00
Paul Beckingham
6688e98c1a CmdChart: Renamed rc.reports.<type>.24h to rc.reports.<type>.hours with 'all' or 'auto' as values 2016-05-29 15:44:52 -04:00
Paul Beckingham
5b75ba4571 CmdChart: Added optional holiday table 2016-05-29 12:28:08 -04:00
Paul Beckingham
d975631c9b CmdChart[C: Added reports.<type>.range support 2016-05-28 15:18:13 -04:00
Paul Beckingham
2c1dc654b4 CmdChart: Now renders holdiays in a different color 2016-05-22 10:27:00 -04:00
Paul Beckingham
d27c82b4d3 CmdChart: In compact mode, render available time labels internally 2016-05-21 21:09:54 -05:00
Paul Beckingham
42e4c174a9 CmdChart: Renamed 'Remaining' to 'Available', it reads better 2016-05-21 20:41:07 -05:00
Paul Beckingham
99d579f65f CmdChart: Calculating indent earlier and reusing the value 2016-05-21 20:40:35 -05:00
Paul Beckingham
86a2d83ec3 CmdChart: Added :blank support 2016-05-21 20:38:53 -05:00
Paul Beckingham
e7aaf175c4 CmdChart: Corrected report setting names 2016-05-21 19:35:29 -05:00
Paul Beckingham
c3c2789fe1 CmdChart: renderSummary now prepends a blank line 2016-05-21 16:31:11 -05:00
Paul Beckingham
1aed409832 CmdChart: renderSubTotal wasn't actually conditional 2016-05-21 16:30:43 -05:00
Paul Beckingham
198902821c CmdChart: Corrected indentation for multi-line output 2016-05-21 16:18:52 -05:00
Paul Beckingham
26e8b4e208 CmdChart: Code cleanup 2016-05-21 15:50:19 -05:00
Paul Beckingham
5c4ac9cab7 CmdChart: renderSummary now autonomous 2016-05-21 15:49:36 -05:00
Paul Beckingham
71ccf8584a CmdChart: Added determineHourRange 2016-05-21 15:48:36 -05:00
Paul Beckingham
1ca36ca5a5 CmdChart: Removed debugging code 2016-05-21 15:30:06 -05:00
Paul Beckingham
27b387b523 CmdChart: Indent now dynamic 2016-05-21 15:29:53 -05:00
Paul Beckingham
571f899795 CmdChart: renderTotal now autonomous 2016-05-21 15:28:52 -05:00
Paul Beckingham
e3b706f0aa CmdChart: renderMonth and renderDayName now autonomous 2016-05-21 15:27:03 -05:00
Paul Beckingham
5f60777dbe CmdChart: Parameterized subtotal rendering 2016-05-21 15:22:42 -05:00
Paul Beckingham
c3baf8f119 CmdChart: Parameterized total hours rendering 2016-05-21 14:39:16 -05:00
Paul Beckingham
7be439d4f6 CmdChart: Parameterized month rendering 2016-05-21 14:38:23 -05:00
Paul Beckingham
def58af8e5 CmdChart: Parameterized day rendering 2016-05-21 14:01:22 -05:00
Paul Beckingham
fc91062922 CmdChart: highlights the current day and hour 2016-05-20 22:49:18 -05:00
Paul Beckingham
8410ba23f2 CmdChart: Was using month instead of day 2016-05-20 22:42:12 -05:00
Paul Beckingham
52049d3fc9 CmdChart: Renamed CmdReport to CmdChart, which is more descriptive 2016-05-20 16:17:49 -05:00
Renamed from src/commands/CmdReportMonth.cpp (Browse further)