You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After restarting Redmine, you should be able to see the Redmine Resource Manager in the Plugins page.
26
-
27
-
More information on installing Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins
20
+
```
21
+
bundle install
22
+
bundle exec rake redmine:plugins:migrate
23
+
```
28
24
25
+
After restarting Redmine, you should be able to see the Redmine Chatwoot plugin in the Plugins page.
29
26
27
+
More information on installing (and uninstalling) Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins
30
28
31
-
## Usage
29
+
## How to use
32
30
33
-
- Add the new unit to `config/units.yml` by appending it to the list of units already present.
34
-
31
+
- Add the new unit to `config/units.yml` by appending it to the list of units already present.
35
32
- Do not change the ordering of the list or insert new elements anywhere in between as this will mix up the units of already existing records.
36
-
37
33
- Add translations for your new unit under the key `label_supply_item_unit_your-unit`.
38
-
39
34
- Restart the application for the changes to take effect.
40
35
36
+
## Contributing and Support
37
+
38
+
The GTT Project appreciates any [contributions](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md)! Feel free to contact us for [reporting problems and support](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md).
41
39
42
40
## Version History
43
41
44
-
- 1.2.1 Fixes compatibility with old ruby versions
45
-
- 1.2.0 Logs stock activities
46
-
- 1.1.0 Bugfix, make units configurable
47
-
- 1.0.1 Adds Japanese translation
48
-
42
+
See [all releases](https://github.com/gtt-project/redmine_supply/releases) with release notes.
0 commit comments