Sha256: 211fa8b3a5295ab644a2e2d6aa695b382dd2fb0c885223a8f254d2a6c0d34f02

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

project project "Include task prefix test" "1.0" 2010-12-01-00:00-+0000 - 2010-12-31-10:00-+0000 {
  timezone "Europe/Amsterdam"
  scenario plan "Plan Scenario" {
    active yes
  }
}

projectids project

resource tux "Tux"

task parent_task "Parent task" {
  task sub_task1 "Sub task 1" {
    start 2010-12-01-08:00-+0000
    end 2010-12-01-16:00-+0000
    scheduling asap
    scheduled
  }
}
task other_task "Other task" {
  start 2010-12-01-00:00-+0000
  end 2010-12-02-16:00-+0000
  scheduling asap
  scheduled
}
supplement task parent_task {
  priority 500
  projectid project
}
supplement task parent_task.sub_task1 {
  booking tux 2010-12-01-08:00-+0000 + 8.0h { overtime 2 }
  priority 500
  projectid project
}
supplement task other_task {
  booking tux 2010-12-02-08:00-+0000 + 8.0h { overtime 2 }
  priority 500
  projectid project
}
supplement resource tux {
  workinghours sun off
               workinghours mon 9:00 - 17:00
               workinghours tue 9:00 - 17:00
               workinghours wed 9:00 - 17:00
               workinghours thu 9:00 - 17:00
               workinghours fri 9:00 - 17:00
               workinghours sat off
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
taskjuggler-0.1.1 test/TestSuite/Export-Reports/refs/TaskPrefix.tjp
taskjuggler-0.1.0 test/TestSuite/Export-Reports/refs/TaskPrefix.tjp