taskjuggler 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/{tasks/missing.rake → .gemtest} +0 -0
- data/CHANGELOG +27 -0
- data/Rakefile +8 -9
- data/bin/tj3 +2 -1
- data/bin/tj3client +2 -1
- data/bin/tj3d +2 -1
- data/bin/tj3man +2 -1
- data/bin/tj3ss_receiver +2 -1
- data/bin/tj3ss_sender +2 -1
- data/bin/tj3ts_receiver +2 -1
- data/bin/tj3ts_sender +2 -1
- data/bin/tj3ts_summary +2 -1
- data/data/tjp.vim +425 -419
- data/examples/Fedora-20/f-20.tjp +2442 -0
- data/examples/Fedora-20/icons/fedoralogo.png +0 -0
- data/examples/Fedora-20/reports.tji +423 -0
- data/lib/header.tmpl +13 -0
- data/lib/taskjuggler/AppConfig.rb +5 -0
- data/lib/taskjuggler/Attributes.rb +22 -0
- data/lib/taskjuggler/Journal.rb +273 -10
- data/lib/taskjuggler/Log.rb +9 -8
- data/lib/taskjuggler/Project.rb +28 -60
- data/lib/taskjuggler/ProjectFileScanner.rb +2 -1
- data/lib/taskjuggler/PropertySet.rb +3 -0
- data/lib/taskjuggler/PropertyTreeNode.rb +4 -0
- data/lib/taskjuggler/Query.rb +2 -1
- data/lib/taskjuggler/Resource.rb +0 -103
- data/lib/taskjuggler/RichText/RTFQuery.rb +42 -4
- data/lib/taskjuggler/SheetHandlerBase.rb +0 -20
- data/lib/taskjuggler/SheetReceiver.rb +23 -21
- data/lib/taskjuggler/Task.rb +3 -5
- data/lib/taskjuggler/TaskJuggler.rb +4 -0
- data/lib/taskjuggler/TaskScenario.rb +81 -103
- data/lib/taskjuggler/TextParser/Scanner.rb +19 -18
- data/lib/taskjuggler/Tj3Config.rb +1 -1
- data/lib/taskjuggler/TjpSyntaxRules.rb +180 -45
- data/lib/taskjuggler/UTF8String.rb +30 -0
- data/lib/taskjuggler/apps/Tj3.rb +1 -1
- data/lib/taskjuggler/apps/Tj3Man.rb +54 -2
- data/lib/taskjuggler/reports/ICalReport.rb +4 -4
- data/lib/taskjuggler/reports/NikuReport.rb +6 -0
- data/lib/taskjuggler/reports/Report.rb +5 -5
- data/lib/taskjuggler/reports/ReportContext.rb +4 -2
- data/lib/taskjuggler/reports/ResourceListRE.rb +10 -1
- data/lib/taskjuggler/reports/StatusSheetReport.rb +3 -0
- data/lib/taskjuggler/reports/TableReport.rb +8 -3
- data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -0
- data/lib/updateheader.sh +15 -0
- data/manual/Installation +11 -22
- data/manual/Software +17 -3
- data/manual/html/Day_To_Day_Juggling.html +359 -0
- data/manual/html/Getting_Started.html +62 -0
- data/manual/html/How_To_Contribute.html +88 -0
- data/manual/html/Installation.html +172 -0
- data/manual/html/Intro.html +74 -0
- data/manual/html/Reporting_Bugs.html +47 -0
- data/manual/html/Rich_Text_Attributes.html +174 -0
- data/manual/html/Software.html +147 -0
- data/manual/html/TaskJuggler_2x_Migration.html +71 -0
- data/manual/html/TaskJuggler_Internals.html +61 -0
- data/manual/html/The_TaskJuggler_Syntax.html +89 -0
- data/manual/html/Tutorial.html +498 -0
- data/manual/html/account.html +152 -0
- data/manual/html/account.task.html +68 -0
- data/manual/html/accountprefix.html +67 -0
- data/manual/html/active.html +66 -0
- data/manual/html/adopt.task.html +73 -0
- data/manual/html/alert level.html +66 -0
- data/manual/html/alert.html +66 -0
- data/manual/html/allocate.html +92 -0
- data/manual/html/alphabet.html +33 -0
- data/manual/html/alternative.html +77 -0
- data/manual/html/author.html +69 -0
- data/manual/html/balance.html +73 -0
- data/manual/html/booking.resource.html +122 -0
- data/manual/html/booking.task.html +120 -0
- data/manual/html/caption.html +96 -0
- data/manual/html/cellcolor.column.html +71 -0
- data/manual/html/celltext.column.html +68 -0
- data/manual/html/center.html +67 -0
- data/manual/html/charge.html +89 -0
- data/manual/html/chargeset.html +73 -0
- data/manual/html/columnid.html +358 -0
- data/manual/html/columns.html +73 -0
- data/manual/html/complete.html +80 -0
- data/manual/html/copyright.html +97 -0
- data/manual/html/credit.html +117 -0
- data/{benchmarks → manual/html}/css/tjmanual.css +0 -0
- data/{benchmarks → manual/html}/css/tjreport.css +0 -0
- data/manual/html/currency.html +120 -0
- data/manual/html/currencyformat.html +99 -0
- data/manual/html/dailymax.html +144 -0
- data/manual/html/dailymin.html +132 -0
- data/manual/html/dailyworkinghours.html +90 -0
- data/manual/html/date.extend.html +77 -0
- data/manual/html/date.html +100 -0
- data/manual/html/definitions.html +94 -0
- data/manual/html/depends.html +110 -0
- data/manual/html/details.html +69 -0
- data/manual/html/disabled.html +85 -0
- data/manual/html/duration.html +133 -0
- data/manual/html/efficiency.html +93 -0
- data/manual/html/effort.html +134 -0
- data/manual/html/email.html +68 -0
- data/manual/html/enabled.html +69 -0
- data/manual/html/end.column.html +67 -0
- data/manual/html/end.html +87 -0
- data/manual/html/end.limit.html +69 -0
- data/manual/html/end.report.html +99 -0
- data/manual/html/end.timesheet.html +94 -0
- data/manual/html/endcredit.html +110 -0
- data/manual/html/epilog.html +72 -0
- data/manual/html/export.html +197 -0
- data/manual/html/extend.html +87 -0
- data/manual/html/fail.html +69 -0
- data/manual/html/fdl.html +430 -0
- data/manual/html/flags.account.html +66 -0
- data/manual/html/flags.html +66 -0
- data/manual/html/flags.journalentry.html +66 -0
- data/manual/html/flags.report.html +66 -0
- data/manual/html/flags.resource.html +68 -0
- data/manual/html/flags.statussheet.html +66 -0
- data/manual/html/flags.task.html +68 -0
- data/manual/html/flags.timesheet.html +66 -0
- data/manual/html/fontcolor.column.html +71 -0
- data/manual/html/footer.html +72 -0
- data/manual/html/formats.html +80 -0
- data/manual/html/functions.html +78 -0
- data/manual/html/gapduration.html +93 -0
- data/manual/html/gaplength.html +93 -0
- data/manual/html/halign.center.html +66 -0
- data/manual/html/halign.column.html +67 -0
- data/manual/html/halign.left.html +66 -0
- data/manual/html/halign.right.html +66 -0
- data/manual/html/hasalert.html +71 -0
- data/manual/html/header.html +72 -0
- data/manual/html/headline.html +69 -0
- data/manual/html/hidejournalentry.html +69 -0
- data/manual/html/hidereport.html +67 -0
- data/manual/html/hideresource.html +73 -0
- data/manual/html/hidetask.html +73 -0
- data/manual/html/icalreport.html +137 -0
- data/manual/html/include.macro.html +70 -0
- data/manual/html/include.project.html +71 -0
- data/manual/html/include.properties.html +168 -0
- data/manual/html/index.html +18 -0
- data/manual/html/inherit.extend.html +68 -0
- data/manual/html/interval1.html +99 -0
- data/manual/html/interval2.html +98 -0
- data/manual/html/interval3.html +99 -0
- data/manual/html/interval4.html +100 -0
- data/manual/html/isactive.html +67 -0
- data/manual/html/ischildof.html +67 -0
- data/manual/html/isdependencyof.html +75 -0
- data/manual/html/isdutyof.html +71 -0
- data/manual/html/isfeatureof.html +71 -0
- data/manual/html/isleaf.html +66 -0
- data/manual/html/ismilestone.html +67 -0
- data/manual/html/isongoing.html +67 -0
- data/manual/html/isresource.html +66 -0
- data/manual/html/istask.html +66 -0
- data/manual/html/journalattributes.html +107 -0
- data/manual/html/journalentry.html +83 -0
- data/manual/html/journalmode.html +83 -0
- data/manual/html/left.html +66 -0
- data/manual/html/length.html +104 -0
- data/manual/html/limits.allocate.html +72 -0
- data/manual/html/limits.html +72 -0
- data/manual/html/limits.resource.html +80 -0
- data/manual/html/limits.task.html +113 -0
- data/manual/html/listitem.column.html +66 -0
- data/manual/html/listtype.column.html +79 -0
- data/manual/html/loadunit.html +99 -0
- data/manual/html/logicalexpression.html +110 -0
- data/manual/html/logicalflagexpression.html +82 -0
- data/manual/html/macro.html +103 -0
- data/manual/html/managers.html +109 -0
- data/manual/html/mandatory.html +66 -0
- data/manual/html/maxend.html +69 -0
- data/manual/html/maximum.html +99 -0
- data/manual/html/maxstart.html +69 -0
- data/manual/html/milestone.html +71 -0
- data/manual/html/minend.html +69 -0
- data/manual/html/minimum.html +99 -0
- data/manual/html/minstart.html +69 -0
- data/manual/html/monthlymax.html +99 -0
- data/manual/html/monthlymin.html +99 -0
- data/manual/html/navbar.html +513 -0
- data/manual/html/navigator.html +70 -0
- data/manual/html/newtask.html +83 -0
- data/manual/html/nikureport.html +216 -0
- data/manual/html/note.task.html +68 -0
- data/manual/html/now.html +67 -0
- data/manual/html/numberformat.html +85 -0
- data/manual/html/onend.html +68 -0
- data/manual/html/onstart.html +68 -0
- data/manual/html/opennodes.html +66 -0
- data/manual/html/overtime.booking.html +76 -0
- data/manual/html/period.column.html +67 -0
- data/manual/html/period.limit.html +69 -0
- data/manual/html/period.report.html +69 -0
- data/manual/html/period.task.html +69 -0
- data/manual/html/persistent.html +66 -0
- data/manual/html/precedes.html +86 -0
- data/manual/html/priority.html +114 -0
- data/manual/html/priority.timesheet.html +68 -0
- data/manual/html/project.html +88 -0
- data/manual/html/projectid.html +66 -0
- data/manual/html/projectid.task.html +68 -0
- data/manual/html/projectids.html +66 -0
- data/manual/html/projection.html +75 -0
- data/manual/html/prolog.html +72 -0
- data/manual/html/properties.html +64 -0
- data/manual/html/purge.html +69 -0
- data/manual/html/rate.html +66 -0
- data/manual/html/rate.resource.html +68 -0
- data/manual/html/reference.extend.html +77 -0
- data/manual/html/remaining.html +117 -0
- data/manual/html/replace.html +66 -0
- data/manual/html/report.html +333 -0
- data/manual/html/reportprefix.html +67 -0
- data/manual/html/resource.html +194 -0
- data/manual/html/resourceattributes.html +83 -0
- data/manual/html/resourceprefix.html +67 -0
- data/manual/html/resourcereport.html +69 -0
- data/manual/html/resourceroot.html +90 -0
- data/manual/html/resources.limit.html +82 -0
- data/manual/html/responsible.html +69 -0
- data/manual/html/richtext.extend.html +78 -0
- data/manual/html/right.html +66 -0
- data/manual/html/rollupresource.html +92 -0
- data/manual/html/rolluptask.html +69 -0
- data/manual/html/scale.column.html +87 -0
- data/manual/html/scenario.html +123 -0
- data/manual/html/scenario.ical.html +67 -0
- data/manual/html/scenarios.export.html +66 -0
- data/manual/html/scenarios.html +66 -0
- data/manual/html/scenariospecific.extend.html +68 -0
- data/manual/html/scheduled.html +68 -0
- data/manual/html/scheduling.html +74 -0
- data/manual/html/select.html +86 -0
- data/manual/html/selfcontained.html +66 -0
- data/manual/html/shift.html +128 -0
- data/manual/html/shift.resource.html +74 -0
- data/manual/html/shift.task.html +74 -0
- data/manual/html/shift.timesheet.html +70 -0
- data/manual/html/shifts.allocate.html +71 -0
- data/manual/html/shifts.resource.html +73 -0
- data/manual/html/shifts.task.html +73 -0
- data/manual/html/shorttimeformat.html +67 -0
- data/manual/html/sloppy.booking.html +77 -0
- data/manual/html/sloppy.projection.html +66 -0
- data/manual/html/sortjournalentries.html +81 -0
- data/manual/html/sortresources.html +73 -0
- data/manual/html/sorttasks.html +73 -0
- data/manual/html/start.column.html +67 -0
- data/manual/html/start.html +78 -0
- data/manual/html/start.limit.html +69 -0
- data/manual/html/start.report.html +69 -0
- data/manual/html/startcredit.html +68 -0
- data/manual/html/status.statussheet.html +73 -0
- data/manual/html/status.timesheet.html +91 -0
- data/manual/html/statussheet.html +124 -0
- data/manual/html/statussheetreport.html +125 -0
- data/manual/html/strict.projection.html +66 -0
- data/manual/html/summary.html +69 -0
- data/manual/html/supplement.html +108 -0
- data/manual/html/supplement.resource.html +195 -0
- data/manual/html/supplement.task.html +329 -0
- data/manual/html/tagfile.html +73 -0
- data/manual/html/task.html +320 -0
- data/manual/html/task.statussheet.html +74 -0
- data/manual/html/task.timesheet.html +89 -0
- data/manual/html/taskattributes.html +115 -0
- data/manual/html/taskprefix.html +67 -0
- data/manual/html/taskreport.html +69 -0
- data/manual/html/taskroot.html +103 -0
- data/manual/html/text.extend.html +77 -0
- data/manual/html/textreport.html +66 -0
- data/manual/html/timeformat.html +160 -0
- data/manual/html/timeoff.nikureport.html +71 -0
- data/manual/html/timesheet.html +129 -0
- data/manual/html/timesheetreport.html +107 -0
- data/manual/html/timezone.export.html +66 -0
- data/manual/html/timezone.html +72 -0
- data/manual/html/timezone.report.html +66 -0
- data/manual/html/timezone.shift.html +70 -0
- data/manual/html/timingresolution.html +71 -0
- data/manual/html/title.column.html +67 -0
- data/manual/html/title.html +68 -0
- data/manual/html/toc.html +1330 -0
- data/manual/html/tooltip.column.html +72 -0
- data/manual/html/trackingscenario.html +80 -0
- data/manual/html/treelevel.html +66 -0
- data/manual/html/vacation.html +71 -0
- data/manual/html/vacation.resource.html +73 -0
- data/manual/html/vacation.shift.html +71 -0
- data/manual/html/warn.html +69 -0
- data/manual/html/weeklymax.html +99 -0
- data/manual/html/weeklymin.html +99 -0
- data/manual/html/weekstartsmonday.html +66 -0
- data/manual/html/weekstartssunday.html +66 -0
- data/manual/html/width.column.html +66 -0
- data/manual/html/work.html +105 -0
- data/manual/html/workinghours.project.html +102 -0
- data/manual/html/workinghours.resource.html +79 -0
- data/manual/html/workinghours.shift.html +81 -0
- data/manual/html/yearlyworkingdays.html +70 -0
- data/spec/StatusSheets_spec.rb +0 -6
- data/spec/TimeSheets_spec.rb +0 -6
- data/spec/Tj3Daemon_spec.rb +2 -0
- data/spec/support/DaemonControl.rb +10 -0
- data/taskjuggler.gemspec +71 -0
- data/tasks/changelog.rake +2 -2
- data/tasks/gem.rake +50 -21
- data/tasks/manual.rake +1 -1
- data/tasks/rdoc.rake +5 -12
- data/tasks/spec.rake +1 -1
- data/tasks/test.rake +5 -8
- data/test/ReferenceGenerator.rb +91 -0
- data/test/TestSuite/CSV-Reports/refs/resourcereport.csv +4 -4
- data/test/TestSuite/ReportGenerator/Correct/Journal.tjp +21 -0
- data/test/TestSuite/ReportGenerator/Correct/JournalMode.tjp +124 -0
- data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +124 -124
- data/test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv +1 -7
- data/test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv +7 -3
- data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-1.csv +79 -0
- data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-2.csv +208 -0
- data/test/TjpGen.rb +152 -0
- metadata +1290 -741
- data/benchmarks/666tasks.tjp +0 -3183
- data/benchmarks/allocate.tjp +0 -30
- data/benchmarks/allocatedSlots.tjp +0 -1602
- data/benchmarks/booking.tjp +0 -76
- data/benchmarks/depends.tjp +0 -113
- data/benchmarks/gantt.tjp +0 -57
- data/benchmarks/htmltaskreport.tjp +0 -71
- data/benchmarks/icons/details.png +0 -0
- data/benchmarks/icons/flag-green.png +0 -0
- data/benchmarks/icons/flag-red.png +0 -0
- data/benchmarks/icons/flag-yellow.png +0 -0
- data/benchmarks/icons/resource.png +0 -0
- data/benchmarks/icons/resourcegroup.png +0 -0
- data/benchmarks/icons/task.png +0 -0
- data/benchmarks/icons/taskgroup.png +0 -0
- data/benchmarks/icons/trend-down.png +0 -0
- data/benchmarks/icons/trend-flat.png +0 -0
- data/benchmarks/icons/trend-up.png +0 -0
- data/benchmarks/runbench.rb +0 -30
- data/benchmarks/scripts/wz_tooltip.js +0 -1301
- data/gem_spec.rb +0 -37
- data/lib/exchangebug.rb +0 -42
- data/lib/ruby-signal-bug.rb +0 -55
- data/prj_cfg.rb +0 -50
- data/tasks/csts.rake +0 -72
- data/tasks/rcov.rake +0 -14
- data/tasks/rexml_fix.rb +0 -16
- data/tasks/rexml_fix_19.rb +0 -49
- data/tasks/show.rake +0 -21
- data/tasks/stats.rake +0 -25
- data/test/TestSuite/Export-Reports/refs/DST.tjp +0 -60
- data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +0 -80
- data/test/TestSuite/Export-Reports/tp.tjp +0 -49
- data/test/TestSuite/HTML-Reports/Alerts.html +0 -424
- data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
- data/test/TestSuite/HTML-Reports/css/tjmanual.css +0 -86
- data/test/TestSuite/HTML-Reports/css/tjreport.css +0 -413
- data/test/TestSuite/HTML-Reports/icons/details.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/flag-green.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/flag-red.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/flag-yellow.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/resource.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/resourcegroup.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/task.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/taskgroup.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/trend-down.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/trend-flat.png +0 -0
- data/test/TestSuite/HTML-Reports/icons/trend-up.png +0 -0
- data/test/TestSuite/HTML-Reports/reference.html +0 -51
- data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +0 -86
- data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +0 -413
- data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
- data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
- data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
- data/test/TestSuite/ReportGenerator/Correct/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -1075
- data/test/TestSuite/Scheduler/Correct/Duration.html +0 -610
- data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -85
- data/test/TestSuite/Scheduler/Correct/css/tjreport.css +0 -413
- data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
- data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
- data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
- data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports +0 -2
- data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
- data/test/TestSuite/StatusSheets/boss.tji +0 -45
- data/test/TestSuite/StatusSheets/boss_mail +0 -51
- data/test/TestSuite/StatusSheets/dev2_mail +0 -37
- data/test/TestSuite/StatusSheets/project.tjp +0 -275
- data/test/TestSuite/StatusSheets/run +0 -54
- data/test/TestSuite/Syntax/Correct/DST.tjp +0 -11
- data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +0 -32
- data/test/TestSuite/Syntax/Correct/css/tjmanual.css +0 -86
- data/test/TestSuite/Syntax/Correct/css/tjreport.css +0 -413
- data/test/TestSuite/Syntax/Correct/icons/details.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/resource.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/resourcegroup.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/task.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/taskgroup.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/trend-down.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/trend-flat.png +0 -0
- data/test/TestSuite/Syntax/Correct/icons/trend-up.png +0 -0
- data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/TimeSheets/dev2_mail1 +0 -84
- data/test/TestSuite/TimeSheets/dev2_mail2 +0 -87
- data/test/TestSuite/TimeSheets/project.tjp +0 -271
- data/test/TestSuite/TimeSheets/receiver.log.mod +0 -1056
- data/test/TestSuite/TimeSheets/run +0 -76
- data/test/TestSuite/TimeSheets/uu.txt +0 -29
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
+
<!-- This file has been generated by tj3man v0.2.2 -->
|
|
4
|
+
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
+
<head>
|
|
6
|
+
<title>period.report</title>
|
|
7
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
8
|
+
<meta content="The TaskJuggler Manual" name="description"/>
|
|
9
|
+
<meta content="taskjuggler, project, management" name="keywords"/>
|
|
10
|
+
</head>
|
|
11
|
+
<link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
|
|
12
|
+
<body>
|
|
13
|
+
<div align="center">
|
|
14
|
+
<h3 align="center">The TaskJuggler III User Manual</h3>
|
|
15
|
+
<em align="center">Project Management beyond Gantt Chart Drawing</em>
|
|
16
|
+
</div>
|
|
17
|
+
<br/>
|
|
18
|
+
<hr/>
|
|
19
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
20
|
+
<td style="text-align:left; width:35%;"><< <a href="period.limit.html">period (limit)</a> <<</td>
|
|
21
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
22
|
+
<td style="text-align:right; width:35%;">>> <a href="period.task.html">period (task)</a> >></td>
|
|
23
|
+
</tr></table>
|
|
24
|
+
<hr/>
|
|
25
|
+
<br/>
|
|
26
|
+
<div style="margin-left:5%; margin-right:5%">
|
|
27
|
+
<p><table align="center" class="table"><tr align="left">
|
|
28
|
+
<td class="tag" style="width:16%">Keyword</td>
|
|
29
|
+
<td class="descr" style="width:84%; font-weight:bold">period (report)</td>
|
|
30
|
+
</tr></table></p>
|
|
31
|
+
<p><table align="center" class="table">
|
|
32
|
+
<colgroup>
|
|
33
|
+
<col width="16%"></col>
|
|
34
|
+
<col width="24%"></col>
|
|
35
|
+
<col width="60%"></col>
|
|
36
|
+
</colgroup>
|
|
37
|
+
<tr align="left">
|
|
38
|
+
<td class="tag">Purpose</td>
|
|
39
|
+
<td class="descr" colspan="2"><div>This property is a shortcut for setting the start and end property at the same time.</div></td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr align="left">
|
|
42
|
+
<td class="tag">Syntax</td>
|
|
43
|
+
<td class="descr" colspan="2"><code>period <interval2></code></td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr align="left">
|
|
46
|
+
<td class="tag" rowspan="1">Arguments</td>
|
|
47
|
+
<td class="descr">interval2</td>
|
|
48
|
+
<td class="descr"><div>See <a href="interval2.html">interval2</a> for details.</div></td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr align="left">
|
|
51
|
+
<td class="tag">Context</td>
|
|
52
|
+
<td class="descr" colspan="2">
|
|
53
|
+
<a href="nikureport.html">nikureport</a>, <a href="report.html">report</a>, <a href="timesheetreport.html">timesheetreport</a>, <a href="icalreport.html">icalreport</a>, <a href="export.html">export</a>, <a href="statussheetreport.html">statussheetreport</a>
|
|
54
|
+
</td>
|
|
55
|
+
</tr>
|
|
56
|
+
</table></p>
|
|
57
|
+
</div>
|
|
58
|
+
<br/>
|
|
59
|
+
<hr/>
|
|
60
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
61
|
+
<td style="text-align:left; width:35%;"><< <a href="period.limit.html">period (limit)</a> <<</td>
|
|
62
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
63
|
+
<td style="text-align:right; width:35%;">>> <a href="period.task.html">period (task)</a> >></td>
|
|
64
|
+
</tr></table>
|
|
65
|
+
<hr/>
|
|
66
|
+
<br/>
|
|
67
|
+
<div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger <chris@linux.com>.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
|
|
68
|
+
</body>
|
|
69
|
+
</html>
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
+
<!-- This file has been generated by tj3man v0.2.2 -->
|
|
4
|
+
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
+
<head>
|
|
6
|
+
<title>period.task</title>
|
|
7
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
8
|
+
<meta content="The TaskJuggler Manual" name="description"/>
|
|
9
|
+
<meta content="taskjuggler, project, management" name="keywords"/>
|
|
10
|
+
</head>
|
|
11
|
+
<link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
|
|
12
|
+
<body>
|
|
13
|
+
<div align="center">
|
|
14
|
+
<h3 align="center">The TaskJuggler III User Manual</h3>
|
|
15
|
+
<em align="center">Project Management beyond Gantt Chart Drawing</em>
|
|
16
|
+
</div>
|
|
17
|
+
<br/>
|
|
18
|
+
<hr/>
|
|
19
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
20
|
+
<td style="text-align:left; width:35%;"><< <a href="period.report.html">period (report)</a> <<</td>
|
|
21
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
22
|
+
<td style="text-align:right; width:35%;">>> <a href="persistent.html">persistent</a> >></td>
|
|
23
|
+
</tr></table>
|
|
24
|
+
<hr/>
|
|
25
|
+
<br/>
|
|
26
|
+
<div style="margin-left:5%; margin-right:5%">
|
|
27
|
+
<p><table align="center" class="table"><tr align="left">
|
|
28
|
+
<td class="tag" style="width:16%">Keyword</td>
|
|
29
|
+
<td class="descr" style="width:84%; font-weight:bold">period (task)</td>
|
|
30
|
+
</tr></table></p>
|
|
31
|
+
<p><table align="center" class="table">
|
|
32
|
+
<colgroup>
|
|
33
|
+
<col width="16%"></col>
|
|
34
|
+
<col width="24%"></col>
|
|
35
|
+
<col width="60%"></col>
|
|
36
|
+
</colgroup>
|
|
37
|
+
<tr align="left">
|
|
38
|
+
<td class="tag">Purpose</td>
|
|
39
|
+
<td class="descr" colspan="2"><div>This property is a shortcut for setting the start and end property at the same time. In contrast to using these, it does not change the scheduling direction.</div></td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr align="left">
|
|
42
|
+
<td class="tag">Syntax</td>
|
|
43
|
+
<td class="descr" colspan="2"><code>period <interval1></code></td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr align="left">
|
|
46
|
+
<td class="tag" rowspan="1">Arguments</td>
|
|
47
|
+
<td class="descr">interval1</td>
|
|
48
|
+
<td class="descr"><div>See <a href="interval1.html">interval1</a> for details.</div></td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr align="left">
|
|
51
|
+
<td class="tag">Context</td>
|
|
52
|
+
<td class="descr" colspan="2">
|
|
53
|
+
<a href="task.html">task</a>, <a href="supplement.task.html">supplement (task)</a>
|
|
54
|
+
</td>
|
|
55
|
+
</tr>
|
|
56
|
+
</table></p>
|
|
57
|
+
</div>
|
|
58
|
+
<br/>
|
|
59
|
+
<hr/>
|
|
60
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
61
|
+
<td style="text-align:left; width:35%;"><< <a href="period.report.html">period (report)</a> <<</td>
|
|
62
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
63
|
+
<td style="text-align:right; width:35%;">>> <a href="persistent.html">persistent</a> >></td>
|
|
64
|
+
</tr></table>
|
|
65
|
+
<hr/>
|
|
66
|
+
<br/>
|
|
67
|
+
<div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger <chris@linux.com>.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
|
|
68
|
+
</body>
|
|
69
|
+
</html>
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
+
<!-- This file has been generated by tj3man v0.2.2 -->
|
|
4
|
+
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
+
<head>
|
|
6
|
+
<title>persistent</title>
|
|
7
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
8
|
+
<meta content="The TaskJuggler Manual" name="description"/>
|
|
9
|
+
<meta content="taskjuggler, project, management" name="keywords"/>
|
|
10
|
+
</head>
|
|
11
|
+
<link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
|
|
12
|
+
<body>
|
|
13
|
+
<div align="center">
|
|
14
|
+
<h3 align="center">The TaskJuggler III User Manual</h3>
|
|
15
|
+
<em align="center">Project Management beyond Gantt Chart Drawing</em>
|
|
16
|
+
</div>
|
|
17
|
+
<br/>
|
|
18
|
+
<hr/>
|
|
19
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
20
|
+
<td style="text-align:left; width:35%;"><< <a href="period.task.html">period (task)</a> <<</td>
|
|
21
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
22
|
+
<td style="text-align:right; width:35%;">>> <a href="precedes.html">precedes</a> >></td>
|
|
23
|
+
</tr></table>
|
|
24
|
+
<hr/>
|
|
25
|
+
<br/>
|
|
26
|
+
<div style="margin-left:5%; margin-right:5%">
|
|
27
|
+
<p><table align="center" class="table"><tr align="left">
|
|
28
|
+
<td class="tag" style="width:16%">Keyword</td>
|
|
29
|
+
<td class="descr" style="width:84%; font-weight:bold">persistent</td>
|
|
30
|
+
</tr></table></p>
|
|
31
|
+
<p><table align="center" class="table">
|
|
32
|
+
<colgroup>
|
|
33
|
+
<col width="16%"></col>
|
|
34
|
+
<col width="24%"></col>
|
|
35
|
+
<col width="60%"></col>
|
|
36
|
+
</colgroup>
|
|
37
|
+
<tr align="left">
|
|
38
|
+
<td class="tag">Purpose</td>
|
|
39
|
+
<td class="descr" colspan="2"><div>Specifies that once a resource is picked from the list of alternatives this resource is used for the whole task. This is useful when several alternative resources have been specified. Normally the selected resource can change after each break. A break is an interval of at least one timeslot where no resources were available.</div></td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr align="left">
|
|
42
|
+
<td class="tag">Syntax</td>
|
|
43
|
+
<td class="descr" colspan="2"><code>persistent</code></td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr align="left">
|
|
46
|
+
<td class="tag">Arguments</td>
|
|
47
|
+
<td class="descr" colspan="2">none</td>
|
|
48
|
+
</tr>
|
|
49
|
+
<tr align="left">
|
|
50
|
+
<td class="tag">Context</td>
|
|
51
|
+
<td class="descr" colspan="2"><a href="allocate.html">allocate</a></td>
|
|
52
|
+
</tr>
|
|
53
|
+
</table></p>
|
|
54
|
+
</div>
|
|
55
|
+
<br/>
|
|
56
|
+
<hr/>
|
|
57
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
58
|
+
<td style="text-align:left; width:35%;"><< <a href="period.task.html">period (task)</a> <<</td>
|
|
59
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
60
|
+
<td style="text-align:right; width:35%;">>> <a href="precedes.html">precedes</a> >></td>
|
|
61
|
+
</tr></table>
|
|
62
|
+
<hr/>
|
|
63
|
+
<br/>
|
|
64
|
+
<div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger <chris@linux.com>.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
|
|
65
|
+
</body>
|
|
66
|
+
</html>
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
+
<!-- This file has been generated by tj3man v0.2.2 -->
|
|
4
|
+
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
+
<head>
|
|
6
|
+
<title>precedes</title>
|
|
7
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
8
|
+
<meta content="The TaskJuggler Manual" name="description"/>
|
|
9
|
+
<meta content="taskjuggler, project, management" name="keywords"/>
|
|
10
|
+
</head>
|
|
11
|
+
<link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
|
|
12
|
+
<body>
|
|
13
|
+
<div align="center">
|
|
14
|
+
<h3 align="center">The TaskJuggler III User Manual</h3>
|
|
15
|
+
<em align="center">Project Management beyond Gantt Chart Drawing</em>
|
|
16
|
+
</div>
|
|
17
|
+
<br/>
|
|
18
|
+
<hr/>
|
|
19
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
20
|
+
<td style="text-align:left; width:35%;"><< <a href="persistent.html">persistent</a> <<</td>
|
|
21
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
22
|
+
<td style="text-align:right; width:35%;">>> <a href="priority.html">priority</a> >></td>
|
|
23
|
+
</tr></table>
|
|
24
|
+
<hr/>
|
|
25
|
+
<br/>
|
|
26
|
+
<div style="margin-left:5%; margin-right:5%">
|
|
27
|
+
<p><table align="center" class="table"><tr align="left">
|
|
28
|
+
<td class="tag" style="width:16%">Keyword</td>
|
|
29
|
+
<td class="descr" style="width:84%; font-weight:bold">precedes</td>
|
|
30
|
+
</tr></table></p>
|
|
31
|
+
<p><table align="center" class="table">
|
|
32
|
+
<colgroup>
|
|
33
|
+
<col width="16%"></col>
|
|
34
|
+
<col width="24%"></col>
|
|
35
|
+
<col width="60%"></col>
|
|
36
|
+
</colgroup>
|
|
37
|
+
<tr align="left">
|
|
38
|
+
<td class="tag">Purpose</td>
|
|
39
|
+
<td class="descr" colspan="2"><div>
|
|
40
|
+
<p>Specifies that the tasks with the specified IDs cannot start before the task has been finished. If multiple IDs are specified, they must be separated by commas. IDs must be either global or relative. A relative ID starts with a number of '!'. Each '!' moves the scope to the parent task. Global IDs do not contain '!', but have IDs separated by dots.</p>
|
|
41
|
+
<p>By using the 'precedes' attribute, the scheduling policy is automatically set to alap. If both depends and precedes are used within a task, the last policy counts.</p>
|
|
42
|
+
</div></td>
|
|
43
|
+
</tr>
|
|
44
|
+
<tr align="left">
|
|
45
|
+
<td class="tag">Syntax</td>
|
|
46
|
+
<td class="descr" colspan="2"><code>precedes (<ABSOLUTE ID> | <ID> | <RELATIVE ID>) [{ <attributes> }] [, (<ABSOLUTE ID> | <ID> | <RELATIVE ID>) [[, ... ]]...]</code></td>
|
|
47
|
+
</tr>
|
|
48
|
+
<tr align="left">
|
|
49
|
+
<td class="tag" rowspan="3">Arguments</td>
|
|
50
|
+
<td class="descr">ABSOLUTE ID [<a href="The_TaskJuggler_Syntax.html#ABSOLUTE_ID">ABSOLUTE_ID</a>]</td>
|
|
51
|
+
<td class="descr"><div>A reference using the full qualified ID of a task. The IDs of all enclosing parent tasks must be prepended to the task ID and separated with a dot, e.g. <code>proj.plan.doc</code>.</div></td>
|
|
52
|
+
</tr>
|
|
53
|
+
<tr align="left">
|
|
54
|
+
<td class="descr">ID</td>
|
|
55
|
+
<td class="descr"><div>Just the ID of the task without and parent IDs.</div></td>
|
|
56
|
+
</tr>
|
|
57
|
+
<tr align="left">
|
|
58
|
+
<td class="descr">RELATIVE ID</td>
|
|
59
|
+
<td class="descr"><div>A relative task ID always starts with one or more exclamation marks and is followed by a task ID. Each exclamation mark lifts the scope where the ID is looked for to the enclosing task. The ID may contain some of the parent IDs separated by dots, e. g. <code>!!plan.doc</code>.</div></td>
|
|
60
|
+
</tr>
|
|
61
|
+
<tr align="left">
|
|
62
|
+
<td class="tag">Context</td>
|
|
63
|
+
<td class="descr" colspan="2">
|
|
64
|
+
<a href="task.html">task</a>, <a href="supplement.task.html">supplement (task)</a>
|
|
65
|
+
</td>
|
|
66
|
+
</tr>
|
|
67
|
+
</table></p>
|
|
68
|
+
<p><table align="center" class="table"><tr align="left">
|
|
69
|
+
<td class="tag" style="width:16%">Attributes</td>
|
|
70
|
+
<td class="descr" style="width:84%">
|
|
71
|
+
<a href="gapduration.html">gapduration</a>, <a href="gaplength.html">gaplength</a>, <a href="onend.html">onend</a>, <a href="onstart.html">onstart</a>
|
|
72
|
+
</td>
|
|
73
|
+
</tr></table></p>
|
|
74
|
+
</div>
|
|
75
|
+
<br/>
|
|
76
|
+
<hr/>
|
|
77
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
78
|
+
<td style="text-align:left; width:35%;"><< <a href="persistent.html">persistent</a> <<</td>
|
|
79
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
80
|
+
<td style="text-align:right; width:35%;">>> <a href="priority.html">priority</a> >></td>
|
|
81
|
+
</tr></table>
|
|
82
|
+
<hr/>
|
|
83
|
+
<br/>
|
|
84
|
+
<div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger <chris@linux.com>.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
|
|
85
|
+
</body>
|
|
86
|
+
</html>
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
+
<!-- This file has been generated by tj3man v0.2.2 -->
|
|
4
|
+
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
+
<head>
|
|
6
|
+
<title>priority</title>
|
|
7
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
8
|
+
<meta content="The TaskJuggler Manual" name="description"/>
|
|
9
|
+
<meta content="taskjuggler, project, management" name="keywords"/>
|
|
10
|
+
</head>
|
|
11
|
+
<link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
|
|
12
|
+
<body>
|
|
13
|
+
<div align="center">
|
|
14
|
+
<h3 align="center">The TaskJuggler III User Manual</h3>
|
|
15
|
+
<em align="center">Project Management beyond Gantt Chart Drawing</em>
|
|
16
|
+
</div>
|
|
17
|
+
<br/>
|
|
18
|
+
<hr/>
|
|
19
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
20
|
+
<td style="text-align:left; width:35%;"><< <a href="precedes.html">precedes</a> <<</td>
|
|
21
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
22
|
+
<td style="text-align:right; width:35%;">>> <a href="priority.timesheet.html">priority (timesheet)</a> >></td>
|
|
23
|
+
</tr></table>
|
|
24
|
+
<hr/>
|
|
25
|
+
<br/>
|
|
26
|
+
<div style="margin-left:5%; margin-right:5%">
|
|
27
|
+
<p><table align="center" class="table"><tr align="left">
|
|
28
|
+
<td class="tag" style="width:16%">Keyword</td>
|
|
29
|
+
<td class="descr" style="width:84%; font-weight:bold">priority</td>
|
|
30
|
+
</tr></table></p>
|
|
31
|
+
<p><table align="center" class="table">
|
|
32
|
+
<colgroup>
|
|
33
|
+
<col width="16%"></col>
|
|
34
|
+
<col width="24%"></col>
|
|
35
|
+
<col width="60%"></col>
|
|
36
|
+
</colgroup>
|
|
37
|
+
<tr align="left">
|
|
38
|
+
<td class="tag">Purpose</td>
|
|
39
|
+
<td class="descr" colspan="2"><div>
|
|
40
|
+
<p>Specifies the priority of the task. A task with higher priority is more likely to get the requested resources. The default priority value of all tasks is 500. Don't confuse the priority of a tasks with the importance or urgency of a task. It only increases the chances that the tasks gets the requested resources. It does not mean that the task happens earlier, though that is usually the effect you will see. It also does not have any effect on tasks that don't have any resources assigned (e.g. milestones).</p>
|
|
41
|
+
<p>For milestones it will raise or lower the chances that task leading up the milestone will get their resources over task with equal priority that compete for the same resources.</p>
|
|
42
|
+
<p>This attribute is inherited by subtasks if specified prior to the definition of the subtask.</p>
|
|
43
|
+
</div></td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr align="left">
|
|
46
|
+
<td class="tag">Syntax</td>
|
|
47
|
+
<td class="descr" colspan="2"><code>priority <value></code></td>
|
|
48
|
+
</tr>
|
|
49
|
+
<tr align="left">
|
|
50
|
+
<td class="tag" rowspan="1">Arguments</td>
|
|
51
|
+
<td class="descr">value [<a href="The_TaskJuggler_Syntax.html#INTEGER">INTEGER</a>]</td>
|
|
52
|
+
<td class="descr"><div>Priority value (1 - 1000)</div></td>
|
|
53
|
+
</tr>
|
|
54
|
+
<tr align="left">
|
|
55
|
+
<td class="tag">Context</td>
|
|
56
|
+
<td class="descr" colspan="2">
|
|
57
|
+
<a href="task.html">task</a>, <a href="supplement.task.html">supplement (task)</a>
|
|
58
|
+
</td>
|
|
59
|
+
</tr>
|
|
60
|
+
</table></p>
|
|
61
|
+
<div class="codeframe"><pre class="code">project "Priority Demo" 2011-04-17-0:00--0700 +2m {
|
|
62
|
+
timezone "America/Denver"
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
resource tux "Tux"
|
|
66
|
+
|
|
67
|
+
task jobs "Project breakdown" {
|
|
68
|
+
start ${projectstart}
|
|
69
|
+
|
|
70
|
+
task work "The regular work" {
|
|
71
|
+
effort 20d
|
|
72
|
+
priority 500
|
|
73
|
+
allocate tux
|
|
74
|
+
limits { weeklymax 25h }
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
task support "Customer Support" {
|
|
78
|
+
# This is a high priority task. Due to the high priority tux is
|
|
79
|
+
# spending the required daily maximum on it.
|
|
80
|
+
end ${projectend}
|
|
81
|
+
priority 800
|
|
82
|
+
allocate tux
|
|
83
|
+
limits { dailymax 2h }
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
task conference "Attend Conference" {
|
|
87
|
+
period 2011-04-25 +2d
|
|
88
|
+
allocate tux
|
|
89
|
+
priority 1000
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
task maintenance "Maintenance work" {
|
|
93
|
+
# This is a fallback task. Whenever tux is not doing something
|
|
94
|
+
# else he is allocated to this task.
|
|
95
|
+
end ${projectend}
|
|
96
|
+
priority 300
|
|
97
|
+
allocate tux
|
|
98
|
+
limits { weeklymax 2d }
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
</pre></div>
|
|
102
|
+
</div>
|
|
103
|
+
<br/>
|
|
104
|
+
<hr/>
|
|
105
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
106
|
+
<td style="text-align:left; width:35%;"><< <a href="precedes.html">precedes</a> <<</td>
|
|
107
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
108
|
+
<td style="text-align:right; width:35%;">>> <a href="priority.timesheet.html">priority (timesheet)</a> >></td>
|
|
109
|
+
</tr></table>
|
|
110
|
+
<hr/>
|
|
111
|
+
<br/>
|
|
112
|
+
<div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger <chris@linux.com>.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
|
|
113
|
+
</body>
|
|
114
|
+
</html>
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
+
<!-- This file has been generated by tj3man v0.2.2 -->
|
|
4
|
+
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
+
<head>
|
|
6
|
+
<title>priority.timesheet</title>
|
|
7
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
8
|
+
<meta content="The TaskJuggler Manual" name="description"/>
|
|
9
|
+
<meta content="taskjuggler, project, management" name="keywords"/>
|
|
10
|
+
</head>
|
|
11
|
+
<link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
|
|
12
|
+
<body>
|
|
13
|
+
<div align="center">
|
|
14
|
+
<h3 align="center">The TaskJuggler III User Manual</h3>
|
|
15
|
+
<em align="center">Project Management beyond Gantt Chart Drawing</em>
|
|
16
|
+
</div>
|
|
17
|
+
<br/>
|
|
18
|
+
<hr/>
|
|
19
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
20
|
+
<td style="text-align:left; width:35%;"><< <a href="priority.html">priority</a> <<</td>
|
|
21
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
22
|
+
<td style="text-align:right; width:35%;">>> <a href="project.html">project</a> >></td>
|
|
23
|
+
</tr></table>
|
|
24
|
+
<hr/>
|
|
25
|
+
<br/>
|
|
26
|
+
<div style="margin-left:5%; margin-right:5%">
|
|
27
|
+
<p><table align="center" class="table"><tr align="left">
|
|
28
|
+
<td class="tag" style="width:16%">Keyword</td>
|
|
29
|
+
<td class="descr" style="width:84%; font-weight:bold">priority (timesheet)</td>
|
|
30
|
+
</tr></table></p>
|
|
31
|
+
<p><table align="center" class="table">
|
|
32
|
+
<colgroup>
|
|
33
|
+
<col width="16%"></col>
|
|
34
|
+
<col width="24%"></col>
|
|
35
|
+
<col width="60%"></col>
|
|
36
|
+
</colgroup>
|
|
37
|
+
<tr align="left">
|
|
38
|
+
<td class="tag">Purpose</td>
|
|
39
|
+
<td class="descr" colspan="2"><div>The priority is a value between 1 and 1000. It is used to determine the sequence of task when converting <a href="work.html">work</a> to <a href="booking.task.html">bookings</a>. Tasks that need to finish earlier in the period should have a high priority, tasks that end later in the period should have a low priority. For tasks that don't get finished in the reported period the priority should be set to 1.</div></td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr align="left">
|
|
42
|
+
<td class="tag">Syntax</td>
|
|
43
|
+
<td class="descr" colspan="2"><code>priority <INTEGER></code></td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr align="left">
|
|
46
|
+
<td class="tag">Arguments</td>
|
|
47
|
+
<td class="descr" colspan="2">none</td>
|
|
48
|
+
</tr>
|
|
49
|
+
<tr align="left">
|
|
50
|
+
<td class="tag">Context</td>
|
|
51
|
+
<td class="descr" colspan="2">
|
|
52
|
+
<a href="newtask.html">newtask</a>, <a href="task.timesheet.html">task (timesheet)</a>
|
|
53
|
+
</td>
|
|
54
|
+
</tr>
|
|
55
|
+
</table></p>
|
|
56
|
+
</div>
|
|
57
|
+
<br/>
|
|
58
|
+
<hr/>
|
|
59
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
60
|
+
<td style="text-align:left; width:35%;"><< <a href="priority.html">priority</a> <<</td>
|
|
61
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
62
|
+
<td style="text-align:right; width:35%;">>> <a href="project.html">project</a> >></td>
|
|
63
|
+
</tr></table>
|
|
64
|
+
<hr/>
|
|
65
|
+
<br/>
|
|
66
|
+
<div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger <chris@linux.com>.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
|
|
67
|
+
</body>
|
|
68
|
+
</html>
|