-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel Kastl <[email protected]>
- Loading branch information
Showing
4 changed files
with
44 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,54 @@ | ||
# Redmine Supply plugin | ||
|
||
This plugin enables supply management for issues | ||
|
||
This Redmine plugin enables supply management for issues. | ||
|
||
## Requirements | ||
|
||
- Redmine >= 3.4.0 | ||
- Redmine >= 3.4.0 | ||
|
||
## Installation | ||
|
||
To install Redmine supply plugin, download or clone this repository in your Redmine installation plugins directory! | ||
To install Redmine Supply plugin, download or clone this repository in your Redmine installation plugins directory! | ||
|
||
`git clone https://hub.georepublic.net/gtt/redmine_supply.git` | ||
``` | ||
cd path/to/plugin/directory | ||
git clone https://github.com/gtt-project/redmine_supply.git | ||
``` | ||
|
||
Then run | ||
|
||
`bundle install` | ||
|
||
followed by | ||
|
||
`bundle exec rake redmine:plugins:migrate` | ||
|
||
|
||
After restarting Redmine, you should be able to see the Redmine Resource Manager in the Plugins page. | ||
|
||
More information on installing Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins | ||
``` | ||
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 | ||
|
||
## Usage | ||
## How to use | ||
|
||
- Add the new unit to `config/units.yml` by appending it to the list of units already present. | ||
|
||
- 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](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). | ||
|
||
## Version History | ||
|
||
- 1.2.1 Fixes compatibility with old ruby versions | ||
- 1.2.0 Logs stock activities | ||
- 1.1.0 Bugfix, make units configurable | ||
- 1.0.1 Adds Japanese translation | ||
|
||
See [all releases](https://github.com/gtt-project/redmine_supply/releases) with release notes. | ||
|
||
## Authors | ||
|
||
- [Jens Kraemer](https://github.com/jkraemer) | ||
|
||
- [Daniel Kastl](https://github.com/dkastl) | ||
|
||
- [Thibault Mutabazi](https://github.com/eyewritecode) | ||
- [Ko Nagase](https://github.com/sanak) | ||
- ... [and others](https://github.com/gtt-project/redmine_supply/graphs/contributors) | ||
|
||
## LICENSE | ||
|
||
GPL v3.0 | ||
This program is free software. See [LICENSE](LICENSE) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters