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/time_entries.yml

34 lines
712 B

---
example:
created_on: 2007-03-23 12:54:18 +01:00
tweek: <%= Date.today.cweek %>
tmonth: <%= Date.today.month %>
project_id: 1
comments: My hours
updated_on: 2007-03-23 12:54:18 +01:00
activity_id: 9
spent_on: <%= Date.today %>
issue_id: 1
id: 1
hours: 1.0
user_id: 1
tyear: <%= Date.today.year %>
rate_id: 4
costs: 0.0
default_example:
created_on: 2007-03-23 12:54:18 +01:00
tweek: <%= Date.today.cweek %>
tmonth: <%= Date.today.month %>
project_id: 1
comments: My hours
updated_on: 2007-03-23 12:54:18 +01:00
activity_id: 9
spent_on: <%= Date.today %>
issue_id: 1
id: 2
hours: 1.0
user_id: 2
tyear: <%= Date.today.year %>
rate_id: 7
costs: 0.0