This Redmine plugin enables supply management for issues.
- Redmine >= 4.2.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.
- 3.0.0 Support Redmine 5.0 and drop Redmine <= 4.1 support
- 2.1.0 Publish on GitHub
See all releases with release notes.
This program is free software. See LICENSE for more information.