taskjuggler 0.0.2 → 0.0.3
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/Rakefile +1 -0
- data/benchmarks/depends.tjp +2 -1
- data/benchmarks/htmltaskreport.tjp +2 -1
- data/doc/classes/AppConfig.html +124 -120
- data/doc/classes/Arguments.html +10 -6
- data/doc/classes/Object.html +229 -0
- data/doc/classes/String.html +35 -31
- data/doc/classes/TaskJuggler/Account.html +18 -18
- data/doc/classes/TaskJuggler/AccountAttribute.html +261 -0
- data/doc/classes/TaskJuggler/AccountScenario.html +12 -12
- data/doc/classes/TaskJuggler/Allocation.html +34 -30
- data/doc/classes/TaskJuggler/AllocationAttribute.html +70 -70
- data/doc/classes/TaskJuggler/AttributeBase.html +131 -147
- data/doc/classes/TaskJuggler/AttributeDefinition.html +38 -21
- data/doc/classes/TaskJuggler/BatchProcessor.html +313 -0
- data/doc/classes/TaskJuggler/Booking.html +22 -18
- data/doc/classes/TaskJuggler/BookingListAttribute.html +42 -42
- data/doc/classes/TaskJuggler/BooleanAttribute.html +40 -40
- data/doc/classes/TaskJuggler/CSVFile.html +28 -24
- data/doc/classes/TaskJuggler/Charge.html +22 -18
- data/doc/classes/TaskJuggler/ChargeListAttribute.html +30 -30
- data/doc/classes/TaskJuggler/ChargeSet.html +41 -37
- data/doc/classes/TaskJuggler/ChargeSetListAttribute.html +46 -46
- data/doc/classes/TaskJuggler/ColumnListAttribute.html +231 -0
- data/doc/classes/TaskJuggler/ColumnTable.html +23 -21
- data/doc/classes/TaskJuggler/DateAttribute.html +20 -20
- data/doc/classes/TaskJuggler/DefinitionListAttribute.html +162 -0
- data/doc/classes/TaskJuggler/DependencyListAttribute.html +46 -46
- data/doc/classes/TaskJuggler/DurationAttribute.html +30 -30
- data/doc/classes/TaskJuggler/FixnumAttribute.html +20 -20
- data/doc/classes/TaskJuggler/FlagListAttribute.html +42 -42
- data/doc/classes/TaskJuggler/FloatAttribute.html +30 -30
- data/doc/classes/TaskJuggler/FormatListAttribute.html +197 -0
- data/doc/classes/TaskJuggler/GanttChart.html +236 -207
- data/doc/classes/TaskJuggler/GanttContainer.html +46 -42
- data/doc/classes/TaskJuggler/GanttHeader.html +16 -12
- data/doc/classes/TaskJuggler/GanttHeaderScaleItem.html +16 -12
- data/doc/classes/TaskJuggler/GanttLine.html +28 -24
- data/doc/classes/TaskJuggler/GanttLoadStack.html +22 -18
- data/doc/classes/TaskJuggler/GanttMilestone.html +46 -42
- data/doc/classes/TaskJuggler/GanttRouter.html +104 -98
- data/doc/classes/TaskJuggler/GanttTaskBar.html +46 -42
- data/doc/classes/TaskJuggler/HTMLDocument.html +12 -12
- data/doc/classes/TaskJuggler/HTMLGraphics.html +12 -12
- data/doc/classes/TaskJuggler/Interval.html +126 -120
- data/doc/classes/TaskJuggler/IntervalListAttribute.html +46 -46
- data/doc/classes/TaskJuggler/JobInfo.html +284 -0
- data/doc/classes/TaskJuggler/Journal.html +197 -0
- data/doc/classes/TaskJuggler/JournalEntry.html +218 -0
- data/doc/classes/TaskJuggler/KeywordArray.html +179 -0
- data/doc/classes/TaskJuggler/KeywordDocumentation.html +445 -396
- data/doc/classes/TaskJuggler/Limits/Limit.html +34 -30
- data/doc/classes/TaskJuggler/Limits.html +68 -62
- data/doc/classes/TaskJuggler/LimitsAttribute.html +40 -40
- data/doc/classes/TaskJuggler/ListAttributeBase.html +207 -0
- data/doc/classes/TaskJuggler/Log.html +72 -68
- data/doc/classes/TaskJuggler/LogicalAttribute.html +38 -34
- data/doc/classes/TaskJuggler/LogicalExpression.html +16 -12
- data/doc/classes/TaskJuggler/LogicalExpressionAttribute.html +194 -0
- data/doc/classes/TaskJuggler/LogicalFlag.html +32 -32
- data/doc/classes/TaskJuggler/LogicalFunction.html +28 -24
- data/doc/classes/TaskJuggler/LogicalOperation.html +17 -13
- data/doc/classes/TaskJuggler/Macro.html +10 -6
- data/doc/classes/TaskJuggler/MacroParser.html +36 -36
- data/doc/classes/TaskJuggler/MacroTable.html +40 -36
- data/doc/classes/TaskJuggler/Message.html +16 -12
- data/doc/classes/TaskJuggler/MessageHandler.html +16 -12
- data/doc/classes/TaskJuggler/Navigator.html +249 -0
- data/doc/classes/TaskJuggler/OnShiftCache.html +316 -0
- data/doc/classes/TaskJuggler/Project.html +1064 -678
- data/doc/classes/TaskJuggler/ProjectFileParser.html +90 -85
- data/doc/classes/TaskJuggler/PropertyAttribute.html +194 -0
- data/doc/classes/TaskJuggler/PropertyList.html +114 -113
- data/doc/classes/TaskJuggler/PropertySet.html +355 -312
- data/doc/classes/TaskJuggler/PropertyTreeNode.html +527 -474
- data/doc/classes/TaskJuggler/Query.html +90 -85
- data/doc/classes/TaskJuggler/RTPNavigator.html +292 -0
- data/doc/classes/TaskJuggler/RTPReport.html +301 -0
- data/doc/classes/TaskJuggler/RealFormat.html +114 -57
- data/doc/classes/TaskJuggler/RealFormatAttribute.html +162 -0
- data/doc/classes/TaskJuggler/ReferenceAttribute.html +87 -20
- data/doc/classes/TaskJuggler/Report.html +82 -291
- data/doc/classes/TaskJuggler/ReportBase.html +448 -0
- data/doc/classes/TaskJuggler/ReportContext.html +243 -0
- data/doc/classes/TaskJuggler/ReportTable.html +158 -129
- data/doc/classes/TaskJuggler/ReportTableCell.html +30 -26
- data/doc/classes/TaskJuggler/ReportTableColumn.html +29 -25
- data/doc/classes/TaskJuggler/ReportTableLegend.html +28 -24
- data/doc/classes/TaskJuggler/ReportTableLine.html +34 -30
- data/doc/classes/TaskJuggler/Resource.html +12 -12
- data/doc/classes/TaskJuggler/ResourceListAttribute.html +46 -46
- data/doc/classes/TaskJuggler/ResourceListRE.html +49 -57
- data/doc/classes/TaskJuggler/ResourceScenario.html +126 -126
- data/doc/classes/TaskJuggler/RichText.html +52 -48
- data/doc/classes/TaskJuggler/RichTextAttribute.html +30 -30
- data/doc/classes/TaskJuggler/RichTextDocument.html +41 -37
- data/doc/classes/TaskJuggler/RichTextElement.html +274 -264
- data/doc/classes/TaskJuggler/RichTextException.html +13 -13
- data/doc/classes/TaskJuggler/RichTextParser.html +48 -47
- data/doc/classes/TaskJuggler/RichTextProtocolExample.html +52 -55
- data/doc/classes/TaskJuggler/RichTextProtocolHandler.html +55 -10
- data/doc/classes/TaskJuggler/RichTextScanner.html +106 -245
- data/doc/classes/TaskJuggler/RichTextSnip.html +28 -24
- data/doc/classes/TaskJuggler/RichTextSyntaxRules.html +381 -301
- data/doc/classes/TaskJuggler/Scenario.html +6 -6
- data/doc/classes/TaskJuggler/ScenarioData.html +40 -36
- data/doc/classes/TaskJuggler/ScenarioListAttribute.html +229 -0
- data/doc/classes/TaskJuggler/Scoreboard.html +70 -66
- data/doc/classes/TaskJuggler/Shift.html +18 -18
- data/doc/classes/TaskJuggler/ShiftAssignment.html +58 -54
- data/doc/classes/TaskJuggler/ShiftAssignments.html +82 -78
- data/doc/classes/TaskJuggler/ShiftAssignmentsAttribute.html +40 -40
- data/doc/classes/TaskJuggler/ShiftScenario.html +24 -24
- data/doc/classes/TaskJuggler/SortListAttribute.html +196 -0
- data/doc/classes/TaskJuggler/SourceFileInfo.html +16 -12
- data/doc/classes/TaskJuggler/StringAttribute.html +30 -30
- data/doc/classes/TaskJuggler/SymbolAttribute.html +20 -20
- data/doc/classes/TaskJuggler/SyntaxReference.html +46 -42
- data/doc/classes/TaskJuggler/TOCEntry.html +16 -12
- data/doc/classes/TaskJuggler/TableColumnDefinition.html +48 -33
- data/doc/classes/TaskJuggler/TableOfContents.html +22 -18
- data/doc/classes/TaskJuggler/TableReport.html +1036 -0
- data/doc/classes/TaskJuggler/Task.html +12 -12
- data/doc/classes/TaskJuggler/TaskDependency.html +16 -12
- data/doc/classes/TaskJuggler/TaskListAttribute.html +46 -46
- data/doc/classes/TaskJuggler/TaskListRE.html +49 -58
- data/doc/classes/TaskJuggler/TaskScenario.html +1270 -1180
- data/doc/classes/TaskJuggler/TextParser/Pattern.html +100 -96
- data/doc/classes/TaskJuggler/TextParser/Rule.html +88 -84
- data/doc/classes/TaskJuggler/TextParser/StackElement.html +16 -12
- data/doc/classes/TaskJuggler/TextParser/TextParserResultArray.html +12 -12
- data/doc/classes/TaskJuggler/TextParser/TokenDoc.html +10 -6
- data/doc/classes/TaskJuggler/TextParser.html +203 -140
- data/doc/classes/TaskJuggler/TextReport.html +364 -0
- data/doc/classes/TaskJuggler/TextScanner/BufferStreamHandle.html +70 -70
- data/doc/classes/TaskJuggler/TextScanner/FileStreamHandle.html +50 -42
- data/doc/classes/TaskJuggler/TextScanner/StreamHandle.html +16 -12
- data/doc/classes/TaskJuggler/TextScanner.html +334 -240
- data/doc/classes/TaskJuggler/TjException.html +6 -6
- data/doc/classes/TaskJuggler/TjTime.html +547 -497
- data/doc/classes/TaskJuggler/TjpExample.html +29 -25
- data/doc/classes/TaskJuggler/TjpExportRE.html +77 -97
- data/doc/classes/TaskJuggler/TjpSyntaxRules.html +3911 -3886
- data/doc/classes/TaskJuggler/UserManual.html +54 -54
- data/doc/classes/TaskJuggler/WorkingHours.html +53 -49
- data/doc/classes/TaskJuggler/WorkingHoursAttribute.html +53 -85
- data/doc/classes/TaskJuggler/XMLBlob.html +21 -21
- data/doc/classes/TaskJuggler/XMLComment.html +21 -21
- data/doc/classes/TaskJuggler/XMLDocument.html +28 -24
- data/doc/classes/TaskJuggler/XMLElement.html +70 -58
- data/doc/classes/TaskJuggler/XMLNamedText.html +11 -11
- data/doc/classes/TaskJuggler/XMLText.html +36 -36
- data/doc/classes/TaskJuggler.html +266 -183
- data/doc/files/COPYING.html +1 -1
- data/doc/files/README.html +1 -1
- data/doc/files/lib/AccountScenario_rb.html +1 -1
- data/doc/files/lib/Account_rb.html +1 -1
- data/doc/files/lib/Allocation_rb.html +1 -1
- data/doc/files/lib/AppConfig_rb.html +1 -1
- data/doc/files/lib/AttributeBase_rb.html +11 -1
- data/doc/files/lib/AttributeDefinition_rb.html +1 -1
- data/doc/files/lib/Attributes_rb.html +1 -1
- data/doc/files/lib/{LogicalFlag_rb.html → BatchProcessor_rb.html} +8 -6
- data/doc/files/lib/Booking_rb.html +1 -1
- data/doc/files/lib/ChargeSet_rb.html +1 -1
- data/doc/files/lib/Charge_rb.html +1 -1
- data/doc/files/lib/HTMLDocument_rb.html +1 -1
- data/doc/files/lib/Interval_rb.html +1 -1
- data/doc/files/lib/Journal_rb.html +106 -0
- data/doc/files/lib/KeywordArray_rb.html +106 -0
- data/doc/files/lib/KeywordDocumentation_rb.html +1 -1
- data/doc/files/lib/Limits_rb.html +1 -1
- data/doc/files/lib/Log_rb.html +1 -1
- data/doc/files/lib/LogicalExpression_rb.html +1 -3
- data/doc/files/lib/LogicalFunction_rb.html +1 -1
- data/doc/files/lib/LogicalOperation_rb.html +1 -1
- data/doc/files/lib/MacroParser_rb.html +1 -1
- data/doc/files/lib/MacroTable_rb.html +1 -1
- data/doc/files/lib/MessageHandler_rb.html +1 -1
- data/doc/files/lib/Message_rb.html +1 -1
- data/doc/files/lib/ProjectFileParser_rb.html +5 -1
- data/doc/files/lib/Project_rb.html +5 -1
- data/doc/files/lib/PropertyList_rb.html +1 -1
- data/doc/files/lib/PropertySet_rb.html +1 -1
- data/doc/files/lib/PropertyTreeNode_rb.html +1 -1
- data/doc/files/lib/Query_rb.html +1 -1
- data/doc/files/lib/RTPNavigator_rb.html +120 -0
- data/doc/files/lib/RTPReport_rb.html +118 -0
- data/doc/files/lib/RealFormat_rb.html +1 -1
- data/doc/files/lib/ResourceScenario_rb.html +1 -1
- data/doc/files/lib/Resource_rb.html +1 -1
- data/doc/files/lib/RichTextDocument_rb.html +1 -1
- data/doc/files/lib/RichTextElement_rb.html +1 -1
- data/doc/files/lib/RichTextParser_rb.html +1 -1
- data/doc/files/lib/RichTextProtocolExample_rb.html +1 -1
- data/doc/files/lib/RichTextProtocolHandler_rb.html +1 -1
- data/doc/files/lib/RichTextScanner_rb.html +1 -1
- data/doc/files/lib/RichTextSnip_rb.html +1 -1
- data/doc/files/lib/RichTextSyntaxRules_rb.html +1 -1
- data/doc/files/lib/RichText_rb.html +1 -1
- data/doc/files/lib/ScenarioData_rb.html +1 -1
- data/doc/files/lib/Scenario_rb.html +1 -1
- data/doc/files/lib/Scoreboard_rb.html +1 -1
- data/doc/files/lib/ShiftAssignments_rb.html +1 -1
- data/doc/files/lib/ShiftScenario_rb.html +1 -1
- data/doc/files/lib/Shift_rb.html +1 -1
- data/doc/files/lib/SourceFileInfo_rb.html +1 -1
- data/doc/files/lib/SyntaxReference_rb.html +1 -1
- data/doc/files/lib/TOCEntry_rb.html +1 -1
- data/doc/files/lib/TableColumnDefinition_rb.html +1 -1
- data/doc/files/lib/TableOfContents_rb.html +1 -1
- data/doc/files/lib/TaskDependency_rb.html +1 -1
- data/doc/files/lib/TaskJuggler_rb.html +1 -1
- data/doc/files/lib/TaskScenario_rb.html +1 -1
- data/doc/files/lib/Task_rb.html +1 -1
- data/doc/files/lib/TextParser/Pattern_rb.html +1 -1
- data/doc/files/lib/TextParser/Rule_rb.html +1 -1
- data/doc/files/lib/TextParser/StackElement_rb.html +1 -1
- data/doc/files/lib/TextParser/TokenDoc_rb.html +1 -1
- data/doc/files/lib/TextParser_rb.html +1 -1
- data/doc/files/lib/TextScanner_rb.html +1 -1
- data/doc/files/lib/Tj3Config_rb.html +1 -1
- data/doc/files/lib/TjException_rb.html +1 -1
- data/doc/files/lib/TjTime_rb.html +1 -1
- data/doc/files/lib/TjpExample_rb.html +1 -1
- data/doc/files/lib/TjpSyntaxRules_rb.html +1 -1
- data/doc/files/lib/UTF8String_rb.html +1 -1
- data/doc/files/lib/UserManual_rb.html +1 -1
- data/doc/files/lib/WorkingHours_rb.html +1 -1
- data/doc/files/lib/XMLDocument_rb.html +1 -1
- data/doc/files/lib/XMLElement_rb.html +1 -1
- data/doc/files/lib/deep_copy_rb.html +106 -0
- data/doc/files/lib/ms_test_rb.html +90 -0
- data/doc/files/lib/reports/CSVFile_rb.html +1 -1
- data/doc/files/lib/reports/ColumnTable_rb.html +1 -1
- data/doc/files/lib/reports/GanttChart_rb.html +1 -1
- data/doc/files/lib/reports/GanttContainer_rb.html +1 -1
- data/doc/files/lib/reports/GanttHeaderScaleItem_rb.html +1 -1
- data/doc/files/lib/reports/GanttHeader_rb.html +1 -1
- data/doc/files/lib/reports/GanttLine_rb.html +1 -1
- data/doc/files/lib/reports/GanttLoadStack_rb.html +1 -1
- data/doc/files/lib/reports/GanttMilestone_rb.html +1 -1
- data/doc/files/lib/reports/GanttRouter_rb.html +1 -1
- data/doc/files/lib/reports/GanttTaskBar_rb.html +1 -1
- data/doc/files/lib/reports/HTMLGraphics_rb.html +1 -1
- data/doc/files/lib/reports/{ReportElement_rb.html → Navigator_rb.html} +6 -8
- data/doc/files/lib/reports/ReportBase_rb.html +106 -0
- data/doc/files/lib/reports/ReportContext_rb.html +106 -0
- data/doc/files/lib/reports/ReportTableCell_rb.html +1 -1
- data/doc/files/lib/reports/ReportTableColumn_rb.html +1 -1
- data/doc/files/lib/reports/ReportTableLegend_rb.html +1 -1
- data/doc/files/lib/reports/ReportTableLine_rb.html +1 -1
- data/doc/files/lib/reports/ReportTable_rb.html +1 -1
- data/doc/files/lib/reports/Report_rb.html +8 -2
- data/doc/files/lib/reports/ResourceListRE_rb.html +2 -2
- data/doc/files/lib/reports/{ReportTableElement_rb.html → TableReport_rb.html} +7 -5
- data/doc/files/lib/reports/TaskListRE_rb.html +2 -2
- data/doc/files/lib/reports/TextReport_rb.html +116 -0
- data/doc/files/lib/reports/TjpExportRE_rb.html +2 -2
- data/doc/files/lib/taskjuggler3_rb.html +61 -56
- data/doc/files/lib/tj3man_rb.html +1 -1
- data/doc/fr_class_index.html +41 -3
- data/doc/fr_file_index.html +21 -5
- data/doc/fr_method_index.html +1069 -959
- data/examples/ContactList.html +1467 -0
- data/examples/Deliveries.html +485 -0
- data/examples/Development.html +2525 -0
- data/examples/Overview.html +747 -0
- data/examples/Resource Graph.html +616 -0
- data/examples/tutorial.tjp +63 -67
- data/lib/AttributeBase.rb +27 -31
- data/lib/AttributeDefinition.rb +12 -7
- data/lib/Attributes.rb +134 -34
- data/lib/Interval.rb +2 -0
- data/lib/Journal.rb +44 -0
- data/lib/{LogicalFlag.rb → KeywordArray.rb} +5 -13
- data/lib/KeywordDocumentation.rb +84 -47
- data/lib/Limits.rb +7 -5
- data/lib/LogicalExpression.rb +1 -1
- data/lib/LogicalOperation.rb +33 -0
- data/lib/Project.rb +313 -99
- data/lib/ProjectFileParser.rb +88 -11
- data/lib/PropertyList.rb +2 -1
- data/lib/PropertySet.rb +13 -4
- data/lib/PropertyTreeNode.rb +34 -15
- data/lib/Query.rb +2 -1
- data/lib/RTPNavigator.rb +53 -0
- data/lib/RTPReport.rb +62 -0
- data/lib/RealFormat.rb +28 -10
- data/lib/RichTextElement.rb +18 -12
- data/lib/RichTextParser.rb +1 -0
- data/lib/RichTextProtocolExample.rb +8 -11
- data/lib/RichTextProtocolHandler.rb +11 -1
- data/lib/RichTextScanner.rb +308 -164
- data/lib/RichTextSyntaxRules.rb +24 -0
- data/lib/TableColumnDefinition.rb +5 -1
- data/lib/TaskJuggler.rb +3 -2
- data/lib/TaskScenario.rb +123 -31
- data/lib/TextParser.rb +14 -3
- data/lib/TextScanner.rb +210 -34
- data/lib/Tj3Config.rb +1 -1
- data/lib/TjTime.rb +15 -0
- data/lib/TjpExample.rb +1 -1
- data/lib/TjpSyntaxRules.rb +674 -473
- data/lib/WorkingHours.rb +1 -1
- data/lib/XMLElement.rb +11 -3
- data/lib/deep_copy.rb +72 -0
- data/lib/ms_test.rb +27 -0
- data/lib/reports/ColumnTable.rb +7 -5
- data/lib/reports/GanttChart.rb +60 -34
- data/lib/reports/GanttHeader.rb +1 -1
- data/lib/reports/GanttRouter.rb +7 -5
- data/lib/reports/Navigator.rb +72 -0
- data/lib/reports/Report.rb +58 -73
- data/lib/reports/ReportBase.rb +241 -0
- data/lib/reports/ReportContext.rb +41 -0
- data/lib/reports/ReportTable.rb +7 -2
- data/lib/reports/ReportTableCell.rb +3 -3
- data/lib/reports/ResourceListRE.rb +19 -26
- data/lib/reports/{ReportTableElement.rb → TableReport.rb} +297 -97
- data/lib/reports/TaskListRE.rb +16 -24
- data/lib/reports/TextReport.rb +87 -0
- data/lib/reports/TjpExportRE.rb +55 -50
- data/lib/taskjuggler3.rb +6 -1
- data/manual/Getting_Started +57 -6
- data/manual/How_To_Contribute +2 -4
- data/manual/Intro +2 -2
- data/manual/Reporting_Bugs +9 -2
- data/manual/Rich_Text_Attributes +41 -0
- data/manual/Tutorial +219 -173
- data/tasks/test.rake +3 -0
- data/test/TestSuite/CSV-Reports/celltext.tjp +2 -1
- data/test/TestSuite/CSV-Reports/resourcereport.tjp +2 -1
- data/test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp +2 -1
- data/test/TestSuite/CSV-Reports/sortByTree.tjp +2 -1
- data/test/TestSuite/CSV-Reports/sortBy_duration.down.tjp +2 -1
- data/test/TestSuite/CSV-Reports/sortBy_effort.up.tjp +2 -1
- data/test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp +2 -1
- data/test/TestSuite/CSV-Reports/taskreport.tjp +2 -1
- data/test/TestSuite/CSV-Reports/taskreport_with_resources.tjp +2 -1
- data/test/TestSuite/HTML-Reports/depArrows.tjp +72 -0
- data/test/TestSuite/HTML-Reports/reference-export.html +187 -0
- data/test/TestSuite/HTML-Reports/reference.tjp +21 -0
- data/test/TestSuite/Scheduler/Correct/Allocate.tjp +2 -1
- data/test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp +3 -3
- data/test/TestSuite/Scheduler/Correct/Booking.tjp +3 -3
- data/test/TestSuite/Scheduler/Correct/Container-2.tjp +37 -0
- data/test/TestSuite/Scheduler/Correct/Container.tjp +40 -0
- data/test/TestSuite/Scheduler/Correct/Depends.tjp +9 -14
- data/test/TestSuite/Scheduler/Correct/Duration.tjp +2 -1
- data/test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp +20 -29
- data/test/TestSuite/Scheduler/Correct/Limits.tjp +11 -13
- data/test/TestSuite/Scheduler/Correct/Optimize-1.tjp +6 -5
- data/test/TestSuite/Scheduler/Correct/Optimize-2.tjp +10 -6
- data/test/TestSuite/Scheduler/Correct/Optimize-3.tjp +9 -6
- data/test/TestSuite/Scheduler/Correct/Optimize-4.tjp +9 -6
- data/test/TestSuite/Scheduler/Correct/Optimize-5.tjp +13 -10
- data/test/TestSuite/Scheduler/Correct/Precedes.tjp +9 -14
- data/test/TestSuite/Scheduler/Correct/Shift.tjp +9 -8
- data/test/TestSuite/Scheduler/Correct/checks.tji +4 -0
- data/test/TestSuite/Scheduler/Errors/weak_end_dep.tjp +16 -0
- data/test/TestSuite/Scheduler/Errors/weak_start_dep.tjp +16 -0
- data/test/TestSuite/Syntax/Correct/Account.tjp +1 -1
- data/test/TestSuite/Syntax/Correct/AutoID.tjp +21 -0
- data/test/TestSuite/Syntax/Correct/AutoMacros.tjp +2 -1
- data/test/TestSuite/Syntax/Correct/Caption.tjp +7 -6
- data/test/TestSuite/Syntax/Correct/Celltext.tjp +7 -4
- data/test/TestSuite/Syntax/Correct/Comments.tjp +1 -1
- data/test/TestSuite/Syntax/Correct/CompletedWork.tji +11 -19
- data/test/TestSuite/Syntax/Correct/CriticalPath.tjp +4 -3
- data/test/TestSuite/Syntax/Correct/Export.tjp +3 -1
- data/test/TestSuite/Syntax/Correct/Flags.tjp +2 -1
- data/test/TestSuite/Syntax/Correct/HtmlTaskReport.tjp +2 -1
- data/test/TestSuite/Syntax/Correct/Journal.tjp +18 -0
- data/test/TestSuite/Syntax/Correct/LoadUnits.tjp +2 -1
- data/test/TestSuite/Syntax/Correct/LogicalExpression.tjp +16 -0
- data/test/TestSuite/Syntax/Correct/Period.tjp +2 -1
- data/test/TestSuite/Syntax/Correct/RawHTML.tjp +4 -2
- data/test/TestSuite/Syntax/Correct/Reports.tjp +4 -2
- data/test/TestSuite/Syntax/Correct/ResourcePrefix.tji +2 -0
- data/test/TestSuite/Syntax/Correct/ResourcePrefix.tjp +23 -0
- data/test/TestSuite/Syntax/Correct/Responsible.tjp +1 -1
- data/test/TestSuite/Syntax/Correct/Simple.tjp +1 -1
- data/test/TestSuite/Syntax/Correct/String.tjp +1 -1
- data/test/TestSuite/Syntax/Correct/TaskRoot.tjp +2 -1
- data/test/TestSuite/Syntax/Correct/tutorial.tjp +92 -70
- data/test/TestSuite/Syntax/Errors/bad_comment.tjp +7 -0
- data/test/TestSuite/Syntax/Errors/bad_include.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/bad_time_zone.tjp +6 -0
- data/test/TestSuite/Syntax/Errors/bad_timing_res.tjp +5 -0
- data/test/TestSuite/Syntax/Errors/chargeset_master.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/container_attribute.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/cost_acct_no_top.tjp +3 -2
- data/test/TestSuite/Syntax/Errors/cost_rev_same.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/eof_in_istring1.tjp +5 -0
- data/test/TestSuite/Syntax/Errors/eof_in_istring2.tjp +5 -0
- data/test/TestSuite/Syntax/Errors/eof_in_istring3.tjp +6 -0
- data/test/TestSuite/Syntax/Errors/eof_in_istring4.tjp +6 -0
- data/test/TestSuite/Syntax/Errors/eof_in_istring5.tjp +6 -0
- data/test/TestSuite/Syntax/Errors/include_recursion.tji +1 -0
- data/test/TestSuite/Syntax/Errors/include_recursion.tjp +7 -0
- data/test/TestSuite/Syntax/Errors/junk_after_cut.tjp +6 -0
- data/test/TestSuite/Syntax/Errors/navigator_exists.tjp +10 -0
- data/test/TestSuite/Syntax/Errors/operand_unkn_flag.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/report_end.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/report_exists.tjp +10 -0
- data/test/TestSuite/Syntax/Errors/report_start.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/rev_acct_no_top.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/sort_direction.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/sort_unknown_scen.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/sorting_crit_exptd1.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/sorting_crit_exptd2.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/sorting_wbs.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/too_large_timing_res.tjp +7 -0
- data/test/TestSuite/Syntax/Errors/unknown_scenario_idx.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/unknown_task.tjp +1 -1
- data/test/all.rb +1 -16
- data/test/test_CSV-Reports.rb +8 -5
- data/test/test_Query.rb +2 -2
- data/test/test_RichText.rb +95 -0
- data/test/test_Scheduler.rb +8 -4
- data/test/test_Syntax.rb +8 -4
- data/test/test_deep_copy.rb +83 -0
- metadata +549 -487
- data/benchmarks/UTF-8-Strings.rb +0 -58
- data/doc/classes/TaskJuggler/ReportElement.html +0 -1070
- data/doc/classes/TaskJuggler/ReportTableElement.html +0 -644
- data/lib/reports/ReportElement.rb +0 -427
- data/test/TestSuite/Syntax/Correct/csvtest +0 -16
- data/test/TestSuite/Syntax/Errors/no_csv_suffix.tjp +0 -10
- data/test/TestSuite/Syntax/Errors/no_html_suffix.tjp +0 -10
- data/test/TestSuite/Syntax/Errors/report_redifinition.tjp +0 -10
|
@@ -0,0 +1,747 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<!-- This file has been generated by taskjuggler3 v0.0.2-->
|
|
4
|
+
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
+
<head>
|
|
6
|
+
<title>TaskJuggler Report - Overview</title>
|
|
7
|
+
<meta http-equiv="Content-Style-Type" content="text/css; charset=utf-8"/>
|
|
8
|
+
<style type="text/css"> body {
|
|
9
|
+
font-family:Bitstream Vera Sans, Tahoma, sans-serif;
|
|
10
|
+
font-size:15px;
|
|
11
|
+
}
|
|
12
|
+
h1, h2, table, tr, td, div, span {
|
|
13
|
+
font-family: Bitstream Vera Sans, Tahoma, sans-serif;
|
|
14
|
+
}
|
|
15
|
+
table {
|
|
16
|
+
font-size:13px;
|
|
17
|
+
}
|
|
18
|
+
td, div { white-space:nowrap; padding:0px; margin:0px; }
|
|
19
|
+
h1 { font-size:22px; }
|
|
20
|
+
h2 { font-size:18px; }
|
|
21
|
+
h3 { font-size:16px; }
|
|
22
|
+
|
|
23
|
+
.tabback { background-color:#9a9a9a; }
|
|
24
|
+
.tabfront { background-color:#d4dde6; }
|
|
25
|
+
.tabhead {
|
|
26
|
+
white-space:nowrap;
|
|
27
|
+
background-color:#7a7a7a;
|
|
28
|
+
color:#ffffff;
|
|
29
|
+
text-align:center;
|
|
30
|
+
}
|
|
31
|
+
.tabhead_offduty {
|
|
32
|
+
white-space:nowrap;
|
|
33
|
+
background-color:#dde375;
|
|
34
|
+
color:#000000;
|
|
35
|
+
}
|
|
36
|
+
.tabfooter {
|
|
37
|
+
white-space:nowrap;
|
|
38
|
+
background-color:#9a9a9a;
|
|
39
|
+
color:#ffffff;
|
|
40
|
+
text-align:center;
|
|
41
|
+
}
|
|
42
|
+
.headercelldiv {
|
|
43
|
+
padding-top:1px;
|
|
44
|
+
padding-right:3px;
|
|
45
|
+
padding-left:3px;
|
|
46
|
+
padding-bottom:0px;
|
|
47
|
+
white-space:nowrap;
|
|
48
|
+
overflow:auto;
|
|
49
|
+
}
|
|
50
|
+
.celldiv {
|
|
51
|
+
padding-top:3px;
|
|
52
|
+
padding-right:3px;
|
|
53
|
+
padding-left:3px;
|
|
54
|
+
padding-bottom:0px;
|
|
55
|
+
white-space:nowrap;
|
|
56
|
+
overflow:auto;
|
|
57
|
+
}
|
|
58
|
+
.tabline { color:#000000 }
|
|
59
|
+
.tabcell {
|
|
60
|
+
white-space:nowrap;
|
|
61
|
+
padding:0px;
|
|
62
|
+
}
|
|
63
|
+
.taskcell1 {
|
|
64
|
+
background-color:#ebf2ff;
|
|
65
|
+
white-space:nowrap;
|
|
66
|
+
padding:0px;
|
|
67
|
+
}
|
|
68
|
+
.taskcell2 {
|
|
69
|
+
background-color:#d9dfeb;
|
|
70
|
+
white-space:nowrap;
|
|
71
|
+
padding:0px;
|
|
72
|
+
}
|
|
73
|
+
.resourcecell1 {
|
|
74
|
+
background-color:#fff2eb;
|
|
75
|
+
white-space:nowrap;
|
|
76
|
+
padding:0px;
|
|
77
|
+
}
|
|
78
|
+
.resourcecell2 {
|
|
79
|
+
background-color:#ebdfd9;
|
|
80
|
+
white-space:nowrap;
|
|
81
|
+
padding:0px;
|
|
82
|
+
}
|
|
83
|
+
.busy1 { background-color:#ff3b3b; }
|
|
84
|
+
.busy2 { background-color:#eb4545; }
|
|
85
|
+
.loaded1 { background-color:#ff9b9b; }
|
|
86
|
+
.loaded2 { background-color:#eb8f8f; }
|
|
87
|
+
.free1 { background-color:#a5ffb4; }
|
|
88
|
+
.free2 { background-color:#98eba6; }
|
|
89
|
+
.offduty1 { background-color:#f3f990; }
|
|
90
|
+
.offduty2 { background-color:#dde375; }
|
|
91
|
+
.calconttask1 { background-color:#abbeae; }
|
|
92
|
+
.calconttask2 { background-color:#99aa9c; }
|
|
93
|
+
.caltask1 { background-color:#2050e5; }
|
|
94
|
+
.caltask2 { background-color:#2f57ea; }
|
|
95
|
+
.todo1 { background-color:#beabab; }
|
|
96
|
+
.todo2 { background-color:#aa9999; }
|
|
97
|
+
|
|
98
|
+
.tabvline {
|
|
99
|
+
background-color:#9a9a9a;
|
|
100
|
+
position:absolute;
|
|
101
|
+
}
|
|
102
|
+
.containerbar {
|
|
103
|
+
background-color:#09090a;
|
|
104
|
+
position:absolute;
|
|
105
|
+
}
|
|
106
|
+
.taskbarframe {
|
|
107
|
+
background-color:#09090a;
|
|
108
|
+
position:absolute;
|
|
109
|
+
}
|
|
110
|
+
.taskbar {
|
|
111
|
+
background-color:#2f57ea;
|
|
112
|
+
position:absolute;
|
|
113
|
+
}
|
|
114
|
+
.progressbar {
|
|
115
|
+
background-color:#36363f;
|
|
116
|
+
position:absolute;
|
|
117
|
+
}
|
|
118
|
+
.milestone {
|
|
119
|
+
background-color:#09090a;
|
|
120
|
+
position:absolute;
|
|
121
|
+
}
|
|
122
|
+
.loadstackframe {
|
|
123
|
+
background-color:#452a2a;
|
|
124
|
+
position:absolute;
|
|
125
|
+
}
|
|
126
|
+
.free {
|
|
127
|
+
background-color:#a5ffb5;
|
|
128
|
+
position:absolute;
|
|
129
|
+
}
|
|
130
|
+
.busy {
|
|
131
|
+
background-color:#ff9b9b;
|
|
132
|
+
position:absolute;
|
|
133
|
+
}
|
|
134
|
+
.assigned {
|
|
135
|
+
background-color:#ff3b3b;
|
|
136
|
+
position:absolute;
|
|
137
|
+
}
|
|
138
|
+
.offduty {
|
|
139
|
+
background-color:#f3f990;
|
|
140
|
+
white-space:nowrap;
|
|
141
|
+
position:absolute;
|
|
142
|
+
}
|
|
143
|
+
.depline {
|
|
144
|
+
background-color:#000000;
|
|
145
|
+
position:absolute;
|
|
146
|
+
}
|
|
147
|
+
.nowline {
|
|
148
|
+
background-color:#EE0000;
|
|
149
|
+
position:absolute;
|
|
150
|
+
}
|
|
151
|
+
.white {
|
|
152
|
+
background-color:#FFFFFF;
|
|
153
|
+
position:absolute;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.legendback { background-color:#d4dde6; }
|
|
157
|
+
.caption {
|
|
158
|
+
padding: 5px 13px 5px 13px;
|
|
159
|
+
background-color:#ebf2ff;
|
|
160
|
+
white-space:normal;
|
|
161
|
+
font-size:13px
|
|
162
|
+
}
|
|
163
|
+
</style>
|
|
164
|
+
</head>
|
|
165
|
+
<body><div style="margin: 35px 5% 25px 5%; ">
|
|
166
|
+
<div>
|
|
167
|
+
<h1 id="Accounting_Software_Project">Accounting Software Project</h1>
|
|
168
|
+
<hr/>
|
|
169
|
+
<p><div>
|
|
170
|
+
<span style="class:navbar_current">Overview</span>|<span style="class:navbar_other"><a href="Development.html">Development</a></span>|<span style="class:navbar_other"><a href="Deliveries.html">Deliveries</a></span>|<span style="class:navbar_other"><a href="ContactList.html">ContactList</a></span>|<span style="class:navbar_other"><a href="Resource Graph.html">Resource Graph</a></span>
|
|
171
|
+
</div></p>
|
|
172
|
+
<hr/>
|
|
173
|
+
</div>
|
|
174
|
+
<div>
|
|
175
|
+
<h2 id="Project_Overview">Project Overview</h2>
|
|
176
|
+
<p>The project is structured into 3 phases.</p>
|
|
177
|
+
<ol>
|
|
178
|
+
<li>Specification</li>
|
|
179
|
+
<li><a href="Development.html">Development</a></li>
|
|
180
|
+
<li>Testing</li>
|
|
181
|
+
</ol>
|
|
182
|
+
<h2 id="Project_Plan">Project Plan</h2>
|
|
183
|
+
</div>
|
|
184
|
+
<table summary="Report Table" cellspacing="2" border="0" cellpadding="0" align="center" class="tabback">
|
|
185
|
+
<thead><tr><td><table summary="headline" cellspacing="1" border="0" cellpadding="5" align="center" width="100%"><tr><td align="center" style="font-size:16px; font-weight:bold" class="tabfront"><p>Project Plan Overview</p></td></tr></table></td></tr></thead>
|
|
186
|
+
<tbody>
|
|
187
|
+
<tr><td><table align="center" cellspacing="1" cellpadding="2" width="100%" class="tabback"><tbody>
|
|
188
|
+
<tr class="tabhead" style="height:19px; font-size:15px;">
|
|
189
|
+
<td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">WBS</div></td>
|
|
190
|
+
<td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Name</div></td>
|
|
191
|
+
<td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Start</div></td>
|
|
192
|
+
<td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">End</div></td>
|
|
193
|
+
<td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Effort</div></td>
|
|
194
|
+
<td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Duration</div></td>
|
|
195
|
+
<td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Cost</div></td>
|
|
196
|
+
<td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Revenue</div></td>
|
|
197
|
+
<td rowspan="17" style="padding:0px; vertical-align:top;"><div style="position:relative; overflow:auto; width:320px; height:369px;"><div style="margin:0px; padding:0px; position:absolute; top:0px; left:0px; width:320px; height:369px; font-size:10px;">
|
|
198
|
+
<div class="tabback" style="margin:0px; padding:0px; position:relative; overflow:hidden; width:320px; height:39px; font-size:9px; ">
|
|
199
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:-17px; top:0px; width:89px; height:19px; "><div style="padding:3px; ">Jan 2002</div></div>
|
|
200
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:73px; top:0px; width:82px; height:19px; "><div style="padding:3px; ">Feb 2002</div></div>
|
|
201
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:156px; top:0px; width:90px; height:19px; "><div style="padding:3px; ">Mar 2002</div></div>
|
|
202
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:247px; top:0px; width:88px; height:19px; "><div style="padding:3px; ">Apr 2002</div></div>
|
|
203
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:0px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">01</div></div>
|
|
204
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:20px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">02</div></div>
|
|
205
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:41px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">03</div></div>
|
|
206
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:62px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">04</div></div>
|
|
207
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:82px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">05</div></div>
|
|
208
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:103px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">06</div></div>
|
|
209
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:123px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">07</div></div>
|
|
210
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:144px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">08</div></div>
|
|
211
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:165px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">09</div></div>
|
|
212
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:185px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">10</div></div>
|
|
213
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:206px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">11</div></div>
|
|
214
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:227px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
|
|
215
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:247px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">13</div></div>
|
|
216
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:268px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
|
|
217
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:288px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">15</div></div>
|
|
218
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:309px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">16</div></div>
|
|
219
|
+
</div>
|
|
220
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:40px; width:320px; height:21px; font-size:10px;">
|
|
221
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
222
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
223
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
224
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
225
|
+
<div class="containerbar" style="left:21px; top:5px; width:278px; height:5px;"></div>
|
|
226
|
+
<div class="containerbar" style="left:21px; top:10px; width:11px; height:1px;"></div>
|
|
227
|
+
<div class="containerbar" style="left:22px; top:11px; width:9px; height:1px;"></div>
|
|
228
|
+
<div class="containerbar" style="left:23px; top:12px; width:7px; height:1px;"></div>
|
|
229
|
+
<div class="containerbar" style="left:24px; top:13px; width:5px; height:1px;"></div>
|
|
230
|
+
<div class="containerbar" style="left:25px; top:14px; width:3px; height:1px;"></div>
|
|
231
|
+
<div class="containerbar" style="left:26px; top:15px; width:1px; height:1px;"></div>
|
|
232
|
+
<div class="containerbar" style="left:288px; top:10px; width:11px; height:1px;"></div>
|
|
233
|
+
<div class="containerbar" style="left:289px; top:11px; width:9px; height:1px;"></div>
|
|
234
|
+
<div class="containerbar" style="left:290px; top:12px; width:7px; height:1px;"></div>
|
|
235
|
+
<div class="containerbar" style="left:291px; top:13px; width:5px; height:1px;"></div>
|
|
236
|
+
<div class="containerbar" style="left:292px; top:14px; width:3px; height:1px;"></div>
|
|
237
|
+
<div class="containerbar" style="left:293px; top:15px; width:1px; height:1px;"></div>
|
|
238
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
239
|
+
</div>
|
|
240
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:62px; width:320px; height:21px; font-size:10px;">
|
|
241
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
242
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
243
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
244
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
245
|
+
<div class="taskbarframe" style="left:27px; top:4px; width:26px; height:12px;"></div>
|
|
246
|
+
<div class="taskbar" style="left:28px; top:5px; width:24px; height:10px;"></div>
|
|
247
|
+
<div class="progressbar" style="left:28px; top:7px; width:24px; height:6px;"></div>
|
|
248
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
249
|
+
</div>
|
|
250
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:84px; width:320px; height:21px; font-size:10px;">
|
|
251
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
252
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
253
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
254
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
255
|
+
<div class="containerbar" style="left:47px; top:5px; width:190px; height:5px;"></div>
|
|
256
|
+
<div class="containerbar" style="left:47px; top:10px; width:11px; height:1px;"></div>
|
|
257
|
+
<div class="containerbar" style="left:48px; top:11px; width:9px; height:1px;"></div>
|
|
258
|
+
<div class="containerbar" style="left:49px; top:12px; width:7px; height:1px;"></div>
|
|
259
|
+
<div class="containerbar" style="left:50px; top:13px; width:5px; height:1px;"></div>
|
|
260
|
+
<div class="containerbar" style="left:51px; top:14px; width:3px; height:1px;"></div>
|
|
261
|
+
<div class="containerbar" style="left:52px; top:15px; width:1px; height:1px;"></div>
|
|
262
|
+
<div class="containerbar" style="left:226px; top:10px; width:11px; height:1px;"></div>
|
|
263
|
+
<div class="containerbar" style="left:227px; top:11px; width:9px; height:1px;"></div>
|
|
264
|
+
<div class="containerbar" style="left:228px; top:12px; width:7px; height:1px;"></div>
|
|
265
|
+
<div class="containerbar" style="left:229px; top:13px; width:5px; height:1px;"></div>
|
|
266
|
+
<div class="containerbar" style="left:230px; top:14px; width:3px; height:1px;"></div>
|
|
267
|
+
<div class="containerbar" style="left:231px; top:15px; width:1px; height:1px;"></div>
|
|
268
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
269
|
+
</div>
|
|
270
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:106px; width:320px; height:21px; font-size:10px;">
|
|
271
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
272
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
273
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
274
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
275
|
+
<div class="taskbarframe" style="left:52px; top:4px; width:42px; height:12px;"></div>
|
|
276
|
+
<div class="taskbar" style="left:53px; top:5px; width:40px; height:10px;"></div>
|
|
277
|
+
<div class="progressbar" style="left:53px; top:7px; width:40px; height:6px;"></div>
|
|
278
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
279
|
+
</div>
|
|
280
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:128px; width:320px; height:21px; font-size:10px;">
|
|
281
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
282
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
283
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
284
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
285
|
+
<div class="taskbarframe" style="left:155px; top:4px; width:77px; height:12px;"></div>
|
|
286
|
+
<div class="taskbar" style="left:156px; top:5px; width:75px; height:10px;"></div>
|
|
287
|
+
<div class="progressbar" style="left:156px; top:7px; width:14px; height:6px;"></div>
|
|
288
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
289
|
+
</div>
|
|
290
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:150px; width:320px; height:21px; font-size:10px;">
|
|
291
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
292
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
293
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
294
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
295
|
+
<div class="taskbarframe" style="left:93px; top:4px; width:63px; height:12px;"></div>
|
|
296
|
+
<div class="taskbar" style="left:94px; top:5px; width:61px; height:10px;"></div>
|
|
297
|
+
<div class="progressbar" style="left:94px; top:7px; width:0px; height:6px;"></div>
|
|
298
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
299
|
+
</div>
|
|
300
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:172px; width:320px; height:21px; font-size:10px;">
|
|
301
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
302
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
303
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
304
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
305
|
+
<div class="containerbar" style="left:226px; top:5px; width:73px; height:5px;"></div>
|
|
306
|
+
<div class="containerbar" style="left:226px; top:10px; width:11px; height:1px;"></div>
|
|
307
|
+
<div class="containerbar" style="left:227px; top:11px; width:9px; height:1px;"></div>
|
|
308
|
+
<div class="containerbar" style="left:228px; top:12px; width:7px; height:1px;"></div>
|
|
309
|
+
<div class="containerbar" style="left:229px; top:13px; width:5px; height:1px;"></div>
|
|
310
|
+
<div class="containerbar" style="left:230px; top:14px; width:3px; height:1px;"></div>
|
|
311
|
+
<div class="containerbar" style="left:231px; top:15px; width:1px; height:1px;"></div>
|
|
312
|
+
<div class="containerbar" style="left:288px; top:10px; width:11px; height:1px;"></div>
|
|
313
|
+
<div class="containerbar" style="left:289px; top:11px; width:9px; height:1px;"></div>
|
|
314
|
+
<div class="containerbar" style="left:290px; top:12px; width:7px; height:1px;"></div>
|
|
315
|
+
<div class="containerbar" style="left:291px; top:13px; width:5px; height:1px;"></div>
|
|
316
|
+
<div class="containerbar" style="left:292px; top:14px; width:3px; height:1px;"></div>
|
|
317
|
+
<div class="containerbar" style="left:293px; top:15px; width:1px; height:1px;"></div>
|
|
318
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
319
|
+
</div>
|
|
320
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:194px; width:320px; height:21px; font-size:10px;">
|
|
321
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
322
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
323
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
324
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
325
|
+
<div class="taskbarframe" style="left:231px; top:4px; width:8px; height:12px;"></div>
|
|
326
|
+
<div class="taskbar" style="left:232px; top:5px; width:6px; height:10px;"></div>
|
|
327
|
+
<div class="progressbar" style="left:232px; top:7px; width:0px; height:6px;"></div>
|
|
328
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
329
|
+
</div>
|
|
330
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:216px; width:320px; height:21px; font-size:10px;">
|
|
331
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
332
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
333
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
334
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
335
|
+
<div class="taskbarframe" style="left:248px; top:4px; width:46px; height:12px;"></div>
|
|
336
|
+
<div class="taskbar" style="left:249px; top:5px; width:44px; height:10px;"></div>
|
|
337
|
+
<div class="progressbar" style="left:249px; top:7px; width:0px; height:6px;"></div>
|
|
338
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
339
|
+
</div>
|
|
340
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:238px; width:320px; height:21px; font-size:10px;">
|
|
341
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
342
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
343
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
344
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
345
|
+
<div class="taskbarframe" style="left:27px; top:4px; width:123px; height:12px;"></div>
|
|
346
|
+
<div class="taskbar" style="left:28px; top:5px; width:121px; height:10px;"></div>
|
|
347
|
+
<div class="progressbar" style="left:28px; top:7px; width:121px; height:6px;"></div>
|
|
348
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
349
|
+
</div>
|
|
350
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:260px; width:320px; height:21px; font-size:10px;">
|
|
351
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
352
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
353
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
354
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
355
|
+
<div class="containerbar" style="left:21px; top:5px; width:278px; height:5px;"></div>
|
|
356
|
+
<div class="containerbar" style="left:21px; top:10px; width:11px; height:1px;"></div>
|
|
357
|
+
<div class="containerbar" style="left:22px; top:11px; width:9px; height:1px;"></div>
|
|
358
|
+
<div class="containerbar" style="left:23px; top:12px; width:7px; height:1px;"></div>
|
|
359
|
+
<div class="containerbar" style="left:24px; top:13px; width:5px; height:1px;"></div>
|
|
360
|
+
<div class="containerbar" style="left:25px; top:14px; width:3px; height:1px;"></div>
|
|
361
|
+
<div class="containerbar" style="left:26px; top:15px; width:1px; height:1px;"></div>
|
|
362
|
+
<div class="containerbar" style="left:288px; top:10px; width:11px; height:1px;"></div>
|
|
363
|
+
<div class="containerbar" style="left:289px; top:11px; width:9px; height:1px;"></div>
|
|
364
|
+
<div class="containerbar" style="left:290px; top:12px; width:7px; height:1px;"></div>
|
|
365
|
+
<div class="containerbar" style="left:291px; top:13px; width:5px; height:1px;"></div>
|
|
366
|
+
<div class="containerbar" style="left:292px; top:14px; width:3px; height:1px;"></div>
|
|
367
|
+
<div class="containerbar" style="left:293px; top:15px; width:1px; height:1px;"></div>
|
|
368
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
369
|
+
</div>
|
|
370
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:282px; width:320px; height:21px; font-size:10px;">
|
|
371
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
372
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
373
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
374
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
375
|
+
<div class="milestone" style="left:21px; top:10px; width:13px; height:1px;"></div>
|
|
376
|
+
<div class="milestone" style="left:22px; top:9px; width:11px; height:3px;"></div>
|
|
377
|
+
<div class="milestone" style="left:23px; top:8px; width:9px; height:5px;"></div>
|
|
378
|
+
<div class="milestone" style="left:24px; top:7px; width:7px; height:7px;"></div>
|
|
379
|
+
<div class="milestone" style="left:25px; top:6px; width:5px; height:9px;"></div>
|
|
380
|
+
<div class="milestone" style="left:26px; top:5px; width:3px; height:11px;"></div>
|
|
381
|
+
<div class="milestone" style="left:27px; top:4px; width:1px; height:13px;"></div>
|
|
382
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
383
|
+
</div>
|
|
384
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:304px; width:320px; height:21px; font-size:10px;">
|
|
385
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
386
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
387
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
388
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
389
|
+
<div class="milestone" style="left:150px; top:10px; width:13px; height:1px;"></div>
|
|
390
|
+
<div class="milestone" style="left:151px; top:9px; width:11px; height:3px;"></div>
|
|
391
|
+
<div class="milestone" style="left:152px; top:8px; width:9px; height:5px;"></div>
|
|
392
|
+
<div class="milestone" style="left:153px; top:7px; width:7px; height:7px;"></div>
|
|
393
|
+
<div class="milestone" style="left:154px; top:6px; width:5px; height:9px;"></div>
|
|
394
|
+
<div class="milestone" style="left:155px; top:5px; width:3px; height:11px;"></div>
|
|
395
|
+
<div class="milestone" style="left:156px; top:4px; width:1px; height:13px;"></div>
|
|
396
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
397
|
+
</div>
|
|
398
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:326px; width:320px; height:21px; font-size:10px;">
|
|
399
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
400
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
401
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
402
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
403
|
+
<div class="milestone" style="left:233px; top:10px; width:13px; height:1px;"></div>
|
|
404
|
+
<div class="milestone" style="left:234px; top:9px; width:11px; height:3px;"></div>
|
|
405
|
+
<div class="milestone" style="left:235px; top:8px; width:9px; height:5px;"></div>
|
|
406
|
+
<div class="milestone" style="left:236px; top:7px; width:7px; height:7px;"></div>
|
|
407
|
+
<div class="milestone" style="left:237px; top:6px; width:5px; height:9px;"></div>
|
|
408
|
+
<div class="milestone" style="left:238px; top:5px; width:3px; height:11px;"></div>
|
|
409
|
+
<div class="milestone" style="left:239px; top:4px; width:1px; height:13px;"></div>
|
|
410
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
411
|
+
</div>
|
|
412
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:348px; width:320px; height:21px; font-size:10px;">
|
|
413
|
+
<div class="tabvline" style="left:72px; top:0px; width:1px; height:21px;"></div>
|
|
414
|
+
<div class="tabvline" style="left:155px; top:0px; width:1px; height:21px;"></div>
|
|
415
|
+
<div class="tabvline" style="left:246px; top:0px; width:1px; height:21px;"></div>
|
|
416
|
+
<div class="tabvline" style="left:335px; top:0px; width:1px; height:21px;"></div>
|
|
417
|
+
<div class="milestone" style="left:288px; top:10px; width:13px; height:1px;"></div>
|
|
418
|
+
<div class="milestone" style="left:289px; top:9px; width:11px; height:3px;"></div>
|
|
419
|
+
<div class="milestone" style="left:290px; top:8px; width:9px; height:5px;"></div>
|
|
420
|
+
<div class="milestone" style="left:291px; top:7px; width:7px; height:7px;"></div>
|
|
421
|
+
<div class="milestone" style="left:292px; top:6px; width:5px; height:9px;"></div>
|
|
422
|
+
<div class="milestone" style="left:293px; top:5px; width:3px; height:11px;"></div>
|
|
423
|
+
<div class="milestone" style="left:294px; top:4px; width:1px; height:13px;"></div>
|
|
424
|
+
<div class="nowline" style="left:169px; top:0px; width:1px; height:21px;"></div>
|
|
425
|
+
</div>
|
|
426
|
+
<div class="depline" style="left:53px; top:72px; width:6px; height:1px;"></div>
|
|
427
|
+
<div class="depline" style="left:58px; top:72px; width:1px; height:9px;"></div>
|
|
428
|
+
<div class="depline" style="left:37px; top:80px; width:22px; height:1px;"></div>
|
|
429
|
+
<div class="depline" style="left:37px; top:80px; width:1px; height:15px;"></div>
|
|
430
|
+
<div class="depline" style="left:37px; top:94px; width:11px; height:1px;"></div>
|
|
431
|
+
<div class="depline" style="left:236px; top:94px; width:6px; height:1px;"></div>
|
|
432
|
+
<div class="depline" style="left:241px; top:94px; width:1px; height:9px;"></div>
|
|
433
|
+
<div class="depline" style="left:216px; top:102px; width:26px; height:1px;"></div>
|
|
434
|
+
<div class="depline" style="left:216px; top:102px; width:1px; height:103px;"></div>
|
|
435
|
+
<div class="depline" style="left:216px; top:204px; width:15px; height:1px;"></div>
|
|
436
|
+
<div class="depline" style="left:94px; top:116px; width:6px; height:1px;"></div>
|
|
437
|
+
<div class="depline" style="left:99px; top:116px; width:1px; height:23px;"></div>
|
|
438
|
+
<div class="depline" style="left:99px; top:138px; width:56px; height:1px;"></div>
|
|
439
|
+
<div class="depline" style="left:94px; top:116px; width:9px; height:1px;"></div>
|
|
440
|
+
<div class="depline" style="left:102px; top:116px; width:1px; height:9px;"></div>
|
|
441
|
+
<div class="depline" style="left:82px; top:124px; width:21px; height:1px;"></div>
|
|
442
|
+
<div class="depline" style="left:82px; top:124px; width:1px; height:37px;"></div>
|
|
443
|
+
<div class="depline" style="left:82px; top:160px; width:11px; height:1px;"></div>
|
|
444
|
+
<div class="depline" style="left:156px; top:160px; width:6px; height:1px;"></div>
|
|
445
|
+
<div class="depline" style="left:161px; top:152px; width:1px; height:9px;"></div>
|
|
446
|
+
<div class="depline" style="left:144px; top:152px; width:18px; height:1px;"></div>
|
|
447
|
+
<div class="depline" style="left:144px; top:138px; width:1px; height:15px;"></div>
|
|
448
|
+
<div class="depline" style="left:144px; top:138px; width:11px; height:1px;"></div>
|
|
449
|
+
<div class="depline" style="left:156px; top:160px; width:9px; height:1px;"></div>
|
|
450
|
+
<div class="depline" style="left:164px; top:160px; width:1px; height:9px;"></div>
|
|
451
|
+
<div class="depline" style="left:139px; top:168px; width:26px; height:1px;"></div>
|
|
452
|
+
<div class="depline" style="left:139px; top:168px; width:1px; height:147px;"></div>
|
|
453
|
+
<div class="depline" style="left:139px; top:314px; width:11px; height:1px;"></div>
|
|
454
|
+
<div class="depline" style="left:239px; top:204px; width:6px; height:1px;"></div>
|
|
455
|
+
<div class="depline" style="left:244px; top:204px; width:1px; height:9px;"></div>
|
|
456
|
+
<div class="depline" style="left:235px; top:212px; width:10px; height:1px;"></div>
|
|
457
|
+
<div class="depline" style="left:235px; top:212px; width:1px; height:15px;"></div>
|
|
458
|
+
<div class="depline" style="left:235px; top:226px; width:13px; height:1px;"></div>
|
|
459
|
+
<div class="depline" style="left:239px; top:204px; width:9px; height:1px;"></div>
|
|
460
|
+
<div class="depline" style="left:247px; top:204px; width:1px; height:12px;"></div>
|
|
461
|
+
<div class="depline" style="left:222px; top:215px; width:26px; height:1px;"></div>
|
|
462
|
+
<div class="depline" style="left:222px; top:215px; width:1px; height:122px;"></div>
|
|
463
|
+
<div class="depline" style="left:222px; top:336px; width:11px; height:1px;"></div>
|
|
464
|
+
<div class="depline" style="left:294px; top:226px; width:6px; height:1px;"></div>
|
|
465
|
+
<div class="depline" style="left:299px; top:226px; width:1px; height:9px;"></div>
|
|
466
|
+
<div class="depline" style="left:277px; top:234px; width:23px; height:1px;"></div>
|
|
467
|
+
<div class="depline" style="left:277px; top:234px; width:1px; height:125px;"></div>
|
|
468
|
+
<div class="depline" style="left:277px; top:358px; width:11px; height:1px;"></div>
|
|
469
|
+
<div class="depline" style="left:150px; top:248px; width:15px; height:1px;"></div>
|
|
470
|
+
<div class="depline" style="left:164px; top:248px; width:1px; height:111px;"></div>
|
|
471
|
+
<div class="depline" style="left:164px; top:358px; width:124px; height:1px;"></div>
|
|
472
|
+
<div class="depline" style="left:32px; top:292px; width:6px; height:1px;"></div>
|
|
473
|
+
<div class="depline" style="left:37px; top:283px; width:1px; height:10px;"></div>
|
|
474
|
+
<div class="depline" style="left:11px; top:283px; width:27px; height:1px;"></div>
|
|
475
|
+
<div class="depline" style="left:11px; top:72px; width:1px; height:212px;"></div>
|
|
476
|
+
<div class="depline" style="left:11px; top:72px; width:16px; height:1px;"></div>
|
|
477
|
+
<div class="depline" style="left:32px; top:292px; width:9px; height:1px;"></div>
|
|
478
|
+
<div class="depline" style="left:40px; top:280px; width:1px; height:13px;"></div>
|
|
479
|
+
<div class="depline" style="left:8px; top:280px; width:33px; height:1px;"></div>
|
|
480
|
+
<div class="depline" style="left:8px; top:248px; width:1px; height:33px;"></div>
|
|
481
|
+
<div class="depline" style="left:8px; top:248px; width:19px; height:1px;"></div>
|
|
482
|
+
<div class="depline" style="left:47px; top:94px; width:1px; height:1px;"></div>
|
|
483
|
+
<div class="depline" style="left:46px; top:93px; width:1px; height:3px;"></div>
|
|
484
|
+
<div class="depline" style="left:45px; top:92px; width:1px; height:5px;"></div>
|
|
485
|
+
<div class="depline" style="left:44px; top:91px; width:1px; height:7px;"></div>
|
|
486
|
+
<div class="depline" style="left:43px; top:90px; width:1px; height:9px;"></div>
|
|
487
|
+
<div class="depline" style="left:42px; top:89px; width:1px; height:11px;"></div>
|
|
488
|
+
<div class="depline" style="left:230px; top:204px; width:1px; height:1px;"></div>
|
|
489
|
+
<div class="depline" style="left:229px; top:203px; width:1px; height:3px;"></div>
|
|
490
|
+
<div class="depline" style="left:228px; top:202px; width:1px; height:5px;"></div>
|
|
491
|
+
<div class="depline" style="left:227px; top:201px; width:1px; height:7px;"></div>
|
|
492
|
+
<div class="depline" style="left:226px; top:200px; width:1px; height:9px;"></div>
|
|
493
|
+
<div class="depline" style="left:225px; top:199px; width:1px; height:11px;"></div>
|
|
494
|
+
<div class="depline" style="left:154px; top:138px; width:1px; height:1px;"></div>
|
|
495
|
+
<div class="depline" style="left:153px; top:137px; width:1px; height:3px;"></div>
|
|
496
|
+
<div class="depline" style="left:152px; top:136px; width:1px; height:5px;"></div>
|
|
497
|
+
<div class="depline" style="left:151px; top:135px; width:1px; height:7px;"></div>
|
|
498
|
+
<div class="depline" style="left:150px; top:134px; width:1px; height:9px;"></div>
|
|
499
|
+
<div class="depline" style="left:149px; top:133px; width:1px; height:11px;"></div>
|
|
500
|
+
<div class="depline" style="left:92px; top:160px; width:1px; height:1px;"></div>
|
|
501
|
+
<div class="depline" style="left:91px; top:159px; width:1px; height:3px;"></div>
|
|
502
|
+
<div class="depline" style="left:90px; top:158px; width:1px; height:5px;"></div>
|
|
503
|
+
<div class="depline" style="left:89px; top:157px; width:1px; height:7px;"></div>
|
|
504
|
+
<div class="depline" style="left:88px; top:156px; width:1px; height:9px;"></div>
|
|
505
|
+
<div class="depline" style="left:87px; top:155px; width:1px; height:11px;"></div>
|
|
506
|
+
<div class="depline" style="left:149px; top:314px; width:1px; height:1px;"></div>
|
|
507
|
+
<div class="depline" style="left:148px; top:313px; width:1px; height:3px;"></div>
|
|
508
|
+
<div class="depline" style="left:147px; top:312px; width:1px; height:5px;"></div>
|
|
509
|
+
<div class="depline" style="left:146px; top:311px; width:1px; height:7px;"></div>
|
|
510
|
+
<div class="depline" style="left:145px; top:310px; width:1px; height:9px;"></div>
|
|
511
|
+
<div class="depline" style="left:144px; top:309px; width:1px; height:11px;"></div>
|
|
512
|
+
<div class="depline" style="left:247px; top:226px; width:1px; height:1px;"></div>
|
|
513
|
+
<div class="depline" style="left:246px; top:225px; width:1px; height:3px;"></div>
|
|
514
|
+
<div class="depline" style="left:245px; top:224px; width:1px; height:5px;"></div>
|
|
515
|
+
<div class="depline" style="left:244px; top:223px; width:1px; height:7px;"></div>
|
|
516
|
+
<div class="depline" style="left:243px; top:222px; width:1px; height:9px;"></div>
|
|
517
|
+
<div class="depline" style="left:242px; top:221px; width:1px; height:11px;"></div>
|
|
518
|
+
<div class="depline" style="left:232px; top:336px; width:1px; height:1px;"></div>
|
|
519
|
+
<div class="depline" style="left:231px; top:335px; width:1px; height:3px;"></div>
|
|
520
|
+
<div class="depline" style="left:230px; top:334px; width:1px; height:5px;"></div>
|
|
521
|
+
<div class="depline" style="left:229px; top:333px; width:1px; height:7px;"></div>
|
|
522
|
+
<div class="depline" style="left:228px; top:332px; width:1px; height:9px;"></div>
|
|
523
|
+
<div class="depline" style="left:227px; top:331px; width:1px; height:11px;"></div>
|
|
524
|
+
<div class="depline" style="left:287px; top:358px; width:1px; height:1px;"></div>
|
|
525
|
+
<div class="depline" style="left:286px; top:357px; width:1px; height:3px;"></div>
|
|
526
|
+
<div class="depline" style="left:285px; top:356px; width:1px; height:5px;"></div>
|
|
527
|
+
<div class="depline" style="left:284px; top:355px; width:1px; height:7px;"></div>
|
|
528
|
+
<div class="depline" style="left:283px; top:354px; width:1px; height:9px;"></div>
|
|
529
|
+
<div class="depline" style="left:282px; top:353px; width:1px; height:11px;"></div>
|
|
530
|
+
<div class="depline" style="left:26px; top:72px; width:1px; height:1px;"></div>
|
|
531
|
+
<div class="depline" style="left:25px; top:71px; width:1px; height:3px;"></div>
|
|
532
|
+
<div class="depline" style="left:24px; top:70px; width:1px; height:5px;"></div>
|
|
533
|
+
<div class="depline" style="left:23px; top:69px; width:1px; height:7px;"></div>
|
|
534
|
+
<div class="depline" style="left:22px; top:68px; width:1px; height:9px;"></div>
|
|
535
|
+
<div class="depline" style="left:21px; top:67px; width:1px; height:11px;"></div>
|
|
536
|
+
<div class="depline" style="left:26px; top:248px; width:1px; height:1px;"></div>
|
|
537
|
+
<div class="depline" style="left:25px; top:247px; width:1px; height:3px;"></div>
|
|
538
|
+
<div class="depline" style="left:24px; top:246px; width:1px; height:5px;"></div>
|
|
539
|
+
<div class="depline" style="left:23px; top:245px; width:1px; height:7px;"></div>
|
|
540
|
+
<div class="depline" style="left:22px; top:244px; width:1px; height:9px;"></div>
|
|
541
|
+
<div class="depline" style="left:21px; top:243px; width:1px; height:11px;"></div>
|
|
542
|
+
</div></div></td>
|
|
543
|
+
</tr>
|
|
544
|
+
<tr class="tabhead" style="height:19px; font-size:15px;"/>
|
|
545
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
546
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">1</div></td>
|
|
547
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:3px; font-weight:bold; ">Accounting Software</div></td>
|
|
548
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">Wed 2002-01-16</div></td>
|
|
549
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">Tue 2002-04-16</div></td>
|
|
550
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:19px; font-weight:bold; ">180.3</div></td>
|
|
551
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:19px; font-weight:bold; ">90.5</div></td>
|
|
552
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:19px; font-weight:bold; ">80,437</div></td>
|
|
553
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:19px; font-weight:bold; ">98,000</div></td>
|
|
554
|
+
</tr>
|
|
555
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
556
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.1</div></td>
|
|
557
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:11px; ">Specification</div></td>
|
|
558
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Wed 2002-01-16</div></td>
|
|
559
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Thu 2002-01-24</div></td>
|
|
560
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">20.3</div></td>
|
|
561
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">8.3</div></td>
|
|
562
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">7,628</div></td>
|
|
563
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">0</div></td>
|
|
564
|
+
</tr>
|
|
565
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
566
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">1.2</div></td>
|
|
567
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:11px; font-weight:bold; ">Software Development</div></td>
|
|
568
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">Thu 2002-01-24</div></td>
|
|
569
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">Tue 2002-03-26</div></td>
|
|
570
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">85.0</div></td>
|
|
571
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">60.8</div></td>
|
|
572
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">32,150</div></td>
|
|
573
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">0</div></td>
|
|
574
|
+
</tr>
|
|
575
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
576
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.2.1</div></td>
|
|
577
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Database coupling</div></td>
|
|
578
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Thu 2002-01-24</div></td>
|
|
579
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Thu 2002-02-07</div></td>
|
|
580
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">20.0</div></td>
|
|
581
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">14.0</div></td>
|
|
582
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">7,400</div></td>
|
|
583
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">0</div></td>
|
|
584
|
+
</tr>
|
|
585
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
586
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">1.2.2</div></td>
|
|
587
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Graphical User Interface</div></td>
|
|
588
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">Thu 2002-02-28</div></td>
|
|
589
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">Tue 2002-03-26</div></td>
|
|
590
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">35.0</div></td>
|
|
591
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">25.8</div></td>
|
|
592
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">13,650</div></td>
|
|
593
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">0</div></td>
|
|
594
|
+
</tr>
|
|
595
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
596
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.2.3</div></td>
|
|
597
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Back-End Functions</div></td>
|
|
598
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Thu 2002-02-07</div></td>
|
|
599
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Thu 2002-02-28</div></td>
|
|
600
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">30.0</div></td>
|
|
601
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">21.0</div></td>
|
|
602
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">11,100</div></td>
|
|
603
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">0</div></td>
|
|
604
|
+
</tr>
|
|
605
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
606
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">1.3</div></td>
|
|
607
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:11px; font-weight:bold; ">Software testing</div></td>
|
|
608
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">Tue 2002-03-26</div></td>
|
|
609
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">Tue 2002-04-16</div></td>
|
|
610
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">25.0</div></td>
|
|
611
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">21.0</div></td>
|
|
612
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">8,425</div></td>
|
|
613
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">0</div></td>
|
|
614
|
+
</tr>
|
|
615
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
616
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.3.1</div></td>
|
|
617
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Alpha Test</div></td>
|
|
618
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Tue 2002-03-26</div></td>
|
|
619
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Thu 2002-03-28</div></td>
|
|
620
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">5.0</div></td>
|
|
621
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">2.3</div></td>
|
|
622
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">1,770</div></td>
|
|
623
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">0</div></td>
|
|
624
|
+
</tr>
|
|
625
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
626
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">1.3.2</div></td>
|
|
627
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Beta Test</div></td>
|
|
628
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">Mon 2002-04-01</div></td>
|
|
629
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">Tue 2002-04-16</div></td>
|
|
630
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">20.0</div></td>
|
|
631
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">15.1</div></td>
|
|
632
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">6,655</div></td>
|
|
633
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">0</div></td>
|
|
634
|
+
</tr>
|
|
635
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
636
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.4</div></td>
|
|
637
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:11px; ">Manual</div></td>
|
|
638
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Wed 2002-01-16</div></td>
|
|
639
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Tue 2002-02-26</div></td>
|
|
640
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">50.0</div></td>
|
|
641
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">41.1</div></td>
|
|
642
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">16,856</div></td>
|
|
643
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">0</div></td>
|
|
644
|
+
</tr>
|
|
645
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
646
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">1.5</div></td>
|
|
647
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:11px; font-weight:bold; ">Milestones</div></td>
|
|
648
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">Wed 2002-01-16</div></td>
|
|
649
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">Tue 2002-04-16</div></td>
|
|
650
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">0.0</div></td>
|
|
651
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">90.5</div></td>
|
|
652
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">0</div></td>
|
|
653
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; font-weight:bold; ">98,000</div></td>
|
|
654
|
+
</tr>
|
|
655
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
656
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.5.1</div></td>
|
|
657
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Project start</div></td>
|
|
658
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Wed 2002-01-16</div></td>
|
|
659
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Wed 2002-01-16</div></td>
|
|
660
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">0.0</div></td>
|
|
661
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">0.0</div></td>
|
|
662
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">0</div></td>
|
|
663
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">21,000</div></td>
|
|
664
|
+
</tr>
|
|
665
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
666
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">1.5.2</div></td>
|
|
667
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Technology Preview</div></td>
|
|
668
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">Thu 2002-02-28</div></td>
|
|
669
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">Thu 2002-02-28</div></td>
|
|
670
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">0.0</div></td>
|
|
671
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">0.0</div></td>
|
|
672
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">0</div></td>
|
|
673
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">31,000</div></td>
|
|
674
|
+
</tr>
|
|
675
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
676
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.5.3</div></td>
|
|
677
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Beta version</div></td>
|
|
678
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Thu 2002-03-28</div></td>
|
|
679
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:left; ">Thu 2002-03-28</div></td>
|
|
680
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">0.0</div></td>
|
|
681
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">0.0</div></td>
|
|
682
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">0</div></td>
|
|
683
|
+
<td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">13,000</div></td>
|
|
684
|
+
</tr>
|
|
685
|
+
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
686
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">1.5.4</div></td>
|
|
687
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Ship Product to Customer</div></td>
|
|
688
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">Tue 2002-04-16</div></td>
|
|
689
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:left; ">Tue 2002-04-16</div></td>
|
|
690
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">0.0</div></td>
|
|
691
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">0.0</div></td>
|
|
692
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">0</div></td>
|
|
693
|
+
<td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">33,000</div></td>
|
|
694
|
+
</tr>
|
|
695
|
+
</tbody></table></td></tr>
|
|
696
|
+
<tr><td class="tabback"><div class="caption" style="margin:1px"><div>All effort values are in man days.</div></div></td></tr>
|
|
697
|
+
<tr style="font-size:10px;"><td style="padding-left:1px; padding-right:1px;"><table class="legendback" style="width:100%" border="0" cellspacing="1" align="center"><tbody>
|
|
698
|
+
<tr><td colspan="8" style="height:5px"/></tr>
|
|
699
|
+
<tr>
|
|
700
|
+
<td style="width:19%; padding-left:10px; ">Container Task</td>
|
|
701
|
+
<td style="width:8%"><div style="position:relative; width:40px; height:15px;">
|
|
702
|
+
<div class="containerbar" style="left:5px; top:2px; width:36px; height:5px;"></div>
|
|
703
|
+
<div class="containerbar" style="left:5px; top:7px; width:11px; height:1px;"></div>
|
|
704
|
+
<div class="containerbar" style="left:6px; top:8px; width:9px; height:1px;"></div>
|
|
705
|
+
<div class="containerbar" style="left:7px; top:9px; width:7px; height:1px;"></div>
|
|
706
|
+
<div class="containerbar" style="left:8px; top:10px; width:5px; height:1px;"></div>
|
|
707
|
+
<div class="containerbar" style="left:9px; top:11px; width:3px; height:1px;"></div>
|
|
708
|
+
<div class="containerbar" style="left:10px; top:12px; width:1px; height:1px;"></div>
|
|
709
|
+
<div class="containerbar" style="left:30px; top:7px; width:11px; height:1px;"></div>
|
|
710
|
+
<div class="containerbar" style="left:31px; top:8px; width:9px; height:1px;"></div>
|
|
711
|
+
<div class="containerbar" style="left:32px; top:9px; width:7px; height:1px;"></div>
|
|
712
|
+
<div class="containerbar" style="left:33px; top:10px; width:5px; height:1px;"></div>
|
|
713
|
+
<div class="containerbar" style="left:34px; top:11px; width:3px; height:1px;"></div>
|
|
714
|
+
<div class="containerbar" style="left:35px; top:12px; width:1px; height:1px;"></div>
|
|
715
|
+
</div></td>
|
|
716
|
+
<td style="width:8%"/>
|
|
717
|
+
<td style="width:19%; padding-left:10px; ">Normal Task</td>
|
|
718
|
+
<td style="width:8%"><div style="position:relative; width:40px; height:15px;">
|
|
719
|
+
<div class="taskbarframe" style="left:5px; top:1px; width:31px; height:12px;"></div>
|
|
720
|
+
<div class="taskbar" style="left:6px; top:2px; width:29px; height:10px;"></div>
|
|
721
|
+
<div class="progressbar" style="left:6px; top:4px; width:14px; height:6px;"></div>
|
|
722
|
+
</div></td>
|
|
723
|
+
<td style="width:9%"/>
|
|
724
|
+
<td style="width:19%; padding-left:10px; ">Milestone</td>
|
|
725
|
+
<td style="width:8%"><div style="position:relative; width:20px; height:15px;">
|
|
726
|
+
<div class="milestone" style="left:5px; top:7px; width:13px; height:1px;"></div>
|
|
727
|
+
<div class="milestone" style="left:6px; top:6px; width:11px; height:3px;"></div>
|
|
728
|
+
<div class="milestone" style="left:7px; top:5px; width:9px; height:5px;"></div>
|
|
729
|
+
<div class="milestone" style="left:8px; top:4px; width:7px; height:7px;"></div>
|
|
730
|
+
<div class="milestone" style="left:9px; top:3px; width:5px; height:9px;"></div>
|
|
731
|
+
<div class="milestone" style="left:10px; top:2px; width:3px; height:11px;"></div>
|
|
732
|
+
<div class="milestone" style="left:11px; top:1px; width:1px; height:13px;"></div>
|
|
733
|
+
</div></td>
|
|
734
|
+
</tr>
|
|
735
|
+
<tr><td colspan="8" style="height:5px"/></tr>
|
|
736
|
+
</tbody></table></td></tr>
|
|
737
|
+
<tr style="font-size:9px"><td class="tabfooter">© 2002 Crappy Software, Inc. - Project: Accounting Software Version: 1.0 - Created on 2009-04-20 09:44:54 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.2</td></tr>
|
|
738
|
+
</tbody>
|
|
739
|
+
</table>
|
|
740
|
+
<div>
|
|
741
|
+
<h2 id="Staffing">Staffing</h2>
|
|
742
|
+
<p>All project phases are properly staffed. See <a href="ResourceGraph.html">ResourceGraph</a> for detailed resource allocations.</p>
|
|
743
|
+
<h2 id="Current_Status">Current Status</h2>
|
|
744
|
+
<p>The project started off with a delay of 4 days. This slightly affected the original schedule. See <a href="Deliveries.html">Deliveries</a> for the impact on the delivery dates.</p>
|
|
745
|
+
</div>
|
|
746
|
+
</div></body>
|
|
747
|
+
</html>
|