Sha256: f729ca43e59e6afbb374d4f65e4b1f6b94d452a32c591996b8392664973fcaa5

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

Contents

project prj "Project" "1.0" 2000-01-01-01:00-+0100 - 2000-03-01-01:00-+0100 {
  timezone "Europe/Berlin"
  scenario plan "Plan Scenario" {
    active yes
  }
}

projectids prj

resource r "Resource"

task t "Task" {
  start 2000-01-01-01:00-+0100
  end 2000-01-14-18:00-+0100
  scheduling asap
  scheduled
}
supplement task t {
  booking r 2000-01-03-09:00-+0100 + 3.0h,
          2000-01-03-13:00-+0100 + 5.0h,
          2000-01-04-09:00-+0100 + 3.0h,
          2000-01-04-13:00-+0100 + 5.0h,
          2000-01-05-09:00-+0100 + 3.0h,
          2000-01-05-13:00-+0100 + 5.0h,
          2000-01-06-09:00-+0100 + 3.0h,
          2000-01-06-13:00-+0100 + 5.0h,
          2000-01-07-09:00-+0100 + 3.0h,
          2000-01-07-13:00-+0100 + 5.0h { overtime 2 }
}
supplement resource r {
  workinghours sun off
               workinghours mon 9:00 - 12:00, 13:00 - 18:00
               workinghours tue 9:00 - 12:00, 13:00 - 18:00
               workinghours wed 9:00 - 12:00, 13:00 - 18:00
               workinghours thu 9:00 - 12:00, 13:00 - 18:00
               workinghours fri 9:00 - 12:00, 13:00 - 18:00
               workinghours sat off
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
taskjuggler-0.2.0 test/TestSuite/Syntax/Correct/CompletedWork.tji.tjp
taskjuggler-0.1.0 test/TestSuite/Syntax/Correct/CompletedWork.tji.tjp