Sha256: cc9f13e9f8fe7a4704095fdaf3448e54ed8f7c94891024f82a8420d2cded629a

Contents?: true

Size: 668 Bytes

Versions: 6

Compression:

Stored size: 668 Bytes

Contents

project project "Simple Project" "1.0" 2007-01-05 +1m {
  # The baseline date for the projection.
  now 2007-01-15
  scenario plan "Plan" {
    # Compute when the task will be ready based on the already done
    # work and the current date.
    projection { strict }
  }
}

resource tux "Tux"

task test "Testing" {
  start 2007-01-05
  effort 10d
  allocate tux
}

supplement resource tux {
  # This is the work that has been done up until now by tux.
  booking test 2007-01-06 +8h { sloppy 2 }
  booking test 2007-01-08 +4h,
             2007-01-09 +4h { sloppy 2 }
  # Book interval that extends into off-hours.
  booking test 2007-01-11-8:00 +10h { overtime 1 }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
taskjuggler-0.0.7 test/TestSuite/Syntax/Correct/Booking.tjp
taskjuggler-0.0.6 test/TestSuite/Syntax/Correct/Booking.tjp
taskjuggler-0.0.5 test/TestSuite/Syntax/Correct/Booking.tjp
taskjuggler-0.0.4 test/TestSuite/Syntax/Correct/Booking.tjp
taskjuggler-0.0.3 test/TestSuite/Syntax/Correct/Booking.tjp
taskjuggler-0.0.2 test/TestSuite/Syntax/Correct/Booking.tjp