Project

General

Profile

Download » History » Version 21

Deeban Sankaran, 08/13/2026 10:37 AM

1 7 Dhanasingh Krishnapandian
h2. Compatability Matrix
2
3 8 Dhanasingh Krishnapandian
| *Residnet* | *ERPmine* | *Redmine* |
4 21 Deeban Sankaran
|2.1|5.1|7.0.x|
5 20 Deeban Sankaran
|2.0|5.0|7.0.x|
6 19 Deeban Sankaran
|1.4.1|4.9.4|6.1.x|
7 18 Deeban Sankaran
|1.4|4.9.3|6.1.x|
8 17 dhanalakshmi c
|1.3|4.9.2|6.1.x|
9
|1.2|4.9, 4.9.1|6.0.x|
10
|1.1|4.8.4, 4.8.5|6.0.x|
11
|1.0|4.8.3|6.0.x|
12 16 dhanalakshmi c
|0.3.6|4.8|6.0.x|
13
|0.3.5|4.6, 4.7.x|5.0.x|
14
|0.3.4|4.5.2|5.0.x|
15
|0.3.3|4.5.1|4.2.0|
16
|0.3.2|4.5|4.2.0|
17
|0.3.1|4.3.1, 4.4, 4.4.1|4.2.0|
18 12 Arun T
|0.3|4.1|4.1.1|
19 11 Arun T
|0.2.4|4.0.1|4.1.1|
20
|0.2.3|3.9.2, 3.9.3, 4.0|4.1.0|
21
|0.2.2|3.9.1|4.1.0|
22 9 Dhanasingh Krishnapandian
|0.2.1|3.7.1|4.0.x|
23 7 Dhanasingh Krishnapandian
|0.2|3.7|4.0.x|
24 13 Arun T
|0.1|3.5.1,3.6|4.0.x|
25 7 Dhanasingh Krishnapandian
26 14 Dhanasingh Krishnapandian
h2. Installation steps
27
28
1) Unpack the zip file to the plugins folder of Redmine.
29
30
2) Run the following command from the plugins/erpmine_resident folder
31
32
<pre>
33
bundle install
34
</pre>
35
36
3) Run the db migration script from the root redmine folder
37
38 1 Redmine Admin
<pre>
39 19 Deeban Sankaran
bundle exec rake redmine:plugins:migrate NAME=erpmine_resident RAILS_ENV=production
40 14 Dhanasingh Krishnapandian
</pre>
41
42
h2. Uninstall
43
44
Please make sure public/plugin_asset/erpmine_resident has proper access.
45
46
When uninstalling the plugin, please be sure to remove the db changes by running the following command, please note the VERSION=0 in the command
47 1 Redmine Admin
48 14 Dhanasingh Krishnapandian
<pre>
49 19 Deeban Sankaran
bundle exec rake redmine:plugins:migrate NAME=erpmine_resident VERSION=0 RAILS_ENV=production
50 14 Dhanasingh Krishnapandian
</pre>
51
52 4 Redmine Admin
h1. Current Release
53 2 Redmine Admin
54 6 Redmine Admin
Current Version of Resident Plugin cab be downloaded from the files section below or from "Github":https://github.com/dhanasingh/erpmine_resident