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,73 @@
|
|
|
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>chargeset</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="charge.html">charge</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="columnid.html">columnid</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">chargeset</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>A chargeset defines how the turnover associated with the task will be charged to one or more accounts. A task may have any number of charge sets, but each chargeset must deal with a different top-level account. A charge set consists of one or more accounts. Each account must be a leaf account. The account ID may be followed by a percentage value that determines the share for this account. The total percentage of all accounts must be exactly 100%. If some accounts don't have a percentage specification, the remainder to 100% is distributed evenly to them.</div></td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr align="left">
|
|
42
|
+
<td class="tag">Syntax</td>
|
|
43
|
+
<td class="descr" colspan="2"><code>chargeset <account> <share> [, <account> <share>...]</code></td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr align="left">
|
|
46
|
+
<td class="tag" rowspan="2">Arguments</td>
|
|
47
|
+
<td class="descr">account</td>
|
|
48
|
+
<td class="descr"><div>The ID of a previously defined leaf account.</div></td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr align="left">
|
|
51
|
+
<td class="descr">share</td>
|
|
52
|
+
<td class="descr"><div>A percentage between 0 and 100%</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>
|
|
62
|
+
<br/>
|
|
63
|
+
<hr/>
|
|
64
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
65
|
+
<td style="text-align:left; width:35%;"><< <a href="charge.html">charge</a> <<</td>
|
|
66
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
67
|
+
<td style="text-align:right; width:35%;">>> <a href="columnid.html">columnid</a> >></td>
|
|
68
|
+
</tr></table>
|
|
69
|
+
<hr/>
|
|
70
|
+
<br/>
|
|
71
|
+
<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>
|
|
72
|
+
</body>
|
|
73
|
+
</html>
|
|
@@ -0,0 +1,358 @@
|
|
|
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>columnid</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="chargeset.html">chargeset</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="columns.html">columns</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">columnid</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 is a comprehensive list of all pre-defined <a href="columns.html">columns</a>. In addition to the listed IDs all user defined attributes can be used as column IDs.</div></td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr align="left">
|
|
42
|
+
<td class="tag">Syntax</td>
|
|
43
|
+
<td class="descr" colspan="2"><code>(alert | alertmessages | alertsummaries | alerttrend | chart | complete | completed | criticalness | cost | daily | directreports | duration | duties | efficiency | effort | effortdone | effortleft | email | end | flags | followers | freetime | freework | fte | headcount | hierarchindex | hourly | id | index | inputs | journal | journal_sub | journalmessages | journalsummaries | line | managers | maxend | maxstart | minend | minstart | monthly | no | name | note | pathcriticalness | precursors | priority | quarterly | rate | reports | resources | responsible | revenue | scenario | seqno | start | status | targets | wbs | bsi | weekly | yearly)</code></td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr align="left">
|
|
46
|
+
<td class="tag" rowspan="62">Arguments</td>
|
|
47
|
+
<td class="descr">alert</td>
|
|
48
|
+
<td class="descr"><div>The alert level of the property that was reported with the date closest to the end date of the report. Container properties that don't have their own alert level reported with a date equal or newer than the alert levels of all their sub properties will get the highest alert level of their direct sub properties.</div></td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr align="left">
|
|
51
|
+
<td class="descr">alertmessages</td>
|
|
52
|
+
<td class="descr"><div>Deprecated. Please use journal instead</div></td>
|
|
53
|
+
</tr>
|
|
54
|
+
<tr align="left">
|
|
55
|
+
<td class="descr">alertsummaries</td>
|
|
56
|
+
<td class="descr"><div>Deprecated. Please use journal instead</div></td>
|
|
57
|
+
</tr>
|
|
58
|
+
<tr align="left">
|
|
59
|
+
<td class="descr">alerttrend</td>
|
|
60
|
+
<td class="descr"><div>Shows how the alert level at the end of the report period compares to the alert level at the begining of the report period. Possible values are up, down or flat.</div></td>
|
|
61
|
+
</tr>
|
|
62
|
+
<tr align="left">
|
|
63
|
+
<td class="descr">chart</td>
|
|
64
|
+
<td class="descr"><div>A Gantt chart. This column type requires all lines to have the same fixed height. This does not work well with rich text columns in some browsers. Some show a scrollbar for the compressed table cells, others don't. It is recommended, that you don't use rich text columns in conjuction with the chart column.</div></td>
|
|
65
|
+
</tr>
|
|
66
|
+
<tr align="left">
|
|
67
|
+
<td class="descr">complete</td>
|
|
68
|
+
<td class="descr"><div>The completion degree of a task. Unless a completion degree is manually provided, this is a computed value relative the <a href="now.html">now</a> date of the project. A task that has ended before the now date is always 100% complete. A task that starts at or after the now date is always 0%. For <a href="effort.html">effort</a> based task the computation degree is the percentage of done effort of the overall effort. For other leaf task, the completion degree is the percentage of the already passed duration of the overall task duration. For container task, it's always the average of the direct sub tasks. If the sub tasks consist of a mixture of effort and non-effort tasks, the completion value is only of limited value.</div></td>
|
|
69
|
+
</tr>
|
|
70
|
+
<tr align="left">
|
|
71
|
+
<td class="descr">completed</td>
|
|
72
|
+
<td class="descr"><div>Deprecated alias for complete</div></td>
|
|
73
|
+
</tr>
|
|
74
|
+
<tr align="left">
|
|
75
|
+
<td class="descr">criticalness</td>
|
|
76
|
+
<td class="descr"><div>A measure for how much effort the resource is allocated for, orhow strained the allocated resources of a task are</div></td>
|
|
77
|
+
</tr>
|
|
78
|
+
<tr align="left">
|
|
79
|
+
<td class="descr">cost</td>
|
|
80
|
+
<td class="descr"><div>The cost of the task or resource. The use of this column requires that a cost account has been set for the report using the <a href="balance.html">balance</a> attribute.</div></td>
|
|
81
|
+
</tr>
|
|
82
|
+
<tr align="left">
|
|
83
|
+
<td class="descr">daily</td>
|
|
84
|
+
<td class="descr"><div>A group of columns with one column for each day</div></td>
|
|
85
|
+
</tr>
|
|
86
|
+
<tr align="left">
|
|
87
|
+
<td class="descr">directreports</td>
|
|
88
|
+
<td class="descr"><div>
|
|
89
|
+
<p>The resources that have this resource assigned as manager.</p>
|
|
90
|
+
<p>The list can be customized by the <a href="listitem.column">listitem</a> attribute.</p>
|
|
91
|
+
</div></td>
|
|
92
|
+
</tr>
|
|
93
|
+
<tr align="left">
|
|
94
|
+
<td class="descr">duration</td>
|
|
95
|
+
<td class="descr"><div>The duration of a task</div></td>
|
|
96
|
+
</tr>
|
|
97
|
+
<tr align="left">
|
|
98
|
+
<td class="descr">duties</td>
|
|
99
|
+
<td class="descr"><div>List of tasks that the resource is allocated to</div></td>
|
|
100
|
+
</tr>
|
|
101
|
+
<tr align="left">
|
|
102
|
+
<td class="descr">efficiency</td>
|
|
103
|
+
<td class="descr"><div>Measure for how efficient a resource can perform tasks</div></td>
|
|
104
|
+
</tr>
|
|
105
|
+
<tr align="left">
|
|
106
|
+
<td class="descr">effort</td>
|
|
107
|
+
<td class="descr"><div>The allocated effort during the reporting period</div></td>
|
|
108
|
+
</tr>
|
|
109
|
+
<tr align="left">
|
|
110
|
+
<td class="descr">effortdone</td>
|
|
111
|
+
<td class="descr"><div>The already completed effort as of now</div></td>
|
|
112
|
+
</tr>
|
|
113
|
+
<tr align="left">
|
|
114
|
+
<td class="descr">effortleft</td>
|
|
115
|
+
<td class="descr"><div>The remaining allocated effort as of now</div></td>
|
|
116
|
+
</tr>
|
|
117
|
+
<tr align="left">
|
|
118
|
+
<td class="descr">email</td>
|
|
119
|
+
<td class="descr"><div>The email address of a resource</div></td>
|
|
120
|
+
</tr>
|
|
121
|
+
<tr align="left">
|
|
122
|
+
<td class="descr">end</td>
|
|
123
|
+
<td class="descr"><div>The end date of a task</div></td>
|
|
124
|
+
</tr>
|
|
125
|
+
<tr align="left">
|
|
126
|
+
<td class="descr">flags</td>
|
|
127
|
+
<td class="descr"><div>List of attached flags</div></td>
|
|
128
|
+
</tr>
|
|
129
|
+
<tr align="left">
|
|
130
|
+
<td class="descr">followers</td>
|
|
131
|
+
<td class="descr"><div>
|
|
132
|
+
<p>A list of tasks that depend on the current task. The list contains the names, the IDs, the date and the type of dependency. For the type the following symbols are used for <dep>.</p>
|
|
133
|
+
<ul>
|
|
134
|
+
<li>
|
|
135
|
+
<b>]->[</b>: End-to-Start dependency</li>
|
|
136
|
+
<li>
|
|
137
|
+
<b>[->[</b>: Start-to-Start dependency</li>
|
|
138
|
+
<li>
|
|
139
|
+
<b>]->]</b>: End-to-End dependency</li>
|
|
140
|
+
<li>
|
|
141
|
+
<b>[->]</b>: Start-to-End dependency</li>
|
|
142
|
+
</ul>
|
|
143
|
+
<p>The list can be customized by the <a href="listitem.column">listitem</a> attribute. The dependency symbol can be generated via the <code>dependency</code> attribute inthe query, the target date via the <code>date</code> attribute.</p>
|
|
144
|
+
</div></td>
|
|
145
|
+
</tr>
|
|
146
|
+
<tr align="left">
|
|
147
|
+
<td class="descr">freetime</td>
|
|
148
|
+
<td class="descr"><div>The amount of unallocated work time of a resource during the reporting period.</div></td>
|
|
149
|
+
</tr>
|
|
150
|
+
<tr align="left">
|
|
151
|
+
<td class="descr">freework</td>
|
|
152
|
+
<td class="descr"><div>The amount of unallocated work capacity of a resource during the reporting period. This is the product of unallocated work time times the efficiency of the resource.</div></td>
|
|
153
|
+
</tr>
|
|
154
|
+
<tr align="left">
|
|
155
|
+
<td class="descr">fte</td>
|
|
156
|
+
<td class="descr"><div>The Full-Time-Equivalent of a resource or group</div></td>
|
|
157
|
+
</tr>
|
|
158
|
+
<tr align="left">
|
|
159
|
+
<td class="descr">headcount</td>
|
|
160
|
+
<td class="descr"><div>The headcount number of the resource or group</div></td>
|
|
161
|
+
</tr>
|
|
162
|
+
<tr align="left">
|
|
163
|
+
<td class="descr">hierarchindex</td>
|
|
164
|
+
<td class="descr"><div>Deprecated alias for bsi</div></td>
|
|
165
|
+
</tr>
|
|
166
|
+
<tr align="left">
|
|
167
|
+
<td class="descr">hourly</td>
|
|
168
|
+
<td class="descr"><div>A group of columns with one column for each hour</div></td>
|
|
169
|
+
</tr>
|
|
170
|
+
<tr align="left">
|
|
171
|
+
<td class="descr">id</td>
|
|
172
|
+
<td class="descr"><div>The id of the item</div></td>
|
|
173
|
+
</tr>
|
|
174
|
+
<tr align="left">
|
|
175
|
+
<td class="descr">index</td>
|
|
176
|
+
<td class="descr"><div>The index of the item based on the nesting hierachy</div></td>
|
|
177
|
+
</tr>
|
|
178
|
+
<tr align="left">
|
|
179
|
+
<td class="descr">inputs</td>
|
|
180
|
+
<td class="descr"><div>
|
|
181
|
+
<p>A list of milestones that are a prerequiste for the current task. For container tasks it will also include the inputs of the child tasks. Inputs may not have any predecessors.</p>
|
|
182
|
+
<p>The list can be customized by the <a href="listitem.column">listitem</a> attribute.</p>
|
|
183
|
+
</div></td>
|
|
184
|
+
</tr>
|
|
185
|
+
<tr align="left">
|
|
186
|
+
<td class="descr">journal</td>
|
|
187
|
+
<td class="descr"><div>The journal entries for the task or resource for the reported interval. The generated text can be customized with the <a href="journalmode.html">journalmode</a>, <a href="journalattributes.html">journalattributes</a>, <a href="hidejournalentry.html">hidejournalentry</a> and <a href="sortjournalentries.html">sortjournalentries</a>. If used in queries without a property context, the journal for the complete project is generated.</div></td>
|
|
188
|
+
</tr>
|
|
189
|
+
<tr align="left">
|
|
190
|
+
<td class="descr">journal_sub</td>
|
|
191
|
+
<td class="descr"><div>Deprecated. Please use journal instead</div></td>
|
|
192
|
+
</tr>
|
|
193
|
+
<tr align="left">
|
|
194
|
+
<td class="descr">journalmessages</td>
|
|
195
|
+
<td class="descr"><div>Deprecated. Please use journal instead</div></td>
|
|
196
|
+
</tr>
|
|
197
|
+
<tr align="left">
|
|
198
|
+
<td class="descr">journalsummaries</td>
|
|
199
|
+
<td class="descr"><div>Deprecated. Please use journal instead</div></td>
|
|
200
|
+
</tr>
|
|
201
|
+
<tr align="left">
|
|
202
|
+
<td class="descr">line</td>
|
|
203
|
+
<td class="descr"><div>The line number in the report</div></td>
|
|
204
|
+
</tr>
|
|
205
|
+
<tr align="left">
|
|
206
|
+
<td class="descr">managers</td>
|
|
207
|
+
<td class="descr"><div>
|
|
208
|
+
<p>A list of managers that the resource reports to.</p>
|
|
209
|
+
<p>The list can be customized by the <a href="listitem.column">listitem</a> attribute.</p>
|
|
210
|
+
</div></td>
|
|
211
|
+
</tr>
|
|
212
|
+
<tr align="left">
|
|
213
|
+
<td class="descr">maxend</td>
|
|
214
|
+
<td class="descr"><div>The latest allowed end of a task</div></td>
|
|
215
|
+
</tr>
|
|
216
|
+
<tr align="left">
|
|
217
|
+
<td class="descr">maxstart</td>
|
|
218
|
+
<td class="descr"><div>The lastest allowed start of a task</div></td>
|
|
219
|
+
</tr>
|
|
220
|
+
<tr align="left">
|
|
221
|
+
<td class="descr">minend</td>
|
|
222
|
+
<td class="descr"><div>The earliest allowed end of a task</div></td>
|
|
223
|
+
</tr>
|
|
224
|
+
<tr align="left">
|
|
225
|
+
<td class="descr">minstart</td>
|
|
226
|
+
<td class="descr"><div>The earliest allowed start of a task</div></td>
|
|
227
|
+
</tr>
|
|
228
|
+
<tr align="left">
|
|
229
|
+
<td class="descr">monthly</td>
|
|
230
|
+
<td class="descr"><div>A group of columns with one column for each month</div></td>
|
|
231
|
+
</tr>
|
|
232
|
+
<tr align="left">
|
|
233
|
+
<td class="descr">no</td>
|
|
234
|
+
<td class="descr"><div>The object line number in the report (Cannot be used for sorting!)</div></td>
|
|
235
|
+
</tr>
|
|
236
|
+
<tr align="left">
|
|
237
|
+
<td class="descr">name</td>
|
|
238
|
+
<td class="descr"><div>The name or description of the item</div></td>
|
|
239
|
+
</tr>
|
|
240
|
+
<tr align="left">
|
|
241
|
+
<td class="descr">note</td>
|
|
242
|
+
<td class="descr"><div>The note attached to a task</div></td>
|
|
243
|
+
</tr>
|
|
244
|
+
<tr align="left">
|
|
245
|
+
<td class="descr">pathcriticalness</td>
|
|
246
|
+
<td class="descr"><div>The criticalness of the task with respect to all the paths that it is a part of.</div></td>
|
|
247
|
+
</tr>
|
|
248
|
+
<tr align="left">
|
|
249
|
+
<td class="descr">precursors</td>
|
|
250
|
+
<td class="descr"><div>
|
|
251
|
+
<p>A list of tasks the current task depends on. The list contains the names, the IDs, the date and the type of dependency. For the type the following symbols are used</p>
|
|
252
|
+
<ul>
|
|
253
|
+
<li>
|
|
254
|
+
<b>]->[</b>: End-to-Start dependency</li>
|
|
255
|
+
<li>
|
|
256
|
+
<b>[->[</b>: Start-to-Start dependency</li>
|
|
257
|
+
<li>
|
|
258
|
+
<b>]->]</b>: End-to-End dependency</li>
|
|
259
|
+
<li>
|
|
260
|
+
<b>[->]</b>: Start-to-End dependency</li>
|
|
261
|
+
</ul>
|
|
262
|
+
<p>The list can be customized by the <a href="listitem.column">listitem</a> attribute. The dependency symbol can be generated via the <code>dependency</code> attribute inthe query, the target date via the <code>date</code> attribute.</p>
|
|
263
|
+
</div></td>
|
|
264
|
+
</tr>
|
|
265
|
+
<tr align="left">
|
|
266
|
+
<td class="descr">priority</td>
|
|
267
|
+
<td class="descr"><div>The priority of a task</div></td>
|
|
268
|
+
</tr>
|
|
269
|
+
<tr align="left">
|
|
270
|
+
<td class="descr">quarterly</td>
|
|
271
|
+
<td class="descr"><div>A group of columns with one column for each quarter</div></td>
|
|
272
|
+
</tr>
|
|
273
|
+
<tr align="left">
|
|
274
|
+
<td class="descr">rate</td>
|
|
275
|
+
<td class="descr"><div>The daily cost of a resource.</div></td>
|
|
276
|
+
</tr>
|
|
277
|
+
<tr align="left">
|
|
278
|
+
<td class="descr">reports</td>
|
|
279
|
+
<td class="descr"><div>
|
|
280
|
+
<p>All resources that have this resource assigned as a direct or indirect manager.</p>
|
|
281
|
+
<p>The list can be customized by the <a href="listitem.column">listitem</a> attribute.</p>
|
|
282
|
+
</div></td>
|
|
283
|
+
</tr>
|
|
284
|
+
<tr align="left">
|
|
285
|
+
<td class="descr">resources</td>
|
|
286
|
+
<td class="descr"><div>
|
|
287
|
+
<p>A list of resources that are assigned to the task in the report time frame.</p>
|
|
288
|
+
<p>The list can be customized by the <a href="listitem.column">listitem</a> attribute.</p>
|
|
289
|
+
</div></td>
|
|
290
|
+
</tr>
|
|
291
|
+
<tr align="left">
|
|
292
|
+
<td class="descr">responsible</td>
|
|
293
|
+
<td class="descr"><div>
|
|
294
|
+
<p>The responsible people for this task.</p>
|
|
295
|
+
<p>The list can be customized by the <a href="listitem.column">listitem</a> attribute.</p>
|
|
296
|
+
</div></td>
|
|
297
|
+
</tr>
|
|
298
|
+
<tr align="left">
|
|
299
|
+
<td class="descr">revenue</td>
|
|
300
|
+
<td class="descr"><div>The revenue of the task or resource. The use of this column requires that a revenue account has been set for the report using the <a href="balance.html">balance</a> attribute.</div></td>
|
|
301
|
+
</tr>
|
|
302
|
+
<tr align="left">
|
|
303
|
+
<td class="descr">scenario</td>
|
|
304
|
+
<td class="descr"><div>The name of the scenario</div></td>
|
|
305
|
+
</tr>
|
|
306
|
+
<tr align="left">
|
|
307
|
+
<td class="descr">seqno</td>
|
|
308
|
+
<td class="descr"><div>The index of the item based on the declaration order</div></td>
|
|
309
|
+
</tr>
|
|
310
|
+
<tr align="left">
|
|
311
|
+
<td class="descr">start</td>
|
|
312
|
+
<td class="descr"><div>The start date of the task</div></td>
|
|
313
|
+
</tr>
|
|
314
|
+
<tr align="left">
|
|
315
|
+
<td class="descr">status</td>
|
|
316
|
+
<td class="descr"><div>The status of a task. It is determined based on the current date or the date specified by <a href="now.html">now</a>.</div></td>
|
|
317
|
+
</tr>
|
|
318
|
+
<tr align="left">
|
|
319
|
+
<td class="descr">targets</td>
|
|
320
|
+
<td class="descr"><div>
|
|
321
|
+
<p>A list of milestones that depend on the current task. For container tasks it will also include the targets of the child tasks. Targets may not have any follower tasks.</p>
|
|
322
|
+
<p>The list can be customized by the <a href="listitem.column">listitem</a> attribute.</p>
|
|
323
|
+
</div></td>
|
|
324
|
+
</tr>
|
|
325
|
+
<tr align="left">
|
|
326
|
+
<td class="descr">wbs</td>
|
|
327
|
+
<td class="descr"><div>Deprecated alias for bsi.</div></td>
|
|
328
|
+
</tr>
|
|
329
|
+
<tr align="left">
|
|
330
|
+
<td class="descr">bsi</td>
|
|
331
|
+
<td class="descr"><div>The hierarchical or work breakdown structure index</div></td>
|
|
332
|
+
</tr>
|
|
333
|
+
<tr align="left">
|
|
334
|
+
<td class="descr">weekly</td>
|
|
335
|
+
<td class="descr"><div>A group of columns with one column for each week</div></td>
|
|
336
|
+
</tr>
|
|
337
|
+
<tr align="left">
|
|
338
|
+
<td class="descr">yearly</td>
|
|
339
|
+
<td class="descr"><div>A group of columns with one column for each year</div></td>
|
|
340
|
+
</tr>
|
|
341
|
+
<tr align="left">
|
|
342
|
+
<td class="tag">Context</td>
|
|
343
|
+
<td class="descr" colspan="2"><a href="Getting_Started.html#Structure_of_a_TJP_File">Global scope</a></td>
|
|
344
|
+
</tr>
|
|
345
|
+
</table></p>
|
|
346
|
+
</div>
|
|
347
|
+
<br/>
|
|
348
|
+
<hr/>
|
|
349
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
350
|
+
<td style="text-align:left; width:35%;"><< <a href="chargeset.html">chargeset</a> <<</td>
|
|
351
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
352
|
+
<td style="text-align:right; width:35%;">>> <a href="columns.html">columns</a> >></td>
|
|
353
|
+
</tr></table>
|
|
354
|
+
<hr/>
|
|
355
|
+
<br/>
|
|
356
|
+
<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>
|
|
357
|
+
</body>
|
|
358
|
+
</html>
|
|
@@ -0,0 +1,73 @@
|
|
|
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>columns</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="columnid.html">columnid</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="complete.html">complete</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">columns</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 which columns shall be included in a report. Some columns show values that are constant over the course of the project. Other columns show calculated values that depend on the time period that was chosen for the report.</div></td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr align="left">
|
|
42
|
+
<td class="tag">Syntax</td>
|
|
43
|
+
<td class="descr" colspan="2"><code>columns <columnid> [{ <attributes> }] [, <columnid> [[, ... ]]...]</code></td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr align="left">
|
|
46
|
+
<td class="tag" rowspan="1">Arguments</td>
|
|
47
|
+
<td class="descr">columnid</td>
|
|
48
|
+
<td class="descr"><div>See <a href="columnid.html">columnid</a> for details.</div></td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr align="left">
|
|
51
|
+
<td class="tag">Context</td>
|
|
52
|
+
<td class="descr" colspan="2"><a href="report.html">report</a></td>
|
|
53
|
+
</tr>
|
|
54
|
+
</table></p>
|
|
55
|
+
<p><table align="center" class="table"><tr align="left">
|
|
56
|
+
<td class="tag" style="width:16%">Attributes</td>
|
|
57
|
+
<td class="descr" style="width:84%">
|
|
58
|
+
<a href="cellcolor.column.html">cellcolor (column)</a>, <a href="celltext.column.html">celltext (column)</a>, <a href="end.column.html">end (column)</a>, <a href="fontcolor.column.html">fontcolor (column)</a>, <a href="halign.column.html">halign (column)</a>, <a href="listitem.column.html">listitem (column)</a>, <a href="listtype.column.html">listtype (column)</a>, <a href="period.column.html">period (column)</a>, <a href="scale.column.html">scale (column)</a>, <a href="start.column.html">start (column)</a>, <a href="title.column.html">title (column)</a>, <a href="tooltip.column.html">tooltip (column)</a>, <a href="width.column.html">width (column)</a>
|
|
59
|
+
</td>
|
|
60
|
+
</tr></table></p>
|
|
61
|
+
</div>
|
|
62
|
+
<br/>
|
|
63
|
+
<hr/>
|
|
64
|
+
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
|
|
65
|
+
<td style="text-align:left; width:35%;"><< <a href="columnid.html">columnid</a> <<</td>
|
|
66
|
+
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
|
|
67
|
+
<td style="text-align:right; width:35%;">>> <a href="complete.html">complete</a> >></td>
|
|
68
|
+
</tr></table>
|
|
69
|
+
<hr/>
|
|
70
|
+
<br/>
|
|
71
|
+
<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>
|
|
72
|
+
</body>
|
|
73
|
+
</html>
|