Sha256: 8ac251f87891656f29b2af7ed5b418c09f612a7e9a34a3b5477822a4bf2c7cec

Contents?: true

Size: 1.45 KB

Versions: 16

Compression:

Stored size: 1.45 KB

Contents

project simple "Simple Project" "1.0" 2007-01-01-00:00-+0000 - 2007-02-01-00:00-+0000 {
  timezone "America/Denver"
  scenario plan "Plan Scenario" {
    active yes
  }
}

projectids simple

resource r1 "Resource 1"

task plant "How to plant a tree" {
  task plan "Choose the planting site" {
    start 2007-01-01-16:00-+0000
    end 2007-01-03-00:00-+0000
    scheduling asap
    scheduled
  }
  task buy "Get a tree" {
    depends plant.plan
    start 2007-01-03-16:00-+0000
    end 2007-01-04-00:00-+0000
    scheduling asap
    scheduled
  }
  task action "Plant the tree" {
    depends plant.buy
    start 2007-01-04-16:00-+0000
    end 2007-01-04-20:00-+0000
    scheduling asap
    scheduled
  }
}
supplement task plant {
  priority 500
  projectid simple
}
supplement task plant.plan {
  booking r1 2007-01-01-16:00-+0000 + 8.0h,
          2007-01-02-16:00-+0000 + 8.0h { overtime 2 }
  priority 500
  projectid simple
}
supplement task plant.buy {
  booking r1 2007-01-03-16:00-+0000 + 8.0h { overtime 2 }
  priority 500
  projectid simple
}
supplement task plant.action {
  booking r1 2007-01-04-16:00-+0000 + 4.0h { overtime 2 }
  priority 500
  projectid simple
}
supplement resource r1 {
  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

16 entries across 16 versions & 1 rubygems

Version Path
taskjuggler-3.8.1 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-3.8.0 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-3.7.2 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-3.7.1 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-3.6.0 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-3.5.0 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-3.4.0 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-3.3.0 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-3.2.0 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-3.1.0 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-3.0.0 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-0.2.2 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-0.2.1 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-0.2.0 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-0.1.1 test/TestSuite/Export-Reports/refs/Caption.tjp
taskjuggler-0.1.0 test/TestSuite/Export-Reports/refs/Caption.tjp