taskjuggler 3.0.0 → 3.1.0
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/CHANGELOG +61 -0
- data/README.rdoc +43 -27
- data/data/css/tjreport.css +30 -0
- data/data/tjp.vim +100 -89
- data/examples/ProjectTemplate/template.tjp +338 -0
- data/examples/ToDo-List/todolist.tjp +84 -0
- data/examples/{tutorial.tjp → Tutorial/tutorial.tjp} +9 -7
- data/lib/header.tmpl +1 -1
- data/lib/taskjuggler/Account.rb +2 -2
- data/lib/taskjuggler/AccountCredit.rb +29 -0
- data/lib/taskjuggler/AccountScenario.rb +73 -7
- data/lib/taskjuggler/AlertLevelDefinitions.rb +104 -0
- data/lib/taskjuggler/AlgorithmDiff.rb +2 -2
- data/lib/taskjuggler/Allocation.rb +1 -1
- data/lib/taskjuggler/AppConfig.rb +1 -1
- data/lib/taskjuggler/AttributeBase.rb +1 -1
- data/lib/taskjuggler/AttributeDefinition.rb +1 -1
- data/lib/taskjuggler/Attributes.rb +40 -3
- data/lib/taskjuggler/BatchProcessor.rb +15 -14
- data/lib/taskjuggler/Booking.rb +1 -1
- data/lib/taskjuggler/Charge.rb +2 -2
- data/lib/taskjuggler/ChargeSet.rb +1 -1
- data/lib/taskjuggler/DataCache.rb +24 -12
- data/lib/taskjuggler/FileList.rb +1 -1
- data/lib/taskjuggler/HTMLDocument.rb +1 -1
- data/lib/taskjuggler/HTMLElements.rb +1 -1
- data/lib/taskjuggler/ICalendar.rb +1 -1
- data/lib/taskjuggler/Interval.rb +1 -1
- data/lib/taskjuggler/IntervalList.rb +1 -1
- data/lib/taskjuggler/Journal.rb +61 -41
- data/lib/taskjuggler/KeywordArray.rb +1 -1
- data/lib/taskjuggler/KeywordDocumentation.rb +121 -33
- data/lib/taskjuggler/LeaveList.rb +103 -0
- data/lib/taskjuggler/Limits.rb +1 -1
- data/lib/taskjuggler/Log.rb +6 -3
- data/lib/taskjuggler/LogFile.rb +1 -1
- data/lib/taskjuggler/LogicalExpression.rb +1 -1
- data/lib/taskjuggler/LogicalFunction.rb +16 -2
- data/lib/taskjuggler/LogicalOperation.rb +3 -1
- data/lib/taskjuggler/MessageHandler.rb +13 -4
- data/lib/taskjuggler/PTNProxy.rb +118 -0
- data/lib/taskjuggler/Project.rb +58 -67
- data/lib/taskjuggler/ProjectFileParser.rb +39 -5
- data/lib/taskjuggler/ProjectFileScanner.rb +1 -1
- data/lib/taskjuggler/PropertyList.rb +26 -2
- data/lib/taskjuggler/PropertySet.rb +8 -1
- data/lib/taskjuggler/PropertyTreeNode.rb +36 -32
- data/lib/taskjuggler/Query.rb +1 -1
- data/lib/taskjuggler/RealFormat.rb +4 -2
- data/lib/taskjuggler/Resource.rb +3 -3
- data/lib/taskjuggler/ResourceScenario.rb +219 -140
- data/lib/taskjuggler/RichText.rb +1 -1
- data/lib/taskjuggler/RichText/Document.rb +2 -2
- data/lib/taskjuggler/RichText/Element.rb +2 -2
- data/lib/taskjuggler/RichText/FunctionExample.rb +2 -2
- data/lib/taskjuggler/RichText/FunctionHandler.rb +2 -2
- data/lib/taskjuggler/RichText/Parser.rb +2 -2
- data/lib/taskjuggler/RichText/RTFHandlers.rb +1 -1
- data/lib/taskjuggler/RichText/RTFNavigator.rb +1 -1
- data/lib/taskjuggler/RichText/RTFQuery.rb +1 -1
- data/lib/taskjuggler/RichText/RTFReport.rb +1 -1
- data/lib/taskjuggler/RichText/RTFReportLink.rb +1 -1
- data/lib/taskjuggler/RichText/RTFWithQuerySupport.rb +1 -1
- data/lib/taskjuggler/RichText/Scanner.rb +18 -4
- data/lib/taskjuggler/RichText/Snip.rb +2 -2
- data/lib/taskjuggler/RichText/SyntaxRules.rb +6 -14
- data/lib/taskjuggler/RichText/TOCEntry.rb +16 -7
- data/lib/taskjuggler/RichText/TableOfContents.rb +3 -2
- data/lib/taskjuggler/RuntimeConfig.rb +1 -1
- data/lib/taskjuggler/Scenario.rb +1 -1
- data/lib/taskjuggler/ScenarioData.rb +1 -1
- data/lib/taskjuggler/Scoreboard.rb +1 -1
- data/lib/taskjuggler/SheetHandlerBase.rb +1 -1
- data/lib/taskjuggler/SheetReceiver.rb +1 -1
- data/lib/taskjuggler/SheetSender.rb +3 -3
- data/lib/taskjuggler/Shift.rb +2 -2
- data/lib/taskjuggler/ShiftAssignments.rb +24 -19
- data/lib/taskjuggler/ShiftScenario.rb +4 -4
- data/lib/taskjuggler/SimpleQueryExpander.rb +1 -1
- data/lib/taskjuggler/StatusSheetReceiver.rb +1 -1
- data/lib/taskjuggler/StatusSheetSender.rb +1 -1
- data/lib/taskjuggler/StdIoWrapper.rb +1 -1
- data/lib/taskjuggler/SyntaxReference.rb +5 -2
- data/lib/taskjuggler/TableColumnDefinition.rb +1 -1
- data/lib/taskjuggler/Task.rb +4 -8
- data/lib/taskjuggler/TaskDependency.rb +1 -1
- data/lib/taskjuggler/TaskJuggler.rb +1 -1
- data/lib/taskjuggler/TaskScenario.rb +131 -51
- data/lib/taskjuggler/TernarySearchTree.rb +6 -4
- data/lib/taskjuggler/TextFormatter.rb +9 -2
- data/lib/taskjuggler/TextParser.rb +13 -3
- data/lib/taskjuggler/TextParser/MacroTable.rb +1 -1
- data/lib/taskjuggler/TextParser/Pattern.rb +52 -8
- data/lib/taskjuggler/TextParser/Rule.rb +11 -5
- data/lib/taskjuggler/TextParser/Scanner.rb +1 -1
- data/lib/taskjuggler/TextParser/SourceFileInfo.rb +1 -1
- data/lib/taskjuggler/TextParser/StackElement.rb +1 -1
- data/lib/taskjuggler/TextParser/State.rb +2 -2
- data/lib/taskjuggler/TextParser/TokenDoc.rb +1 -1
- data/lib/taskjuggler/TimeSheetReceiver.rb +1 -1
- data/lib/taskjuggler/TimeSheetSender.rb +1 -1
- data/lib/taskjuggler/TimeSheetSummary.rb +1 -1
- data/lib/taskjuggler/TimeSheets.rb +4 -6
- data/lib/taskjuggler/Tj3AppBase.rb +18 -1
- data/lib/taskjuggler/Tj3Config.rb +4 -4
- data/lib/taskjuggler/Tj3SheetAppBase.rb +1 -1
- data/lib/taskjuggler/TjException.rb +1 -1
- data/lib/taskjuggler/TjTime.rb +1 -1
- data/lib/taskjuggler/TjpExample.rb +1 -1
- data/lib/taskjuggler/TjpSyntaxRules.rb +920 -392
- data/lib/taskjuggler/URLParameter.rb +1 -1
- data/lib/taskjuggler/UTF8String.rb +1 -1
- data/lib/taskjuggler/UserManual.rb +1 -1
- data/lib/taskjuggler/VimSyntax.rb +9 -6
- data/lib/taskjuggler/WorkingHours.rb +12 -1
- data/lib/taskjuggler/XMLDocument.rb +1 -1
- data/lib/taskjuggler/XMLElement.rb +1 -1
- data/lib/taskjuggler/apps/Tj3.rb +8 -3
- data/lib/taskjuggler/apps/Tj3Client.rb +1 -1
- data/lib/taskjuggler/apps/Tj3Daemon.rb +1 -1
- data/lib/taskjuggler/apps/Tj3Man.rb +1 -1
- data/lib/taskjuggler/apps/Tj3SsReceiver.rb +2 -2
- data/lib/taskjuggler/apps/Tj3SsSender.rb +1 -1
- data/lib/taskjuggler/apps/Tj3TsReceiver.rb +1 -1
- data/lib/taskjuggler/apps/Tj3TsSender.rb +1 -1
- data/lib/taskjuggler/apps/Tj3TsSummary.rb +1 -1
- data/lib/taskjuggler/daemon/Daemon.rb +1 -1
- data/lib/taskjuggler/daemon/ProcessIntercom.rb +1 -1
- data/lib/taskjuggler/daemon/ProjectBroker.rb +1 -1
- data/lib/taskjuggler/daemon/ProjectServer.rb +1 -1
- data/lib/taskjuggler/daemon/ReportServer.rb +2 -2
- data/lib/taskjuggler/daemon/ReportServlet.rb +1 -1
- data/lib/taskjuggler/daemon/WebServer.rb +1 -1
- data/lib/taskjuggler/daemon/WelcomePage.rb +1 -1
- data/lib/taskjuggler/deep_copy.rb +1 -1
- data/lib/taskjuggler/reports/AccountListRE.rb +115 -0
- data/lib/taskjuggler/reports/CSVFile.rb +1 -1
- data/lib/taskjuggler/reports/CollisionDetector.rb +1 -1
- data/lib/taskjuggler/reports/ColumnTable.rb +1 -1
- data/lib/taskjuggler/reports/GanttChart.rb +1 -1
- data/lib/taskjuggler/reports/GanttContainer.rb +1 -3
- data/lib/taskjuggler/reports/GanttHeader.rb +1 -1
- data/lib/taskjuggler/reports/GanttHeaderScaleItem.rb +1 -1
- data/lib/taskjuggler/reports/GanttLine.rb +23 -12
- data/lib/taskjuggler/reports/GanttLoadStack.rb +1 -1
- data/lib/taskjuggler/reports/GanttMilestone.rb +1 -1
- data/lib/taskjuggler/reports/GanttRouter.rb +1 -1
- data/lib/taskjuggler/reports/GanttTaskBar.rb +1 -1
- data/lib/taskjuggler/reports/HTMLGraphics.rb +1 -1
- data/lib/taskjuggler/reports/ICalReport.rb +5 -2
- data/lib/taskjuggler/reports/Navigator.rb +1 -1
- data/lib/taskjuggler/reports/NikuReport.rb +1 -1
- data/lib/taskjuggler/reports/Report.rb +29 -4
- data/lib/taskjuggler/reports/ReportBase.rb +15 -1
- data/lib/taskjuggler/reports/ReportContext.rb +1 -1
- data/lib/taskjuggler/reports/ReportTable.rb +1 -1
- data/lib/taskjuggler/reports/ReportTableCell.rb +1 -1
- data/lib/taskjuggler/reports/ReportTableColumn.rb +1 -1
- data/lib/taskjuggler/reports/ReportTableLegend.rb +1 -1
- data/lib/taskjuggler/reports/ReportTableLine.rb +1 -1
- data/lib/taskjuggler/reports/ResourceListRE.rb +3 -5
- data/lib/taskjuggler/reports/StatusSheetReport.rb +2 -2
- data/lib/taskjuggler/reports/TableReport.rb +336 -204
- data/lib/taskjuggler/reports/TableReportColumn.rb +30 -0
- data/lib/taskjuggler/reports/TagFile.rb +2 -2
- data/lib/taskjuggler/reports/TaskListRE.rb +3 -6
- data/lib/taskjuggler/reports/TextReport.rb +1 -1
- data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -3
- data/lib/taskjuggler/reports/TjpExportRE.rb +4 -1
- data/lib/tj3.rb +1 -1
- data/lib/tj3client.rb +1 -1
- data/lib/tj3d.rb +1 -1
- data/lib/tj3man.rb +1 -1
- data/lib/tj3ss_receiver.rb +1 -1
- data/lib/tj3ss_sender.rb +1 -1
- data/lib/tj3ts_receiver.rb +1 -1
- data/lib/tj3ts_sender.rb +1 -1
- data/lib/tj3ts_summary.rb +1 -1
- data/lib/updateheader.sh +4 -1
- data/manual/Getting_Started +7 -4
- data/manual/How_To_Contribute +26 -5
- data/manual/Installation +26 -18
- data/manual/Intro +55 -33
- data/manual/Reporting_Bugs +18 -8
- data/manual/Rich_Text_Attributes +16 -3
- data/manual/Software +2 -2
- data/manual/TaskJuggler_2x_Migration +2 -2
- data/manual/The_TaskJuggler_Syntax +10 -0
- data/manual/Tutorial +2 -2
- data/manual/html/Day_To_Day_Juggling.html +16 -12
- data/manual/html/Getting_Started.html +9 -7
- data/manual/html/How_To_Contribute.html +18 -10
- data/manual/html/Installation.html +18 -15
- data/manual/html/Intro.html +44 -28
- data/manual/html/Reporting_Bugs.html +9 -7
- data/manual/html/Rich_Text_Attributes.html +11 -8
- data/manual/html/Software.html +5 -5
- data/manual/html/TaskJuggler_2x_Migration.html +4 -4
- data/manual/html/TaskJuggler_Internals.html +3 -3
- data/manual/html/The_TaskJuggler_Syntax.html +6 -3
- data/manual/html/Tutorial.html +12 -12
- data/manual/html/account.html +19 -10
- data/manual/html/account.task.html +5 -28
- data/manual/html/accountprefix.html +5 -5
- data/manual/html/{report.html → accountreport.html} +140 -23
- data/manual/html/accountroot.html +142 -0
- data/manual/html/active.html +5 -5
- data/manual/html/adopt.task.html +7 -8
- data/manual/html/aggregate.html +145 -0
- data/manual/html/alert.html +12 -11
- data/manual/html/alertlevels.html +102 -0
- data/manual/html/allocate.html +6 -6
- data/manual/html/alphabet.html +1 -1
- data/manual/html/alternative.html +3 -3
- data/manual/html/author.html +3 -3
- data/manual/html/balance.html +84 -11
- data/manual/html/booking.resource.html +3 -3
- data/manual/html/booking.task.html +3 -3
- data/manual/html/caption.html +6 -4
- data/manual/html/cellcolor.column.html +3 -3
- data/manual/html/celltext.column.html +3 -3
- data/manual/html/center.html +28 -4
- data/manual/html/charge.html +3 -3
- data/manual/html/chargeset.html +5 -5
- data/manual/html/columnid.html +40 -9
- data/manual/html/columns.html +6 -4
- data/manual/html/complete.html +15 -9
- data/manual/html/copyright.html +5 -5
- data/manual/html/{credit.html → credits.html} +15 -12
- data/manual/html/css/tjreport.css +30 -0
- data/manual/html/currency.html +28 -15
- data/manual/html/currencyformat.html +4 -4
- data/manual/html/dailymax.html +3 -3
- data/manual/html/dailymin.html +3 -3
- data/manual/html/dailyworkinghours.html +3 -3
- data/manual/html/date.extend.html +3 -3
- data/manual/html/date.html +3 -3
- data/manual/html/definitions.html +3 -3
- data/manual/html/depends.html +3 -3
- data/manual/html/details.html +3 -3
- data/manual/html/disabled.html +9 -3
- data/manual/html/duration.html +3 -3
- data/manual/html/efficiency.html +3 -3
- data/manual/html/effort.html +3 -3
- data/manual/html/email.html +3 -3
- data/manual/html/enabled.html +9 -3
- data/manual/html/end.column.html +3 -3
- data/manual/html/end.html +3 -3
- data/manual/html/end.limit.html +3 -3
- data/manual/html/end.report.html +4 -4
- data/manual/html/end.timesheet.html +3 -3
- data/manual/html/endcredit.html +18 -9
- data/manual/html/epilog.html +6 -4
- data/manual/html/export.html +10 -6
- data/manual/html/extend.html +3 -3
- data/manual/html/fail.html +3 -3
- data/manual/html/fdl.html +3 -3
- data/manual/html/flags.account.html +3 -3
- data/manual/html/flags.html +3 -3
- data/manual/html/flags.journalentry.html +3 -3
- data/manual/html/flags.report.html +6 -4
- data/manual/html/flags.resource.html +3 -3
- data/manual/html/flags.statussheet.html +3 -3
- data/manual/html/flags.task.html +3 -3
- data/manual/html/flags.timesheet.html +3 -3
- data/manual/html/fontcolor.column.html +3 -3
- data/manual/html/footer.html +28 -4
- data/manual/html/formats.html +4 -4
- data/manual/html/functions.html +4 -4
- data/manual/html/gapduration.html +3 -3
- data/manual/html/gaplength.html +4 -4
- data/manual/html/halign.center.html +3 -3
- data/manual/html/halign.column.html +3 -3
- data/manual/html/halign.left.html +3 -3
- data/manual/html/halign.right.html +3 -3
- data/manual/html/hasalert.html +3 -3
- data/manual/html/header.html +28 -4
- data/manual/html/headline.html +6 -6
- data/manual/html/hideaccount.html +73 -0
- data/manual/html/hidejournalentry.html +6 -6
- data/manual/html/hidereport.html +3 -3
- data/manual/html/hideresource.html +4 -4
- data/manual/html/hidetask.html +4 -4
- data/manual/html/icalreport.html +3 -3
- data/manual/html/include.macro.html +4 -4
- data/manual/html/include.project.html +5 -6
- data/manual/html/include.properties.html +5 -97
- data/manual/html/index.html +2 -2
- data/manual/html/inherit.extend.html +3 -3
- data/manual/html/interval1.html +3 -3
- data/manual/html/interval2.html +3 -3
- data/manual/html/interval3.html +3 -3
- data/manual/html/interval4.html +3 -3
- data/manual/html/isactive.html +3 -3
- data/manual/html/ischildof.html +3 -3
- data/manual/html/isdependencyof.html +3 -3
- data/manual/html/isdutyof.html +3 -3
- data/manual/html/isfeatureof.html +3 -3
- data/manual/html/isleaf.html +3 -3
- data/manual/html/ismilestone.html +3 -3
- data/manual/html/isongoing.html +3 -3
- data/manual/html/isresource.html +5 -5
- data/manual/html/{alert level.html → isresponsibilityof.html} +19 -14
- data/manual/html/istask.html +5 -5
- data/manual/html/journalattributes.html +6 -4
- data/manual/html/journalentry.html +3 -3
- data/manual/html/journalmode.html +8 -6
- data/manual/html/leaveallowance.html +139 -0
- data/manual/html/leaves.html +140 -0
- data/manual/html/left.html +30 -6
- data/manual/html/length.html +4 -4
- data/manual/html/limits.allocate.html +5 -32
- data/manual/html/limits.html +3 -3
- data/manual/html/limits.resource.html +3 -3
- data/manual/html/limits.task.html +3 -3
- data/manual/html/listitem.column.html +3 -3
- data/manual/html/listtype.column.html +3 -3
- data/manual/html/loadunit.html +6 -4
- data/manual/html/logicalexpression.html +3 -3
- data/manual/html/logicalflagexpression.html +3 -3
- data/manual/html/macro.html +3 -3
- data/manual/html/managers.html +3 -3
- data/manual/html/mandatory.html +3 -3
- data/manual/html/maxend.html +3 -3
- data/manual/html/maximum.html +3 -3
- data/manual/html/maxstart.html +3 -3
- data/manual/html/milestone.html +3 -3
- data/manual/html/minend.html +3 -3
- data/manual/html/minimum.html +3 -3
- data/manual/html/minstart.html +3 -3
- data/manual/html/monthlymax.html +3 -3
- data/manual/html/monthlymin.html +3 -3
- data/manual/html/navbar.html +23 -5
- data/manual/html/navigator.html +34 -3
- data/manual/html/newtask.html +3 -3
- data/manual/html/nikureport.html +3 -3
- data/manual/html/note.task.html +3 -3
- data/manual/html/now.html +3 -3
- data/manual/html/numberformat.html +4 -4
- data/manual/html/onend.html +3 -3
- data/manual/html/onstart.html +3 -3
- data/manual/html/opennodes.html +6 -4
- data/manual/html/overtime.booking.html +4 -4
- data/manual/html/period.column.html +3 -3
- data/manual/html/period.limit.html +3 -3
- data/manual/html/period.report.html +4 -4
- data/manual/html/period.task.html +3 -3
- data/manual/html/persistent.html +3 -3
- data/manual/html/precedes.html +3 -3
- data/manual/html/priority.html +3 -3
- data/manual/html/priority.timesheet.html +3 -3
- data/manual/html/project.html +4 -4
- data/manual/html/projectid.html +3 -3
- data/manual/html/projectid.task.html +3 -3
- data/manual/html/projectids.html +3 -3
- data/manual/html/projection.html +9 -3
- data/manual/html/prolog.html +6 -4
- data/manual/html/properties.html +193 -9
- data/manual/html/purge.html +5 -5
- data/manual/html/rate.html +3 -3
- data/manual/html/rate.resource.html +3 -3
- data/manual/html/reference.extend.html +3 -3
- data/manual/html/remaining.html +3 -3
- data/manual/html/replace.html +9 -6
- data/manual/html/reportprefix.html +5 -5
- data/manual/html/resource.html +22 -4
- data/manual/html/resourceattributes.html +6 -6
- data/manual/html/resourceprefix.html +3 -3
- data/manual/html/resourcereport.html +311 -8
- data/manual/html/resourceroot.html +6 -4
- data/manual/html/resources.limit.html +4 -4
- data/manual/html/responsible.html +3 -3
- data/manual/html/richtext.extend.html +3 -3
- data/manual/html/right.html +30 -6
- data/manual/html/rollupaccount.html +69 -0
- data/manual/html/rollupresource.html +6 -6
- data/manual/html/rolluptask.html +4 -4
- data/manual/html/scale.column.html +3 -3
- data/manual/html/scenario.html +3 -3
- data/manual/html/scenario.ical.html +3 -3
- data/manual/html/scenarios.export.html +3 -3
- data/manual/html/scenarios.html +6 -4
- data/manual/html/scenariospecific.extend.html +3 -3
- data/manual/html/scheduled.html +3 -3
- data/manual/html/scheduling.html +3 -3
- data/manual/html/select.html +3 -3
- data/manual/html/selfcontained.html +6 -4
- data/manual/html/shift.allocate.html +77 -0
- data/manual/html/shift.html +13 -7
- data/manual/html/shift.resource.html +11 -5
- data/manual/html/shift.task.html +9 -3
- data/manual/html/shift.timesheet.html +4 -4
- data/manual/html/shifts.allocate.html +6 -6
- data/manual/html/shifts.resource.html +3 -3
- data/manual/html/shifts.task.html +3 -3
- data/manual/html/shorttimeformat.html +3 -3
- data/manual/html/sloppy.booking.html +4 -4
- data/manual/html/sloppy.projection.html +12 -6
- data/manual/html/sortaccounts.html +73 -0
- data/manual/html/sortjournalentries.html +8 -6
- data/manual/html/sortresources.html +4 -4
- data/manual/html/sorttasks.html +4 -4
- data/manual/html/start.column.html +3 -3
- data/manual/html/start.html +3 -3
- data/manual/html/start.limit.html +3 -3
- data/manual/html/start.report.html +4 -4
- data/manual/html/startcredit.html +10 -4
- data/manual/html/status.statussheet.html +5 -5
- data/manual/html/status.timesheet.html +5 -5
- data/manual/html/statussheet.html +3 -3
- data/manual/html/statussheetreport.html +10 -6
- data/manual/html/strict.projection.html +10 -4
- data/manual/html/summary.html +3 -3
- data/manual/html/supplement.html +5 -5
- data/manual/html/supplement.resource.html +22 -4
- data/manual/html/supplement.task.html +4 -4
- data/manual/html/tagfile.html +3 -3
- data/manual/html/task.html +3 -3
- data/manual/html/task.statussheet.html +3 -3
- data/manual/html/task.timesheet.html +3 -3
- data/manual/html/taskattributes.html +3 -3
- data/manual/html/taskprefix.html +3 -3
- data/manual/html/taskreport.html +347 -8
- data/manual/html/taskroot.html +6 -4
- data/manual/html/text.extend.html +3 -3
- data/manual/html/textreport.html +333 -8
- data/manual/html/timeformat.html +4 -4
- data/manual/html/timeoff.nikureport.html +3 -3
- data/manual/html/timesheet.html +3 -3
- data/manual/html/timesheetreport.html +10 -6
- data/manual/html/timezone.export.html +3 -3
- data/manual/html/timezone.html +3 -3
- data/manual/html/timezone.report.html +6 -4
- data/manual/html/timezone.shift.html +3 -3
- data/manual/html/timingresolution.html +3 -3
- data/manual/html/title.column.html +3 -3
- data/manual/html/title.html +4 -4
- data/manual/html/toc.html +1705 -658
- data/manual/html/tooltip.column.html +3 -3
- data/manual/html/trackingscenario.html +3 -3
- data/manual/html/treelevel.html +3 -3
- data/manual/html/vacation.html +3 -3
- data/manual/html/vacation.resource.html +4 -4
- data/manual/html/vacation.shift.html +4 -4
- data/manual/html/warn.html +3 -3
- data/manual/html/weeklymax.html +3 -3
- data/manual/html/weeklymin.html +3 -3
- data/manual/html/weekstartsmonday.html +3 -3
- data/manual/html/weekstartssunday.html +3 -3
- data/manual/html/width.column.html +3 -3
- data/manual/html/work.html +3 -3
- data/manual/html/workinghours.project.html +3 -3
- data/manual/html/workinghours.resource.html +3 -3
- data/manual/html/workinghours.shift.html +3 -3
- data/manual/html/yearlyworkingdays.html +4 -4
- data/spec/ICalendar_spec.rb +4 -2
- data/spec/IntervalList_spec.rb +1 -1
- data/spec/ProjectBroker_spec.rb +2 -6
- data/spec/StatusSheets_spec.rb +1 -1
- data/spec/TernarySearchTree_spec.rb +2 -2
- data/spec/TimeSheets_spec.rb +1 -1
- data/spec/Tj3Daemon_spec.rb +1 -1
- data/spec/Tj3_spec.rb +1 -1
- data/spec/support/DaemonControl.rb +1 -1
- data/spec/support/spec_helper.rb +19 -0
- data/taskjuggler.gemspec +1 -0
- data/test/MessageChecker.rb +1 -1
- data/test/ReferenceGenerator.rb +1 -1
- data/test/TestSuite/CSV-Reports/Leave.tjp +37 -0
- data/test/TestSuite/CSV-Reports/celltext.tjp +1 -1
- data/test/TestSuite/CSV-Reports/efficiency.tjp +20 -0
- data/test/TestSuite/CSV-Reports/headcount.tjp +31 -0
- data/test/TestSuite/CSV-Reports/refs/Leave.csv +5 -0
- data/test/TestSuite/CSV-Reports/refs/alert.csv +6 -0
- data/test/TestSuite/CSV-Reports/refs/celltext.csv +6 -0
- data/test/TestSuite/CSV-Reports/refs/efficiency.csv +5 -0
- data/test/TestSuite/CSV-Reports/refs/headcount.csv +4 -0
- data/test/TestSuite/CSV-Reports/refs/sortByTree.csv +6 -0
- data/test/TestSuite/CSV-Reports/refs/sortBy_duration.down.csv +6 -0
- data/test/TestSuite/CSV-Reports/refs/sortBy_effort.up.csv +6 -0
- data/test/TestSuite/CSV-Reports/refs/sortBy_plan.start.down.csv +6 -0
- data/test/TestSuite/CSV-Reports/refs/taskreport.csv +6 -0
- data/test/TestSuite/CSV-Reports/refs/taskreport_with_resources.csv +14 -0
- data/test/TestSuite/CSV-Reports/resourcereport.tjp +1 -1
- data/test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp +1 -1
- data/test/TestSuite/CSV-Reports/sortByTree.tjp +1 -1
- data/test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp +1 -1
- data/test/TestSuite/CSV-Reports/taskreport.tjp +1 -1
- data/test/TestSuite/CSV-Reports/taskreport_with_resources.tjp +1 -1
- data/test/TestSuite/Export-Reports/refs/AccountReport.tjp +1089 -0
- data/test/TestSuite/Export-Reports/refs/AlertLevels.tjp +24 -0
- data/test/TestSuite/Export-Reports/refs/Complete.tjp +5 -25
- data/test/TestSuite/Export-Reports/refs/navigator.tjp +58 -0
- data/test/TestSuite/Export-Reports/refs/template.tjp +142 -0
- data/test/TestSuite/Export-Reports/refs/textreport.tjp +19 -0
- data/test/TestSuite/ReportGenerator/Correct/Alerts.tjp +26 -7
- data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +177 -141
- data/test/TestSuite/ReportGenerator/Correct/refs/FTE-1.csv +1 -1
- data/test/TestSuite/Scheduler/Correct/Allocate.tjp +2 -2
- data/test/TestSuite/Scheduler/Correct/Shift2.tjp +4 -4
- data/test/TestSuite/Syntax/Correct/Account.tjp +23 -10
- data/test/TestSuite/Syntax/Correct/AccountReport.tjp +74 -0
- data/test/TestSuite/Syntax/Correct/AdoptedTasks.tjp +4 -0
- data/test/TestSuite/Syntax/Correct/AlertLevels.tjp +25 -0
- data/test/TestSuite/Syntax/Correct/Celltext.tjp +3 -3
- data/test/TestSuite/Syntax/Correct/Complete.tjp +8 -5
- data/test/TestSuite/Syntax/Correct/Leave.tjp +37 -0
- data/test/TestSuite/Syntax/Correct/Reports.tjp +4 -4
- data/test/TestSuite/Syntax/Correct/Shift.tjp +4 -4
- data/test/TestSuite/Syntax/Correct/manual2example.rb +4 -3
- data/test/TestSuite/Syntax/Correct/navigator.tjp +31 -0
- data/test/TestSuite/Syntax/Correct/template.tjp +338 -0
- data/test/TestSuite/Syntax/Correct/textreport.tjp +21 -0
- data/test/TestSuite/Syntax/Correct/tutorial.tjp +12 -10
- data/test/TestSuite/Syntax/Errors/{adopt_duplicate_child.tjp → adopt_duplicate_child-1.tjp} +0 -0
- data/test/TestSuite/Syntax/Errors/{adopt_common_root.tjp → adopt_duplicate_child-2.tjp} +1 -1
- data/test/TestSuite/Syntax/Errors/{adopt_duplicate_parent.tjp → adopt_duplicate_child-3.tjp} +1 -1
- data/test/TestSuite/Syntax/Errors/adopt_self.tjp +7 -0
- data/test/TestSuite/Syntax/Errors/alert_level_redef.tjp +8 -0
- data/test/TestSuite/Syntax/Errors/alert_name_redef.tjp +8 -0
- data/test/TestSuite/Syntax/Errors/too_few_alert_levels.tjp +5 -0
- data/test/TjpGen.rb +1 -1
- data/test/all.rb +1 -1
- data/test/test_AlgorithmDiff.rb +1 -1
- data/test/test_BatchProcessor.rb +23 -10
- data/test/test_CSV-Reports.rb +1 -1
- data/test/test_CSVFile.rb +1 -1
- data/test/test_CollisionDetector.rb +1 -1
- data/test/test_Export-Reports.rb +1 -1
- data/test/test_Journal.rb +42 -15
- data/test/test_Limits.rb +1 -1
- data/test/test_LogicalExpression.rb +1 -1
- data/test/test_MacroTable.rb +8 -3
- data/test/test_Project.rb +1 -1
- data/test/test_ProjectFileScanner.rb +1 -1
- data/test/test_PropertySet.rb +1 -1
- data/test/test_Query.rb +1 -1
- data/test/test_RealFormat.rb +1 -1
- data/test/test_ReportGenerator.rb +1 -1
- data/test/test_RichText.rb +1 -1
- data/test/test_Scheduler.rb +1 -1
- data/test/test_ShiftAssignments.rb +1 -1
- data/test/test_SimpleQueryExpander.rb +1 -1
- data/test/test_Syntax.rb +1 -1
- data/test/test_TextFormatter.rb +1 -1
- data/test/test_TjTime.rb +1 -1
- data/test/test_TjpExample.rb +1 -1
- data/test/test_URLParameter.rb +1 -1
- data/test/test_UTF8String.rb +1 -1
- data/test/test_WorkingHours.rb +1 -1
- data/test/test_deep_copy.rb +1 -1
- metadata +318 -248
- data/test/TestSuite/Syntax/Errors/purge_no_list.tjp +0 -8
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,64 @@
|
|
|
1
|
+
= Release 3.1.0 (2012-01-11)
|
|
2
|
+
|
|
3
|
+
== New Features
|
|
4
|
+
|
|
5
|
+
* Added a new report column 'balance' for account reports.
|
|
6
|
+
* Making the tj3man output more readable with colors.
|
|
7
|
+
* New attribute 'leaveallowance'
|
|
8
|
+
* New report columns to report leaves for report period
|
|
9
|
+
* Replaced 'vacation' with more flexible 'leaves' attribute.
|
|
10
|
+
* Adding colorized terminal output.
|
|
11
|
+
* The <fcol:...> rich text token now supports RGB values.
|
|
12
|
+
* 'headcount' is now also supported for tasks.
|
|
13
|
+
* Adding examples for textreport and attributes to manual.
|
|
14
|
+
* Make TaskJuggler usable as a ToDo list manager.
|
|
15
|
+
* Supported alert levels can now be freely defined.
|
|
16
|
+
* Added new logical function 'isresponsibilityof'.
|
|
17
|
+
* Support '-' argument for 'balance' to clear a set balance.
|
|
18
|
+
* Gantt charts now use normal task bars for rolled-up tasks.
|
|
19
|
+
* Adding support for new account attribute 'credits'.
|
|
20
|
+
* Added a project template to the examples directory.
|
|
21
|
+
* Adding query attribute 'turnover' for account reports.
|
|
22
|
+
* Adopted tasks are now included in the reports.
|
|
23
|
+
* Don't include deprecated keywords in vim syntax file.
|
|
24
|
+
* RichText now also supports colored text.
|
|
25
|
+
* Added error message for no longer supported keywords.
|
|
26
|
+
* Clearly mark deprecated and removed keywords in syntax manual.
|
|
27
|
+
* 'accountreports' are back again.
|
|
28
|
+
|
|
29
|
+
== Bug Fixes
|
|
30
|
+
|
|
31
|
+
* Abort tj3 if error occurs during --freeze operation.
|
|
32
|
+
* Fix vim :make command to not be confused by tj3 output.
|
|
33
|
+
* Make the fraction seperator of the 'numberformat' option work.
|
|
34
|
+
* Prevent years in calendar column headers from being chopped-off.
|
|
35
|
+
* Make tj3man work with Ruby 1.8 again.
|
|
36
|
+
* Fixing a crash on bad syntax in a query for 'resources'.
|
|
37
|
+
* Add gem dependencies to from-git install section in the manual.
|
|
38
|
+
* Prevent crash when reports only have disabled scenarios.
|
|
39
|
+
* Properly report syntax errors with open context at file end.
|
|
40
|
+
* Don't crash when no tasks fit but reports are forced.
|
|
41
|
+
* Colorize alert tags in standalone mode.
|
|
42
|
+
* Make timesheets work with custom yearlyworkinghours.
|
|
43
|
+
* fte and headcount column now have a proper header
|
|
44
|
+
* Don't show any progress information when --silent is set.
|
|
45
|
+
* 'headcount' column now shows proper values.
|
|
46
|
+
* Fix the 'complete' value of container tasks.
|
|
47
|
+
* Don't crash when HTML files cannot be written.
|
|
48
|
+
* Fixed a locking bug in the batch processor.
|
|
49
|
+
* Eliminate duplicate entries in status sheet confirmation.
|
|
50
|
+
* Show correct documentation of alert levels in the manual.
|
|
51
|
+
* Rich text enumerations many have a blank lines in between.
|
|
52
|
+
* Custom alignment, font and cell color now also work in calendar cells.
|
|
53
|
+
* Respect limits for all requested resources of that limit.
|
|
54
|
+
* Properly position the Gantt chart container for very small bars.
|
|
55
|
+
* Clarify the use of 'purge' in the user manual.
|
|
56
|
+
* Don't crash when generating certail iCal reports.
|
|
57
|
+
* Correct syntax of 'export' in reference manual.
|
|
58
|
+
* Allocate now also supports 'shifts' instead of the deprecated 'shift'.
|
|
59
|
+
* Make 'tj3client report' work with additional report files.
|
|
60
|
+
|
|
61
|
+
|
|
1
62
|
= Release 3.0.0 (2011-11-01)
|
|
2
63
|
|
|
3
64
|
== New Features
|
data/README.rdoc
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
= About {TaskJuggler
|
|
1
|
+
= About {TaskJuggler}[http://www.taskjuggler.org]
|
|
2
2
|
|
|
3
3
|
TaskJuggler is a modern and powerful, Free and Open Source Software project
|
|
4
4
|
management tool. Its new approach to project planing and tracking is more
|
|
@@ -33,40 +33,55 @@ sound surprising at first, but this software does not need a graphical user
|
|
|
33
33
|
interface. A command shell, a plain text editor (no word processor!) and a web
|
|
34
34
|
browser is all you need for your work.
|
|
35
35
|
|
|
36
|
-
TaskJuggler has not yet been released as a stable version. The primary
|
|
37
|
-
reason is that we don't want to freeze the syntax before it has been used by a
|
|
38
|
-
larger audience. By now, changes should be small, but we cannot yet rule out
|
|
39
|
-
minor compatibility issues when upgrading to a newer version. We also have a
|
|
40
|
-
fairly small test suite. It's quite possible, that you will run into a bug or
|
|
41
|
-
two. Please report it into our {issue
|
|
42
|
-
tracker}[https://github.com/taskjuggler/TaskJuggler/issues].
|
|
43
|
-
|
|
44
36
|
= Features and Highlights
|
|
45
37
|
|
|
38
|
+
== Basic Properties
|
|
39
|
+
|
|
46
40
|
* Manages tasks, resources and accounts of your project
|
|
41
|
+
* Powerful to-do list management
|
|
42
|
+
* Detailed reference manual
|
|
43
|
+
* Simple installation
|
|
44
|
+
* Runs on all Linux, Unix, Windows, MacOS and several other operating systems
|
|
45
|
+
* Full integration with Vim text editor
|
|
46
|
+
|
|
47
|
+
== Advanced Scheduling
|
|
48
|
+
|
|
47
49
|
* Automatic resource leveling and tasks conflict resolution
|
|
48
|
-
* Comprehensive and flexible reports so you can find the information you need when you need it
|
|
49
|
-
* Project tracking and status reporting with dashboard support
|
|
50
|
-
* Time and status sheet reporting infrastructure
|
|
51
50
|
* Unlimited number of scenarios (baselines) of the same project for what-if analysis
|
|
52
|
-
*
|
|
53
|
-
* Multiple project managers can work on the same project
|
|
54
|
-
* Flexible working hours and vacation handling
|
|
51
|
+
* Flexible working hours and leave management
|
|
55
52
|
* Support for shift working
|
|
56
53
|
* Multiple time zone support
|
|
54
|
+
|
|
55
|
+
== Accounting
|
|
56
|
+
|
|
57
57
|
* Tasks may have initial costs, finishing costs
|
|
58
|
-
* Resources may have
|
|
58
|
+
* Resources may have usage based costs
|
|
59
|
+
* Task and/or resource base cost models
|
|
59
60
|
* Support for profit/loss analysis
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
*
|
|
64
|
-
* Powerful
|
|
61
|
+
|
|
62
|
+
== Reporting
|
|
63
|
+
|
|
64
|
+
* Comprehensive and flexible reports so you can find the information you need when you need it
|
|
65
|
+
* Powerful filtering functions to provide the right amount of detail to the right audience
|
|
66
|
+
* Time and status sheet reporting infrastructure
|
|
67
|
+
* Project tracking and status reporting with dashboard support
|
|
68
|
+
|
|
69
|
+
== Scaling and Enterprise Features
|
|
70
|
+
|
|
71
|
+
* Projects can be combined to larger projects
|
|
65
72
|
* Support for central resource allocation database
|
|
73
|
+
* Manages roles and complex reporting lines
|
|
74
|
+
* Powerful project description language with macro support
|
|
66
75
|
* Scales well on multi-core or multi-CPU systems
|
|
67
|
-
*
|
|
68
|
-
|
|
69
|
-
|
|
76
|
+
* Support for project management teams and revision control systems
|
|
77
|
+
|
|
78
|
+
== Web Publishing and Groupware Functions
|
|
79
|
+
|
|
80
|
+
* HTML reports for web publishing
|
|
81
|
+
* CSV data export for exchange with popular office software
|
|
82
|
+
* iCalendar export for data exchange with calendar and productivity applications
|
|
83
|
+
* Built-in web server for dynamic and interactive reports
|
|
84
|
+
* Server based time sheet system for status and actual work reporting
|
|
70
85
|
|
|
71
86
|
= Installation
|
|
72
87
|
|
|
@@ -78,14 +93,15 @@ To learn more about how to use TaskJuggler please see the {user
|
|
|
78
93
|
manual}[http://www.taskjuggler.org/tj3/manual/index.html]. It also contains a
|
|
79
94
|
{tutorial}[http://www.taskjuggler.org/tj3/manual/Tutorial.html#The_Tutorial_Your_first_Project]
|
|
80
95
|
to get you started. It will tell you how to generate HTML reports
|
|
81
|
-
like
|
|
96
|
+
like
|
|
97
|
+
{these}[http://www.taskjuggler.org/tj3/examples/Tutorial/Overview.html]
|
|
82
98
|
from such a {project
|
|
83
|
-
description}[http://www.taskjuggler.org/tj3/examples/tutorial.tjp].
|
|
99
|
+
description}[http://www.taskjuggler.org/tj3/examples/Tutorial/tutorial.tjp].
|
|
84
100
|
|
|
85
101
|
= Getting Help and reporting Bugs
|
|
86
102
|
|
|
87
103
|
There are several mailing list for TaskJuggler users and developers.
|
|
88
|
-
Please see {this page}[http://www.taskjuggler.org/
|
|
104
|
+
Please see {this page}[http://www.taskjuggler.org/contact.html] for
|
|
89
105
|
details. If you have a question about TaskJuggler usage, the user
|
|
90
106
|
list is the best place to go. Please remain subscribed and help other
|
|
91
107
|
users when you get more proficient in TaskJuggler.
|
data/data/css/tjreport.css
CHANGED
|
@@ -297,6 +297,36 @@ p.tj_journal {
|
|
|
297
297
|
overflow:hidden;
|
|
298
298
|
padding:0px;
|
|
299
299
|
}
|
|
300
|
+
.costaccountcell1 {
|
|
301
|
+
background-color:#fff2eb;
|
|
302
|
+
white-space:nowrap;
|
|
303
|
+
padding:0px;
|
|
304
|
+
}
|
|
305
|
+
.costaccountcell2 {
|
|
306
|
+
background-color:#ebdfd9;
|
|
307
|
+
white-space:nowrap;
|
|
308
|
+
padding:0px;
|
|
309
|
+
}
|
|
310
|
+
.revenueaccountcell1 {
|
|
311
|
+
background-color:#cbffcc;
|
|
312
|
+
white-space:nowrap;
|
|
313
|
+
padding:0px;
|
|
314
|
+
}
|
|
315
|
+
.revenueaccountcell2 {
|
|
316
|
+
background-color:#a6d0a6;
|
|
317
|
+
white-space:nowrap;
|
|
318
|
+
padding:0px;
|
|
319
|
+
}
|
|
320
|
+
.accountcell1 {
|
|
321
|
+
background-color:#ebf2ff;
|
|
322
|
+
white-space:nowrap;
|
|
323
|
+
padding:0px;
|
|
324
|
+
}
|
|
325
|
+
.accountcell2 {
|
|
326
|
+
background-color:#d9dfeb;
|
|
327
|
+
white-space:nowrap;
|
|
328
|
+
padding:0px;
|
|
329
|
+
}
|
|
300
330
|
.taskcell1 {
|
|
301
331
|
background-color:#ebf2ff;
|
|
302
332
|
white-space:nowrap;
|
data/data/tjp.vim
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
" Vim syntax file
|
|
2
2
|
" Language: TaskJuggler
|
|
3
3
|
" Maintainer: TaskJuggler Developers <taskjuggler-devel@googlegroups.com>
|
|
4
|
-
" Last Change:
|
|
4
|
+
" Last Change: 2012-01-11 21:58:17 +0100
|
|
5
5
|
" This file was automatically generated by VimSyntax.rb
|
|
6
6
|
|
|
7
7
|
if exists("b:current_syntax")
|
|
@@ -12,8 +12,8 @@ setlocal softtabstop=2
|
|
|
12
12
|
setlocal cindent shiftwidth=2
|
|
13
13
|
setlocal tabstop=2
|
|
14
14
|
setlocal expandtab
|
|
15
|
-
setlocal cinoptions=g0,t0,+0,(0,c0,C1
|
|
16
|
-
setlocal cinwords=account,allocate,booking,columns,dailymax,dailymin,date,depends,export,extend,icalreport,include,journalentry,limits,maximum,minimum,monthlymax,monthlymin,navigator,newtask,nikureport,precedes,project,
|
|
15
|
+
setlocal cinoptions=g0,t0,+0,(0,c0,C1,n-2
|
|
16
|
+
setlocal cinwords=account,accountreport,allocate,booking,columns,dailymax,dailymin,date,depends,export,extend,icalreport,include,journalentry,limits,maximum,minimum,monthlymax,monthlymin,navigator,newtask,nikureport,precedes,project,reference,resource,resourcereport,richtext,scenario,shift,status,statussheet,statussheetreport,supplement,tagfile,task,taskreport,text,textreport,timesheet,timesheetreport,weeklymax,weeklymin
|
|
17
17
|
setlocal cinkeys=0{,0},!^F,o,O
|
|
18
18
|
setlocal cindent
|
|
19
19
|
|
|
@@ -23,18 +23,16 @@ syn keyword tjp_supplement supplement contained
|
|
|
23
23
|
|
|
24
24
|
syn keyword tjp_account account contained
|
|
25
25
|
hi def link tjp_account Function
|
|
26
|
+
syn keyword tjp_accountreport accountreport contained
|
|
27
|
+
hi def link tjp_accountreport Function
|
|
26
28
|
syn keyword tjp_export export contained
|
|
27
29
|
hi def link tjp_export Function
|
|
28
30
|
syn keyword tjp_nikureport nikureport contained
|
|
29
31
|
hi def link tjp_nikureport Function
|
|
30
|
-
syn keyword tjp_report_resourcereport resourcereport contained
|
|
31
|
-
hi def link tjp_report_resourcereport Function
|
|
32
|
-
syn keyword tjp_report_taskreport taskreport contained
|
|
33
|
-
hi def link tjp_report_taskreport Function
|
|
34
|
-
syn keyword tjp_report_textreport textreport contained
|
|
35
|
-
hi def link tjp_report_textreport Function
|
|
36
32
|
syn keyword tjp_resource resource contained
|
|
37
33
|
hi def link tjp_resource Function
|
|
34
|
+
syn keyword tjp_resourcereport resourcereport contained
|
|
35
|
+
hi def link tjp_resourcereport Function
|
|
38
36
|
syn keyword tjp_scenario scenario contained
|
|
39
37
|
hi def link tjp_scenario Function
|
|
40
38
|
syn keyword tjp_shift shift contained
|
|
@@ -45,26 +43,30 @@ syn keyword tjp_task_statussheet task contained
|
|
|
45
43
|
hi def link tjp_task_statussheet Function
|
|
46
44
|
syn keyword tjp_task task contained
|
|
47
45
|
hi def link tjp_task Function
|
|
46
|
+
syn keyword tjp_taskreport taskreport contained
|
|
47
|
+
hi def link tjp_taskreport Function
|
|
48
|
+
syn keyword tjp_textreport textreport contained
|
|
49
|
+
hi def link tjp_textreport Function
|
|
48
50
|
syn keyword tjp_timesheetreport timesheetreport contained
|
|
49
51
|
hi def link tjp_timesheetreport Function
|
|
50
52
|
|
|
51
|
-
syn keyword
|
|
52
|
-
hi def link
|
|
53
|
+
syn keyword tjp_aggregate aggregate contained
|
|
54
|
+
hi def link tjp_aggregate Type
|
|
55
|
+
syn keyword tjp_credits credits contained
|
|
56
|
+
hi def link tjp_credits Type
|
|
53
57
|
syn keyword tjp_flags_account flags contained
|
|
54
58
|
hi def link tjp_flags_account Type
|
|
55
59
|
syn keyword tjp_allocate allocate contained
|
|
56
60
|
hi def link tjp_allocate Type
|
|
57
61
|
syn keyword tjp_alternative alternative contained
|
|
58
62
|
hi def link tjp_alternative Type
|
|
59
|
-
syn keyword tjp_limits_allocate limits contained
|
|
60
|
-
hi def link tjp_limits_allocate Type
|
|
61
63
|
syn keyword tjp_select select contained
|
|
62
64
|
hi def link tjp_select Type
|
|
63
65
|
syn keyword tjp_persistent persistent contained
|
|
64
66
|
hi def link tjp_persistent Type
|
|
65
67
|
syn keyword tjp_mandatory mandatory contained
|
|
66
68
|
hi def link tjp_mandatory Type
|
|
67
|
-
syn keyword tjp_shifts_allocate
|
|
69
|
+
syn keyword tjp_shifts_allocate shifts contained
|
|
68
70
|
hi def link tjp_shifts_allocate Type
|
|
69
71
|
syn keyword tjp_author author contained
|
|
70
72
|
hi def link tjp_author Type
|
|
@@ -76,6 +78,10 @@ syn keyword tjp_sloppy_booking sloppy contained
|
|
|
76
78
|
hi def link tjp_sloppy_booking Type
|
|
77
79
|
syn keyword tjp_chargeset chargeset contained
|
|
78
80
|
hi def link tjp_chargeset Type
|
|
81
|
+
syn keyword tjp_columnid_annualleave annualleave
|
|
82
|
+
hi def link tjp_columnid_annualleave Type
|
|
83
|
+
syn keyword tjp_columnid_annualleavebalance annualleavebalance
|
|
84
|
+
hi def link tjp_columnid_annualleavebalance Type
|
|
79
85
|
syn keyword tjp_columnid_alert alert
|
|
80
86
|
hi def link tjp_columnid_alert Type
|
|
81
87
|
syn keyword tjp_columnid_alertmessages alertmessages
|
|
@@ -84,6 +90,10 @@ syn keyword tjp_columnid_alertsummaries alertsummaries
|
|
|
84
90
|
hi def link tjp_columnid_alertsummaries Type
|
|
85
91
|
syn keyword tjp_columnid_alerttrend alerttrend
|
|
86
92
|
hi def link tjp_columnid_alerttrend Type
|
|
93
|
+
syn keyword tjp_columnid_balance balance
|
|
94
|
+
hi def link tjp_columnid_balance Type
|
|
95
|
+
syn keyword tjp_columnid_bsi bsi
|
|
96
|
+
hi def link tjp_columnid_bsi Type
|
|
87
97
|
syn keyword tjp_columnid_chart chart
|
|
88
98
|
hi def link tjp_columnid_chart Type
|
|
89
99
|
syn keyword tjp_columnid_complete complete
|
|
@@ -124,6 +134,8 @@ syn keyword tjp_columnid_freework freework
|
|
|
124
134
|
hi def link tjp_columnid_freework Type
|
|
125
135
|
syn keyword tjp_columnid_fte fte
|
|
126
136
|
hi def link tjp_columnid_fte Type
|
|
137
|
+
syn keyword tjp_columnid_gauge gauge
|
|
138
|
+
hi def link tjp_columnid_gauge Type
|
|
127
139
|
syn keyword tjp_columnid_headcount headcount
|
|
128
140
|
hi def link tjp_columnid_headcount Type
|
|
129
141
|
syn keyword tjp_columnid_hierarchindex hierarchindex
|
|
@@ -186,6 +198,10 @@ syn keyword tjp_columnid_scenario scenario
|
|
|
186
198
|
hi def link tjp_columnid_scenario Type
|
|
187
199
|
syn keyword tjp_columnid_seqno seqno
|
|
188
200
|
hi def link tjp_columnid_seqno Type
|
|
201
|
+
syn keyword tjp_columnid_sickleave sickleave
|
|
202
|
+
hi def link tjp_columnid_sickleave Type
|
|
203
|
+
syn keyword tjp_columnid_specialleave specialleave
|
|
204
|
+
hi def link tjp_columnid_specialleave Type
|
|
189
205
|
syn keyword tjp_columnid_start start
|
|
190
206
|
hi def link tjp_columnid_start Type
|
|
191
207
|
syn keyword tjp_columnid_status status
|
|
@@ -194,8 +210,8 @@ syn keyword tjp_columnid_targets targets
|
|
|
194
210
|
hi def link tjp_columnid_targets Type
|
|
195
211
|
syn keyword tjp_columnid_wbs wbs
|
|
196
212
|
hi def link tjp_columnid_wbs Type
|
|
197
|
-
syn keyword
|
|
198
|
-
hi def link
|
|
213
|
+
syn keyword tjp_columnid_unpaidleave unpaidleave
|
|
214
|
+
hi def link tjp_columnid_unpaidleave Type
|
|
199
215
|
syn keyword tjp_columnid_weekly weekly
|
|
200
216
|
hi def link tjp_columnid_weekly Type
|
|
201
217
|
syn keyword tjp_columnid_yearly yearly
|
|
@@ -276,6 +292,8 @@ syn keyword tjp_isongoing isongoing contained
|
|
|
276
292
|
hi def link tjp_isongoing Type
|
|
277
293
|
syn keyword tjp_isresource isresource contained
|
|
278
294
|
hi def link tjp_isresource Type
|
|
295
|
+
syn keyword tjp_isresponsibilityof isresponsibilityof contained
|
|
296
|
+
hi def link tjp_isresponsibilityof Type
|
|
279
297
|
syn keyword tjp_istask istask contained
|
|
280
298
|
hi def link tjp_istask Type
|
|
281
299
|
syn keyword tjp_treelevel treelevel contained
|
|
@@ -288,6 +306,8 @@ syn keyword tjp_halign_right right
|
|
|
288
306
|
hi def link tjp_halign_right Type
|
|
289
307
|
syn keyword tjp_headline headline contained
|
|
290
308
|
hi def link tjp_headline Type
|
|
309
|
+
syn keyword tjp_hideaccount hideaccount contained
|
|
310
|
+
hi def link tjp_hideaccount Type
|
|
291
311
|
syn keyword tjp_hidejournalentry hidejournalentry contained
|
|
292
312
|
hi def link tjp_hidejournalentry Type
|
|
293
313
|
syn keyword tjp_hideresource hideresource contained
|
|
@@ -314,6 +334,10 @@ syn keyword tjp_alert alert contained
|
|
|
314
334
|
hi def link tjp_alert Type
|
|
315
335
|
syn keyword tjp_flags_journalentry flags contained
|
|
316
336
|
hi def link tjp_flags_journalentry Type
|
|
337
|
+
syn keyword tjp_leaveallowance leaveallowances contained
|
|
338
|
+
hi def link tjp_leaveallowance Type
|
|
339
|
+
syn keyword tjp_leaves leaves
|
|
340
|
+
hi def link tjp_leaves Type
|
|
317
341
|
syn keyword tjp_end_limit end contained
|
|
318
342
|
hi def link tjp_end_limit Type
|
|
319
343
|
syn keyword tjp_period_limit period contained
|
|
@@ -346,6 +370,8 @@ syn keyword tjp_timeoff_nikureport timeoff contained
|
|
|
346
370
|
hi def link tjp_timeoff_nikureport Type
|
|
347
371
|
syn keyword tjp_numberformat numberformat contained
|
|
348
372
|
hi def link tjp_numberformat Type
|
|
373
|
+
syn keyword tjp_alertlevels alertlevels contained
|
|
374
|
+
hi def link tjp_alertlevels Type
|
|
349
375
|
syn keyword tjp_currency currency contained
|
|
350
376
|
hi def link tjp_currency Type
|
|
351
377
|
syn keyword tjp_dailyworkinghours dailyworkinghours contained
|
|
@@ -366,10 +392,6 @@ syn keyword tjp_weekstartssunday weekstartssunday contained
|
|
|
366
392
|
hi def link tjp_weekstartssunday Type
|
|
367
393
|
syn keyword tjp_yearlyworkingdays yearlyworkingdays contained
|
|
368
394
|
hi def link tjp_yearlyworkingdays Type
|
|
369
|
-
syn keyword tjp_sloppy_projection sloppy contained
|
|
370
|
-
hi def link tjp_sloppy_projection Type
|
|
371
|
-
syn keyword tjp_strict_projection strict contained
|
|
372
|
-
hi def link tjp_strict_projection Type
|
|
373
395
|
syn keyword tjp_copyright copyright
|
|
374
396
|
hi def link tjp_copyright Type
|
|
375
397
|
syn keyword tjp_flags flags
|
|
@@ -386,6 +408,8 @@ syn keyword tjp_vacation vacation
|
|
|
386
408
|
hi def link tjp_vacation Type
|
|
387
409
|
syn keyword tjp_purge purge contained
|
|
388
410
|
hi def link tjp_purge Type
|
|
411
|
+
syn keyword tjp_accountroot accountroot contained
|
|
412
|
+
hi def link tjp_accountroot Type
|
|
389
413
|
syn keyword tjp_caption caption contained
|
|
390
414
|
hi def link tjp_caption Type
|
|
391
415
|
syn keyword tjp_center center contained
|
|
@@ -444,24 +468,18 @@ syn keyword tjp_managers managers contained
|
|
|
444
468
|
hi def link tjp_managers Type
|
|
445
469
|
syn keyword tjp_rate_resource rate contained
|
|
446
470
|
hi def link tjp_rate_resource Type
|
|
447
|
-
syn keyword tjp_shift_resource shift contained
|
|
448
|
-
hi def link tjp_shift_resource Type
|
|
449
471
|
syn keyword tjp_shifts_resource shifts contained
|
|
450
472
|
hi def link tjp_shifts_resource Type
|
|
451
473
|
syn keyword tjp_vacation_resource vacation contained
|
|
452
474
|
hi def link tjp_vacation_resource Type
|
|
475
|
+
syn keyword tjp_rollupaccount rollupaccount contained
|
|
476
|
+
hi def link tjp_rollupaccount Type
|
|
453
477
|
syn keyword tjp_rollupresource rollupresource contained
|
|
454
478
|
hi def link tjp_rollupresource Type
|
|
455
479
|
syn keyword tjp_rolluptask rolluptask contained
|
|
456
480
|
hi def link tjp_rolluptask Type
|
|
457
481
|
syn keyword tjp_active active contained
|
|
458
482
|
hi def link tjp_active Type
|
|
459
|
-
syn keyword tjp_disabled disabled contained
|
|
460
|
-
hi def link tjp_disabled Type
|
|
461
|
-
syn keyword tjp_enabled enabled contained
|
|
462
|
-
hi def link tjp_enabled Type
|
|
463
|
-
syn keyword tjp_projection projection contained
|
|
464
|
-
hi def link tjp_projection Type
|
|
465
483
|
syn keyword tjp_replace replace contained
|
|
466
484
|
hi def link tjp_replace Type
|
|
467
485
|
syn keyword tjp_timezone_shift timezone contained
|
|
@@ -470,6 +488,8 @@ syn keyword tjp_vacation_shift vacation contained
|
|
|
470
488
|
hi def link tjp_vacation_shift Type
|
|
471
489
|
syn keyword tjp_sortjournalentries sortjournalentries contained
|
|
472
490
|
hi def link tjp_sortjournalentries Type
|
|
491
|
+
syn keyword tjp_sortaccounts sortaccounts contained
|
|
492
|
+
hi def link tjp_sortaccounts Type
|
|
473
493
|
syn keyword tjp_sortresources sortresources contained
|
|
474
494
|
hi def link tjp_sortresources Type
|
|
475
495
|
syn keyword tjp_sorttasks sorttasks contained
|
|
@@ -498,8 +518,6 @@ syn keyword tjp_onstart onstart contained
|
|
|
498
518
|
hi def link tjp_onstart Type
|
|
499
519
|
syn keyword tjp_period_task period contained
|
|
500
520
|
hi def link tjp_period_task Type
|
|
501
|
-
syn keyword tjp_account_task account contained
|
|
502
|
-
hi def link tjp_account_task Type
|
|
503
521
|
syn keyword tjp_booking_task booking contained
|
|
504
522
|
hi def link tjp_booking_task Type
|
|
505
523
|
syn keyword tjp_charge charge contained
|
|
@@ -514,8 +532,6 @@ syn keyword tjp_effort effort contained
|
|
|
514
532
|
hi def link tjp_effort Type
|
|
515
533
|
syn keyword tjp_end end contained
|
|
516
534
|
hi def link tjp_end Type
|
|
517
|
-
syn keyword tjp_endcredit endcredit contained
|
|
518
|
-
hi def link tjp_endcredit Type
|
|
519
535
|
syn keyword tjp_flags_task flags contained
|
|
520
536
|
hi def link tjp_flags_task Type
|
|
521
537
|
syn keyword tjp_length length contained
|
|
@@ -532,8 +548,6 @@ syn keyword tjp_minend minend contained
|
|
|
532
548
|
hi def link tjp_minend Type
|
|
533
549
|
syn keyword tjp_minstart minstart contained
|
|
534
550
|
hi def link tjp_minstart Type
|
|
535
|
-
syn keyword tjp_startcredit startcredit contained
|
|
536
|
-
hi def link tjp_startcredit Type
|
|
537
551
|
syn keyword tjp_precedes precedes contained
|
|
538
552
|
hi def link tjp_precedes Type
|
|
539
553
|
syn keyword tjp_priority priority contained
|
|
@@ -546,8 +560,6 @@ syn keyword tjp_scheduled scheduled contained
|
|
|
546
560
|
hi def link tjp_scheduled Type
|
|
547
561
|
syn keyword tjp_scheduling scheduling contained
|
|
548
562
|
hi def link tjp_scheduling Type
|
|
549
|
-
syn keyword tjp_shift_task shift contained
|
|
550
|
-
hi def link tjp_shift_task Type
|
|
551
563
|
syn keyword tjp_shifts_task shifts contained
|
|
552
564
|
hi def link tjp_shifts_task Type
|
|
553
565
|
syn keyword tjp_start start contained
|
|
@@ -594,61 +606,60 @@ syn match tjpdate /\s\d\{4}-\d\{1,2}-\d\{1,2}\(-\d\{1,2}:\d\{1,2}\(:\d\{1,2}\)\?
|
|
|
594
606
|
syn match tjptime /\s\d\{1,2}:\d\d\(:\d\d\)\?/
|
|
595
607
|
|
|
596
608
|
syn cluster tjpcommon contains=tjpcomment,tjpdate,tjptime,tjpstring,tjpnumber
|
|
597
|
-
syn region tjpblk_account start=/^\s*account\s.*{
|
|
598
|
-
syn region
|
|
599
|
-
syn region
|
|
600
|
-
syn region tjpblk_export start=/^\s*export\s.*{
|
|
601
|
-
syn region tjpblk_date_extend start=/^\s*date\s.*{
|
|
602
|
-
syn region tjpblk_reference_extend start=/^\s*reference\s.*{
|
|
603
|
-
syn region tjpblk_richtext_extend start=/^\s*richtext\s.*{
|
|
604
|
-
syn region tjpblk_text_extend start=/^\s*text\s.*{
|
|
605
|
-
syn region tjpblk_icalreport start=/^\s*icalreport\s.*{
|
|
606
|
-
syn region tjpblk_journalentry start=/^\s*journalentry\s.*{
|
|
607
|
-
syn region tjpblk_dailymax start=/^\s*dailymax\s.*{
|
|
608
|
-
syn region tjpblk_dailymin start=/^\s*dailymin\s.*{
|
|
609
|
-
syn region tjpblk_maximum start=/^\s*maximum\s.*{
|
|
610
|
-
syn region tjpblk_minimum start=/^\s*minimum\s.*{
|
|
611
|
-
syn region tjpblk_monthlymax start=/^\s*monthlymax\s.*{
|
|
612
|
-
syn region tjpblk_monthlymin start=/^\s*monthlymin\s.*{
|
|
613
|
-
syn region tjpblk_weeklymax start=/^\s*weeklymax\s.*{
|
|
614
|
-
syn region tjpblk_weeklymin start=/^\s*weeklymin\s.*{
|
|
615
|
-
syn region tjpblk_navigator start=/^\s*navigator\s.*{
|
|
616
|
-
syn region tjpblk_nikureport start=/^\s*nikureport\s.*{
|
|
617
|
-
syn region tjpblk_extend start=/^\s*extend\s.*{
|
|
618
|
-
syn region tjpblk_project start=/^\s*project\s.*{
|
|
619
|
-
syn region tjpblk_limits start=/^\s*limits\s.*{
|
|
620
|
-
syn region tjpblk_include_properties start=/^\s*include\s.*{
|
|
621
|
-
syn region
|
|
622
|
-
syn region
|
|
623
|
-
syn region
|
|
624
|
-
syn region
|
|
625
|
-
syn region
|
|
626
|
-
syn region
|
|
627
|
-
syn region
|
|
628
|
-
syn region
|
|
629
|
-
syn region
|
|
630
|
-
syn region
|
|
631
|
-
syn region
|
|
632
|
-
syn region
|
|
633
|
-
syn region
|
|
634
|
-
syn region
|
|
635
|
-
syn region
|
|
636
|
-
syn region
|
|
637
|
-
syn region
|
|
638
|
-
syn region
|
|
639
|
-
syn region
|
|
640
|
-
syn region
|
|
641
|
-
syn region
|
|
642
|
-
syn region
|
|
643
|
-
syn region
|
|
644
|
-
syn region
|
|
645
|
-
syn region
|
|
646
|
-
syn region
|
|
647
|
-
syn region tjpblk_status_timesheet start=/^\s*status\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_status_timesheet,tjp_details,tjp_flags_timesheet,tjp_summary contained
|
|
609
|
+
syn region tjpblk_account start=/^\s*account\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_account,tjp_account,tjpblk_account,tjp_aggregate,tjp_credits,tjp_flags_account
|
|
610
|
+
syn region tjpblk_accountreport start=/^\s*accountreport\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_accountreport,tjp_accountroot,tjp_balance,tjp_caption,tjp_center,tjp_columns,tjpblk_columns,tjp_currencyformat,tjp_end_report,tjp_epilog,tjp_flags_report,tjp_footer,tjp_formats,tjp_header,tjp_headline,tjp_hidejournalentry,tjp_hideaccount,tjp_hideresource,tjp_hidetask,tjp_journalattributes,tjp_journalmode,tjp_left,tjp_loadunit,tjp_numberformat,tjp_opennodes,tjp_period_report,tjp_prolog,tjp_purge,tjp_accountreport,tjpblk_accountreport,tjp_resourcereport,tjpblk_resourcereport,tjp_taskreport,tjpblk_taskreport,tjp_textreport,tjpblk_textreport,tjp_right,tjp_rollupaccount,tjp_rollupresource,tjp_rolluptask,tjp_scenarios,tjp_selfcontained,tjp_sortaccounts,tjp_sortjournalentries,tjp_sortresources,tjp_sorttasks,tjp_start_report,tjp_resourceroot,tjp_taskroot,tjp_timeformat,tjp_timezone_report,tjp_title
|
|
611
|
+
syn region tjpblk_allocate start=/^\s*allocate\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_allocate,tjp_alternative,tjp_select,tjp_persistent,tjp_mandatory,tjp_shifts_allocate contained
|
|
612
|
+
syn region tjpblk_export start=/^\s*export\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_export,tjp_definitions,tjp_hideresource,tjp_hidetask,tjp_end_report,tjp_period_report,tjp_start_report,tjp_resourceattributes,tjp_rollupresource,tjp_rolluptask,tjp_scenarios_export,tjp_taskattributes,tjp_timezone_export
|
|
613
|
+
syn region tjpblk_date_extend start=/^\s*date\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_date_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
|
|
614
|
+
syn region tjpblk_reference_extend start=/^\s*reference\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_reference_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
|
|
615
|
+
syn region tjpblk_richtext_extend start=/^\s*richtext\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_richtext_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
|
|
616
|
+
syn region tjpblk_text_extend start=/^\s*text\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_text_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
|
|
617
|
+
syn region tjpblk_icalreport start=/^\s*icalreport\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_icalreport,tjp_hideresource,tjp_hidejournalentry,tjp_hidetask,tjp_end_report,tjp_period_report,tjp_start_report,tjp_rollupresource,tjp_rolluptask,tjp_scenario_ical
|
|
618
|
+
syn region tjpblk_journalentry start=/^\s*journalentry\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_journalentry,tjp_alert,tjp_author,tjp_flags_journalentry,tjp_summary,tjp_details contained
|
|
619
|
+
syn region tjpblk_dailymax start=/^\s*dailymax\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_dailymax,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
|
|
620
|
+
syn region tjpblk_dailymin start=/^\s*dailymin\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_dailymin,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
|
|
621
|
+
syn region tjpblk_maximum start=/^\s*maximum\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_maximum,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
|
|
622
|
+
syn region tjpblk_minimum start=/^\s*minimum\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_minimum,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
|
|
623
|
+
syn region tjpblk_monthlymax start=/^\s*monthlymax\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_monthlymax,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
|
|
624
|
+
syn region tjpblk_monthlymin start=/^\s*monthlymin\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_monthlymin,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
|
|
625
|
+
syn region tjpblk_weeklymax start=/^\s*weeklymax\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_weeklymax,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
|
|
626
|
+
syn region tjpblk_weeklymin start=/^\s*weeklymin\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_weeklymin,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
|
|
627
|
+
syn region tjpblk_navigator start=/^\s*navigator\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_navigator,tjp_hidereport
|
|
628
|
+
syn region tjpblk_nikureport start=/^\s*nikureport\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_nikureport,tjp_formats,tjp_headline,tjp_hideresource,tjp_hidetask,tjp_numberformat,tjp_end_report,tjp_period_report,tjp_start_report,tjp_title,tjp_timeoff_nikureport
|
|
629
|
+
syn region tjpblk_extend start=/^\s*extend\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_extend,tjp_date_extend,tjpblk_date_extend,tjp_reference_extend,tjpblk_reference_extend,tjp_richtext_extend,tjpblk_richtext_extend,tjp_text_extend,tjpblk_text_extend contained
|
|
630
|
+
syn region tjpblk_project start=/^\s*project\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_project,tjp_alertlevels,tjp_currencyformat,tjp_currency,tjp_dailyworkinghours,tjp_extend,tjpblk_extend,tjp_include_project,tjp_journalentry,tjpblk_journalentry,tjp_now,tjp_numberformat,tjp_scenario,tjpblk_scenario,tjp_shorttimeformat,tjp_timeformat,tjp_timezone,tjp_timingresolution,tjp_trackingscenario,tjp_weekstartsmonday,tjp_weekstartssunday,tjp_workinghours_project,tjp_yearlyworkingdays
|
|
631
|
+
syn region tjpblk_limits start=/^\s*limits\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_limits,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin
|
|
632
|
+
syn region tjpblk_include_properties start=/^\s*include\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_include_properties,tjp_accountprefix,tjp_reportprefix,tjp_resourceprefix,tjp_taskprefix
|
|
633
|
+
syn region tjpblk_columns start=/^\s*columns\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_columns,tjp_celltext_column,tjp_cellcolor_column,tjp_end_column,tjp_fontcolor_column,tjp_halign_column,tjp_listitem_column,tjp_listtype_column,tjp_period_column,tjp_scale_column,tjp_start_column,tjp_title_column,tjp_tooltip_column,tjp_width_column contained
|
|
634
|
+
syn region tjpblk_resource start=/^\s*resource\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_resource,tjp_email,tjp_journalentry,tjpblk_journalentry,tjp_purge,tjp_resource,tjpblk_resource,tjp_chargeset,tjp_efficiency,tjp_flags_resource,tjp_booking_resource,tjpblk_booking_resource,tjp_fail,tjp_leaveallowance,tjp_leaves,tjp_limits_resource,tjpblk_limits_resource,tjp_managers,tjp_rate_resource,tjp_shifts_resource,tjp_vacation_resource,tjp_warn,tjp_workinghours_resource,tjp_supplement_resource,tjpblk_supplement_resource
|
|
635
|
+
syn region tjpblk_supplement_resource start=/^\s*supplement resource\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_supplement_resource,tjp_email,tjp_journalentry,tjpblk_journalentry,tjp_purge,tjp_resource,tjpblk_resource,tjp_chargeset,tjp_efficiency,tjp_flags_resource,tjp_booking_resource,tjpblk_booking_resource,tjp_fail,tjp_leaveallowance,tjp_leaves,tjp_limits_resource,tjpblk_limits_resource,tjp_managers,tjp_rate_resource,tjp_shifts_resource,tjp_vacation_resource,tjp_warn,tjp_workinghours_resource,tjp_supplement_resource,tjpblk_supplement_resource,tjp_supplement contained
|
|
636
|
+
syn region tjpblk_resourcereport start=/^\s*resourcereport\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_resourcereport,tjp_accountroot,tjp_balance,tjp_caption,tjp_center,tjp_columns,tjpblk_columns,tjp_currencyformat,tjp_end_report,tjp_epilog,tjp_flags_report,tjp_footer,tjp_formats,tjp_header,tjp_headline,tjp_hidejournalentry,tjp_hideaccount,tjp_hideresource,tjp_hidetask,tjp_journalattributes,tjp_journalmode,tjp_left,tjp_loadunit,tjp_numberformat,tjp_opennodes,tjp_period_report,tjp_prolog,tjp_purge,tjp_accountreport,tjpblk_accountreport,tjp_resourcereport,tjpblk_resourcereport,tjp_taskreport,tjpblk_taskreport,tjp_textreport,tjpblk_textreport,tjp_right,tjp_rollupaccount,tjp_rollupresource,tjp_rolluptask,tjp_scenarios,tjp_selfcontained,tjp_sortaccounts,tjp_sortjournalentries,tjp_sortresources,tjp_sorttasks,tjp_start_report,tjp_resourceroot,tjp_taskroot,tjp_timeformat,tjp_timezone_report,tjp_title
|
|
637
|
+
syn region tjpblk_booking_resource start=/^\s*booking\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_booking_resource,tjp_overtime_booking,tjp_sloppy_booking contained
|
|
638
|
+
syn region tjpblk_limits_resource start=/^\s*limits\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_limits_resource,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin contained
|
|
639
|
+
syn region tjpblk_scenario start=/^\s*scenario\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_scenario,tjp_active,tjp_scenario,tjpblk_scenario contained
|
|
640
|
+
syn region tjpblk_shift start=/^\s*shift\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_shift,tjp_shift,tjpblk_shift,tjp_leaves,tjp_replace,tjp_timezone_shift,tjp_vacation_shift,tjp_workinghours_shift
|
|
641
|
+
syn region tjpblk_status_statussheet start=/^\s*status\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_status_statussheet,tjp_author,tjp_details,tjp_flags_statussheet,tjp_summary contained
|
|
642
|
+
syn region tjpblk_statussheet start=/^\s*statussheet\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_statussheet,tjp_task_statussheet,tjpblk_task_statussheet
|
|
643
|
+
syn region tjpblk_statussheetreport start=/^\s*statussheetreport\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_statussheetreport,tjp_hideresource,tjp_hidetask,tjp_end_report,tjp_period_report,tjp_start_report,tjp_sortresources,tjp_sorttasks
|
|
644
|
+
syn region tjpblk_task_statussheet start=/^\s*task\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_task_statussheet,tjp_status_statussheet,tjpblk_status_statussheet,tjp_task_statussheet,tjpblk_task_statussheet contained
|
|
645
|
+
syn region tjpblk_tagfile start=/^\s*tagfile\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_tagfile,tjp_hideresource,tjp_hidetask,tjp_rollupresource,tjp_rolluptask
|
|
646
|
+
syn region tjpblk_task start=/^\s*task\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_task,tjp_adopt_task,tjp_journalentry,tjpblk_journalentry,tjp_note_task,tjp_purge,tjp_supplement_task,tjpblk_supplement_task,tjp_task,tjpblk_task,tjp_allocate,tjpblk_allocate,tjp_booking_task,tjpblk_booking_task,tjp_charge,tjp_chargeset,tjp_complete,tjp_depends,tjpblk_depends,tjp_duration,tjp_effort,tjp_end,tjp_flags_task,tjp_fail,tjp_length,tjp_limits_task,tjpblk_limits_task,tjp_maxend,tjp_maxstart,tjp_milestone,tjp_minend,tjp_minstart,tjp_period_task,tjp_precedes,tjpblk_precedes,tjp_priority,tjp_projectid_task,tjp_responsible,tjp_scheduled,tjp_scheduling,tjp_shifts_task,tjp_start,tjp_warn
|
|
647
|
+
syn region tjpblk_supplement_task start=/^\s*supplement task\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_supplement_task,tjp_adopt_task,tjp_journalentry,tjpblk_journalentry,tjp_note_task,tjp_purge,tjp_supplement_task,tjpblk_supplement_task,tjp_task,tjpblk_task,tjp_allocate,tjpblk_allocate,tjp_booking_task,tjpblk_booking_task,tjp_charge,tjp_chargeset,tjp_complete,tjp_depends,tjpblk_depends,tjp_duration,tjp_effort,tjp_end,tjp_flags_task,tjp_fail,tjp_length,tjp_limits_task,tjpblk_limits_task,tjp_maxend,tjp_maxstart,tjp_milestone,tjp_minend,tjp_minstart,tjp_period_task,tjp_precedes,tjpblk_precedes,tjp_priority,tjp_projectid_task,tjp_responsible,tjp_scheduled,tjp_scheduling,tjp_shifts_task,tjp_start,tjp_warn,tjp_supplement contained
|
|
648
|
+
syn region tjpblk_taskreport start=/^\s*taskreport\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_taskreport,tjp_accountroot,tjp_balance,tjp_caption,tjp_center,tjp_columns,tjpblk_columns,tjp_currencyformat,tjp_end_report,tjp_epilog,tjp_flags_report,tjp_footer,tjp_formats,tjp_header,tjp_headline,tjp_hidejournalentry,tjp_hideaccount,tjp_hideresource,tjp_hidetask,tjp_journalattributes,tjp_journalmode,tjp_left,tjp_loadunit,tjp_numberformat,tjp_opennodes,tjp_period_report,tjp_prolog,tjp_purge,tjp_accountreport,tjpblk_accountreport,tjp_resourcereport,tjpblk_resourcereport,tjp_taskreport,tjpblk_taskreport,tjp_textreport,tjpblk_textreport,tjp_right,tjp_rollupaccount,tjp_rollupresource,tjp_rolluptask,tjp_scenarios,tjp_selfcontained,tjp_sortaccounts,tjp_sortjournalentries,tjp_sortresources,tjp_sorttasks,tjp_start_report,tjp_resourceroot,tjp_taskroot,tjp_timeformat,tjp_timezone_report,tjp_title
|
|
649
|
+
syn region tjpblk_booking_task start=/^\s*booking\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_booking_task,tjp_overtime_booking,tjp_sloppy_booking contained
|
|
650
|
+
syn region tjpblk_depends start=/^\s*depends\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_depends,tjp_gapduration,tjp_gaplength,tjp_onend,tjp_onstart contained
|
|
651
|
+
syn region tjpblk_limits_task start=/^\s*limits\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_limits_task,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin contained
|
|
652
|
+
syn region tjpblk_precedes start=/^\s*precedes\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_precedes,tjp_gapduration,tjp_gaplength,tjp_onend,tjp_onstart contained
|
|
653
|
+
syn region tjpblk_textreport start=/^\s*textreport\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_textreport,tjp_accountroot,tjp_balance,tjp_caption,tjp_center,tjp_columns,tjpblk_columns,tjp_currencyformat,tjp_end_report,tjp_epilog,tjp_flags_report,tjp_footer,tjp_formats,tjp_header,tjp_headline,tjp_hidejournalentry,tjp_hideaccount,tjp_hideresource,tjp_hidetask,tjp_journalattributes,tjp_journalmode,tjp_left,tjp_loadunit,tjp_numberformat,tjp_opennodes,tjp_period_report,tjp_prolog,tjp_purge,tjp_accountreport,tjpblk_accountreport,tjp_resourcereport,tjpblk_resourcereport,tjp_taskreport,tjpblk_taskreport,tjp_textreport,tjpblk_textreport,tjp_right,tjp_rollupaccount,tjp_rollupresource,tjp_rolluptask,tjp_scenarios,tjp_selfcontained,tjp_sortaccounts,tjp_sortjournalentries,tjp_sortresources,tjp_sorttasks,tjp_start_report,tjp_resourceroot,tjp_taskroot,tjp_timeformat,tjp_timezone_report,tjp_title
|
|
654
|
+
syn region tjpblk_timesheet start=/^\s*timesheet\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_timesheet,tjp_newtask,tjpblk_newtask,tjp_shift_timesheet,tjp_status_timesheet,tjpblk_status_timesheet,tjp_task_timesheet,tjpblk_task_timesheet
|
|
655
|
+
syn region tjpblk_newtask start=/^\s*newtask\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_newtask,tjp_end_timesheet,tjp_priority_timesheet,tjp_remaining,tjp_status_timesheet,tjpblk_status_timesheet,tjp_work contained
|
|
656
|
+
syn region tjpblk_task_timesheet start=/^\s*task\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_task_timesheet,tjp_end_timesheet,tjp_priority_timesheet,tjp_remaining,tjp_status_timesheet,tjpblk_status_timesheet,tjp_work contained
|
|
657
|
+
syn region tjpblk_timesheetreport start=/^\s*timesheetreport\s.*{\s*$/ end=/^\s*}\s*$/ transparent fold contains=@tjpcommon,tjp_timesheetreport,tjp_hideresource,tjp_end_report,tjp_period_report,tjp_start_report
|
|
658
|
+
syn region tjpblk_status_timesheet start=/^\s*status\s.*{\s*$/ end=/^\s*}\s*$/ transparent contains=@tjpcommon,tjp_status_timesheet,tjp_details,tjp_flags_timesheet,tjp_summary contained
|
|
648
659
|
syn region tjpblk_macro start=/macro\s\+\h\w*\s*\[/ end=/\]$/ transparent fold contains=ALL
|
|
649
660
|
syn region tjpstring start=/"/ skip=/\\"/ end=/"/
|
|
650
661
|
syn region tjpstring start=/'/ skip=/\\'/ end=/'/
|
|
651
|
-
syn region tjpstring start=/\s-8<-$/ end=/^\s*->8-/
|
|
662
|
+
syn region tjpstring start=/\s-8<-$/ end=/^\s*->8-/ fold
|
|
652
663
|
syn region tjpmlcomment start=+/\*+ end=+\*/+
|
|
653
664
|
|
|
654
665
|
syn sync fromstart
|
|
@@ -672,7 +683,7 @@ let b:current_syntax = "tjp"
|
|
|
672
683
|
|
|
673
684
|
" Support running tj3 from within vim. Just type ':make your_project.tjp' to
|
|
674
685
|
" activate it.
|
|
675
|
-
set makeprg=tj3
|
|
686
|
+
set makeprg=tj3\ --silent
|
|
676
687
|
|
|
677
688
|
" Support browsing the man page by typing Shift-k while having the cursor over
|
|
678
689
|
" any syntax keyword
|