summaryrefslogtreecommitdiff
path: root/README.md
blob: 8d0e4a35411e45725cf110870d9793527b7668a5 (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
41
This is a Redmine plugin that adds a link "Time Tracking Report" to target
version page. This link will bring up a detailed report of how time was spent
for this target version.

The assumption is that the issues which are directly associated with the
target version represent general categories of work activities that need to be
reported on.

Unlike the normal list of issues for a target version, time spent from other
projects in included, as well as all sub-tasks.

Installation:

    cd redmin/plugins
    git clone https://leap.se/git/version_report

Configuration:

* You grant the permission 'view reports' to a user in order to be able to view the report.
* Create a 'deliverable' tracker, available only to your reporting project.

Custom fields:

* Issues
  * "Hour Budget": an integer field for 'deliverable' issues.
  * "Price": an string field for 'deliverable' issues
    (used to override the money amount displayed, if present).
* Versions
  * "Header URL": an string field for target versions.
    If present, the image will be added to the report at the top.
  * "Summary": a text field for Textile formatted summary
    to appear at the top of a report ('description' is used for the heading).
  * "Rate": a text field for the hourly rate, including currency ("$50").

License:

The same as Redmine (GNU GENERAL PUBLIC LICENSE Version 2)

Copyright:

2015 (c) LEAP Encryption Access Project