https://github.com/imaginary-cloud/redmine_evm
Earned Value Management plugin for Redmine
https://github.com/imaginary-cloud/redmine_evm
baseline cost evm javascript redmine redmine-evm ruby
Last synced: 6 months ago
JSON representation
Earned Value Management plugin for Redmine
- Host: GitHub
- URL: https://github.com/imaginary-cloud/redmine_evm
- Owner: imaginary-cloud
- License: other
- Created: 2011-08-11T17:24:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T20:33:24.000Z (over 7 years ago)
- Last Synced: 2025-06-26T16:09:52.716Z (8 months ago)
- Topics: baseline, cost, evm, javascript, redmine, redmine-evm, ruby
- Language: Ruby
- Homepage:
- Size: 726 KB
- Stars: 32
- Watchers: 26
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Redmine EVM
V1.0.2 (19-Jun-2018)
## About
This plugin uses [EVM (Earned Value Management)](https://www.slideshare.net/GamaFranco/earned-value-management) a project monitoring methodology that measures the current progress of the project. By setting a project baseline it generates three key metrics, the planned value, actual cost and earned value and with these the plugin renders a line chart and performance indicators.
With this plugin you can:
* Manage and keep an history of baselines.
* Get information about the current project performance.
* Predict the project final cost and duration.
## Installation
1. Download tarball
2. `cd {redmine_root}/plugins/`
3. `mkdir redmine_evm`
4. Extract files to {redmine_root}/plugins/redmine_evm/
5. `rake redmine:plugins:migrate NAME=redmine_evm RAILS_ENV={Environment}`
## How to use
First make sure that the project planning is complete, then set up a baseline under the "Baselines" tab in the project settings.

## Keywords
EVM, CPI, SPI, Earned Value Management, Baseline, Forecast, Redmine, Plugin
## Support
Support will only be given to the following versions or above:
* Redmine version 2.6.10
* Ruby version 2.2.0
* Rails version 3.2.22
Note: Redmine 2.6.5 does not support Ruby 2.2. Redmine 2.6.6 supports it (#19652). [Link](http://www.redmine.org/projects/redmine/wiki/RedmineInstall/252#Requirements)
## License
Copyright © 2014 ImaginaryCloud, imaginarycloud.com. This plugin is licensed under the MIT license.
## About Imaginary Cloud

We apply our own Product Design Process to bring great digital products to life. Visit [our website](https://www.imaginarycloud.com) to find out about our other projects or [contact us](https://www.imaginarycloud.com/contacts) if there's an idea that you want to turn into an outstanding product, we'll take it from there!