This Redmine plugin enables supply management for issues.
- Redmine >= 3.4.0
To install Redmine Supply plugin, download or clone this repository in your Redmine installation plugins directory!
cd path/to/plugin/directory
git clone https://github.com/gtt-project/redmine_supply.git
Then run
bundle install
bundle exec rake redmine:plugins:migrate
After restarting Redmine, you should be able to see the Redmine Chatwoot plugin in the Plugins page.
More information on installing (and uninstalling) Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins
- Add the new unit to
config/units.yml
by appending it to the list of units already present. - 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.
- Add translations for your new unit under the key
label_supply_item_unit_your-unit
. - Restart the application for the changes to take effect.
The GTT Project appreciates any contributions! Feel free to contact us for reporting problems and support.
See all releases with release notes.
This program is free software. See LICENSE for more information.