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.
 
 
 
 
 
 
ulferts 3c9dd63de8 Merge pull request #120 from finnlabs/fix/date_time_formatter 10 years ago
app Replace splitcontent* usages with Foundation grid 10 years ago
config removes custom implementation of estimated hours 10 years ago
db/migrate Cleanup whitespace 10 years ago
doc Bump version to 3.0.8 11 years ago
features adapt specs 10 years ago
frontend/app Move Angular app plugin code under frontend/app 10 years ago
lib format duration using the DateTimeFormatter 10 years ago
spec Merge branch 'release/4.0' into dev 10 years ago
.gitignore Add npm module skeleton; load plugin translations 10 years ago
README.md Remove mention of openproject-plugins in README 10 years ago
openproject-costs.gemspec Remove obsolete openproject-plugins dependency 10 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 version greater or equal to 3.0.0.

Installation

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.

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 - 2014 the OpenProject Foundation (OPF)

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