OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CI a029e1ddce update locales from crowdin 8 years ago
app Merge remote-tracking branch 'origin/release/6.0' into dev 8 years ago
config update locales from crowdin 8 years ago
db/migrate register costs so that it can cause a latest project activity (#237) 9 years ago
doc fix bad example 10 years ago
features Replace other views using subform directive 8 years ago
frontend/app Replace other views using subform directive 8 years ago
lib Bump VERSION to 6.0.6 8 years ago
spec handle spec permissions the new way 8 years ago
.gitignore ignore RubyMine files 10 years ago
.hound.yml Add standard Rubocop, Hound configs 9 years ago
.rubocop.yml Fix Array syntax in rubocop.yml 9 years ago
.travis.yml fix mysql2 gem missing on travis 8 years ago
Gemfile.plugins enable travis tests with core 9 years ago
README.md Update README 9 years ago
openproject-costs.gemspec bump rails to 5.0.0 8 years ago
package.json Move Angular app plugin code under frontend/app 10 years ago

README.md

OpenProject Costs Plugin

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 the same version.

Installation

For OpenProject Costs itself you need to add the following line to the Gemfile.plugins of OpenProject (if you use a different OpenProject version than OpenProject 5, adapt :branch => "stable/5" to your OpenProject version):

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

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/5"

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.

Bug Reporting

If you find any bugs, you can create a bug ticket at

https://www.openproject.org/projects/costs-plugin

Development

To contribute, you can create pull request on the official repository at https://github.com/finnlabs/openproject-costs

Credits

Special thanks go to

Licence

Copyright (C) 2009 - 2015 the OpenProject Foundation (OPF)

This plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.md and doc/GPL.txt for details.