kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
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.
73 lines
1.9 KiB
73 lines
1.9 KiB
11 years ago
|
OpenProject Costs Plugin
|
||
|
===========================
|
||
15 years ago
|
|
||
11 years ago
|
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.
|
||
15 years ago
|
|
||
9 years ago
|
A more detailed description can be found on [OpenProject.org](https://community.openproject.org/projects/openproject/wiki/Time_and_Cost).
|
||
15 years ago
|
|
||
|
|
||
11 years ago
|
Requirements
|
||
|
------------
|
||
15 years ago
|
|
||
9 years ago
|
The OpenProject Costs plug-in requires the [OpenProject Core](https://github.com/opf/openproject/) in the same version.
|
||
11 years ago
|
|
||
|
|
||
|
Installation
|
||
|
------------
|
||
|
|
||
8 years ago
|
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 7, adapt `:branch => "stable/7"` to your OpenProject version):
|
||
11 years ago
|
|
||
8 years ago
|
`gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "stable/7"`
|
||
11 years ago
|
|
||
|
Afterwards, run:
|
||
|
|
||
|
`bundle install`
|
||
|
|
||
|
This plugin contains migrations. To migrate the database, run:
|
||
|
|
||
|
`rake db:migrate`
|
||
|
|
||
|
|
||
|
Deinstallation
|
||
|
--------------
|
||
|
|
||
|
Remove the line
|
||
|
|
||
8 years ago
|
`gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "stable/7"`
|
||
11 years ago
|
|
||
|
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
|
||
|
|
||
11 years ago
|
https://www.openproject.org/projects/costs-plugin
|
||
11 years ago
|
|
||
|
|
||
|
Development
|
||
|
-----------
|
||
|
|
||
|
To contribute, you can create pull request on the official repository at
|
||
11 years ago
|
`https://github.com/finnlabs/openproject-costs`
|
||
11 years ago
|
|
||
|
|
||
|
Credits
|
||
|
-------
|
||
|
|
||
|
Special thanks go to
|
||
|
|
||
|
* Deutsche Telekom AG (opensource@telekom.de) for project sponsorship
|
||
|
|
||
|
Licence
|
||
|
-------
|
||
|
|
||
9 years ago
|
Copyright (C) 2009 - 2015 the OpenProject Foundation (OPF)
|
||
11 years ago
|
|
||
|
This plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.md and doc/GPL.txt for details.
|