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_entries.yml

13 lines
244 B

---
example:
id: 1
user_id: 1
project_id: 1
cost_type_id: 1
issue_id: 1
units: 1
spent_on: <%= Date.today %>
tyear: <%= Time.now.year %>
tmonth: <%= Time.now.month %>
tweek: <%= Date.today.cweek %>
comments: "foo bar blah"