Sha256: bd33c113497c381e2a3f4d8bc0996702c06e61ed5f8b646bcdced7b890d1a19e

Contents?: true

Size: 1.45 KB

Versions: 5

Compression:

Stored size: 1.45 KB

Contents

project prj "Project" "1.0" 2000-01-01-00:00-+0000 - 2000-03-01-00:00-+0000 {
  timezone "America/Denver"
  scenario plan "Plan Scenario" {
    active yes
  }
}

projectids prj

resource tuxus "Tuxus"
resource truck "Truck"

task t "Ship stones to customers" {
  start 2000-01-03-16:00-+0000
  end 2000-01-08-00:00-+0000
  scheduling asap
  scheduled
}
supplement task t {
  booking truck 2000-01-03-16:00-+0000 + 8.0h,
          2000-01-04-16:00-+0000 + 8.0h,
          2000-01-05-16:00-+0000 + 8.0h,
          2000-01-06-16:00-+0000 + 8.0h,
          2000-01-07-16:00-+0000 + 7.0h { overtime 2 }
  booking tuxus 2000-01-03-16:00-+0000 + 8.0h,
          2000-01-04-16:00-+0000 + 8.0h,
          2000-01-05-16:00-+0000 + 8.0h,
          2000-01-06-16:00-+0000 + 8.0h,
          2000-01-07-16:00-+0000 + 8.0h { overtime 2 }
  priority 500
  projectid prj
}
supplement resource tuxus {
  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
}
supplement resource truck {
  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

5 entries across 5 versions & 1 rubygems

Version Path
taskjuggler-0.2.2 test/TestSuite/Export-Reports/refs/Mandatory.tjp
taskjuggler-0.2.1 test/TestSuite/Export-Reports/refs/Mandatory.tjp
taskjuggler-0.2.0 test/TestSuite/Export-Reports/refs/Mandatory.tjp
taskjuggler-0.1.1 test/TestSuite/Export-Reports/refs/Mandatory.tjp
taskjuggler-0.1.0 test/TestSuite/Export-Reports/refs/Mandatory.tjp