Project

General

Profile

Download » History » Version 18

Deeban Sankaran, 03/16/2026 01:11 PM

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