Sha256: 3a1eba1a2f2953939d281e2404a5281987c7e0b22f25ee0e8ae28b7b14f10f8c
Contents?: true
Size: 770 Bytes
Versions: 8
Compression:
Stored size: 770 Bytes
Contents
# *** EXAMPLE: 1 + # *** EXAMPLE: 2 + project export "Project" "1.0" 2007-01-01 - 2008-01-01 resource tux "Tux" resource bob "Bob" # *** EXAMPLE: 1 - task t1 "Task 1" { start 2007-01-01 effort 20d allocate tux allocate bob limits { dailymax 6h } } # *** EXAMPLE: 1 + # *** EXAMPLE: 2 - task t2 "Task 2" { start 2007-01-01 end 2007-06-30 allocate tux allocate bob limits { weeklymax 3d } } # *** EXAMPLE: 1 - # *** EXAMPLE: 2 + # Export the project as fully scheduled project. export "FullProject.tjp" { definitions * taskattributes * hideresource 0 } # Export only bookings for 1st week as resource supplements export "Week1Bookings.tji" { definitions - start 2007-01-01 end 2007-01-08 taskattributes booking hideresource 0 }
Version data entries
8 entries across 8 versions & 1 rubygems