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.
 
 
 
 
 
 
cratz aae1f5aef5 Merge pull request #54 from finnlabs/feature/work_package_migration 11 years ago
app Fix bugs in hooks. 11 years ago
config Replace 'issue' with 'work_package'. 11 years ago
db/migrate Add CostObject and VariableCostObject journals (model and migrations), extend WorkPackageJournal. 11 years ago
features Replace deprected method with FactoryGirl.create. 11 years ago
lib Fix bugs in hooks. 11 years ago
spec Reset current user after test. 11 years ago
CHANGELOG.md Replace .rdoc files with .md files. 11 years ago
README.md Replace .rdoc files with .md files. 11 years ago
openproject-costs.gemspec Replace .rdoc files with .md files. 11 years ago

README.md

= Cost Control Plugin

This plugin adds the ability to book costs and reports on them.

= Requirements

== Gems

=== Composite Primary Keys

Not used anymore, tends to break things during group by operations containing an include)

URL: http://compositekeys.rubyforge.org/

Install with sudo gem install composite_primary_keys