@@ -3,20 +3,24 @@ This plugin add some stuffs for issues.
3
3
* Change time unit for time tracking (day, week...)
4
4
* Set a time unit when insert time by taping a char at the end (5d => 5 * nb_hours_on_day)
5
5
* Add some columns into the issues list
6
- * * Spent hours
7
- * * Spent time
8
- * * Calculated spent hours
9
- * * Calculated spent time
10
- * * divergent hours : spent_hours - calculated_spent_hours
11
- * * divergent time
12
- * * remaining hours : estimated_hours - (estimated_hours * done_ratio / 100)
13
- * * remaining time
6
+ ** Spent hours
7
+ ** Spent time
8
+ ** Calculated spent hours
9
+ ** Calculated spent time
10
+ ** divergent hours : spent_hours - calculated_spent_hours
11
+ ** divergent time
12
+ ** remaining hours : estimated_hours - (estimated_hours * done_ratio / 100)
13
+ ** remaining time
14
14
15
15
== Install
16
16
17
17
This plugin needs to be installed same as the Redmine instruction for plugins describes [http://www.redmine.org/wiki/1/Plugins].
18
18
You can skip 'rake' command as there are no database migration files.
19
19
20
+ The master branch will be synchronize with the master branch of redmine.
21
+
22
+ If you want to install this plugin on an older version, please use the appropriate branch (eg: 1.x or 2.x).
23
+
20
24
Don't forget that the folder name of the plugin must be "redmine_advanced_issues".
21
25
22
26
== Reports bug?
@@ -31,4 +35,4 @@ Or react at (http://www.redmine.org/issues/6833)
31
35
= FEATURES:
32
36
* Add more flexibility on time unit selection (per project and global)
33
37
* Select the good time unit to print for more visibility (if nb_days > nb_days_per_week, then print week unless days)
34
- * a fresh import task that support CSV, XLS (maybe a fork of redmine_importer)
38
+ * a fresh import task that support CSV, XLS (maybe a fork of redmine_importer)
0 commit comments