Skip to content

Redmine plugin to manage project costs (Migration OpenProject)

Notifications You must be signed in to change notification settings

syci/redmine-costs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Costs Plugin (OpenProject Migration)

This Plugin adds features for planning and tracking costs of projects. Budgets can be created containing the planned unit costs and labor costs. The actual costs can be assigned to the different work packages and planned and actual costs can be compared.

A more detailed description can be found on OpenProject.org.

Requirements

The OpenProject Costs plug-in requires the OpenProject Core in version greater or equal to 3.0.0.

Installation

OpenProject Costs depends on OpenProject Plugins. Thus, if you haven't done it already, add the following line to the Gemfile.plugins in your OpenProject installation:

gem "openproject-plugins", git: "https://github.com/opf/openproject-plugins.git", :branch => "stable"

For OpenProject Costs itself you need to add the following line to the Gemfile.plugins of OpenProject:

gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "stable"

Afterwards, run:

bundle install

This plugin contains migrations. To migrate the database, run:

rake db:migrate

Deinstallation

Remove the line

gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "stable"`

from the file Gemfile.plugins and run:

bundle install

Please not that this leaves plugin data in the database. Currently, we do not support full uninstall of the plugin.

About

Redmine plugin to manage project costs (Migration OpenProject)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.3%
  • JavaScript 2.7%