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.
 
 
 
 
 
 
hjust 0e0f17a6d0 Add stack trace to error log in case of broken report query 15 years ago
app Add stack trace to error log in case of broken report query 15 years ago
assets Set width of filter values select box to 200px. This fixes the display for long lines (like the issue titles in cost reports) 15 years ago
config Clean up german translations file 15 years ago
db/migrate Removed cost columns and filters from issues. They do not work anymore because of the restrictions of the "view own costs" feature. (#13660) 15 years ago
doc added a mindnode document showing the permission inheritance in redmine_costs 15 years ago
features Hourly und Cost Rates werden derzeit im Ticket und in der Issues-Übersicht unterschiedlich angezeigt. Dieses Szenario soll prüfen, ob dass nicht mehr der Fall ist. 15 years ago
lang Normalized all permissions to the new permission model. 15 years ago
lib Delete redundant hook. 15 years ago
spec fixing tests and fixtures 15 years ago
tasks fix schema generation until patch is applied to redmine 15 years ago
test this'll work now 15 years ago
README.rdoc remove dependency to composite primary keys as it tends to break things. 15 years ago
init.rb Ajaxify the selection of new filters. (#15275) 15 years ago

README.rdoc

= Cost Control Plugin

This plugin ads 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