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 52585c5a91 display "booked on project" for time entries which were not booked on any issue. 15 years ago
app display "booked on project" for time entries which were not booked on any issue. 15 years ago
assets gui and data mock for grouping in reports 15 years ago
config display "booked on project" for time entries which were not booked on any issue. 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
lang renamed permission :view_unit_price to :view_cost_rates everywhere 15 years ago
lib Avoid Rails warning. 15 years ago
spec more fixes for redmine trunk switch 15 years ago
tasks fixed locales 15 years ago
test delete generated stub tests as we use rspec 15 years ago
README.rdoc remove dependency to composite primary keys as it tends to break things. 15 years ago
init.rb view_time_entries now inherits view_own_time_entries 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