summaryrefslogtreecommitdiff
path: root/plugins/Timetrackingeditor/README.md
blob: 68907fc053159cd777a27fbc2ec70822aba1d85e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Timetrackingeditor
==================


Allows manual adding and editon of Timetracking Entries

Author
------

- Thomas Stinner

Requirements
------------

- Kanboard >= 1.0.38 (not testet with older versions)


Installation
------------

You have the choice between 3 methods:

1. Install the plugin from the Kanboard plugin manager in one click
2. Download the zip file and decompress everything under the directory `plugins/Timetrackingeditor`
3. Clone this repository into the folder `plugins/Timetrackingeditor`

Note: Plugin folder is case-sensitive.


Documentation
-------------

With this plugin you are able to edit, remove and manually create entries in the Time Tracking Table. 

Just go to a subtask, select "Time Tracking" (only visible if you have entered either an estimate and/or time spent value for the Task). Now you have the opportunity to add/remove/delete entries. You are only allowed to remove and edit your own entries.

You can also add comments to every Time Tracking entry and select if the time is billable or not. Entries that have been selected as billable have a shopping cart symbol. 

Additionally you can export all time tracking entries as an HTML table (which makes it easy to import to excel) using the command ``` kanboard export:allsubtaskstimetracking```