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.
 
 
 
 
 
 
openproject/spec/fixtures/cost_objects.yml

13 lines
321 B

---
example:
id: 1
project_id: 1
subject: "Some Cost Object"
description: "Some costs"
type: "VariableCostObject"
project_manager_signoff: false
client_signoff: false
fixed_date: 2010-01-01
author_id: 1
created_on: <%= 3.days.ago.to_date.to_s(:db) %>
updated_on: <%= 3.days.ago.to_date.to_s(:db) %>