Consider task duration in ordergroup stats.
* Also added duration to task template in workgroup task_duration.
This commit is contained in:
parent
be85296ddb
commit
c2496aa4fd
19 changed files with 80 additions and 32 deletions
4
test/fixtures/articles.yml
vendored
4
test/fixtures/articles.yml
vendored
|
|
@ -76,6 +76,10 @@ applejuice:
|
|||
tax: 7.0
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: articles
|
||||
|
|
|
|||
5
test/fixtures/groups.yml
vendored
5
test/fixtures/groups.yml
vendored
|
|
@ -17,6 +17,8 @@ bananas:
|
|||
contact_phone: 030 123132456
|
||||
contact_address: Waldermarstrasse 43, 10988 Berlin
|
||||
|
||||
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: groups
|
||||
|
|
@ -25,7 +27,7 @@ bananas:
|
|||
# type :string(255) default(""), not null
|
||||
# name :string(255) default(""), not null
|
||||
# description :string(255)
|
||||
# account_balance :decimal(8, 2) default(0.0), not null
|
||||
# account_balance :decimal(, ) default(0.0), not null
|
||||
# account_updated :datetime
|
||||
# created_on :datetime not null
|
||||
# role_admin :boolean default(FALSE), not null
|
||||
|
|
@ -43,5 +45,6 @@ bananas:
|
|||
# contact_phone :string(255)
|
||||
# contact_address :string(255)
|
||||
# stats :text
|
||||
# task_duration :integer default(1)
|
||||
#
|
||||
|
||||
|
|
|
|||
4
test/fixtures/suppliers.yml
vendored
4
test/fixtures/suppliers.yml
vendored
|
|
@ -41,6 +41,10 @@ terra:
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: suppliers
|
||||
|
|
|
|||
3
test/fixtures/tasks.yml
vendored
3
test/fixtures/tasks.yml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: tasks
|
||||
|
|
@ -15,6 +16,6 @@
|
|||
# updated_on :datetime not null
|
||||
# required_users :integer default(1)
|
||||
# weekly :boolean
|
||||
# duration :integer
|
||||
# duration :integer default(1)
|
||||
#
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue