Skip to content

Redmine plugin to enable supply management for issues.

License

Notifications You must be signed in to change notification settings

osgeoweblate/redmine_supply

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Supply plugin

This Redmine plugin enables supply management for issues.

Requirements

  • Redmine >= 3.4.0

Installation

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

How to use

  • 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.

Contributing and Support

The GTT Project appreciates any contributions! Feel free to contact us for reporting problems and support.

Version History

See all releases with release notes.

Authors

LICENSE

This program is free software. See LICENSE for more information.

About

Redmine plugin to enable supply management for issues.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 78.1%
  • HTML 17.8%
  • JavaScript 3.1%
  • CSS 1.0%