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
585 B

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