Changes between Version 11 and Version 12 of TimeTrackingPlugin


Ignore:
Timestamp:
Dec 22, 2016, 7:36:21 AM (7 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TimeTrackingPlugin

    v11 v12  
    1111* Two new database tables to store these tasks and log entries.
    1212
     13{{{#!rbox width=320px
     14= Screenshot: Tasks and estimation panel
     15[[Image(Tasks-Panel.png, width=300px)]]
     16(rows link to ''Edit Task'' mode)
     17}}}
     18
     19{{{#!rbox width=320px
     20= Screenshot: Time logging panel
     21[[Image(Log-Panel.png, width=300px)]]
     22(rows link to ''Edit Log Entry'' mode)
     23}}}
     24
    1325Trac's reporting module can be used to define various reports that summarize these tasks and log entries. For reporting purposes tasks can be grouped into ''projects'' and ''categories'', and log entries can record a ''location''.
     26
     27{{{#!rbox width=320px
     28= Screenshot: One of many possible reports
     29[[Image(Example-Report.png, width=300px)]]
     30}}}
    1431
    1532Tasks are created and estimated per ''year''.
     
    2037* Charts of burned up hours and activity per day using [http://www.chartjs.org/ Chart.js].
    2138* WeekPlanPlugin integration for calendar view of log entries.
    22 
    23 === Screenshots
    24 
    25 The tasks and estimation panel (rows link to ''Edit Task'' mode):
    26 
    27 [[Image(Tasks-Panel.png)]]
    28 
    29 The time logging panel (rows link to ''Edit Log Entry'' mode):
    30 
    31 [[Image(Log-Panel.png)]]
    32 
    33 One of many possible reports:
    34 
    35 [[Image(Example-Report.png)]]
    36 
    37 The charts macro:
    38 
    39 [[Image(Example-Chart.png)]]
    4039
    4140=== Charts
     
    5251* `year`: `|`-separated list of years. (Defaults to all years.)
    5352* `mode`: `cumulative` or `activity`. (Defaults to cumulative.)
     53
     54{{{#!rbox width=320px
     55= Screenshot: Charts macro
     56[[Image(Example-Chart.png, width=300px)]]
     57}}}
    5458
    5559=== !WeekPlan