taskjuggler 0.0.11 → 0.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.
Files changed (697) hide show
  1. data/CHANGELOG +6 -1550
  2. data/benchmarks/UTF-8-Strings.rb +58 -0
  3. data/benchmarks/profile.clt +36082 -0
  4. data/benchmarks/profile.html +58182 -0
  5. data/benchmarks/runbench.rb +2 -2
  6. data/data/css/tjmanual.css +0 -1
  7. data/doc/AppConfig.html +1491 -0
  8. data/doc/CHANGELOG.html +557 -0
  9. data/doc/COPYING.html +899 -0
  10. data/doc/Diff.html +1193 -0
  11. data/doc/Diff/Hunk.html +1026 -0
  12. data/doc/Diffable.html +684 -0
  13. data/doc/DiffableString.html +684 -0
  14. data/doc/Object.html +720 -0
  15. data/doc/README_rdoc.html +742 -0
  16. data/doc/RuntimeConfig.html +856 -0
  17. data/doc/String.html +1005 -0
  18. data/doc/TaskJuggler.html +2639 -0
  19. data/doc/TaskJuggler/Account.html +753 -0
  20. data/doc/TaskJuggler/AccountAttribute.html +769 -0
  21. data/doc/TaskJuggler/AccountScenario.html +712 -0
  22. data/doc/TaskJuggler/Allocation.html +963 -0
  23. data/doc/TaskJuggler/AllocationAttribute.html +799 -0
  24. data/doc/TaskJuggler/AttributeBase.html +1328 -0
  25. data/doc/TaskJuggler/AttributeDefinition.html +815 -0
  26. data/doc/TaskJuggler/AttributeOverwrite.html +606 -0
  27. data/doc/TaskJuggler/BatchProcessor.html +1178 -0
  28. data/doc/TaskJuggler/Booking.html +859 -0
  29. data/doc/TaskJuggler/BookingListAttribute.html +769 -0
  30. data/doc/TaskJuggler/BooleanAttribute.html +769 -0
  31. data/doc/TaskJuggler/CSVFile.html +1128 -0
  32. data/doc/TaskJuggler/CellSettingPattern.html +700 -0
  33. data/doc/TaskJuggler/CellSettingPatternList.html +749 -0
  34. data/doc/TaskJuggler/Charge.html +777 -0
  35. data/doc/TaskJuggler/ChargeListAttribute.html +733 -0
  36. data/doc/TaskJuggler/ChargeSet.html +949 -0
  37. data/doc/TaskJuggler/ChargeSetListAttribute.html +778 -0
  38. data/doc/TaskJuggler/CollisionDetector.html +1089 -0
  39. data/doc/TaskJuggler/ColumnListAttribute.html +733 -0
  40. data/doc/TaskJuggler/ColumnTable.html +763 -0
  41. data/doc/TaskJuggler/Daemon.html +819 -0
  42. data/doc/TaskJuggler/DataCache.html +1025 -0
  43. data/doc/TaskJuggler/DataCacheEntry.html +737 -0
  44. data/doc/TaskJuggler/DateAttribute.html +737 -0
  45. data/doc/TaskJuggler/DefinitionListAttribute.html +655 -0
  46. data/doc/TaskJuggler/DependencyListAttribute.html +773 -0
  47. data/doc/TaskJuggler/DurationAttribute.html +770 -0
  48. data/doc/TaskJuggler/FileList.html +793 -0
  49. data/doc/TaskJuggler/FileRecord.html +702 -0
  50. data/doc/TaskJuggler/FixnumAttribute.html +691 -0
  51. data/doc/TaskJuggler/FlagListAttribute.html +769 -0
  52. data/doc/TaskJuggler/FloatAttribute.html +733 -0
  53. data/doc/TaskJuggler/FormatListAttribute.html +697 -0
  54. data/doc/TaskJuggler/GanttChart.html +1487 -0
  55. data/doc/TaskJuggler/GanttContainer.html +945 -0
  56. data/doc/TaskJuggler/GanttHeader.html +948 -0
  57. data/doc/TaskJuggler/GanttHeaderScaleItem.html +762 -0
  58. data/doc/TaskJuggler/GanttLine.html +1325 -0
  59. data/doc/TaskJuggler/GanttLoadStack.html +828 -0
  60. data/doc/TaskJuggler/GanttMilestone.html +926 -0
  61. data/doc/TaskJuggler/GanttRouter.html +1136 -0
  62. data/doc/TaskJuggler/GanttTaskBar.html +948 -0
  63. data/doc/TaskJuggler/HTMLDocument.html +754 -0
  64. data/doc/TaskJuggler/HTMLElements.html +599 -0
  65. data/doc/TaskJuggler/HTMLGraphics.html +837 -0
  66. data/doc/TaskJuggler/Interval.html +1076 -0
  67. data/doc/TaskJuggler/IntervalList.html +797 -0
  68. data/doc/TaskJuggler/IntervalListAttribute.html +773 -0
  69. data/doc/TaskJuggler/JobInfo.html +943 -0
  70. data/doc/TaskJuggler/Journal.html +1248 -0
  71. data/doc/TaskJuggler/JournalEntry.html +860 -0
  72. data/doc/TaskJuggler/JournalEntryList.html +1229 -0
  73. data/doc/TaskJuggler/KeywordArray.html +696 -0
  74. data/doc/TaskJuggler/KeywordDocumentation.html +2250 -0
  75. data/doc/TaskJuggler/Limits.html +1036 -0
  76. data/doc/TaskJuggler/Limits/Limit.html +947 -0
  77. data/doc/TaskJuggler/LimitsAttribute.html +734 -0
  78. data/doc/TaskJuggler/ListAttributeBase.html +703 -0
  79. data/doc/TaskJuggler/Log.html +1163 -0
  80. data/doc/TaskJuggler/LogFile.html +980 -0
  81. data/doc/TaskJuggler/LogicalAttribute.html +760 -0
  82. data/doc/TaskJuggler/LogicalExpression.html +801 -0
  83. data/doc/TaskJuggler/LogicalExpressionAttribute.html +691 -0
  84. data/doc/TaskJuggler/LogicalExpressionListAttribute.html +691 -0
  85. data/doc/TaskJuggler/LogicalFlag.html +753 -0
  86. data/doc/TaskJuggler/LogicalFunction.html +1409 -0
  87. data/doc/TaskJuggler/LogicalOperation.html +1144 -0
  88. data/doc/TaskJuggler/ManagerResponsibilities.html +736 -0
  89. data/doc/TaskJuggler/ManagerStatusRecord.html +740 -0
  90. data/doc/TaskJuggler/Message.html +837 -0
  91. data/doc/TaskJuggler/MessageHandler.html +1056 -0
  92. data/doc/TaskJuggler/Navigator.html +943 -0
  93. data/doc/TaskJuggler/NavigatorElement.html +994 -0
  94. data/doc/TaskJuggler/NikuProject.html +724 -0
  95. data/doc/TaskJuggler/NikuReport.html +1470 -0
  96. data/doc/TaskJuggler/NikuResource.html +694 -0
  97. data/doc/TaskJuggler/NodeListAttribute.html +655 -0
  98. data/doc/TaskJuggler/PlaceHolderCell.html +748 -0
  99. data/doc/TaskJuggler/ProcessIntercom.html +1017 -0
  100. data/doc/TaskJuggler/ProcessIntercomIface.html +773 -0
  101. data/doc/TaskJuggler/Project.html +3478 -0
  102. data/doc/TaskJuggler/ProjectBroker.html +1676 -0
  103. data/doc/TaskJuggler/ProjectBrokerIface.html +851 -0
  104. data/doc/TaskJuggler/ProjectFileParser.html +2102 -0
  105. data/doc/TaskJuggler/ProjectFileScanner.html +1896 -0
  106. data/doc/TaskJuggler/ProjectRecord.html +978 -0
  107. data/doc/TaskJuggler/ProjectServer.html +1249 -0
  108. data/doc/TaskJuggler/ProjectServerIface.html +868 -0
  109. data/doc/TaskJuggler/PropertyAttribute.html +691 -0
  110. data/doc/TaskJuggler/PropertyList.html +1399 -0
  111. data/doc/TaskJuggler/PropertySet.html +1796 -0
  112. data/doc/TaskJuggler/PropertyTreeNode.html +2851 -0
  113. data/doc/TaskJuggler/Query.html +1756 -0
  114. data/doc/TaskJuggler/RTFHandlers.html +664 -0
  115. data/doc/TaskJuggler/RTFNavigator.html +792 -0
  116. data/doc/TaskJuggler/RTFQuery.html +1083 -0
  117. data/doc/TaskJuggler/RTFReport.html +820 -0
  118. data/doc/TaskJuggler/RTFReportLink.html +812 -0
  119. data/doc/TaskJuggler/RTFWithQuerySupport.html +702 -0
  120. data/doc/TaskJuggler/RealFormat.html +805 -0
  121. data/doc/TaskJuggler/RealFormatAttribute.html +655 -0
  122. data/doc/TaskJuggler/ReferenceAttribute.html +880 -0
  123. data/doc/TaskJuggler/Report.html +1501 -0
  124. data/doc/TaskJuggler/ReportBase.html +1266 -0
  125. data/doc/TaskJuggler/ReportContext.html +837 -0
  126. data/doc/TaskJuggler/ReportServer.html +1068 -0
  127. data/doc/TaskJuggler/ReportServerIface.html +902 -0
  128. data/doc/TaskJuggler/ReportServerRecord.html +781 -0
  129. data/doc/TaskJuggler/ReportServlet.html +1029 -0
  130. data/doc/TaskJuggler/ReportTable.html +1179 -0
  131. data/doc/TaskJuggler/ReportTableCell.html +1666 -0
  132. data/doc/TaskJuggler/ReportTableColumn.html +890 -0
  133. data/doc/TaskJuggler/ReportTableLegend.html +1060 -0
  134. data/doc/TaskJuggler/ReportTableLine.html +1067 -0
  135. data/doc/TaskJuggler/Resource.html +1004 -0
  136. data/doc/TaskJuggler/ResourceListAttribute.html +829 -0
  137. data/doc/TaskJuggler/ResourceListRE.html +737 -0
  138. data/doc/TaskJuggler/ResourceScenario.html +2549 -0
  139. data/doc/TaskJuggler/RichText.html +879 -0
  140. data/doc/TaskJuggler/RichTextAttribute.html +811 -0
  141. data/doc/TaskJuggler/RichTextDocument.html +1038 -0
  142. data/doc/TaskJuggler/RichTextElement.html +1780 -0
  143. data/doc/TaskJuggler/RichTextFunctionExample.html +799 -0
  144. data/doc/TaskJuggler/RichTextFunctionHandler.html +750 -0
  145. data/doc/TaskJuggler/RichTextImage.html +712 -0
  146. data/doc/TaskJuggler/RichTextIntermediate.html +1285 -0
  147. data/doc/TaskJuggler/RichTextParser.html +868 -0
  148. data/doc/TaskJuggler/RichTextScanner.html +1565 -0
  149. data/doc/TaskJuggler/RichTextSnip.html +1000 -0
  150. data/doc/TaskJuggler/RichTextSyntaxRules.html +2052 -0
  151. data/doc/TaskJuggler/Scenario.html +656 -0
  152. data/doc/TaskJuggler/ScenarioData.html +838 -0
  153. data/doc/TaskJuggler/ScenarioListAttribute.html +733 -0
  154. data/doc/TaskJuggler/Scoreboard.html +1201 -0
  155. data/doc/TaskJuggler/SheetHandlerBase.html +1297 -0
  156. data/doc/TaskJuggler/SheetReceiver.html +1398 -0
  157. data/doc/TaskJuggler/SheetSender.html +1168 -0
  158. data/doc/TaskJuggler/Shift.html +751 -0
  159. data/doc/TaskJuggler/ShiftAssignment.html +1008 -0
  160. data/doc/TaskJuggler/ShiftAssignments.html +1413 -0
  161. data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +734 -0
  162. data/doc/TaskJuggler/ShiftScenario.html +782 -0
  163. data/doc/TaskJuggler/SimpleQueryExpander.html +732 -0
  164. data/doc/TaskJuggler/SortListAttribute.html +691 -0
  165. data/doc/TaskJuggler/StatusSheetReceiver.html +678 -0
  166. data/doc/TaskJuggler/StatusSheetReport.html +935 -0
  167. data/doc/TaskJuggler/StatusSheetSender.html +808 -0
  168. data/doc/TaskJuggler/StdIoWrapper.html +696 -0
  169. data/doc/TaskJuggler/StringAttribute.html +733 -0
  170. data/doc/TaskJuggler/SymbolAttribute.html +691 -0
  171. data/doc/TaskJuggler/SyntaxReference.html +1240 -0
  172. data/doc/TaskJuggler/TOCEntry.html +836 -0
  173. data/doc/TaskJuggler/TSResourceRecord.html +732 -0
  174. data/doc/TaskJuggler/TSTaskRecord.html +744 -0
  175. data/doc/TaskJuggler/TableColumnDefinition.html +949 -0
  176. data/doc/TaskJuggler/TableOfContents.html +790 -0
  177. data/doc/TaskJuggler/TableReport.html +2555 -0
  178. data/doc/TaskJuggler/Task.html +890 -0
  179. data/doc/TaskJuggler/TaskDepListAttribute.html +773 -0
  180. data/doc/TaskJuggler/TaskDependency.html +832 -0
  181. data/doc/TaskJuggler/TaskListAttribute.html +773 -0
  182. data/doc/TaskJuggler/TaskListRE.html +736 -0
  183. data/doc/TaskJuggler/TaskScenario.html +5180 -0
  184. data/doc/TaskJuggler/TernarySearchTree.html +1341 -0
  185. data/doc/TaskJuggler/TextFormatter.html +973 -0
  186. data/doc/TaskJuggler/TextParser.html +1862 -0
  187. data/doc/TaskJuggler/TextParser/Macro.html +708 -0
  188. data/doc/TaskJuggler/TextParser/MacroTable.html +832 -0
  189. data/doc/TaskJuggler/TextParser/Pattern.html +1743 -0
  190. data/doc/TaskJuggler/TextParser/Rule.html +1419 -0
  191. data/doc/TaskJuggler/TextParser/Scanner.html +1516 -0
  192. data/doc/TaskJuggler/TextParser/Scanner/BufferStreamHandle.html +661 -0
  193. data/doc/TaskJuggler/TextParser/Scanner/FileStreamHandle.html +727 -0
  194. data/doc/TaskJuggler/TextParser/Scanner/MacroStackEntry.html +724 -0
  195. data/doc/TaskJuggler/TextParser/Scanner/StreamHandle.html +1095 -0
  196. data/doc/TaskJuggler/TextParser/SourceFileInfo.html +760 -0
  197. data/doc/TaskJuggler/TextParser/StackElement.html +940 -0
  198. data/doc/TaskJuggler/TextParser/State.html +1015 -0
  199. data/doc/TaskJuggler/TextParser/StateTransition.html +808 -0
  200. data/doc/TaskJuggler/TextParser/TextParserResultArray.html +711 -0
  201. data/doc/TaskJuggler/TextParser/TokenDoc.html +742 -0
  202. data/doc/TaskJuggler/TextReport.html +921 -0
  203. data/doc/TaskJuggler/TimeSheet.html +1264 -0
  204. data/doc/TaskJuggler/TimeSheetReceiver.html +675 -0
  205. data/doc/TaskJuggler/TimeSheetRecord.html +1415 -0
  206. data/doc/TaskJuggler/TimeSheetReport.html +1013 -0
  207. data/doc/TaskJuggler/TimeSheetSender.html +700 -0
  208. data/doc/TaskJuggler/TimeSheetSummary.html +959 -0
  209. data/doc/TaskJuggler/TimeSheets.html +736 -0
  210. data/doc/TaskJuggler/Tj3.html +857 -0
  211. data/doc/TaskJuggler/Tj3AppBase.html +942 -0
  212. data/doc/TaskJuggler/Tj3Client.html +1510 -0
  213. data/doc/TaskJuggler/Tj3Daemon.html +870 -0
  214. data/doc/TaskJuggler/Tj3Man.html +768 -0
  215. data/doc/TaskJuggler/Tj3SheetAppBase.html +758 -0
  216. data/doc/TaskJuggler/Tj3SsReceiver.html +747 -0
  217. data/doc/TaskJuggler/Tj3SsSender.html +780 -0
  218. data/doc/TaskJuggler/Tj3TsReceiver.html +747 -0
  219. data/doc/TaskJuggler/Tj3TsSender.html +767 -0
  220. data/doc/TaskJuggler/Tj3TsSummary.html +775 -0
  221. data/doc/TaskJuggler/TjException.html +692 -0
  222. data/doc/TaskJuggler/TjRuntimeError.html +606 -0
  223. data/doc/TaskJuggler/TjTime.html +3117 -0
  224. data/doc/TaskJuggler/TjpExample.html +897 -0
  225. data/doc/TaskJuggler/TjpExportRE.html +1772 -0
  226. data/doc/TaskJuggler/TjpSyntaxRules.html +14329 -0
  227. data/doc/TaskJuggler/URLParameter.html +691 -0
  228. data/doc/TaskJuggler/UserManual.html +1224 -0
  229. data/doc/TaskJuggler/VimSyntax.html +1064 -0
  230. data/doc/TaskJuggler/WebServer.html +757 -0
  231. data/doc/TaskJuggler/WelcomePage.html +789 -0
  232. data/doc/TaskJuggler/WorkingHours.html +1218 -0
  233. data/doc/TaskJuggler/WorkingHoursAttribute.html +756 -0
  234. data/doc/TaskJuggler/XMLBlob.html +707 -0
  235. data/doc/TaskJuggler/XMLComment.html +702 -0
  236. data/doc/TaskJuggler/XMLDocument.html +803 -0
  237. data/doc/TaskJuggler/XMLElement.html +990 -0
  238. data/doc/TaskJuggler/XMLNamedText.html +663 -0
  239. data/doc/TaskJuggler/XMLText.html +717 -0
  240. data/doc/index.html +4518 -0
  241. data/doc/lib/taskjuggler/AccountScenario_rb.html +69 -0
  242. data/doc/lib/taskjuggler/Account_rb.html +71 -0
  243. data/doc/lib/taskjuggler/AlgorithmDiff_rb.html +67 -0
  244. data/doc/lib/taskjuggler/Allocation_rb.html +71 -0
  245. data/doc/lib/taskjuggler/AppConfig_rb.html +69 -0
  246. data/doc/lib/taskjuggler/AttributeBase_rb.html +69 -0
  247. data/doc/lib/taskjuggler/AttributeDefinition_rb.html +67 -0
  248. data/doc/lib/taskjuggler/Attributes_rb.html +83 -0
  249. data/doc/lib/taskjuggler/BatchProcessor_rb.html +71 -0
  250. data/doc/lib/taskjuggler/Booking_rb.html +67 -0
  251. data/doc/lib/taskjuggler/ChargeSet_rb.html +69 -0
  252. data/doc/lib/taskjuggler/Charge_rb.html +69 -0
  253. data/doc/lib/taskjuggler/DataCache_rb.html +71 -0
  254. data/doc/lib/taskjuggler/FileList_rb.html +67 -0
  255. data/doc/lib/taskjuggler/HTMLDocument_rb.html +71 -0
  256. data/doc/lib/taskjuggler/HTMLElements_rb.html +69 -0
  257. data/doc/lib/taskjuggler/IntervalList_rb.html +69 -0
  258. data/doc/lib/taskjuggler/Interval_rb.html +69 -0
  259. data/doc/lib/taskjuggler/Journal_rb.html +67 -0
  260. data/doc/lib/taskjuggler/KeywordArray_rb.html +67 -0
  261. data/doc/lib/taskjuggler/KeywordDocumentation_rb.html +77 -0
  262. data/doc/lib/taskjuggler/Limits_rb.html +69 -0
  263. data/doc/lib/taskjuggler/LogFile_rb.html +69 -0
  264. data/doc/lib/taskjuggler/Log_rb.html +71 -0
  265. data/doc/lib/taskjuggler/LogicalExpression_rb.html +73 -0
  266. data/doc/lib/taskjuggler/LogicalFunction_rb.html +69 -0
  267. data/doc/lib/taskjuggler/LogicalOperation_rb.html +69 -0
  268. data/doc/lib/taskjuggler/MessageHandler_rb.html +69 -0
  269. data/doc/lib/taskjuggler/ProjectFileParser_rb.html +77 -0
  270. data/doc/lib/taskjuggler/ProjectFileScanner_rb.html +69 -0
  271. data/doc/lib/taskjuggler/Project_rb.html +113 -0
  272. data/doc/lib/taskjuggler/PropertyList_rb.html +67 -0
  273. data/doc/lib/taskjuggler/PropertySet_rb.html +71 -0
  274. data/doc/lib/taskjuggler/PropertyTreeNode_rb.html +67 -0
  275. data/doc/lib/taskjuggler/Query_rb.html +69 -0
  276. data/doc/lib/taskjuggler/RealFormat_rb.html +67 -0
  277. data/doc/lib/taskjuggler/ResourceScenario_rb.html +69 -0
  278. data/doc/lib/taskjuggler/Resource_rb.html +71 -0
  279. data/doc/lib/taskjuggler/RichText/Document_rb.html +73 -0
  280. data/doc/lib/taskjuggler/RichText/Element_rb.html +75 -0
  281. data/doc/lib/taskjuggler/RichText/FunctionExample_rb.html +73 -0
  282. data/doc/lib/taskjuggler/RichText/FunctionHandler_rb.html +67 -0
  283. data/doc/lib/taskjuggler/RichText/Parser_rb.html +75 -0
  284. data/doc/lib/taskjuggler/RichText/RTFHandlers_rb.html +75 -0
  285. data/doc/lib/taskjuggler/RichText/RTFNavigator_rb.html +73 -0
  286. data/doc/lib/taskjuggler/RichText/RTFQuery_rb.html +73 -0
  287. data/doc/lib/taskjuggler/RichText/RTFReportLink_rb.html +75 -0
  288. data/doc/lib/taskjuggler/RichText/RTFReport_rb.html +71 -0
  289. data/doc/lib/taskjuggler/RichText/RTFWithQuerySupport_rb.html +69 -0
  290. data/doc/lib/taskjuggler/RichText/Scanner_rb.html +71 -0
  291. data/doc/lib/taskjuggler/RichText/Snip_rb.html +71 -0
  292. data/doc/lib/taskjuggler/RichText/SyntaxRules_rb.html +67 -0
  293. data/doc/lib/taskjuggler/RichText/TOCEntry_rb.html +71 -0
  294. data/doc/lib/taskjuggler/RichText/TableOfContents_rb.html +71 -0
  295. data/doc/lib/taskjuggler/RichText_rb.html +73 -0
  296. data/doc/lib/taskjuggler/RuntimeConfig_rb.html +69 -0
  297. data/doc/lib/taskjuggler/ScenarioData_rb.html +71 -0
  298. data/doc/lib/taskjuggler/Scenario_rb.html +69 -0
  299. data/doc/lib/taskjuggler/Scoreboard_rb.html +69 -0
  300. data/doc/lib/taskjuggler/SheetHandlerBase_rb.html +75 -0
  301. data/doc/lib/taskjuggler/SheetReceiver_rb.html +81 -0
  302. data/doc/lib/taskjuggler/SheetSender_rb.html +79 -0
  303. data/doc/lib/taskjuggler/ShiftAssignments_rb.html +71 -0
  304. data/doc/lib/taskjuggler/ShiftScenario_rb.html +69 -0
  305. data/doc/lib/taskjuggler/Shift_rb.html +71 -0
  306. data/doc/lib/taskjuggler/SimpleQueryExpander_rb.html +69 -0
  307. data/doc/lib/taskjuggler/StatusSheetReceiver_rb.html +69 -0
  308. data/doc/lib/taskjuggler/StatusSheetSender_rb.html +69 -0
  309. data/doc/lib/taskjuggler/StdIoWrapper_rb.html +67 -0
  310. data/doc/lib/taskjuggler/SyntaxReference_rb.html +75 -0
  311. data/doc/lib/taskjuggler/TableColumnDefinition_rb.html +67 -0
  312. data/doc/lib/taskjuggler/TaskDependency_rb.html +67 -0
  313. data/doc/lib/taskjuggler/TaskJuggler_rb.html +75 -0
  314. data/doc/lib/taskjuggler/TaskScenario_rb.html +71 -0
  315. data/doc/lib/taskjuggler/Task_rb.html +71 -0
  316. data/doc/lib/taskjuggler/TernarySearchTree_rb.html +69 -0
  317. data/doc/lib/taskjuggler/TextFormatter_rb.html +69 -0
  318. data/doc/lib/taskjuggler/TextParser/MacroTable_rb.html +67 -0
  319. data/doc/lib/taskjuggler/TextParser/Pattern_rb.html +71 -0
  320. data/doc/lib/taskjuggler/TextParser/Rule_rb.html +69 -0
  321. data/doc/lib/taskjuggler/TextParser/Scanner_rb.html +77 -0
  322. data/doc/lib/taskjuggler/TextParser/SourceFileInfo_rb.html +67 -0
  323. data/doc/lib/taskjuggler/TextParser/StackElement_rb.html +67 -0
  324. data/doc/lib/taskjuggler/TextParser/State_rb.html +67 -0
  325. data/doc/lib/taskjuggler/TextParser/TokenDoc_rb.html +67 -0
  326. data/doc/lib/taskjuggler/TextParser_rb.html +79 -0
  327. data/doc/lib/taskjuggler/TimeSheetReceiver_rb.html +69 -0
  328. data/doc/lib/taskjuggler/TimeSheetSender_rb.html +69 -0
  329. data/doc/lib/taskjuggler/TimeSheetSummary_rb.html +69 -0
  330. data/doc/lib/taskjuggler/TimeSheets_rb.html +67 -0
  331. data/doc/lib/taskjuggler/Tj3AppBase_rb.html +79 -0
  332. data/doc/lib/taskjuggler/Tj3Config_rb.html +71 -0
  333. data/doc/lib/taskjuggler/Tj3SheetAppBase_rb.html +69 -0
  334. data/doc/lib/taskjuggler/TjException_rb.html +67 -0
  335. data/doc/lib/taskjuggler/TjTime_rb.html +71 -0
  336. data/doc/lib/taskjuggler/TjpExample_rb.html +69 -0
  337. data/doc/lib/taskjuggler/TjpSyntaxRules_rb.html +67 -0
  338. data/doc/lib/taskjuggler/URLParameter_rb.html +69 -0
  339. data/doc/lib/taskjuggler/UTF8String_rb.html +69 -0
  340. data/doc/lib/taskjuggler/UserManual_rb.html +81 -0
  341. data/doc/lib/taskjuggler/VimSyntax_rb.html +69 -0
  342. data/doc/lib/taskjuggler/WorkingHours_rb.html +71 -0
  343. data/doc/lib/taskjuggler/XMLDocument_rb.html +69 -0
  344. data/doc/lib/taskjuggler/XMLElement_rb.html +69 -0
  345. data/doc/lib/taskjuggler/apps/Tj3Client_rb.html +75 -0
  346. data/doc/lib/taskjuggler/apps/Tj3Daemon_rb.html +75 -0
  347. data/doc/lib/taskjuggler/apps/Tj3Man_rb.html +75 -0
  348. data/doc/lib/taskjuggler/apps/Tj3SsReceiver_rb.html +71 -0
  349. data/doc/lib/taskjuggler/apps/Tj3SsSender_rb.html +71 -0
  350. data/doc/lib/taskjuggler/apps/Tj3TsReceiver_rb.html +71 -0
  351. data/doc/lib/taskjuggler/apps/Tj3TsSender_rb.html +71 -0
  352. data/doc/lib/taskjuggler/apps/Tj3TsSummary_rb.html +71 -0
  353. data/doc/lib/taskjuggler/apps/Tj3_rb.html +71 -0
  354. data/doc/lib/taskjuggler/daemon/Daemon_rb.html +69 -0
  355. data/doc/lib/taskjuggler/daemon/ProcessIntercom_rb.html +71 -0
  356. data/doc/lib/taskjuggler/daemon/ProjectBroker_rb.html +83 -0
  357. data/doc/lib/taskjuggler/daemon/ProjectServer_rb.html +85 -0
  358. data/doc/lib/taskjuggler/daemon/ReportServer_rb.html +73 -0
  359. data/doc/lib/taskjuggler/daemon/ReportServlet_rb.html +69 -0
  360. data/doc/lib/taskjuggler/daemon/WebServer_rb.html +81 -0
  361. data/doc/lib/taskjuggler/daemon/WelcomePage_rb.html +71 -0
  362. data/doc/lib/taskjuggler/deep_copy_rb.html +67 -0
  363. data/doc/lib/taskjuggler/reports/CSVFile_rb.html +69 -0
  364. data/doc/lib/taskjuggler/reports/CollisionDetector_rb.html +69 -0
  365. data/doc/lib/taskjuggler/reports/ColumnTable_rb.html +69 -0
  366. data/doc/lib/taskjuggler/reports/GanttChart_rb.html +75 -0
  367. data/doc/lib/taskjuggler/reports/GanttContainer_rb.html +69 -0
  368. data/doc/lib/taskjuggler/reports/GanttHeaderScaleItem_rb.html +67 -0
  369. data/doc/lib/taskjuggler/reports/GanttHeader_rb.html +69 -0
  370. data/doc/lib/taskjuggler/reports/GanttLine_rb.html +79 -0
  371. data/doc/lib/taskjuggler/reports/GanttLoadStack_rb.html +69 -0
  372. data/doc/lib/taskjuggler/reports/GanttMilestone_rb.html +69 -0
  373. data/doc/lib/taskjuggler/reports/GanttRouter_rb.html +69 -0
  374. data/doc/lib/taskjuggler/reports/GanttTaskBar_rb.html +69 -0
  375. data/doc/lib/taskjuggler/reports/HTMLGraphics_rb.html +67 -0
  376. data/doc/lib/taskjuggler/reports/Navigator_rb.html +69 -0
  377. data/doc/lib/taskjuggler/reports/NikuReport_rb.html +71 -0
  378. data/doc/lib/taskjuggler/reports/ReportBase_rb.html +67 -0
  379. data/doc/lib/taskjuggler/reports/ReportContext_rb.html +67 -0
  380. data/doc/lib/taskjuggler/reports/ReportTableCell_rb.html +67 -0
  381. data/doc/lib/taskjuggler/reports/ReportTableColumn_rb.html +67 -0
  382. data/doc/lib/taskjuggler/reports/ReportTableLegend_rb.html +67 -0
  383. data/doc/lib/taskjuggler/reports/ReportTableLine_rb.html +69 -0
  384. data/doc/lib/taskjuggler/reports/ReportTable_rb.html +71 -0
  385. data/doc/lib/taskjuggler/reports/Report_rb.html +93 -0
  386. data/doc/lib/taskjuggler/reports/ResourceListRE_rb.html +75 -0
  387. data/doc/lib/taskjuggler/reports/StatusSheetReport_rb.html +69 -0
  388. data/doc/lib/taskjuggler/reports/TableReport_rb.html +77 -0
  389. data/doc/lib/taskjuggler/reports/TaskListRE_rb.html +75 -0
  390. data/doc/lib/taskjuggler/reports/TextReport_rb.html +69 -0
  391. data/doc/lib/taskjuggler/reports/TimeSheetReport_rb.html +69 -0
  392. data/doc/lib/taskjuggler/reports/TjpExportRE_rb.html +69 -0
  393. data/doc/lib/tj3_rb.html +69 -0
  394. data/doc/lib/tj3client_rb.html +69 -0
  395. data/doc/lib/tj3d_rb.html +69 -0
  396. data/doc/lib/tj3man_rb.html +69 -0
  397. data/doc/lib/tj3ss_receiver_rb.html +69 -0
  398. data/doc/lib/tj3ss_sender_rb.html +69 -0
  399. data/doc/lib/tj3ts_receiver_rb.html +69 -0
  400. data/doc/lib/tj3ts_sender_rb.html +69 -0
  401. data/doc/lib/tj3ts_summary_rb.html +69 -0
  402. data/doc/rdoc.css +706 -0
  403. data/examples/tutorial.tjp +2 -1
  404. data/lib/taskjuggler/Attributes.rb +33 -12
  405. data/lib/taskjuggler/DataCache.rb +17 -0
  406. data/lib/taskjuggler/FileList.rb +9 -0
  407. data/lib/taskjuggler/HTMLDocument.rb +19 -21
  408. data/lib/taskjuggler/HTMLElements.rb +46 -0
  409. data/lib/taskjuggler/Journal.rb +95 -46
  410. data/lib/taskjuggler/KeywordDocumentation.rb +248 -185
  411. data/lib/taskjuggler/LogicalExpression.rb +2 -2
  412. data/lib/taskjuggler/LogicalFunction.rb +22 -1
  413. data/lib/taskjuggler/LogicalOperation.rb +15 -5
  414. data/lib/taskjuggler/Project.rb +73 -16
  415. data/lib/taskjuggler/ProjectFileParser.rb +1 -1
  416. data/lib/taskjuggler/ProjectFileScanner.rb +27 -0
  417. data/lib/taskjuggler/PropertySet.rb +22 -45
  418. data/lib/taskjuggler/PropertyTreeNode.rb +99 -128
  419. data/lib/taskjuggler/Query.rb +39 -8
  420. data/lib/taskjuggler/Resource.rb +15 -6
  421. data/lib/taskjuggler/RichText/Document.rb +3 -3
  422. data/lib/taskjuggler/RichText/RTFQuery.rb +4 -4
  423. data/lib/taskjuggler/SheetHandlerBase.rb +14 -12
  424. data/lib/taskjuggler/SheetReceiver.rb +17 -15
  425. data/lib/taskjuggler/SheetSender.rb +16 -10
  426. data/{spec/support → lib/taskjuggler}/StdIoWrapper.rb +17 -0
  427. data/lib/taskjuggler/SyntaxReference.rb +2 -2
  428. data/lib/taskjuggler/TableColumnDefinition.rb +4 -3
  429. data/lib/taskjuggler/Task.rb +7 -2
  430. data/lib/taskjuggler/TaskJuggler.rb +74 -0
  431. data/lib/taskjuggler/TaskScenario.rb +62 -83
  432. data/lib/taskjuggler/TextParser.rb +20 -13
  433. data/lib/taskjuggler/TextParser/Scanner.rb +17 -1
  434. data/lib/taskjuggler/TimeSheetSummary.rb +9 -5
  435. data/lib/taskjuggler/TimeSheets.rb +6 -1
  436. data/lib/taskjuggler/Tj3AppBase.rb +41 -18
  437. data/lib/taskjuggler/Tj3Config.rb +1 -1
  438. data/lib/taskjuggler/TjTime.rb +6 -1
  439. data/lib/taskjuggler/TjpSyntaxRules.rb +408 -227
  440. data/lib/taskjuggler/UTF8String.rb +10 -0
  441. data/lib/taskjuggler/UserManual.rb +89 -81
  442. data/lib/taskjuggler/WorkingHours.rb +2 -3
  443. data/lib/taskjuggler/XMLDocument.rb +13 -4
  444. data/lib/taskjuggler/XMLElement.rb +31 -3
  445. data/lib/taskjuggler/apps/Tj3.rb +53 -21
  446. data/lib/taskjuggler/apps/Tj3Client.rb +19 -17
  447. data/lib/taskjuggler/apps/Tj3Daemon.rb +24 -21
  448. data/lib/taskjuggler/{Tj3Man.rb → apps/Tj3Man.rb} +2 -2
  449. data/lib/taskjuggler/apps/Tj3SsReceiver.rb +14 -11
  450. data/lib/taskjuggler/apps/Tj3SsSender.rb +17 -14
  451. data/lib/taskjuggler/apps/Tj3TsReceiver.rb +14 -11
  452. data/lib/taskjuggler/apps/Tj3TsSender.rb +16 -13
  453. data/lib/taskjuggler/apps/Tj3TsSummary.rb +16 -13
  454. data/lib/taskjuggler/reports/GanttChart.rb +1 -1
  455. data/lib/taskjuggler/reports/GanttRouter.rb +0 -2
  456. data/lib/taskjuggler/reports/GanttTaskBar.rb +2 -1
  457. data/lib/taskjuggler/reports/Navigator.rb +2 -1
  458. data/lib/taskjuggler/reports/NikuReport.rb +11 -7
  459. data/lib/taskjuggler/reports/ReportContext.rb +1 -0
  460. data/lib/taskjuggler/reports/StatusSheetReport.rb +7 -2
  461. data/lib/taskjuggler/reports/TableReport.rb +6 -4
  462. data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -0
  463. data/lib/taskjuggler/reports/TjpExportRE.rb +4 -4
  464. data/lib/tj3man.rb +1 -1
  465. data/manual/Day_To_Day_Juggling +134 -137
  466. data/manual/TaskJuggler_2x_Migration +39 -32
  467. data/manual/The_TaskJuggler_Syntax +6 -0
  468. data/prj_cfg.rb +2 -3
  469. data/spec/StatusSheets_spec.rb +314 -0
  470. data/spec/TimeSheets_spec.rb +237 -16
  471. data/spec/Tj3_spec.rb +1 -1
  472. data/spec/support/DaemonControl.rb +1 -1
  473. data/tasks/changelog.rake +13 -3
  474. data/tasks/manual.rake +1 -1
  475. data/test/TestSuite/CSV-Reports/refs/celltext.csv +1 -1
  476. data/test/TestSuite/CSV-Reports/refs/resourcereport.csv +1 -1
  477. data/test/TestSuite/CSV-Reports/refs/resourcereport_with_tasks.csv +1 -1
  478. data/test/TestSuite/CSV-Reports/refs/sortByTree.csv +1 -1
  479. data/test/TestSuite/CSV-Reports/refs/sortBy_effort.up.csv +1 -1
  480. data/test/TestSuite/CSV-Reports/refs/sortBy_plan.start.down.csv +1 -1
  481. data/test/TestSuite/CSV-Reports/refs/taskreport.csv +1 -1
  482. data/test/TestSuite/CSV-Reports/refs/taskreport_with_resources.csv +1 -1
  483. data/test/TestSuite/CSV-Reports/sortByTree.tjp +3 -1
  484. data/test/TestSuite/CSV-Reports/sortBy_duration.down.tjp +4 -1
  485. data/test/TestSuite/CSV-Reports/sortBy_effort.up.tjp +1 -1
  486. data/test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp +4 -1
  487. data/test/TestSuite/CSV-Reports/taskreport.tjp +3 -1
  488. data/test/TestSuite/CSV-Reports/taskreport_with_resources.tjp +3 -1
  489. data/test/TestSuite/CSV-Reports/weekly.tjp +1 -0
  490. data/test/TestSuite/Export-Reports/refs/Account.tjp +25 -30
  491. data/test/TestSuite/Export-Reports/refs/AdoptedTasks.tjp +1 -0
  492. data/test/TestSuite/Export-Reports/refs/Allocate-1.tjp +43 -72
  493. data/test/TestSuite/Export-Reports/refs/Alternative.tjp +17 -22
  494. data/test/TestSuite/Export-Reports/refs/AutoID.tjp +11 -10
  495. data/test/TestSuite/Export-Reports/refs/AutoMacros.tjp +1 -0
  496. data/test/TestSuite/Export-Reports/refs/Booking.tjp +16 -23
  497. data/test/TestSuite/Export-Reports/refs/Caption.tjp +13 -16
  498. data/test/TestSuite/Export-Reports/refs/Celltext.tjp +12 -16
  499. data/test/TestSuite/Export-Reports/refs/Comments.tjp +15 -19
  500. data/test/TestSuite/Export-Reports/refs/Complete.tjp +17 -26
  501. data/test/TestSuite/Export-Reports/refs/CompletedWork.tji.tjp +40 -0
  502. data/test/TestSuite/Export-Reports/refs/Currencyformat.tjp +1 -0
  503. data/test/TestSuite/Export-Reports/refs/CustomAttributes.tjp +1 -0
  504. data/test/TestSuite/Export-Reports/refs/Depends1.tjp +5 -4
  505. data/test/TestSuite/Export-Reports/refs/Durations.tjp +18 -27
  506. data/test/TestSuite/Export-Reports/refs/Efficiency.tjp +21 -20
  507. data/test/TestSuite/Export-Reports/refs/EnvVar.tjp +21 -0
  508. data/test/TestSuite/Export-Reports/refs/Flags.tjp +6 -5
  509. data/test/TestSuite/Export-Reports/refs/Gap.tjp +2 -1
  510. data/test/TestSuite/Export-Reports/refs/HtmlTaskReport.tjp +15 -19
  511. data/test/TestSuite/Export-Reports/refs/Include.tjp +21 -20
  512. data/test/TestSuite/Export-Reports/refs/Journal.tjp +6 -5
  513. data/test/TestSuite/Export-Reports/refs/Limits-1.tjp +92 -140
  514. data/test/TestSuite/Export-Reports/refs/LoadUnits.tjp +293 -566
  515. data/test/TestSuite/Export-Reports/refs/LogicalExpression.tjp +1 -0
  516. data/test/TestSuite/Export-Reports/refs/LogicalFunction.tjp +17 -22
  517. data/test/TestSuite/Export-Reports/refs/Macro-1.tjp +32 -53
  518. data/test/TestSuite/Export-Reports/refs/Macro-2.tjp +1 -0
  519. data/test/TestSuite/Export-Reports/refs/Macro-3.tjp +1 -0
  520. data/test/TestSuite/Export-Reports/refs/Manager.tjp +51 -50
  521. data/test/TestSuite/Export-Reports/refs/Mandatory.tjp +22 -31
  522. data/test/TestSuite/Export-Reports/refs/Milestone.tjp +1 -0
  523. data/test/TestSuite/Export-Reports/refs/MinMax.tjp +2 -1
  524. data/test/TestSuite/Export-Reports/refs/Niku.tjp +80 -139
  525. data/test/TestSuite/Export-Reports/refs/Numberformat.tjp +1 -0
  526. data/test/TestSuite/Export-Reports/refs/Period.tjp +1 -0
  527. data/test/TestSuite/Export-Reports/refs/Persistent.tjp +17 -21
  528. data/test/TestSuite/Export-Reports/refs/Precedes1.tjp +1 -0
  529. data/test/TestSuite/Export-Reports/refs/Priority.tjp +121 -107
  530. data/test/TestSuite/Export-Reports/refs/Project.tjp +1 -0
  531. data/test/TestSuite/Export-Reports/refs/ProjectIDs.tjp +1 -0
  532. data/test/TestSuite/Export-Reports/refs/Query.tjp +17 -26
  533. data/test/TestSuite/Export-Reports/refs/Reports.tjp +42 -61
  534. data/test/TestSuite/Export-Reports/refs/Resource.tjp +21 -20
  535. data/test/TestSuite/Export-Reports/refs/ResourcePrefix.tjp +16 -20
  536. data/test/TestSuite/Export-Reports/refs/ResourceRoot.tjp +36 -35
  537. data/test/TestSuite/Export-Reports/refs/Responsible.tjp +17 -21
  538. data/test/TestSuite/Export-Reports/refs/RollupResource.tjp +36 -35
  539. data/test/TestSuite/Export-Reports/refs/Scenario.tjp +3 -1
  540. data/test/TestSuite/Export-Reports/refs/Scheduling.tjp +1 -0
  541. data/test/TestSuite/Export-Reports/refs/Select.tjp +29 -43
  542. data/test/TestSuite/Export-Reports/refs/Shift.tjp +12 -11
  543. data/test/TestSuite/Export-Reports/refs/Simple.tjp +15 -19
  544. data/test/TestSuite/Export-Reports/refs/StatusSheet.tjp +33 -47
  545. data/test/TestSuite/Export-Reports/refs/String.tjp +9 -10
  546. data/test/TestSuite/Export-Reports/refs/Supplement.tjp +7 -8
  547. data/test/TestSuite/Export-Reports/refs/TaskPrefix.tjp +10 -11
  548. data/test/TestSuite/Export-Reports/refs/TaskRoot.tjp +10 -9
  549. data/test/TestSuite/Export-Reports/refs/TimeFrame.tjp +9 -9
  550. data/test/TestSuite/Export-Reports/refs/TimeSheet1.tjp +25 -37
  551. data/test/TestSuite/Export-Reports/refs/Timezone.tjp +1 -0
  552. data/test/TestSuite/Export-Reports/refs/Vacation.tjp +26 -25
  553. data/test/TestSuite/Export-Reports/refs/tutorial.tjp +453 -821
  554. data/test/TestSuite/HTML-Reports/Alerts.html +160 -412
  555. data/test/TestSuite/HTML-Reports/CellText.html +758 -0
  556. data/test/TestSuite/HTML-Reports/ColumnPeriods.html +156 -0
  557. data/test/TestSuite/HTML-Reports/IsOngoing.html +172 -0
  558. data/test/TestSuite/HTML-Reports/LogicalFunctions.html +245 -0
  559. data/test/TestSuite/HTML-Reports/Query.html +31 -0
  560. data/test/TestSuite/HTML-Reports/css/tjmanual.css +0 -20
  561. data/test/TestSuite/HTML-Reports/css/tjreport.css +6 -7
  562. data/test/TestSuite/HTML-Reports/depArrows.html +851 -0
  563. data/test/TestSuite/HTML-Reports/profile.html +37581 -0
  564. data/test/TestSuite/{ReportGenerator/Correct → HTML-Reports/scripts}/scripts/wz_tooltip.js +20 -20
  565. data/test/TestSuite/ReportGenerator/Correct/Journal.tjp +27 -3
  566. data/test/TestSuite/ReportGenerator/Correct/LogicalFunctions3.tjp +20 -0
  567. data/test/TestSuite/ReportGenerator/Correct/LogicalFunctions4.tjp +16 -0
  568. data/test/TestSuite/ReportGenerator/Correct/refs/DependencyList-1.csv +4 -0
  569. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv +2 -0
  570. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv +8 -0
  571. data/test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions3-1.csv +4 -0
  572. data/test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions4-1.csv +2 -0
  573. data/test/TestSuite/Scheduler/Correct/Allocate.tjp +3 -1
  574. data/test/TestSuite/Scheduler/Correct/Booking.tjp +8 -7
  575. data/test/TestSuite/Scheduler/Correct/Booking2.tjp +16 -9
  576. data/test/TestSuite/Scheduler/Correct/Booking3.tjp +28 -0
  577. data/test/TestSuite/Scheduler/Correct/Container.tjp +2 -2
  578. data/test/TestSuite/Scheduler/Correct/Depends.tjp +3 -3
  579. data/test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp +4 -4
  580. data/test/TestSuite/Scheduler/Correct/Limits.tjp +3 -1
  581. data/test/TestSuite/Scheduler/Correct/Mandatory.tjp +2 -2
  582. data/test/TestSuite/Scheduler/Correct/MultipleMandatories.tjp +2 -2
  583. data/test/TestSuite/Scheduler/Correct/Optimize-1.tjp +2 -2
  584. data/test/TestSuite/Scheduler/Correct/Optimize-2.tjp +3 -3
  585. data/test/TestSuite/Scheduler/Correct/Optimize-3.tjp +3 -3
  586. data/test/TestSuite/Scheduler/Correct/Optimize-4.tjp +3 -3
  587. data/test/TestSuite/Scheduler/Correct/Optimize-5.tjp +7 -7
  588. data/test/TestSuite/Scheduler/Correct/Scenarios.tjp +2 -2
  589. data/test/TestSuite/Scheduler/Correct/Shift.tjp +7 -5
  590. data/test/TestSuite/Scheduler/Correct/Shift2.tjp +1 -1
  591. data/test/TestSuite/Scheduler/Correct/TimeSheet2.tjp +5 -2
  592. data/test/TestSuite/Scheduler/Errors/booking_no_duty.tjp +1 -1
  593. data/test/TestSuite/Scheduler/Errors/ts_alert1_more_details.tjp +4 -2
  594. data/test/TestSuite/Scheduler/Errors/ts_alert2_more_details.tjp +4 -2
  595. data/test/TestSuite/Scheduler/Errors/ts_no_expected_end.tjp +4 -2
  596. data/test/TestSuite/Scheduler/Errors/ts_no_headline1.tjp +4 -2
  597. data/test/TestSuite/Scheduler/Errors/ts_no_rem_or_end.tjp +4 -2
  598. data/test/TestSuite/Scheduler/Errors/ts_no_remaining.tjp +4 -2
  599. data/test/TestSuite/Scheduler/Errors/ts_no_status_work.tjp +4 -2
  600. data/test/TestSuite/Scheduler/Errors/ts_no_work.tjp +4 -2
  601. data/test/TestSuite/Scheduler/Errors/ts_res_new_task.tjp +5 -2
  602. data/test/TestSuite/Scheduler/Errors/ts_work_too_high.tjp +4 -2
  603. data/test/TestSuite/Scheduler/Errors/ts_work_too_low.tjp +4 -2
  604. data/test/TestSuite/StatusSheets/dev2.tji +22 -0
  605. data/test/TestSuite/StatusSheets/run +1 -1
  606. data/test/TestSuite/Syntax/Correct/Booking.tjp +0 -5
  607. data/test/TestSuite/Syntax/Correct/CompletedWork.tji.tjp +38 -0
  608. data/test/TestSuite/Syntax/Correct/EnvVar.tjp +12 -0
  609. data/test/TestSuite/Syntax/Correct/Freeze.tjp +1 -3
  610. data/test/TestSuite/Syntax/Correct/Limits-1.tjp +9 -5
  611. data/test/TestSuite/Syntax/Correct/Priority.tjp +22 -11
  612. data/test/TestSuite/Syntax/Correct/Scenario.tjp +1 -1
  613. data/test/TestSuite/Syntax/Correct/StatusSheet.tjp +2 -0
  614. data/test/TestSuite/Syntax/Correct/TimeSheet1.tjp +4 -4
  615. data/test/TestSuite/Syntax/Correct/css/tjmanual.css +20 -0
  616. data/test/TestSuite/Syntax/Correct/css/tjreport.css +7 -6
  617. data/test/TestSuite/Syntax/Correct/tutorial.tjp +2 -1
  618. data/test/TestSuite/Syntax/Errors/no_own_resource_booking.tjp +16 -0
  619. data/test/TestSuite/Syntax/Errors/no_own_task_booking.tjp +16 -0
  620. data/test/TestSuite/Syntax/Errors/resourceroot_leaf.tjp +10 -0
  621. data/test/TestSuite/Syntax/Errors/runaway_token.tjp +8 -0
  622. data/test/TestSuite/Syntax/Errors/sorting_bsi.tjp +11 -0
  623. data/test/TestSuite/Syntax/Errors/ss_no_tracking_scenario.tjp +14 -0
  624. data/test/TestSuite/Syntax/Errors/taskroot_leaf.tjp +8 -0
  625. data/test/TestSuite/Syntax/Errors/ts_bad_priority.tjp +4 -2
  626. data/test/TestSuite/Syntax/Errors/ts_default_details.tjp +4 -2
  627. data/test/TestSuite/Syntax/Errors/ts_default_summary.tjp +4 -2
  628. data/test/TestSuite/Syntax/Errors/ts_duplicate_task.tjp +4 -2
  629. data/test/TestSuite/Syntax/Errors/ts_end_too_early.tjp +4 -2
  630. data/test/TestSuite/Syntax/Errors/ts_headline_too_long.tjp +4 -2
  631. data/test/TestSuite/Syntax/Errors/ts_no_headline2.tjp +4 -2
  632. data/test/TestSuite/Syntax/Errors/ts_no_tracking_scenario.tjp +14 -0
  633. data/test/TestSuite/Syntax/Errors/ts_summary_too_long.tjp +4 -2
  634. data/test/TestSuite/Syntax/Errors/unknown_env_var.tjp +7 -0
  635. data/test/TestSuite/TimeSheets/resrep.tji +7 -0
  636. data/test/TestSuite/TimeSheets/ts.tji +351 -0
  637. data/test/TestSuite/TimeSheets/tsdef.tji +2 -0
  638. data/test/test_Export-Reports.rb +3 -0
  639. data/test/test_Journal.rb +4 -4
  640. data/test/test_PropertySet.rb +5 -5
  641. data/test/test_Syntax.rb +3 -0
  642. data/test/test_WorkingHours.rb +11 -18
  643. metadata +1012 -649
  644. data/lib/exchangebug.rb +0 -42
  645. data/lib/ruby-signal-bug.rb +0 -55
  646. data/spec/tj3client.log +0 -23
  647. data/test/TestSuite/CSV-Reports/alert.tjp +0 -9
  648. data/test/TestSuite/CSV-Reports/refs/alert.csv +0 -15
  649. data/test/TestSuite/Export-Reports/refs/CriticalPath.tjp +0 -41
  650. data/test/TestSuite/Export-Reports/refs/DST.tjp +0 -89
  651. data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +0 -79
  652. data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
  653. data/test/TestSuite/HTML-Reports/reference.html +0 -51
  654. data/test/TestSuite/ReportGenerator/Correct/Alerts-1.csv +0 -1
  655. data/test/TestSuite/ReportGenerator/Correct/Alerts-1.html +0 -78
  656. data/test/TestSuite/ReportGenerator/Correct/Journal-1.csv +0 -6
  657. data/test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.csv +0 -3
  658. data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +0 -66
  659. data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +0 -413
  660. data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
  661. data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
  662. data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
  663. data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
  664. data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
  665. data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
  666. data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
  667. data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
  668. data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
  669. data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
  670. data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
  671. data/test/TestSuite/ReportGenerator/Correct/opennodes-1.csv +0 -2
  672. data/test/TestSuite/ReportGenerator/Correct/opennodes.csv +0 -2
  673. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
  674. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
  675. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -86
  676. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +0 -413
  677. data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
  678. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  679. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  680. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  681. data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
  682. data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
  683. data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
  684. data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
  685. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  686. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  687. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  688. data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
  689. data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
  690. data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
  691. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
  692. data/test/TestSuite/Syntax/Correct/CriticalPath.tjp +0 -33
  693. data/test/TestSuite/Syntax/Correct/DST.tjp +0 -11
  694. data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +0 -32
  695. data/test/TestSuite/Syntax/Correct/niku.xml +0 -30
  696. data/test/TestSuite/Syntax/Errors/sorting_wbs.tjp +0 -11
  697. data/test/TestSuite/TimeSheets/uu.txt +0 -29
@@ -1,6 +1,7 @@
1
1
  project prj "String Tests" "1.0" 2005-06-06-00:00-+0000 - 2005-06-26-00:00-+0000 {
2
2
  timezone "America/Denver"
3
3
  scenario plan "Plan Scenario" {
4
+ active yes
4
5
  }
5
6
  }
6
7
 
@@ -10,24 +11,22 @@ resource tux "Tux \"The Penguing\" Tuxus"
10
11
 
11
12
  task items "Project Plan\\\\Breakdown" {
12
13
  start 2005-06-06-15:00-+0000
13
- end 2005-06-08-00:00-+0000
14
+ end 2005-06-07-23:00-+0000
14
15
  scheduling asap
15
16
  scheduled
16
17
  }
17
18
  supplement task items {
18
- booking tux 2005-06-06-15:00-+0000 + 3.0h,
19
- 2005-06-06-19:00-+0000 + 5.0h,
20
- 2005-06-07-15:00-+0000 + 3.0h,
21
- 2005-06-07-19:00-+0000 + 5.0h { overtime 2 }
19
+ booking tux 2005-06-06-15:00-+0000 + 8.0h,
20
+ 2005-06-07-15:00-+0000 + 8.0h { overtime 2 }
22
21
  priority 500
23
22
  projectid prj
24
23
  }
25
24
  supplement resource tux {
26
25
  workinghours sun off
27
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
28
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
29
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
30
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
31
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
26
+ workinghours mon 9:00 - 17:00
27
+ workinghours tue 9:00 - 17:00
28
+ workinghours wed 9:00 - 17:00
29
+ workinghours thu 9:00 - 17:00
30
+ workinghours fri 9:00 - 17:00
32
31
  workinghours sat off
33
32
  }
@@ -1,6 +1,7 @@
1
1
  project prj "Test Project" "1.0" 2000-01-01-00:00-+0000 - 2000-01-04-00:00-+0000 {
2
2
  timezone "America/Denver"
3
3
  scenario plan "Plan Scenario" {
4
+ active yes
4
5
  }
5
6
  }
6
7
 
@@ -24,18 +25,16 @@ supplement task top {
24
25
  projectid prj
25
26
  }
26
27
  supplement task top.sub {
27
- booking joe 2000-01-01-00:00-+0000 + 1.0h,
28
- 2000-01-03-16:00-+0000 + 3.0h,
29
- 2000-01-03-20:00-+0000 + 4.0h { overtime 2 }
28
+ booking joe 2000-01-03-16:00-+0000 + 8.0h { overtime 2 }
30
29
  priority 500
31
30
  projectid prj
32
31
  }
33
32
  supplement resource joe {
34
33
  workinghours sun off
35
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
36
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
37
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
38
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
39
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
34
+ workinghours mon 9:00 - 17:00
35
+ workinghours tue 9:00 - 17:00
36
+ workinghours wed 9:00 - 17:00
37
+ workinghours thu 9:00 - 17:00
38
+ workinghours fri 9:00 - 17:00
40
39
  workinghours sat off
41
40
  }
@@ -1,6 +1,7 @@
1
1
  project project "Include task prefix test" "1.0" 2010-12-01-00:00-+0000 - 2010-12-31-10:00-+0000 {
2
2
  timezone "Europe/Amsterdam"
3
3
  scenario plan "Plan Scenario" {
4
+ active yes
4
5
  }
5
6
  }
6
7
 
@@ -11,14 +12,14 @@ resource tux "Tux"
11
12
  task parent_task "Parent task" {
12
13
  task sub_task1 "Sub task 1" {
13
14
  start 2010-12-01-08:00-+0000
14
- end 2010-12-01-17:00-+0000
15
+ end 2010-12-01-16:00-+0000
15
16
  scheduling asap
16
17
  scheduled
17
18
  }
18
19
  }
19
20
  task other_task "Other task" {
20
21
  start 2010-12-01-00:00-+0000
21
- end 2010-12-02-17:00-+0000
22
+ end 2010-12-02-16:00-+0000
22
23
  scheduling asap
23
24
  scheduled
24
25
  }
@@ -27,23 +28,21 @@ supplement task parent_task {
27
28
  projectid project
28
29
  }
29
30
  supplement task parent_task.sub_task1 {
30
- booking tux 2010-12-01-08:00-+0000 + 3.0h,
31
- 2010-12-01-12:00-+0000 + 5.0h { overtime 2 }
31
+ booking tux 2010-12-01-08:00-+0000 + 8.0h { overtime 2 }
32
32
  priority 500
33
33
  projectid project
34
34
  }
35
35
  supplement task other_task {
36
- booking tux 2010-12-02-08:00-+0000 + 3.0h,
37
- 2010-12-02-12:00-+0000 + 5.0h { overtime 2 }
36
+ booking tux 2010-12-02-08:00-+0000 + 8.0h { overtime 2 }
38
37
  priority 500
39
38
  projectid project
40
39
  }
41
40
  supplement resource tux {
42
41
  workinghours sun off
43
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
44
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
45
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
46
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
47
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
42
+ workinghours mon 9:00 - 17:00
43
+ workinghours tue 9:00 - 17:00
44
+ workinghours wed 9:00 - 17:00
45
+ workinghours thu 9:00 - 17:00
46
+ workinghours fri 9:00 - 17:00
48
47
  workinghours sat off
49
48
  }
@@ -1,6 +1,7 @@
1
1
  project prj "Taskroot Example" "1.0" 2005-07-22-00:00-+0000 - 2005-08-26-00:00-+0000 {
2
2
  timezone "America/Denver"
3
3
  scenario plan "Plan Scenario" {
4
+ active yes
4
5
  }
5
6
  }
6
7
 
@@ -10,37 +11,37 @@ projectids prj
10
11
  task items "Project breakdown" {
11
12
  task plan "Plan work" {
12
13
  start 2005-07-22-06:00-+0000
13
- end 2005-07-27-00:00-+0000
14
+ end 2005-07-26-23:00-+0000
14
15
  scheduling asap
15
16
  scheduled
16
17
  }
17
18
  task implementation "Implement work" {
18
19
  task phase1 "Phase 1" {
19
20
  depends items.plan
20
- start 2005-07-27-00:00-+0000
21
- end 2005-08-03-00:00-+0000
21
+ start 2005-07-26-23:00-+0000
22
+ end 2005-08-02-23:00-+0000
22
23
  scheduling asap
23
24
  scheduled
24
25
  }
25
26
  task phase2 "Phase 2" {
26
27
  depends items.implementation.phase1
27
- start 2005-08-03-00:00-+0000
28
- end 2005-08-06-00:00-+0000
28
+ start 2005-08-02-23:00-+0000
29
+ end 2005-08-05-23:00-+0000
29
30
  scheduling asap
30
31
  scheduled
31
32
  }
32
33
  task phase3 "Phase 3" {
33
34
  depends items.implementation.phase2
34
- start 2005-08-06-00:00-+0000
35
- end 2005-08-12-00:00-+0000
35
+ start 2005-08-05-23:00-+0000
36
+ end 2005-08-11-23:00-+0000
36
37
  scheduling asap
37
38
  scheduled
38
39
  }
39
40
  }
40
41
  task acceptance "Customer acceptance" {
41
42
  depends items.implementation
42
- start 2005-08-12-00:00-+0000
43
- end 2005-08-17-00:00-+0000
43
+ start 2005-08-11-23:00-+0000
44
+ end 2005-08-16-23:00-+0000
44
45
  scheduling asap
45
46
  scheduled
46
47
  }
@@ -1,6 +1,7 @@
1
1
  project prj "Simple Project" "1.0" 2000-01-01-12:00-+0000 - 2000-01-04-18:00-+0000 {
2
2
  timezone "America/Denver"
3
3
  scenario plan "Plan Scenario" {
4
+ active yes
4
5
  }
5
6
  }
6
7
 
@@ -10,7 +11,7 @@ resource tux "Tux"
10
11
 
11
12
  task t1 "Task1" {
12
13
  start 2000-01-01-19:00-+0000
13
- end 2000-01-04-01:00-+0000
14
+ end 2000-01-04-00:00-+0000
14
15
  scheduling asap
15
16
  scheduled
16
17
  }
@@ -22,7 +23,7 @@ task t2 "Task2" {
22
23
  }
23
24
  task t3 "Task3" {
24
25
  start 2000-01-03-16:00-+0000
25
- end 2000-01-04-01:00-+0000
26
+ end 2000-01-04-00:00-+0000
26
27
  scheduling asap
27
28
  scheduled
28
29
  }
@@ -35,17 +36,16 @@ supplement task t2 {
35
36
  projectid prj
36
37
  }
37
38
  supplement task t3 {
38
- booking tux 2000-01-03-16:00-+0000 + 3.0h,
39
- 2000-01-03-20:00-+0000 + 5.0h { overtime 2 }
39
+ booking tux 2000-01-03-16:00-+0000 + 8.0h { overtime 2 }
40
40
  priority 500
41
41
  projectid prj
42
42
  }
43
43
  supplement resource tux {
44
44
  workinghours sun off
45
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
46
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
47
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
48
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
49
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
45
+ workinghours mon 9:00 - 17:00
46
+ workinghours tue 9:00 - 17:00
47
+ workinghours wed 9:00 - 17:00
48
+ workinghours thu 9:00 - 17:00
49
+ workinghours fri 9:00 - 17:00
50
50
  workinghours sat off
51
51
  }
@@ -1,6 +1,7 @@
1
1
  project prj "test" "1.0" 2009-11-30-00:00-+0000 - 2010-01-29-20:00-+0000 {
2
2
  timezone "America/Denver"
3
3
  scenario plan "Plan Scenario" {
4
+ active yes
4
5
  }
5
6
  }
6
7
 
@@ -11,7 +12,7 @@ resource r2 "R2"
11
12
 
12
13
  task t1 "Task 1" {
13
14
  start 2009-11-30-16:00-+0000
14
- end 2009-12-05-01:00-+0000
15
+ end 2009-12-05-00:00-+0000
15
16
  scheduling asap
16
17
  scheduled
17
18
  }
@@ -24,16 +25,11 @@ task t2 "Task 2" {
24
25
  }
25
26
  }
26
27
  supplement task t1 {
27
- booking r1 2009-11-30-16:00-+0000 + 3.0h,
28
- 2009-11-30-20:00-+0000 + 5.0h,
29
- 2009-12-01-16:00-+0000 + 3.0h,
30
- 2009-12-01-20:00-+0000 + 5.0h,
31
- 2009-12-02-16:00-+0000 + 3.0h,
32
- 2009-12-02-20:00-+0000 + 5.0h,
33
- 2009-12-03-16:00-+0000 + 3.0h,
34
- 2009-12-03-20:00-+0000 + 5.0h,
35
- 2009-12-04-16:00-+0000 + 3.0h,
36
- 2009-12-04-20:00-+0000 + 5.0h { overtime 2 }
28
+ booking r1 2009-11-30-16:00-+0000 + 8.0h,
29
+ 2009-12-01-16:00-+0000 + 8.0h,
30
+ 2009-12-02-16:00-+0000 + 8.0h,
31
+ 2009-12-03-16:00-+0000 + 8.0h,
32
+ 2009-12-04-16:00-+0000 + 8.0h { overtime 2 }
37
33
  priority 500
38
34
  projectid prj
39
35
  }
@@ -42,40 +38,32 @@ supplement task t2 {
42
38
  projectid prj
43
39
  }
44
40
  supplement task t2.t3 {
45
- booking r2 2009-11-30-16:00-+0000 + 3.0h,
46
- 2009-11-30-20:00-+0000 + 5.0h,
47
- 2009-12-01-16:00-+0000 + 3.0h,
48
- 2009-12-01-20:00-+0000 + 5.0h,
49
- 2009-12-02-16:00-+0000 + 3.0h,
50
- 2009-12-02-20:00-+0000 + 5.0h,
51
- 2009-12-03-16:00-+0000 + 3.0h,
52
- 2009-12-03-20:00-+0000 + 5.0h,
53
- 2009-12-04-16:00-+0000 + 3.0h,
54
- 2009-12-04-20:00-+0000 + 5.0h,
55
- 2009-12-07-16:00-+0000 + 3.0h,
56
- 2009-12-07-20:00-+0000 + 5.0h,
57
- 2009-12-08-16:00-+0000 + 3.0h,
58
- 2009-12-08-20:00-+0000 + 5.0h,
59
- 2009-12-09-16:00-+0000 + 3.0h,
60
- 2009-12-09-20:00-+0000 + 4.0h { overtime 2 }
41
+ booking r2 2009-11-30-16:00-+0000 + 8.0h,
42
+ 2009-12-01-16:00-+0000 + 8.0h,
43
+ 2009-12-02-16:00-+0000 + 8.0h,
44
+ 2009-12-03-16:00-+0000 + 8.0h,
45
+ 2009-12-04-16:00-+0000 + 8.0h,
46
+ 2009-12-07-16:00-+0000 + 8.0h,
47
+ 2009-12-08-16:00-+0000 + 8.0h,
48
+ 2009-12-09-16:00-+0000 + 8.0h { overtime 2 }
61
49
  priority 500
62
50
  projectid prj
63
51
  }
64
52
  supplement resource r1 {
65
53
  workinghours sun off
66
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
67
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
68
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
69
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
70
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
54
+ workinghours mon 9:00 - 17:00
55
+ workinghours tue 9:00 - 17:00
56
+ workinghours wed 9:00 - 17:00
57
+ workinghours thu 9:00 - 17:00
58
+ workinghours fri 9:00 - 17:00
71
59
  workinghours sat off
72
60
  }
73
61
  supplement resource r2 {
74
62
  workinghours sun off
75
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
76
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
77
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
78
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
79
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
63
+ workinghours mon 9:00 - 17:00
64
+ workinghours tue 9:00 - 17:00
65
+ workinghours wed 9:00 - 17:00
66
+ workinghours thu 9:00 - 17:00
67
+ workinghours fri 9:00 - 17:00
80
68
  workinghours sat off
81
69
  }
@@ -1,6 +1,7 @@
1
1
  project tz "Timezone" "1.0" 2005-06-06-00:00-+0000 - 2005-06-07-00:00-+0000 {
2
2
  timezone "Europe/Athens"
3
3
  scenario plan "Plan Scenario" {
4
+ active yes
4
5
  }
5
6
  }
6
7
 
@@ -1,6 +1,7 @@
1
1
  project prj "Vacation Examples" "1.0" 2005-07-22-00:00-+0000 - 2006-01-01-00:00-+0000 {
2
2
  timezone "America/Denver"
3
3
  scenario plan "Plan Scenario" {
4
+ active yes
4
5
  }
5
6
  }
6
7
 
@@ -24,46 +25,46 @@ supplement task t {
24
25
  }
25
26
  supplement resource team {
26
27
  workinghours sun off
27
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
28
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
29
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
30
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
31
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
28
+ workinghours mon 9:00 - 17:00
29
+ workinghours tue 9:00 - 17:00
30
+ workinghours wed 9:00 - 17:00
31
+ workinghours thu 9:00 - 17:00
32
+ workinghours fri 9:00 - 17:00
32
33
  workinghours sat off
33
34
  }
34
35
  supplement resource tux2 {
35
36
  workinghours sun off
36
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
37
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
38
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
39
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
40
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
37
+ workinghours mon 9:00 - 17:00
38
+ workinghours tue 9:00 - 17:00
39
+ workinghours wed 9:00 - 17:00
40
+ workinghours thu 9:00 - 17:00
41
+ workinghours fri 9:00 - 17:00
41
42
  workinghours sat off
42
43
  }
43
44
  supplement resource tux3 {
44
45
  workinghours sun off
45
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
46
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
47
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
48
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
49
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
46
+ workinghours mon 9:00 - 17:00
47
+ workinghours tue 9:00 - 17:00
48
+ workinghours wed 9:00 - 17:00
49
+ workinghours thu 9:00 - 17:00
50
+ workinghours fri 9:00 - 17:00
50
51
  workinghours sat off
51
52
  }
52
53
  supplement resource tuxia {
53
54
  workinghours sun off
54
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
55
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
56
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
57
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
58
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
55
+ workinghours mon 9:00 - 17:00
56
+ workinghours tue 9:00 - 17:00
57
+ workinghours wed 9:00 - 17:00
58
+ workinghours thu 9:00 - 17:00
59
+ workinghours fri 9:00 - 17:00
59
60
  workinghours sat off
60
61
  }
61
62
  supplement resource tuxus {
62
63
  workinghours sun off
63
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
64
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
65
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
66
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
67
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
64
+ workinghours mon 9:00 - 17:00
65
+ workinghours tue 9:00 - 17:00
66
+ workinghours wed 9:00 - 17:00
67
+ workinghours thu 9:00 - 17:00
68
+ workinghours fri 9:00 - 17:00
68
69
  workinghours sat off
69
70
  }
@@ -5,7 +5,9 @@ project acso "Accounting Software" "1.0" 2002-01-16-00:00-+0000 - 2002-05-17-16:
5
5
  }
6
6
  scenario plan "Plan" {
7
7
  scenario delayed "Delayed" {
8
+ active yes
8
9
  }
10
+ active yes
9
11
  }
10
12
  }
11
13
 
@@ -28,42 +30,42 @@ task AcSo "Accounting Software" {
28
30
  task spec "Specification" {
29
31
  depends AcSo.deliveries.start
30
32
  start 2002-01-16-08:00-+0000
31
- end 2002-01-24-15:00-+0000
33
+ end 2002-01-24-14:00-+0000
32
34
  scheduling asap
33
35
  scheduled
34
36
  delayed:start 2002-01-21-08:00-+0000
35
- delayed:end 2002-01-29-15:00-+0000
37
+ delayed:end 2002-01-29-14:00-+0000
36
38
  delayed:scheduling asap
37
39
  }
38
40
  task software "Software Development" {
39
41
  depends AcSo.spec
40
42
  task database "Database coupling" {
41
- start 2002-01-24-15:00-+0000
42
- end 2002-02-07-15:00-+0000
43
+ start 2002-01-24-14:00-+0000
44
+ end 2002-02-07-14:00-+0000
43
45
  scheduling asap
44
46
  scheduled
45
- delayed:start 2002-01-29-15:00-+0000
46
- delayed:end 2002-02-12-15:00-+0000
47
+ delayed:start 2002-01-29-14:00-+0000
48
+ delayed:end 2002-02-12-14:00-+0000
47
49
  delayed:scheduling asap
48
50
  }
49
51
  task gui "Graphical User Interface" {
50
52
  depends AcSo.software.database, AcSo.software.backend
51
- start 2002-02-28-15:00-+0000
53
+ start 2002-02-28-14:00-+0000
52
54
  end 2002-03-26-10:00-+0000
53
55
  scheduling asap
54
56
  scheduled
55
- delayed:start 2002-03-05-15:00-+0000
56
- delayed:end 2002-04-03-14:00-+0000
57
+ delayed:start 2002-03-05-14:00-+0000
58
+ delayed:end 2002-04-03-13:00-+0000
57
59
  delayed:scheduling asap
58
60
  }
59
61
  task backend "Back-End Functions" {
60
62
  depends AcSo.software.database
61
- start 2002-02-07-15:00-+0000
62
- end 2002-02-28-15:00-+0000
63
+ start 2002-02-07-14:00-+0000
64
+ end 2002-02-28-14:00-+0000
63
65
  scheduling asap
64
66
  scheduled
65
- delayed:start 2002-02-12-15:00-+0000
66
- delayed:end 2002-03-05-15:00-+0000
67
+ delayed:start 2002-02-12-14:00-+0000
68
+ delayed:end 2002-03-05-14:00-+0000
67
69
  delayed:scheduling asap
68
70
  }
69
71
  }
@@ -71,11 +73,11 @@ task AcSo "Accounting Software" {
71
73
  task alpha "Alpha Test" {
72
74
  depends AcSo.software
73
75
  start 2002-03-26-10:00-+0000
74
- end 2002-03-28-17:00-+0000
76
+ end 2002-03-28-16:00-+0000
75
77
  scheduling asap
76
78
  scheduled
77
- delayed:start 2002-04-03-14:00-+0000
78
- delayed:end 2002-04-08-12:00-+0000
79
+ delayed:start 2002-04-03-13:00-+0000
80
+ delayed:end 2002-04-08-11:00-+0000
79
81
  delayed:scheduling asap
80
82
  }
81
83
  task beta "Beta Test" {
@@ -84,8 +86,8 @@ task AcSo "Accounting Software" {
84
86
  end 2002-04-16-10:00-+0000
85
87
  scheduling asap
86
88
  scheduled
87
- delayed:start 2002-04-08-12:00-+0000
88
- delayed:end 2002-04-23-16:00-+0000
89
+ delayed:start 2002-04-08-11:00-+0000
90
+ delayed:end 2002-04-23-15:00-+0000
89
91
  delayed:scheduling asap
90
92
  }
91
93
  }
@@ -109,18 +111,18 @@ task AcSo "Accounting Software" {
109
111
  }
110
112
  task prev "Technology Preview" {
111
113
  depends AcSo.software.backend
112
- start 2002-02-28-15:00-+0000
114
+ start 2002-02-28-14:00-+0000
113
115
  milestone
114
116
  scheduled
115
- delayed:start 2002-03-05-15:00-+0000
117
+ delayed:start 2002-03-05-14:00-+0000
116
118
  delayed:milestone
117
119
  }
118
120
  task beta "Beta version" {
119
121
  depends AcSo.test.alpha
120
- start 2002-03-28-17:00-+0000
122
+ start 2002-03-28-16:00-+0000
121
123
  milestone
122
124
  scheduled
123
- delayed:start 2002-04-08-12:00-+0000
125
+ delayed:start 2002-04-08-11:00-+0000
124
126
  delayed:milestone
125
127
  }
126
128
  task done "Ship Product to Customer" {
@@ -128,7 +130,7 @@ task AcSo "Accounting Software" {
128
130
  start 2002-04-16-10:00-+0000
129
131
  milestone
130
132
  scheduled
131
- delayed:start 2002-04-23-16:00-+0000
133
+ delayed:start 2002-04-23-15:00-+0000
132
134
  delayed:milestone
133
135
  }
134
136
  }
@@ -139,90 +141,48 @@ supplement task AcSo {
139
141
  responsible boss
140
142
  }
141
143
  supplement task AcSo.spec {
142
- booking dev1 2002-01-16-08:00-+0000 + 3.0h,
143
- 2002-01-16-12:00-+0000 + 5.0h,
144
- 2002-01-17-08:00-+0000 + 3.0h,
145
- 2002-01-17-12:00-+0000 + 5.0h,
146
- 2002-01-18-08:00-+0000 + 3.0h,
147
- 2002-01-18-12:00-+0000 + 5.0h,
148
- 2002-01-21-08:00-+0000 + 3.0h,
149
- 2002-01-21-12:00-+0000 + 5.0h,
150
- 2002-01-22-08:00-+0000 + 3.0h,
151
- 2002-01-22-12:00-+0000 + 5.0h,
152
- 2002-01-23-08:00-+0000 + 3.0h,
153
- 2002-01-23-12:00-+0000 + 5.0h,
154
- 2002-01-24-08:00-+0000 + 3.0h,
155
- 2002-01-24-12:00-+0000 + 3.0h { overtime 2 }
156
- booking dev2 2002-01-16-08:00-+0000 + 3.0h,
157
- 2002-01-16-12:00-+0000 + 5.0h,
158
- 2002-01-17-08:00-+0000 + 3.0h,
159
- 2002-01-17-12:00-+0000 + 5.0h,
160
- 2002-01-18-08:00-+0000 + 3.0h,
161
- 2002-01-18-12:00-+0000 + 5.0h,
162
- 2002-01-21-08:00-+0000 + 3.0h,
163
- 2002-01-21-12:00-+0000 + 5.0h,
164
- 2002-01-22-08:00-+0000 + 3.0h,
165
- 2002-01-22-12:00-+0000 + 5.0h,
166
- 2002-01-23-08:00-+0000 + 3.0h,
167
- 2002-01-23-12:00-+0000 + 5.0h,
168
- 2002-01-24-08:00-+0000 + 3.0h,
169
- 2002-01-24-12:00-+0000 + 2.0h { overtime 2 }
170
- booking dev3 2002-01-16-08:00-+0000 + 3.0h,
171
- 2002-01-16-12:00-+0000 + 5.0h,
172
- 2002-01-17-08:00-+0000 + 3.0h,
173
- 2002-01-17-12:00-+0000 + 5.0h,
174
- 2002-01-18-08:00-+0000 + 3.0h,
175
- 2002-01-18-12:00-+0000 + 5.0h,
176
- 2002-01-21-08:00-+0000 + 3.0h,
177
- 2002-01-21-12:00-+0000 + 5.0h,
178
- 2002-01-22-08:00-+0000 + 3.0h,
179
- 2002-01-22-12:00-+0000 + 5.0h,
180
- 2002-01-23-08:00-+0000 + 3.0h,
181
- 2002-01-23-12:00-+0000 + 5.0h,
182
- 2002-01-24-08:00-+0000 + 3.0h,
183
- 2002-01-24-12:00-+0000 + 2.0h { overtime 2 }
184
- delayed:booking dev1 2002-01-21-08:00-+0000 + 3.0h,
185
- 2002-01-21-12:00-+0000 + 5.0h,
186
- 2002-01-22-08:00-+0000 + 3.0h,
187
- 2002-01-22-12:00-+0000 + 5.0h,
188
- 2002-01-23-08:00-+0000 + 3.0h,
189
- 2002-01-23-12:00-+0000 + 5.0h,
190
- 2002-01-24-08:00-+0000 + 3.0h,
191
- 2002-01-24-12:00-+0000 + 5.0h,
192
- 2002-01-25-08:00-+0000 + 3.0h,
193
- 2002-01-25-12:00-+0000 + 5.0h,
194
- 2002-01-28-08:00-+0000 + 3.0h,
195
- 2002-01-28-12:00-+0000 + 5.0h,
196
- 2002-01-29-08:00-+0000 + 3.0h,
197
- 2002-01-29-12:00-+0000 + 3.0h { overtime 2 }
198
- delayed:booking dev2 2002-01-21-08:00-+0000 + 3.0h,
199
- 2002-01-21-12:00-+0000 + 5.0h,
200
- 2002-01-22-08:00-+0000 + 3.0h,
201
- 2002-01-22-12:00-+0000 + 5.0h,
202
- 2002-01-23-08:00-+0000 + 3.0h,
203
- 2002-01-23-12:00-+0000 + 5.0h,
204
- 2002-01-24-08:00-+0000 + 3.0h,
205
- 2002-01-24-12:00-+0000 + 5.0h,
206
- 2002-01-25-08:00-+0000 + 3.0h,
207
- 2002-01-25-12:00-+0000 + 5.0h,
208
- 2002-01-28-08:00-+0000 + 3.0h,
209
- 2002-01-28-12:00-+0000 + 5.0h,
210
- 2002-01-29-08:00-+0000 + 3.0h,
211
- 2002-01-29-12:00-+0000 + 2.0h { overtime 2 }
212
- delayed:booking dev3 2002-01-21-08:00-+0000 + 3.0h,
213
- 2002-01-21-12:00-+0000 + 5.0h,
214
- 2002-01-22-08:00-+0000 + 3.0h,
215
- 2002-01-22-12:00-+0000 + 5.0h,
216
- 2002-01-23-08:00-+0000 + 3.0h,
217
- 2002-01-23-12:00-+0000 + 5.0h,
218
- 2002-01-24-08:00-+0000 + 3.0h,
219
- 2002-01-24-12:00-+0000 + 5.0h,
220
- 2002-01-25-08:00-+0000 + 3.0h,
221
- 2002-01-25-12:00-+0000 + 5.0h,
222
- 2002-01-28-08:00-+0000 + 3.0h,
223
- 2002-01-28-12:00-+0000 + 5.0h,
224
- 2002-01-29-08:00-+0000 + 3.0h,
225
- 2002-01-29-12:00-+0000 + 2.0h { overtime 2 }
144
+ booking dev1 2002-01-16-08:00-+0000 + 8.0h,
145
+ 2002-01-17-08:00-+0000 + 8.0h,
146
+ 2002-01-18-08:00-+0000 + 8.0h,
147
+ 2002-01-21-08:00-+0000 + 8.0h,
148
+ 2002-01-22-08:00-+0000 + 8.0h,
149
+ 2002-01-23-08:00-+0000 + 8.0h,
150
+ 2002-01-24-08:00-+0000 + 6.0h { overtime 2 }
151
+ booking dev2 2002-01-16-08:00-+0000 + 8.0h,
152
+ 2002-01-17-08:00-+0000 + 8.0h,
153
+ 2002-01-18-08:00-+0000 + 8.0h,
154
+ 2002-01-21-08:00-+0000 + 8.0h,
155
+ 2002-01-22-08:00-+0000 + 8.0h,
156
+ 2002-01-23-08:00-+0000 + 8.0h,
157
+ 2002-01-24-08:00-+0000 + 5.0h { overtime 2 }
158
+ booking dev3 2002-01-16-08:00-+0000 + 8.0h,
159
+ 2002-01-17-08:00-+0000 + 8.0h,
160
+ 2002-01-18-08:00-+0000 + 8.0h,
161
+ 2002-01-21-08:00-+0000 + 8.0h,
162
+ 2002-01-22-08:00-+0000 + 8.0h,
163
+ 2002-01-23-08:00-+0000 + 8.0h,
164
+ 2002-01-24-08:00-+0000 + 5.0h { overtime 2 }
165
+ delayed:booking dev1 2002-01-21-08:00-+0000 + 8.0h,
166
+ 2002-01-22-08:00-+0000 + 8.0h,
167
+ 2002-01-23-08:00-+0000 + 8.0h,
168
+ 2002-01-24-08:00-+0000 + 8.0h,
169
+ 2002-01-25-08:00-+0000 + 8.0h,
170
+ 2002-01-28-08:00-+0000 + 8.0h,
171
+ 2002-01-29-08:00-+0000 + 6.0h { overtime 2 }
172
+ delayed:booking dev2 2002-01-21-08:00-+0000 + 8.0h,
173
+ 2002-01-22-08:00-+0000 + 8.0h,
174
+ 2002-01-23-08:00-+0000 + 8.0h,
175
+ 2002-01-24-08:00-+0000 + 8.0h,
176
+ 2002-01-25-08:00-+0000 + 8.0h,
177
+ 2002-01-28-08:00-+0000 + 8.0h,
178
+ 2002-01-29-08:00-+0000 + 5.0h { overtime 2 }
179
+ delayed:booking dev3 2002-01-21-08:00-+0000 + 8.0h,
180
+ 2002-01-22-08:00-+0000 + 8.0h,
181
+ 2002-01-23-08:00-+0000 + 8.0h,
182
+ 2002-01-24-08:00-+0000 + 8.0h,
183
+ 2002-01-25-08:00-+0000 + 8.0h,
184
+ 2002-01-28-08:00-+0000 + 8.0h,
185
+ 2002-01-29-08:00-+0000 + 5.0h { overtime 2 }
226
186
  priority 500
227
187
  projectid acso
228
188
  responsible boss
@@ -233,378 +193,204 @@ supplement task AcSo.software {
233
193
  responsible boss, dev1
234
194
  }
235
195
  supplement task AcSo.software.database {
236
- booking dev1 2002-01-24-15:00-+0000 + 2.0h,
237
- 2002-01-25-08:00-+0000 + 3.0h,
238
- 2002-01-25-12:00-+0000 + 5.0h,
239
- 2002-01-28-08:00-+0000 + 3.0h,
240
- 2002-01-28-12:00-+0000 + 5.0h,
241
- 2002-01-29-08:00-+0000 + 3.0h,
242
- 2002-01-29-12:00-+0000 + 5.0h,
243
- 2002-01-30-08:00-+0000 + 3.0h,
244
- 2002-01-30-12:00-+0000 + 5.0h,
245
- 2002-01-31-08:00-+0000 + 3.0h,
246
- 2002-01-31-12:00-+0000 + 5.0h,
247
- 2002-02-01-08:00-+0000 + 3.0h,
248
- 2002-02-01-12:00-+0000 + 5.0h,
249
- 2002-02-04-08:00-+0000 + 3.0h,
250
- 2002-02-04-12:00-+0000 + 5.0h,
251
- 2002-02-05-08:00-+0000 + 3.0h,
252
- 2002-02-05-12:00-+0000 + 5.0h,
253
- 2002-02-06-08:00-+0000 + 3.0h,
254
- 2002-02-06-12:00-+0000 + 5.0h,
255
- 2002-02-07-08:00-+0000 + 3.0h,
256
- 2002-02-07-12:00-+0000 + 3.0h { overtime 2 }
257
- booking dev2 2002-01-24-15:00-+0000 + 2.0h,
258
- 2002-01-25-08:00-+0000 + 3.0h,
259
- 2002-01-25-12:00-+0000 + 5.0h,
260
- 2002-01-28-08:00-+0000 + 3.0h,
261
- 2002-01-28-12:00-+0000 + 5.0h,
262
- 2002-01-29-08:00-+0000 + 3.0h,
263
- 2002-01-29-12:00-+0000 + 5.0h,
264
- 2002-01-30-08:00-+0000 + 3.0h,
265
- 2002-01-30-12:00-+0000 + 5.0h,
266
- 2002-01-31-08:00-+0000 + 3.0h,
267
- 2002-01-31-12:00-+0000 + 5.0h,
268
- 2002-02-01-08:00-+0000 + 3.0h,
269
- 2002-02-01-12:00-+0000 + 5.0h,
270
- 2002-02-04-08:00-+0000 + 3.0h,
271
- 2002-02-04-12:00-+0000 + 5.0h,
272
- 2002-02-05-08:00-+0000 + 3.0h,
273
- 2002-02-05-12:00-+0000 + 5.0h,
274
- 2002-02-06-08:00-+0000 + 3.0h,
275
- 2002-02-06-12:00-+0000 + 5.0h,
276
- 2002-02-07-08:00-+0000 + 3.0h,
277
- 2002-02-07-12:00-+0000 + 3.0h { overtime 2 }
278
- delayed:booking dev1 2002-01-29-15:00-+0000 + 2.0h,
279
- 2002-01-30-08:00-+0000 + 3.0h,
280
- 2002-01-30-12:00-+0000 + 5.0h,
281
- 2002-01-31-08:00-+0000 + 3.0h,
282
- 2002-01-31-12:00-+0000 + 5.0h,
283
- 2002-02-01-08:00-+0000 + 3.0h,
284
- 2002-02-01-12:00-+0000 + 5.0h,
285
- 2002-02-04-08:00-+0000 + 3.0h,
286
- 2002-02-04-12:00-+0000 + 5.0h,
287
- 2002-02-05-08:00-+0000 + 3.0h,
288
- 2002-02-05-12:00-+0000 + 5.0h,
289
- 2002-02-06-08:00-+0000 + 3.0h,
290
- 2002-02-06-12:00-+0000 + 5.0h,
291
- 2002-02-07-08:00-+0000 + 3.0h,
292
- 2002-02-07-12:00-+0000 + 5.0h,
293
- 2002-02-08-08:00-+0000 + 3.0h,
294
- 2002-02-08-12:00-+0000 + 5.0h,
295
- 2002-02-11-08:00-+0000 + 3.0h,
296
- 2002-02-11-12:00-+0000 + 5.0h,
297
- 2002-02-12-08:00-+0000 + 3.0h,
298
- 2002-02-12-12:00-+0000 + 3.0h { overtime 2 }
299
- delayed:booking dev2 2002-01-29-15:00-+0000 + 2.0h,
300
- 2002-01-30-08:00-+0000 + 3.0h,
301
- 2002-01-30-12:00-+0000 + 5.0h,
302
- 2002-01-31-08:00-+0000 + 3.0h,
303
- 2002-01-31-12:00-+0000 + 5.0h,
304
- 2002-02-01-08:00-+0000 + 3.0h,
305
- 2002-02-01-12:00-+0000 + 5.0h,
306
- 2002-02-04-08:00-+0000 + 3.0h,
307
- 2002-02-04-12:00-+0000 + 5.0h,
308
- 2002-02-05-08:00-+0000 + 3.0h,
309
- 2002-02-05-12:00-+0000 + 5.0h,
310
- 2002-02-06-08:00-+0000 + 3.0h,
311
- 2002-02-06-12:00-+0000 + 5.0h,
312
- 2002-02-07-08:00-+0000 + 3.0h,
313
- 2002-02-07-12:00-+0000 + 5.0h,
314
- 2002-02-08-08:00-+0000 + 3.0h,
315
- 2002-02-08-12:00-+0000 + 5.0h,
316
- 2002-02-11-08:00-+0000 + 3.0h,
317
- 2002-02-11-12:00-+0000 + 5.0h,
318
- 2002-02-12-08:00-+0000 + 3.0h,
319
- 2002-02-12-12:00-+0000 + 3.0h { overtime 2 }
196
+ booking dev1 2002-01-24-14:00-+0000 + 2.0h,
197
+ 2002-01-25-08:00-+0000 + 8.0h,
198
+ 2002-01-28-08:00-+0000 + 8.0h,
199
+ 2002-01-29-08:00-+0000 + 8.0h,
200
+ 2002-01-30-08:00-+0000 + 8.0h,
201
+ 2002-01-31-08:00-+0000 + 8.0h,
202
+ 2002-02-01-08:00-+0000 + 8.0h,
203
+ 2002-02-04-08:00-+0000 + 8.0h,
204
+ 2002-02-05-08:00-+0000 + 8.0h,
205
+ 2002-02-06-08:00-+0000 + 8.0h,
206
+ 2002-02-07-08:00-+0000 + 6.0h { overtime 2 }
207
+ booking dev2 2002-01-24-14:00-+0000 + 2.0h,
208
+ 2002-01-25-08:00-+0000 + 8.0h,
209
+ 2002-01-28-08:00-+0000 + 8.0h,
210
+ 2002-01-29-08:00-+0000 + 8.0h,
211
+ 2002-01-30-08:00-+0000 + 8.0h,
212
+ 2002-01-31-08:00-+0000 + 8.0h,
213
+ 2002-02-01-08:00-+0000 + 8.0h,
214
+ 2002-02-04-08:00-+0000 + 8.0h,
215
+ 2002-02-05-08:00-+0000 + 8.0h,
216
+ 2002-02-06-08:00-+0000 + 8.0h,
217
+ 2002-02-07-08:00-+0000 + 6.0h { overtime 2 }
218
+ delayed:booking dev1 2002-01-29-14:00-+0000 + 2.0h,
219
+ 2002-01-30-08:00-+0000 + 8.0h,
220
+ 2002-01-31-08:00-+0000 + 8.0h,
221
+ 2002-02-01-08:00-+0000 + 8.0h,
222
+ 2002-02-04-08:00-+0000 + 8.0h,
223
+ 2002-02-05-08:00-+0000 + 8.0h,
224
+ 2002-02-06-08:00-+0000 + 8.0h,
225
+ 2002-02-07-08:00-+0000 + 8.0h,
226
+ 2002-02-08-08:00-+0000 + 8.0h,
227
+ 2002-02-11-08:00-+0000 + 8.0h,
228
+ 2002-02-12-08:00-+0000 + 6.0h { overtime 2 }
229
+ delayed:booking dev2 2002-01-29-14:00-+0000 + 2.0h,
230
+ 2002-01-30-08:00-+0000 + 8.0h,
231
+ 2002-01-31-08:00-+0000 + 8.0h,
232
+ 2002-02-01-08:00-+0000 + 8.0h,
233
+ 2002-02-04-08:00-+0000 + 8.0h,
234
+ 2002-02-05-08:00-+0000 + 8.0h,
235
+ 2002-02-06-08:00-+0000 + 8.0h,
236
+ 2002-02-07-08:00-+0000 + 8.0h,
237
+ 2002-02-08-08:00-+0000 + 8.0h,
238
+ 2002-02-11-08:00-+0000 + 8.0h,
239
+ 2002-02-12-08:00-+0000 + 6.0h { overtime 2 }
320
240
  priority 1000
321
241
  projectid acso
322
242
  responsible boss, dev1
323
243
  }
324
244
  supplement task AcSo.software.gui {
325
- booking dev2 2002-02-28-15:00-+0000 + 2.0h,
326
- 2002-03-01-08:00-+0000 + 3.0h,
327
- 2002-03-01-12:00-+0000 + 5.0h,
328
- 2002-03-04-08:00-+0000 + 3.0h,
329
- 2002-03-04-12:00-+0000 + 5.0h,
330
- 2002-03-05-08:00-+0000 + 3.0h,
331
- 2002-03-05-12:00-+0000 + 5.0h,
332
- 2002-03-06-08:00-+0000 + 3.0h,
333
- 2002-03-06-12:00-+0000 + 5.0h,
334
- 2002-03-07-08:00-+0000 + 3.0h,
335
- 2002-03-07-12:00-+0000 + 5.0h,
336
- 2002-03-08-08:00-+0000 + 3.0h,
337
- 2002-03-08-12:00-+0000 + 5.0h,
338
- 2002-03-11-08:00-+0000 + 3.0h,
339
- 2002-03-11-12:00-+0000 + 5.0h,
340
- 2002-03-12-08:00-+0000 + 3.0h,
341
- 2002-03-12-12:00-+0000 + 5.0h,
342
- 2002-03-13-08:00-+0000 + 3.0h,
343
- 2002-03-13-12:00-+0000 + 5.0h,
344
- 2002-03-14-08:00-+0000 + 3.0h,
345
- 2002-03-14-12:00-+0000 + 5.0h,
346
- 2002-03-15-08:00-+0000 + 3.0h,
347
- 2002-03-15-12:00-+0000 + 5.0h,
348
- 2002-03-18-08:00-+0000 + 3.0h,
349
- 2002-03-18-12:00-+0000 + 5.0h,
350
- 2002-03-19-08:00-+0000 + 3.0h,
351
- 2002-03-19-12:00-+0000 + 5.0h,
352
- 2002-03-20-08:00-+0000 + 3.0h,
353
- 2002-03-20-12:00-+0000 + 5.0h,
354
- 2002-03-21-08:00-+0000 + 3.0h,
355
- 2002-03-21-12:00-+0000 + 5.0h,
356
- 2002-03-22-08:00-+0000 + 3.0h,
357
- 2002-03-22-12:00-+0000 + 5.0h,
358
- 2002-03-25-08:00-+0000 + 3.0h,
359
- 2002-03-25-12:00-+0000 + 5.0h,
245
+ booking dev2 2002-02-28-14:00-+0000 + 2.0h,
246
+ 2002-03-01-08:00-+0000 + 8.0h,
247
+ 2002-03-04-08:00-+0000 + 8.0h,
248
+ 2002-03-05-08:00-+0000 + 8.0h,
249
+ 2002-03-06-08:00-+0000 + 8.0h,
250
+ 2002-03-07-08:00-+0000 + 8.0h,
251
+ 2002-03-08-08:00-+0000 + 8.0h,
252
+ 2002-03-11-08:00-+0000 + 8.0h,
253
+ 2002-03-12-08:00-+0000 + 8.0h,
254
+ 2002-03-13-08:00-+0000 + 8.0h,
255
+ 2002-03-14-08:00-+0000 + 8.0h,
256
+ 2002-03-15-08:00-+0000 + 8.0h,
257
+ 2002-03-18-08:00-+0000 + 8.0h,
258
+ 2002-03-19-08:00-+0000 + 8.0h,
259
+ 2002-03-20-08:00-+0000 + 8.0h,
260
+ 2002-03-21-08:00-+0000 + 8.0h,
261
+ 2002-03-22-08:00-+0000 + 8.0h,
262
+ 2002-03-25-08:00-+0000 + 8.0h,
360
263
  2002-03-26-08:00-+0000 + 2.0h { overtime 2 }
361
- booking dev3 2002-02-28-15:00-+0000 + 2.0h,
362
- 2002-03-01-08:00-+0000 + 3.0h,
363
- 2002-03-01-12:00-+0000 + 5.0h,
364
- 2002-03-04-08:00-+0000 + 3.0h,
365
- 2002-03-04-12:00-+0000 + 5.0h,
366
- 2002-03-05-08:00-+0000 + 3.0h,
367
- 2002-03-05-12:00-+0000 + 5.0h,
368
- 2002-03-06-08:00-+0000 + 3.0h,
369
- 2002-03-06-12:00-+0000 + 5.0h,
370
- 2002-03-07-08:00-+0000 + 3.0h,
371
- 2002-03-07-12:00-+0000 + 5.0h,
372
- 2002-03-08-08:00-+0000 + 3.0h,
373
- 2002-03-08-12:00-+0000 + 5.0h,
374
- 2002-03-11-08:00-+0000 + 3.0h,
375
- 2002-03-11-12:00-+0000 + 5.0h,
376
- 2002-03-12-08:00-+0000 + 3.0h,
377
- 2002-03-12-12:00-+0000 + 5.0h,
378
- 2002-03-13-08:00-+0000 + 3.0h,
379
- 2002-03-13-12:00-+0000 + 5.0h,
380
- 2002-03-14-08:00-+0000 + 3.0h,
381
- 2002-03-14-12:00-+0000 + 5.0h,
382
- 2002-03-15-08:00-+0000 + 3.0h,
383
- 2002-03-15-12:00-+0000 + 5.0h,
384
- 2002-03-18-08:00-+0000 + 3.0h,
385
- 2002-03-18-12:00-+0000 + 5.0h,
386
- 2002-03-19-08:00-+0000 + 3.0h,
387
- 2002-03-19-12:00-+0000 + 5.0h,
388
- 2002-03-20-08:00-+0000 + 3.0h,
389
- 2002-03-20-12:00-+0000 + 5.0h,
390
- 2002-03-21-08:00-+0000 + 3.0h,
391
- 2002-03-21-12:00-+0000 + 5.0h,
392
- 2002-03-22-08:00-+0000 + 3.0h,
393
- 2002-03-22-12:00-+0000 + 5.0h,
394
- 2002-03-25-08:00-+0000 + 3.0h,
395
- 2002-03-25-12:00-+0000 + 5.0h,
264
+ booking dev3 2002-02-28-14:00-+0000 + 2.0h,
265
+ 2002-03-01-08:00-+0000 + 8.0h,
266
+ 2002-03-04-08:00-+0000 + 8.0h,
267
+ 2002-03-05-08:00-+0000 + 8.0h,
268
+ 2002-03-06-08:00-+0000 + 8.0h,
269
+ 2002-03-07-08:00-+0000 + 8.0h,
270
+ 2002-03-08-08:00-+0000 + 8.0h,
271
+ 2002-03-11-08:00-+0000 + 8.0h,
272
+ 2002-03-12-08:00-+0000 + 8.0h,
273
+ 2002-03-13-08:00-+0000 + 8.0h,
274
+ 2002-03-14-08:00-+0000 + 8.0h,
275
+ 2002-03-15-08:00-+0000 + 8.0h,
276
+ 2002-03-18-08:00-+0000 + 8.0h,
277
+ 2002-03-19-08:00-+0000 + 8.0h,
278
+ 2002-03-20-08:00-+0000 + 8.0h,
279
+ 2002-03-21-08:00-+0000 + 8.0h,
280
+ 2002-03-22-08:00-+0000 + 8.0h,
281
+ 2002-03-25-08:00-+0000 + 8.0h,
396
282
  2002-03-26-08:00-+0000 + 2.0h { overtime 2 }
397
- delayed:booking dev2 2002-03-05-15:00-+0000 + 2.0h,
398
- 2002-03-06-08:00-+0000 + 3.0h,
399
- 2002-03-06-12:00-+0000 + 5.0h,
400
- 2002-03-07-08:00-+0000 + 3.0h,
401
- 2002-03-07-12:00-+0000 + 5.0h,
402
- 2002-03-08-08:00-+0000 + 3.0h,
403
- 2002-03-08-12:00-+0000 + 5.0h,
404
- 2002-03-11-08:00-+0000 + 3.0h,
405
- 2002-03-11-12:00-+0000 + 5.0h,
406
- 2002-03-12-08:00-+0000 + 3.0h,
407
- 2002-03-12-12:00-+0000 + 5.0h,
408
- 2002-03-13-08:00-+0000 + 3.0h,
409
- 2002-03-13-12:00-+0000 + 5.0h,
410
- 2002-03-14-08:00-+0000 + 3.0h,
411
- 2002-03-14-12:00-+0000 + 5.0h,
412
- 2002-03-15-08:00-+0000 + 3.0h,
413
- 2002-03-15-12:00-+0000 + 5.0h,
414
- 2002-03-18-08:00-+0000 + 3.0h,
415
- 2002-03-18-12:00-+0000 + 5.0h,
416
- 2002-03-19-08:00-+0000 + 3.0h,
417
- 2002-03-19-12:00-+0000 + 5.0h,
418
- 2002-03-20-08:00-+0000 + 3.0h,
419
- 2002-03-20-12:00-+0000 + 5.0h,
420
- 2002-03-21-08:00-+0000 + 3.0h,
421
- 2002-03-21-12:00-+0000 + 5.0h,
422
- 2002-03-22-08:00-+0000 + 3.0h,
423
- 2002-03-22-12:00-+0000 + 5.0h,
424
- 2002-03-25-08:00-+0000 + 3.0h,
425
- 2002-03-25-12:00-+0000 + 5.0h,
426
- 2002-03-26-08:00-+0000 + 3.0h,
427
- 2002-03-26-12:00-+0000 + 5.0h,
428
- 2002-03-27-08:00-+0000 + 3.0h,
429
- 2002-03-27-12:00-+0000 + 5.0h,
430
- 2002-03-28-08:00-+0000 + 3.0h,
431
- 2002-03-28-12:00-+0000 + 5.0h,
432
- 2002-04-01-07:00-+0000 + 3.0h,
433
- 2002-04-01-11:00-+0000 + 5.0h,
434
- 2002-04-02-07:00-+0000 + 3.0h,
435
- 2002-04-02-11:00-+0000 + 5.0h,
436
- 2002-04-03-07:00-+0000 + 3.0h,
437
- 2002-04-03-11:00-+0000 + 3.0h { overtime 2 }
438
- delayed:booking dev3 2002-03-05-15:00-+0000 + 2.0h,
439
- 2002-03-06-08:00-+0000 + 3.0h,
440
- 2002-03-06-12:00-+0000 + 5.0h,
441
- 2002-03-07-08:00-+0000 + 3.0h,
442
- 2002-03-07-12:00-+0000 + 5.0h,
443
- 2002-03-08-08:00-+0000 + 3.0h,
444
- 2002-03-08-12:00-+0000 + 5.0h,
445
- 2002-03-11-08:00-+0000 + 3.0h,
446
- 2002-03-11-12:00-+0000 + 5.0h,
447
- 2002-03-12-08:00-+0000 + 3.0h,
448
- 2002-03-12-12:00-+0000 + 5.0h,
449
- 2002-03-13-08:00-+0000 + 3.0h,
450
- 2002-03-13-12:00-+0000 + 5.0h,
451
- 2002-03-14-08:00-+0000 + 3.0h,
452
- 2002-03-14-12:00-+0000 + 5.0h,
453
- 2002-03-15-08:00-+0000 + 3.0h,
454
- 2002-03-15-12:00-+0000 + 5.0h,
455
- 2002-03-18-08:00-+0000 + 3.0h,
456
- 2002-03-18-12:00-+0000 + 5.0h,
457
- 2002-03-19-08:00-+0000 + 3.0h,
458
- 2002-03-19-12:00-+0000 + 5.0h,
459
- 2002-03-20-08:00-+0000 + 3.0h,
460
- 2002-03-20-12:00-+0000 + 5.0h,
461
- 2002-03-21-08:00-+0000 + 3.0h,
462
- 2002-03-21-12:00-+0000 + 5.0h,
463
- 2002-03-22-08:00-+0000 + 3.0h,
464
- 2002-03-22-12:00-+0000 + 5.0h,
465
- 2002-03-25-08:00-+0000 + 3.0h,
466
- 2002-03-25-12:00-+0000 + 5.0h,
467
- 2002-03-26-08:00-+0000 + 3.0h,
468
- 2002-03-26-12:00-+0000 + 5.0h,
469
- 2002-03-27-08:00-+0000 + 3.0h,
470
- 2002-03-27-12:00-+0000 + 5.0h,
471
- 2002-03-28-08:00-+0000 + 3.0h,
472
- 2002-03-28-12:00-+0000 + 5.0h,
473
- 2002-04-01-07:00-+0000 + 3.0h,
474
- 2002-04-01-11:00-+0000 + 5.0h,
475
- 2002-04-02-07:00-+0000 + 3.0h,
476
- 2002-04-02-11:00-+0000 + 5.0h,
477
- 2002-04-03-07:00-+0000 + 3.0h,
478
- 2002-04-03-11:00-+0000 + 3.0h { overtime 2 }
283
+ delayed:booking dev2 2002-03-05-14:00-+0000 + 2.0h,
284
+ 2002-03-06-08:00-+0000 + 8.0h,
285
+ 2002-03-07-08:00-+0000 + 8.0h,
286
+ 2002-03-08-08:00-+0000 + 8.0h,
287
+ 2002-03-11-08:00-+0000 + 8.0h,
288
+ 2002-03-12-08:00-+0000 + 8.0h,
289
+ 2002-03-13-08:00-+0000 + 8.0h,
290
+ 2002-03-14-08:00-+0000 + 8.0h,
291
+ 2002-03-15-08:00-+0000 + 8.0h,
292
+ 2002-03-18-08:00-+0000 + 8.0h,
293
+ 2002-03-19-08:00-+0000 + 8.0h,
294
+ 2002-03-20-08:00-+0000 + 8.0h,
295
+ 2002-03-21-08:00-+0000 + 8.0h,
296
+ 2002-03-22-08:00-+0000 + 8.0h,
297
+ 2002-03-25-08:00-+0000 + 8.0h,
298
+ 2002-03-26-08:00-+0000 + 8.0h,
299
+ 2002-03-27-08:00-+0000 + 8.0h,
300
+ 2002-03-28-08:00-+0000 + 8.0h,
301
+ 2002-04-01-07:00-+0000 + 8.0h,
302
+ 2002-04-02-07:00-+0000 + 8.0h,
303
+ 2002-04-03-07:00-+0000 + 6.0h { overtime 2 }
304
+ delayed:booking dev3 2002-03-05-14:00-+0000 + 2.0h,
305
+ 2002-03-06-08:00-+0000 + 8.0h,
306
+ 2002-03-07-08:00-+0000 + 8.0h,
307
+ 2002-03-08-08:00-+0000 + 8.0h,
308
+ 2002-03-11-08:00-+0000 + 8.0h,
309
+ 2002-03-12-08:00-+0000 + 8.0h,
310
+ 2002-03-13-08:00-+0000 + 8.0h,
311
+ 2002-03-14-08:00-+0000 + 8.0h,
312
+ 2002-03-15-08:00-+0000 + 8.0h,
313
+ 2002-03-18-08:00-+0000 + 8.0h,
314
+ 2002-03-19-08:00-+0000 + 8.0h,
315
+ 2002-03-20-08:00-+0000 + 8.0h,
316
+ 2002-03-21-08:00-+0000 + 8.0h,
317
+ 2002-03-22-08:00-+0000 + 8.0h,
318
+ 2002-03-25-08:00-+0000 + 8.0h,
319
+ 2002-03-26-08:00-+0000 + 8.0h,
320
+ 2002-03-27-08:00-+0000 + 8.0h,
321
+ 2002-03-28-08:00-+0000 + 8.0h,
322
+ 2002-04-01-07:00-+0000 + 8.0h,
323
+ 2002-04-02-07:00-+0000 + 8.0h,
324
+ 2002-04-03-07:00-+0000 + 6.0h { overtime 2 }
479
325
  priority 1000
480
326
  projectid acso
481
327
  responsible boss, dev1
482
328
  }
483
329
  supplement task AcSo.software.backend {
484
- booking dev1 2002-02-07-15:00-+0000 + 2.0h,
485
- 2002-02-08-08:00-+0000 + 3.0h,
486
- 2002-02-08-12:00-+0000 + 5.0h,
487
- 2002-02-11-08:00-+0000 + 3.0h,
488
- 2002-02-11-12:00-+0000 + 5.0h,
489
- 2002-02-12-08:00-+0000 + 3.0h,
490
- 2002-02-12-12:00-+0000 + 5.0h,
491
- 2002-02-13-08:00-+0000 + 3.0h,
492
- 2002-02-13-12:00-+0000 + 5.0h,
493
- 2002-02-14-08:00-+0000 + 3.0h,
494
- 2002-02-14-12:00-+0000 + 5.0h,
495
- 2002-02-15-08:00-+0000 + 3.0h,
496
- 2002-02-15-12:00-+0000 + 5.0h,
497
- 2002-02-18-08:00-+0000 + 3.0h,
498
- 2002-02-18-12:00-+0000 + 5.0h,
499
- 2002-02-19-08:00-+0000 + 3.0h,
500
- 2002-02-19-12:00-+0000 + 5.0h,
501
- 2002-02-20-08:00-+0000 + 3.0h,
502
- 2002-02-20-12:00-+0000 + 5.0h,
503
- 2002-02-21-08:00-+0000 + 3.0h,
504
- 2002-02-21-12:00-+0000 + 5.0h,
505
- 2002-02-22-08:00-+0000 + 3.0h,
506
- 2002-02-22-12:00-+0000 + 5.0h,
507
- 2002-02-25-08:00-+0000 + 3.0h,
508
- 2002-02-25-12:00-+0000 + 5.0h,
509
- 2002-02-26-08:00-+0000 + 3.0h,
510
- 2002-02-26-12:00-+0000 + 5.0h,
511
- 2002-02-27-08:00-+0000 + 3.0h,
512
- 2002-02-27-12:00-+0000 + 5.0h,
513
- 2002-02-28-08:00-+0000 + 3.0h,
514
- 2002-02-28-12:00-+0000 + 3.0h { overtime 2 }
515
- booking dev2 2002-02-07-15:00-+0000 + 2.0h,
516
- 2002-02-08-08:00-+0000 + 3.0h,
517
- 2002-02-08-12:00-+0000 + 5.0h,
518
- 2002-02-11-08:00-+0000 + 3.0h,
519
- 2002-02-11-12:00-+0000 + 5.0h,
520
- 2002-02-12-08:00-+0000 + 3.0h,
521
- 2002-02-12-12:00-+0000 + 5.0h,
522
- 2002-02-13-08:00-+0000 + 3.0h,
523
- 2002-02-13-12:00-+0000 + 5.0h,
524
- 2002-02-14-08:00-+0000 + 3.0h,
525
- 2002-02-14-12:00-+0000 + 5.0h,
526
- 2002-02-15-08:00-+0000 + 3.0h,
527
- 2002-02-15-12:00-+0000 + 5.0h,
528
- 2002-02-18-08:00-+0000 + 3.0h,
529
- 2002-02-18-12:00-+0000 + 5.0h,
530
- 2002-02-19-08:00-+0000 + 3.0h,
531
- 2002-02-19-12:00-+0000 + 5.0h,
532
- 2002-02-20-08:00-+0000 + 3.0h,
533
- 2002-02-20-12:00-+0000 + 5.0h,
534
- 2002-02-21-08:00-+0000 + 3.0h,
535
- 2002-02-21-12:00-+0000 + 5.0h,
536
- 2002-02-22-08:00-+0000 + 3.0h,
537
- 2002-02-22-12:00-+0000 + 5.0h,
538
- 2002-02-25-08:00-+0000 + 3.0h,
539
- 2002-02-25-12:00-+0000 + 5.0h,
540
- 2002-02-26-08:00-+0000 + 3.0h,
541
- 2002-02-26-12:00-+0000 + 5.0h,
542
- 2002-02-27-08:00-+0000 + 3.0h,
543
- 2002-02-27-12:00-+0000 + 5.0h,
544
- 2002-02-28-08:00-+0000 + 3.0h,
545
- 2002-02-28-12:00-+0000 + 3.0h { overtime 2 }
546
- delayed:booking dev1 2002-02-12-15:00-+0000 + 2.0h,
547
- 2002-02-13-08:00-+0000 + 3.0h,
548
- 2002-02-13-12:00-+0000 + 5.0h,
549
- 2002-02-14-08:00-+0000 + 3.0h,
550
- 2002-02-14-12:00-+0000 + 5.0h,
551
- 2002-02-15-08:00-+0000 + 3.0h,
552
- 2002-02-15-12:00-+0000 + 5.0h,
553
- 2002-02-18-08:00-+0000 + 3.0h,
554
- 2002-02-18-12:00-+0000 + 5.0h,
555
- 2002-02-19-08:00-+0000 + 3.0h,
556
- 2002-02-19-12:00-+0000 + 5.0h,
557
- 2002-02-20-08:00-+0000 + 3.0h,
558
- 2002-02-20-12:00-+0000 + 5.0h,
559
- 2002-02-21-08:00-+0000 + 3.0h,
560
- 2002-02-21-12:00-+0000 + 5.0h,
561
- 2002-02-22-08:00-+0000 + 3.0h,
562
- 2002-02-22-12:00-+0000 + 5.0h,
563
- 2002-02-25-08:00-+0000 + 3.0h,
564
- 2002-02-25-12:00-+0000 + 5.0h,
565
- 2002-02-26-08:00-+0000 + 3.0h,
566
- 2002-02-26-12:00-+0000 + 5.0h,
567
- 2002-02-27-08:00-+0000 + 3.0h,
568
- 2002-02-27-12:00-+0000 + 5.0h,
569
- 2002-02-28-08:00-+0000 + 3.0h,
570
- 2002-02-28-12:00-+0000 + 5.0h,
571
- 2002-03-01-08:00-+0000 + 3.0h,
572
- 2002-03-01-12:00-+0000 + 5.0h,
573
- 2002-03-04-08:00-+0000 + 3.0h,
574
- 2002-03-04-12:00-+0000 + 5.0h,
575
- 2002-03-05-08:00-+0000 + 3.0h,
576
- 2002-03-05-12:00-+0000 + 3.0h { overtime 2 }
577
- delayed:booking dev2 2002-02-12-15:00-+0000 + 2.0h,
578
- 2002-02-13-08:00-+0000 + 3.0h,
579
- 2002-02-13-12:00-+0000 + 5.0h,
580
- 2002-02-14-08:00-+0000 + 3.0h,
581
- 2002-02-14-12:00-+0000 + 5.0h,
582
- 2002-02-15-08:00-+0000 + 3.0h,
583
- 2002-02-15-12:00-+0000 + 5.0h,
584
- 2002-02-18-08:00-+0000 + 3.0h,
585
- 2002-02-18-12:00-+0000 + 5.0h,
586
- 2002-02-19-08:00-+0000 + 3.0h,
587
- 2002-02-19-12:00-+0000 + 5.0h,
588
- 2002-02-20-08:00-+0000 + 3.0h,
589
- 2002-02-20-12:00-+0000 + 5.0h,
590
- 2002-02-21-08:00-+0000 + 3.0h,
591
- 2002-02-21-12:00-+0000 + 5.0h,
592
- 2002-02-22-08:00-+0000 + 3.0h,
593
- 2002-02-22-12:00-+0000 + 5.0h,
594
- 2002-02-25-08:00-+0000 + 3.0h,
595
- 2002-02-25-12:00-+0000 + 5.0h,
596
- 2002-02-26-08:00-+0000 + 3.0h,
597
- 2002-02-26-12:00-+0000 + 5.0h,
598
- 2002-02-27-08:00-+0000 + 3.0h,
599
- 2002-02-27-12:00-+0000 + 5.0h,
600
- 2002-02-28-08:00-+0000 + 3.0h,
601
- 2002-02-28-12:00-+0000 + 5.0h,
602
- 2002-03-01-08:00-+0000 + 3.0h,
603
- 2002-03-01-12:00-+0000 + 5.0h,
604
- 2002-03-04-08:00-+0000 + 3.0h,
605
- 2002-03-04-12:00-+0000 + 5.0h,
606
- 2002-03-05-08:00-+0000 + 3.0h,
607
- 2002-03-05-12:00-+0000 + 3.0h { overtime 2 }
330
+ booking dev1 2002-02-07-14:00-+0000 + 2.0h,
331
+ 2002-02-08-08:00-+0000 + 8.0h,
332
+ 2002-02-11-08:00-+0000 + 8.0h,
333
+ 2002-02-12-08:00-+0000 + 8.0h,
334
+ 2002-02-13-08:00-+0000 + 8.0h,
335
+ 2002-02-14-08:00-+0000 + 8.0h,
336
+ 2002-02-15-08:00-+0000 + 8.0h,
337
+ 2002-02-18-08:00-+0000 + 8.0h,
338
+ 2002-02-19-08:00-+0000 + 8.0h,
339
+ 2002-02-20-08:00-+0000 + 8.0h,
340
+ 2002-02-21-08:00-+0000 + 8.0h,
341
+ 2002-02-22-08:00-+0000 + 8.0h,
342
+ 2002-02-25-08:00-+0000 + 8.0h,
343
+ 2002-02-26-08:00-+0000 + 8.0h,
344
+ 2002-02-27-08:00-+0000 + 8.0h,
345
+ 2002-02-28-08:00-+0000 + 6.0h { overtime 2 }
346
+ booking dev2 2002-02-07-14:00-+0000 + 2.0h,
347
+ 2002-02-08-08:00-+0000 + 8.0h,
348
+ 2002-02-11-08:00-+0000 + 8.0h,
349
+ 2002-02-12-08:00-+0000 + 8.0h,
350
+ 2002-02-13-08:00-+0000 + 8.0h,
351
+ 2002-02-14-08:00-+0000 + 8.0h,
352
+ 2002-02-15-08:00-+0000 + 8.0h,
353
+ 2002-02-18-08:00-+0000 + 8.0h,
354
+ 2002-02-19-08:00-+0000 + 8.0h,
355
+ 2002-02-20-08:00-+0000 + 8.0h,
356
+ 2002-02-21-08:00-+0000 + 8.0h,
357
+ 2002-02-22-08:00-+0000 + 8.0h,
358
+ 2002-02-25-08:00-+0000 + 8.0h,
359
+ 2002-02-26-08:00-+0000 + 8.0h,
360
+ 2002-02-27-08:00-+0000 + 8.0h,
361
+ 2002-02-28-08:00-+0000 + 6.0h { overtime 2 }
362
+ delayed:booking dev1 2002-02-12-14:00-+0000 + 2.0h,
363
+ 2002-02-13-08:00-+0000 + 8.0h,
364
+ 2002-02-14-08:00-+0000 + 8.0h,
365
+ 2002-02-15-08:00-+0000 + 8.0h,
366
+ 2002-02-18-08:00-+0000 + 8.0h,
367
+ 2002-02-19-08:00-+0000 + 8.0h,
368
+ 2002-02-20-08:00-+0000 + 8.0h,
369
+ 2002-02-21-08:00-+0000 + 8.0h,
370
+ 2002-02-22-08:00-+0000 + 8.0h,
371
+ 2002-02-25-08:00-+0000 + 8.0h,
372
+ 2002-02-26-08:00-+0000 + 8.0h,
373
+ 2002-02-27-08:00-+0000 + 8.0h,
374
+ 2002-02-28-08:00-+0000 + 8.0h,
375
+ 2002-03-01-08:00-+0000 + 8.0h,
376
+ 2002-03-04-08:00-+0000 + 8.0h,
377
+ 2002-03-05-08:00-+0000 + 6.0h { overtime 2 }
378
+ delayed:booking dev2 2002-02-12-14:00-+0000 + 2.0h,
379
+ 2002-02-13-08:00-+0000 + 8.0h,
380
+ 2002-02-14-08:00-+0000 + 8.0h,
381
+ 2002-02-15-08:00-+0000 + 8.0h,
382
+ 2002-02-18-08:00-+0000 + 8.0h,
383
+ 2002-02-19-08:00-+0000 + 8.0h,
384
+ 2002-02-20-08:00-+0000 + 8.0h,
385
+ 2002-02-21-08:00-+0000 + 8.0h,
386
+ 2002-02-22-08:00-+0000 + 8.0h,
387
+ 2002-02-25-08:00-+0000 + 8.0h,
388
+ 2002-02-26-08:00-+0000 + 8.0h,
389
+ 2002-02-27-08:00-+0000 + 8.0h,
390
+ 2002-02-28-08:00-+0000 + 8.0h,
391
+ 2002-03-01-08:00-+0000 + 8.0h,
392
+ 2002-03-04-08:00-+0000 + 8.0h,
393
+ 2002-03-05-08:00-+0000 + 6.0h { overtime 2 }
608
394
  complete 95
609
395
  priority 1000
610
396
  projectid acso
@@ -616,336 +402,182 @@ supplement task AcSo.test {
616
402
  responsible boss
617
403
  }
618
404
  supplement task AcSo.test.alpha {
619
- booking dev2 2002-03-26-10:00-+0000 + 1.0h,
620
- 2002-03-26-12:00-+0000 + 5.0h,
621
- 2002-03-27-08:00-+0000 + 3.0h,
622
- 2002-03-27-12:00-+0000 + 5.0h,
623
- 2002-03-28-08:00-+0000 + 3.0h,
624
- 2002-03-28-12:00-+0000 + 5.0h { overtime 2 }
625
- booking test 2002-03-26-10:00-+0000 + 1.0h,
626
- 2002-03-26-12:00-+0000 + 5.0h,
627
- 2002-03-27-08:00-+0000 + 3.0h,
628
- 2002-03-27-12:00-+0000 + 3.0h,
629
- 2002-03-28-08:00-+0000 + 3.0h,
630
- 2002-03-28-12:00-+0000 + 3.0h { overtime 2 }
631
- delayed:booking dev2 2002-04-03-14:00-+0000 + 2.0h,
632
- 2002-04-04-07:00-+0000 + 3.0h,
633
- 2002-04-04-11:00-+0000 + 5.0h,
634
- 2002-04-05-07:00-+0000 + 3.0h,
635
- 2002-04-05-11:00-+0000 + 5.0h,
636
- 2002-04-08-07:00-+0000 + 3.0h,
637
- 2002-04-08-11:00-+0000 + 1.0h { overtime 2 }
638
- delayed:booking test 2002-04-03-14:00-+0000 + 2.0h,
639
- 2002-04-04-07:00-+0000 + 3.0h,
640
- 2002-04-04-11:00-+0000 + 3.0h,
641
- 2002-04-05-07:00-+0000 + 3.0h,
642
- 2002-04-05-11:00-+0000 + 3.0h,
643
- 2002-04-08-07:00-+0000 + 3.0h,
644
- 2002-04-08-11:00-+0000 + 1.0h { overtime 2 }
405
+ booking dev2 2002-03-26-10:00-+0000 + 6.0h,
406
+ 2002-03-27-08:00-+0000 + 8.0h,
407
+ 2002-03-28-08:00-+0000 + 8.0h { overtime 2 }
408
+ booking test 2002-03-26-10:00-+0000 + 6.0h,
409
+ 2002-03-27-08:00-+0000 + 6.0h,
410
+ 2002-03-28-08:00-+0000 + 6.0h { overtime 2 }
411
+ delayed:booking dev2 2002-04-03-13:00-+0000 + 2.0h,
412
+ 2002-04-04-07:00-+0000 + 8.0h,
413
+ 2002-04-05-07:00-+0000 + 8.0h,
414
+ 2002-04-08-07:00-+0000 + 4.0h { overtime 2 }
415
+ delayed:booking test 2002-04-03-13:00-+0000 + 2.0h,
416
+ 2002-04-04-07:00-+0000 + 6.0h,
417
+ 2002-04-05-07:00-+0000 + 6.0h,
418
+ 2002-04-08-07:00-+0000 + 4.0h { overtime 2 }
645
419
  note "Hopefully most bugs will be found and fixed here."
646
420
  priority 500
647
421
  projectid acso
648
422
  responsible boss
649
423
  }
650
424
  supplement task AcSo.test.beta {
651
- booking dev1 2002-04-01-07:00-+0000 + 3.0h,
652
- 2002-04-01-11:00-+0000 + 5.0h,
653
- 2002-04-02-07:00-+0000 + 3.0h,
654
- 2002-04-02-11:00-+0000 + 5.0h,
655
- 2002-04-03-07:00-+0000 + 3.0h,
656
- 2002-04-03-11:00-+0000 + 5.0h,
657
- 2002-04-04-07:00-+0000 + 3.0h,
658
- 2002-04-04-11:00-+0000 + 5.0h,
659
- 2002-04-05-07:00-+0000 + 3.0h,
660
- 2002-04-05-11:00-+0000 + 5.0h,
661
- 2002-04-08-07:00-+0000 + 3.0h,
662
- 2002-04-08-11:00-+0000 + 5.0h,
663
- 2002-04-09-07:00-+0000 + 3.0h,
664
- 2002-04-09-11:00-+0000 + 5.0h,
665
- 2002-04-10-07:00-+0000 + 3.0h,
666
- 2002-04-10-11:00-+0000 + 5.0h,
667
- 2002-04-11-07:00-+0000 + 3.0h,
668
- 2002-04-11-11:00-+0000 + 5.0h,
669
- 2002-04-12-07:00-+0000 + 3.0h,
670
- 2002-04-12-11:00-+0000 + 5.0h,
671
- 2002-04-15-07:00-+0000 + 3.0h,
672
- 2002-04-15-11:00-+0000 + 5.0h,
425
+ booking dev1 2002-04-01-07:00-+0000 + 8.0h,
426
+ 2002-04-02-07:00-+0000 + 8.0h,
427
+ 2002-04-03-07:00-+0000 + 8.0h,
428
+ 2002-04-04-07:00-+0000 + 8.0h,
429
+ 2002-04-05-07:00-+0000 + 8.0h,
430
+ 2002-04-08-07:00-+0000 + 8.0h,
431
+ 2002-04-09-07:00-+0000 + 8.0h,
432
+ 2002-04-10-07:00-+0000 + 8.0h,
433
+ 2002-04-11-07:00-+0000 + 8.0h,
434
+ 2002-04-12-07:00-+0000 + 8.0h,
435
+ 2002-04-15-07:00-+0000 + 8.0h,
673
436
  2002-04-16-07:00-+0000 + 3.0h { overtime 2 }
674
- booking test 2002-04-01-07:00-+0000 + 3.0h,
675
- 2002-04-01-11:00-+0000 + 3.0h,
676
- 2002-04-02-07:00-+0000 + 3.0h,
677
- 2002-04-02-11:00-+0000 + 3.0h,
678
- 2002-04-03-07:00-+0000 + 3.0h,
679
- 2002-04-03-11:00-+0000 + 3.0h,
680
- 2002-04-04-07:00-+0000 + 3.0h,
681
- 2002-04-04-11:00-+0000 + 3.0h,
682
- 2002-04-05-07:00-+0000 + 3.0h,
683
- 2002-04-05-11:00-+0000 + 3.0h,
684
- 2002-04-08-07:00-+0000 + 3.0h,
685
- 2002-04-08-11:00-+0000 + 3.0h,
686
- 2002-04-09-07:00-+0000 + 3.0h,
687
- 2002-04-09-11:00-+0000 + 3.0h,
688
- 2002-04-10-07:00-+0000 + 3.0h,
689
- 2002-04-10-11:00-+0000 + 3.0h,
690
- 2002-04-11-07:00-+0000 + 3.0h,
691
- 2002-04-11-11:00-+0000 + 3.0h,
692
- 2002-04-12-07:00-+0000 + 3.0h,
693
- 2002-04-12-11:00-+0000 + 3.0h,
694
- 2002-04-15-07:00-+0000 + 3.0h,
695
- 2002-04-15-11:00-+0000 + 3.0h,
437
+ booking test 2002-04-01-07:00-+0000 + 6.0h,
438
+ 2002-04-02-07:00-+0000 + 6.0h,
439
+ 2002-04-03-07:00-+0000 + 6.0h,
440
+ 2002-04-04-07:00-+0000 + 6.0h,
441
+ 2002-04-05-07:00-+0000 + 6.0h,
442
+ 2002-04-08-07:00-+0000 + 6.0h,
443
+ 2002-04-09-07:00-+0000 + 6.0h,
444
+ 2002-04-10-07:00-+0000 + 6.0h,
445
+ 2002-04-11-07:00-+0000 + 6.0h,
446
+ 2002-04-12-07:00-+0000 + 6.0h,
447
+ 2002-04-15-07:00-+0000 + 6.0h,
696
448
  2002-04-16-07:00-+0000 + 3.0h { overtime 2 }
697
- delayed:booking dev1 2002-04-08-12:00-+0000 + 4.0h,
698
- 2002-04-09-07:00-+0000 + 3.0h,
699
- 2002-04-09-11:00-+0000 + 5.0h,
700
- 2002-04-10-07:00-+0000 + 3.0h,
701
- 2002-04-10-11:00-+0000 + 5.0h,
702
- 2002-04-11-07:00-+0000 + 3.0h,
703
- 2002-04-11-11:00-+0000 + 5.0h,
704
- 2002-04-12-07:00-+0000 + 3.0h,
705
- 2002-04-12-11:00-+0000 + 5.0h,
706
- 2002-04-15-07:00-+0000 + 3.0h,
707
- 2002-04-15-11:00-+0000 + 5.0h,
708
- 2002-04-16-07:00-+0000 + 3.0h,
709
- 2002-04-16-11:00-+0000 + 5.0h,
710
- 2002-04-17-07:00-+0000 + 3.0h,
711
- 2002-04-17-11:00-+0000 + 5.0h,
712
- 2002-04-18-07:00-+0000 + 3.0h,
713
- 2002-04-18-11:00-+0000 + 5.0h,
714
- 2002-04-19-07:00-+0000 + 3.0h,
715
- 2002-04-19-11:00-+0000 + 5.0h,
716
- 2002-04-22-07:00-+0000 + 3.0h,
717
- 2002-04-22-11:00-+0000 + 5.0h,
718
- 2002-04-23-07:00-+0000 + 3.0h,
719
- 2002-04-23-11:00-+0000 + 5.0h { overtime 2 }
720
- delayed:booking test 2002-04-08-12:00-+0000 + 2.0h,
721
- 2002-04-09-07:00-+0000 + 3.0h,
722
- 2002-04-09-11:00-+0000 + 3.0h,
723
- 2002-04-10-07:00-+0000 + 3.0h,
724
- 2002-04-10-11:00-+0000 + 3.0h,
725
- 2002-04-11-07:00-+0000 + 3.0h,
726
- 2002-04-11-11:00-+0000 + 3.0h,
727
- 2002-04-12-07:00-+0000 + 3.0h,
728
- 2002-04-12-11:00-+0000 + 3.0h,
729
- 2002-04-15-07:00-+0000 + 3.0h,
730
- 2002-04-15-11:00-+0000 + 3.0h,
731
- 2002-04-16-07:00-+0000 + 3.0h,
732
- 2002-04-16-11:00-+0000 + 3.0h,
733
- 2002-04-17-07:00-+0000 + 3.0h,
734
- 2002-04-17-11:00-+0000 + 3.0h,
735
- 2002-04-18-07:00-+0000 + 3.0h,
736
- 2002-04-18-11:00-+0000 + 3.0h,
737
- 2002-04-19-07:00-+0000 + 3.0h,
738
- 2002-04-19-11:00-+0000 + 3.0h,
739
- 2002-04-22-07:00-+0000 + 3.0h,
740
- 2002-04-22-11:00-+0000 + 3.0h,
741
- 2002-04-23-07:00-+0000 + 3.0h,
742
- 2002-04-23-11:00-+0000 + 3.0h { overtime 2 }
449
+ delayed:booking dev1 2002-04-08-11:00-+0000 + 4.0h,
450
+ 2002-04-09-07:00-+0000 + 8.0h,
451
+ 2002-04-10-07:00-+0000 + 8.0h,
452
+ 2002-04-11-07:00-+0000 + 8.0h,
453
+ 2002-04-12-07:00-+0000 + 8.0h,
454
+ 2002-04-15-07:00-+0000 + 8.0h,
455
+ 2002-04-16-07:00-+0000 + 8.0h,
456
+ 2002-04-17-07:00-+0000 + 8.0h,
457
+ 2002-04-18-07:00-+0000 + 8.0h,
458
+ 2002-04-19-07:00-+0000 + 8.0h,
459
+ 2002-04-22-07:00-+0000 + 8.0h,
460
+ 2002-04-23-07:00-+0000 + 8.0h { overtime 2 }
461
+ delayed:booking test 2002-04-08-11:00-+0000 + 2.0h,
462
+ 2002-04-09-07:00-+0000 + 6.0h,
463
+ 2002-04-10-07:00-+0000 + 6.0h,
464
+ 2002-04-11-07:00-+0000 + 6.0h,
465
+ 2002-04-12-07:00-+0000 + 6.0h,
466
+ 2002-04-15-07:00-+0000 + 6.0h,
467
+ 2002-04-16-07:00-+0000 + 6.0h,
468
+ 2002-04-17-07:00-+0000 + 6.0h,
469
+ 2002-04-18-07:00-+0000 + 6.0h,
470
+ 2002-04-19-07:00-+0000 + 6.0h,
471
+ 2002-04-22-07:00-+0000 + 6.0h,
472
+ 2002-04-23-07:00-+0000 + 6.0h { overtime 2 }
743
473
  priority 500
744
474
  projectid acso
745
475
  responsible boss
746
476
  }
747
477
  supplement task AcSo.manual {
748
- booking dev3 2002-01-24-14:00-+0000 + 3.0h,
749
- 2002-01-25-08:00-+0000 + 3.0h,
750
- 2002-01-25-12:00-+0000 + 5.0h,
751
- 2002-01-28-08:00-+0000 + 3.0h,
752
- 2002-01-28-12:00-+0000 + 5.0h,
753
- 2002-01-29-08:00-+0000 + 3.0h,
754
- 2002-01-29-12:00-+0000 + 5.0h,
755
- 2002-01-30-08:00-+0000 + 3.0h,
756
- 2002-01-30-12:00-+0000 + 5.0h,
757
- 2002-01-31-08:00-+0000 + 3.0h,
758
- 2002-01-31-12:00-+0000 + 5.0h,
759
- 2002-02-05-08:00-+0000 + 3.0h,
760
- 2002-02-05-12:00-+0000 + 5.0h,
761
- 2002-02-06-08:00-+0000 + 3.0h,
762
- 2002-02-06-12:00-+0000 + 5.0h,
763
- 2002-02-07-08:00-+0000 + 3.0h,
764
- 2002-02-07-12:00-+0000 + 5.0h,
765
- 2002-02-08-08:00-+0000 + 3.0h,
766
- 2002-02-08-12:00-+0000 + 5.0h,
767
- 2002-02-11-08:00-+0000 + 3.0h,
768
- 2002-02-11-12:00-+0000 + 5.0h,
769
- 2002-02-12-08:00-+0000 + 3.0h,
770
- 2002-02-12-12:00-+0000 + 5.0h,
771
- 2002-02-13-08:00-+0000 + 3.0h,
772
- 2002-02-13-12:00-+0000 + 5.0h,
773
- 2002-02-14-08:00-+0000 + 3.0h,
774
- 2002-02-14-12:00-+0000 + 5.0h,
775
- 2002-02-15-08:00-+0000 + 3.0h,
776
- 2002-02-15-12:00-+0000 + 5.0h,
777
- 2002-02-18-08:00-+0000 + 3.0h,
778
- 2002-02-18-12:00-+0000 + 5.0h,
779
- 2002-02-19-08:00-+0000 + 3.0h,
780
- 2002-02-19-12:00-+0000 + 5.0h,
781
- 2002-02-20-08:00-+0000 + 3.0h,
782
- 2002-02-20-12:00-+0000 + 5.0h,
783
- 2002-02-21-08:00-+0000 + 3.0h,
784
- 2002-02-21-12:00-+0000 + 5.0h,
785
- 2002-02-22-08:00-+0000 + 3.0h,
786
- 2002-02-22-12:00-+0000 + 5.0h,
787
- 2002-02-25-08:00-+0000 + 3.0h,
788
- 2002-02-25-12:00-+0000 + 5.0h,
478
+ booking dev3 2002-01-24-13:00-+0000 + 3.0h,
479
+ 2002-01-25-08:00-+0000 + 8.0h,
480
+ 2002-01-28-08:00-+0000 + 8.0h,
481
+ 2002-01-29-08:00-+0000 + 8.0h,
482
+ 2002-01-30-08:00-+0000 + 8.0h,
483
+ 2002-01-31-08:00-+0000 + 8.0h,
484
+ 2002-02-05-08:00-+0000 + 8.0h,
485
+ 2002-02-06-08:00-+0000 + 8.0h,
486
+ 2002-02-07-08:00-+0000 + 8.0h,
487
+ 2002-02-08-08:00-+0000 + 8.0h,
488
+ 2002-02-11-08:00-+0000 + 8.0h,
489
+ 2002-02-12-08:00-+0000 + 8.0h,
490
+ 2002-02-13-08:00-+0000 + 8.0h,
491
+ 2002-02-14-08:00-+0000 + 8.0h,
492
+ 2002-02-15-08:00-+0000 + 8.0h,
493
+ 2002-02-18-08:00-+0000 + 8.0h,
494
+ 2002-02-19-08:00-+0000 + 8.0h,
495
+ 2002-02-20-08:00-+0000 + 8.0h,
496
+ 2002-02-21-08:00-+0000 + 8.0h,
497
+ 2002-02-22-08:00-+0000 + 8.0h,
498
+ 2002-02-25-08:00-+0000 + 8.0h,
789
499
  2002-02-26-08:00-+0000 + 2.0h { overtime 2 }
790
- booking doc 2002-01-16-08:00-+0000 + 3.0h,
791
- 2002-01-16-12:00-+0000 + 5.0h,
792
- 2002-01-17-08:00-+0000 + 3.0h,
793
- 2002-01-17-12:00-+0000 + 5.0h,
794
- 2002-01-18-08:00-+0000 + 3.0h,
795
- 2002-01-18-12:00-+0000 + 5.0h,
796
- 2002-01-21-08:00-+0000 + 3.0h,
797
- 2002-01-21-12:00-+0000 + 5.0h,
798
- 2002-01-22-08:00-+0000 + 3.0h,
799
- 2002-01-22-12:00-+0000 + 5.0h,
800
- 2002-01-23-08:00-+0000 + 3.0h,
801
- 2002-01-23-12:00-+0000 + 5.0h,
802
- 2002-01-24-08:00-+0000 + 3.0h,
803
- 2002-01-24-12:00-+0000 + 5.0h,
804
- 2002-01-25-08:00-+0000 + 3.0h,
805
- 2002-01-25-12:00-+0000 + 5.0h,
806
- 2002-01-28-08:00-+0000 + 3.0h,
807
- 2002-01-28-12:00-+0000 + 5.0h,
808
- 2002-01-29-08:00-+0000 + 3.0h,
809
- 2002-01-29-12:00-+0000 + 5.0h,
810
- 2002-01-30-08:00-+0000 + 3.0h,
811
- 2002-01-30-12:00-+0000 + 5.0h,
812
- 2002-01-31-08:00-+0000 + 3.0h,
813
- 2002-01-31-12:00-+0000 + 5.0h,
814
- 2002-02-01-08:00-+0000 + 3.0h,
815
- 2002-02-01-12:00-+0000 + 5.0h,
816
- 2002-02-04-08:00-+0000 + 3.0h,
817
- 2002-02-04-12:00-+0000 + 5.0h,
818
- 2002-02-05-08:00-+0000 + 3.0h,
819
- 2002-02-05-12:00-+0000 + 5.0h,
820
- 2002-02-06-08:00-+0000 + 3.0h,
821
- 2002-02-06-12:00-+0000 + 5.0h,
822
- 2002-02-07-08:00-+0000 + 3.0h,
823
- 2002-02-07-12:00-+0000 + 5.0h,
824
- 2002-02-08-08:00-+0000 + 3.0h,
825
- 2002-02-08-12:00-+0000 + 5.0h,
826
- 2002-02-11-08:00-+0000 + 3.0h,
827
- 2002-02-11-12:00-+0000 + 5.0h,
828
- 2002-02-12-08:00-+0000 + 3.0h,
829
- 2002-02-12-12:00-+0000 + 5.0h,
830
- 2002-02-13-08:00-+0000 + 3.0h,
831
- 2002-02-13-12:00-+0000 + 5.0h,
832
- 2002-02-14-08:00-+0000 + 3.0h,
833
- 2002-02-14-12:00-+0000 + 5.0h,
834
- 2002-02-15-08:00-+0000 + 3.0h,
835
- 2002-02-15-12:00-+0000 + 5.0h,
836
- 2002-02-18-08:00-+0000 + 3.0h,
837
- 2002-02-18-12:00-+0000 + 5.0h,
838
- 2002-02-19-08:00-+0000 + 3.0h,
839
- 2002-02-19-12:00-+0000 + 5.0h,
840
- 2002-02-20-08:00-+0000 + 3.0h,
841
- 2002-02-20-12:00-+0000 + 5.0h,
842
- 2002-02-21-08:00-+0000 + 3.0h,
843
- 2002-02-21-12:00-+0000 + 5.0h,
844
- 2002-02-22-08:00-+0000 + 3.0h,
845
- 2002-02-22-12:00-+0000 + 5.0h,
846
- 2002-02-25-08:00-+0000 + 3.0h,
847
- 2002-02-25-12:00-+0000 + 5.0h,
500
+ booking doc 2002-01-16-08:00-+0000 + 8.0h,
501
+ 2002-01-17-08:00-+0000 + 8.0h,
502
+ 2002-01-18-08:00-+0000 + 8.0h,
503
+ 2002-01-21-08:00-+0000 + 8.0h,
504
+ 2002-01-22-08:00-+0000 + 8.0h,
505
+ 2002-01-23-08:00-+0000 + 8.0h,
506
+ 2002-01-24-08:00-+0000 + 8.0h,
507
+ 2002-01-25-08:00-+0000 + 8.0h,
508
+ 2002-01-28-08:00-+0000 + 8.0h,
509
+ 2002-01-29-08:00-+0000 + 8.0h,
510
+ 2002-01-30-08:00-+0000 + 8.0h,
511
+ 2002-01-31-08:00-+0000 + 8.0h,
512
+ 2002-02-01-08:00-+0000 + 8.0h,
513
+ 2002-02-04-08:00-+0000 + 8.0h,
514
+ 2002-02-05-08:00-+0000 + 8.0h,
515
+ 2002-02-06-08:00-+0000 + 8.0h,
516
+ 2002-02-07-08:00-+0000 + 8.0h,
517
+ 2002-02-08-08:00-+0000 + 8.0h,
518
+ 2002-02-11-08:00-+0000 + 8.0h,
519
+ 2002-02-12-08:00-+0000 + 8.0h,
520
+ 2002-02-13-08:00-+0000 + 8.0h,
521
+ 2002-02-14-08:00-+0000 + 8.0h,
522
+ 2002-02-15-08:00-+0000 + 8.0h,
523
+ 2002-02-18-08:00-+0000 + 8.0h,
524
+ 2002-02-19-08:00-+0000 + 8.0h,
525
+ 2002-02-20-08:00-+0000 + 8.0h,
526
+ 2002-02-21-08:00-+0000 + 8.0h,
527
+ 2002-02-22-08:00-+0000 + 8.0h,
528
+ 2002-02-25-08:00-+0000 + 8.0h,
848
529
  2002-02-26-08:00-+0000 + 3.0h { overtime 2 }
849
- delayed:booking dev3 2002-01-29-14:00-+0000 + 3.0h,
850
- 2002-01-30-08:00-+0000 + 3.0h,
851
- 2002-01-30-12:00-+0000 + 5.0h,
852
- 2002-01-31-08:00-+0000 + 3.0h,
853
- 2002-01-31-12:00-+0000 + 5.0h,
854
- 2002-02-05-08:00-+0000 + 3.0h,
855
- 2002-02-05-12:00-+0000 + 5.0h,
856
- 2002-02-06-08:00-+0000 + 3.0h,
857
- 2002-02-06-12:00-+0000 + 5.0h,
858
- 2002-02-07-08:00-+0000 + 3.0h,
859
- 2002-02-07-12:00-+0000 + 5.0h,
860
- 2002-02-08-08:00-+0000 + 3.0h,
861
- 2002-02-08-12:00-+0000 + 5.0h,
862
- 2002-02-11-08:00-+0000 + 3.0h,
863
- 2002-02-11-12:00-+0000 + 5.0h,
864
- 2002-02-12-08:00-+0000 + 3.0h,
865
- 2002-02-12-12:00-+0000 + 5.0h,
866
- 2002-02-13-08:00-+0000 + 3.0h,
867
- 2002-02-13-12:00-+0000 + 5.0h,
868
- 2002-02-14-08:00-+0000 + 3.0h,
869
- 2002-02-14-12:00-+0000 + 5.0h,
870
- 2002-02-15-08:00-+0000 + 3.0h,
871
- 2002-02-15-12:00-+0000 + 5.0h,
872
- 2002-02-18-08:00-+0000 + 3.0h,
873
- 2002-02-18-12:00-+0000 + 5.0h,
874
- 2002-02-19-08:00-+0000 + 3.0h,
875
- 2002-02-19-12:00-+0000 + 5.0h,
876
- 2002-02-20-08:00-+0000 + 3.0h,
877
- 2002-02-20-12:00-+0000 + 5.0h,
878
- 2002-02-21-08:00-+0000 + 3.0h,
879
- 2002-02-21-12:00-+0000 + 5.0h,
880
- 2002-02-22-08:00-+0000 + 3.0h,
881
- 2002-02-22-12:00-+0000 + 5.0h,
882
- 2002-02-25-08:00-+0000 + 3.0h,
883
- 2002-02-25-12:00-+0000 + 5.0h,
884
- 2002-02-26-08:00-+0000 + 3.0h,
885
- 2002-02-26-12:00-+0000 + 5.0h,
886
- 2002-02-27-08:00-+0000 + 3.0h,
887
- 2002-02-27-12:00-+0000 + 5.0h,
888
- 2002-02-28-08:00-+0000 + 3.0h,
889
- 2002-02-28-12:00-+0000 + 5.0h,
530
+ delayed:booking dev3 2002-01-29-13:00-+0000 + 3.0h,
531
+ 2002-01-30-08:00-+0000 + 8.0h,
532
+ 2002-01-31-08:00-+0000 + 8.0h,
533
+ 2002-02-05-08:00-+0000 + 8.0h,
534
+ 2002-02-06-08:00-+0000 + 8.0h,
535
+ 2002-02-07-08:00-+0000 + 8.0h,
536
+ 2002-02-08-08:00-+0000 + 8.0h,
537
+ 2002-02-11-08:00-+0000 + 8.0h,
538
+ 2002-02-12-08:00-+0000 + 8.0h,
539
+ 2002-02-13-08:00-+0000 + 8.0h,
540
+ 2002-02-14-08:00-+0000 + 8.0h,
541
+ 2002-02-15-08:00-+0000 + 8.0h,
542
+ 2002-02-18-08:00-+0000 + 8.0h,
543
+ 2002-02-19-08:00-+0000 + 8.0h,
544
+ 2002-02-20-08:00-+0000 + 8.0h,
545
+ 2002-02-21-08:00-+0000 + 8.0h,
546
+ 2002-02-22-08:00-+0000 + 8.0h,
547
+ 2002-02-25-08:00-+0000 + 8.0h,
548
+ 2002-02-26-08:00-+0000 + 8.0h,
549
+ 2002-02-27-08:00-+0000 + 8.0h,
550
+ 2002-02-28-08:00-+0000 + 8.0h,
890
551
  2002-03-01-08:00-+0000 + 2.0h { overtime 2 }
891
- delayed:booking doc 2002-01-21-08:00-+0000 + 3.0h,
892
- 2002-01-21-12:00-+0000 + 5.0h,
893
- 2002-01-22-08:00-+0000 + 3.0h,
894
- 2002-01-22-12:00-+0000 + 5.0h,
895
- 2002-01-23-08:00-+0000 + 3.0h,
896
- 2002-01-23-12:00-+0000 + 5.0h,
897
- 2002-01-24-08:00-+0000 + 3.0h,
898
- 2002-01-24-12:00-+0000 + 5.0h,
899
- 2002-01-25-08:00-+0000 + 3.0h,
900
- 2002-01-25-12:00-+0000 + 5.0h,
901
- 2002-01-28-08:00-+0000 + 3.0h,
902
- 2002-01-28-12:00-+0000 + 5.0h,
903
- 2002-01-29-08:00-+0000 + 3.0h,
904
- 2002-01-29-12:00-+0000 + 5.0h,
905
- 2002-01-30-08:00-+0000 + 3.0h,
906
- 2002-01-30-12:00-+0000 + 5.0h,
907
- 2002-01-31-08:00-+0000 + 3.0h,
908
- 2002-01-31-12:00-+0000 + 5.0h,
909
- 2002-02-01-08:00-+0000 + 3.0h,
910
- 2002-02-01-12:00-+0000 + 5.0h,
911
- 2002-02-04-08:00-+0000 + 3.0h,
912
- 2002-02-04-12:00-+0000 + 5.0h,
913
- 2002-02-05-08:00-+0000 + 3.0h,
914
- 2002-02-05-12:00-+0000 + 5.0h,
915
- 2002-02-06-08:00-+0000 + 3.0h,
916
- 2002-02-06-12:00-+0000 + 5.0h,
917
- 2002-02-07-08:00-+0000 + 3.0h,
918
- 2002-02-07-12:00-+0000 + 5.0h,
919
- 2002-02-08-08:00-+0000 + 3.0h,
920
- 2002-02-08-12:00-+0000 + 5.0h,
921
- 2002-02-11-08:00-+0000 + 3.0h,
922
- 2002-02-11-12:00-+0000 + 5.0h,
923
- 2002-02-12-08:00-+0000 + 3.0h,
924
- 2002-02-12-12:00-+0000 + 5.0h,
925
- 2002-02-13-08:00-+0000 + 3.0h,
926
- 2002-02-13-12:00-+0000 + 5.0h,
927
- 2002-02-14-08:00-+0000 + 3.0h,
928
- 2002-02-14-12:00-+0000 + 5.0h,
929
- 2002-02-15-08:00-+0000 + 3.0h,
930
- 2002-02-15-12:00-+0000 + 5.0h,
931
- 2002-02-18-08:00-+0000 + 3.0h,
932
- 2002-02-18-12:00-+0000 + 5.0h,
933
- 2002-02-19-08:00-+0000 + 3.0h,
934
- 2002-02-19-12:00-+0000 + 5.0h,
935
- 2002-02-20-08:00-+0000 + 3.0h,
936
- 2002-02-20-12:00-+0000 + 5.0h,
937
- 2002-02-21-08:00-+0000 + 3.0h,
938
- 2002-02-21-12:00-+0000 + 5.0h,
939
- 2002-02-22-08:00-+0000 + 3.0h,
940
- 2002-02-22-12:00-+0000 + 5.0h,
941
- 2002-02-25-08:00-+0000 + 3.0h,
942
- 2002-02-25-12:00-+0000 + 5.0h,
943
- 2002-02-26-08:00-+0000 + 3.0h,
944
- 2002-02-26-12:00-+0000 + 5.0h,
945
- 2002-02-27-08:00-+0000 + 3.0h,
946
- 2002-02-27-12:00-+0000 + 5.0h,
947
- 2002-02-28-08:00-+0000 + 3.0h,
948
- 2002-02-28-12:00-+0000 + 5.0h,
552
+ delayed:booking doc 2002-01-21-08:00-+0000 + 8.0h,
553
+ 2002-01-22-08:00-+0000 + 8.0h,
554
+ 2002-01-23-08:00-+0000 + 8.0h,
555
+ 2002-01-24-08:00-+0000 + 8.0h,
556
+ 2002-01-25-08:00-+0000 + 8.0h,
557
+ 2002-01-28-08:00-+0000 + 8.0h,
558
+ 2002-01-29-08:00-+0000 + 8.0h,
559
+ 2002-01-30-08:00-+0000 + 8.0h,
560
+ 2002-01-31-08:00-+0000 + 8.0h,
561
+ 2002-02-01-08:00-+0000 + 8.0h,
562
+ 2002-02-04-08:00-+0000 + 8.0h,
563
+ 2002-02-05-08:00-+0000 + 8.0h,
564
+ 2002-02-06-08:00-+0000 + 8.0h,
565
+ 2002-02-07-08:00-+0000 + 8.0h,
566
+ 2002-02-08-08:00-+0000 + 8.0h,
567
+ 2002-02-11-08:00-+0000 + 8.0h,
568
+ 2002-02-12-08:00-+0000 + 8.0h,
569
+ 2002-02-13-08:00-+0000 + 8.0h,
570
+ 2002-02-14-08:00-+0000 + 8.0h,
571
+ 2002-02-15-08:00-+0000 + 8.0h,
572
+ 2002-02-18-08:00-+0000 + 8.0h,
573
+ 2002-02-19-08:00-+0000 + 8.0h,
574
+ 2002-02-20-08:00-+0000 + 8.0h,
575
+ 2002-02-21-08:00-+0000 + 8.0h,
576
+ 2002-02-22-08:00-+0000 + 8.0h,
577
+ 2002-02-25-08:00-+0000 + 8.0h,
578
+ 2002-02-26-08:00-+0000 + 8.0h,
579
+ 2002-02-27-08:00-+0000 + 8.0h,
580
+ 2002-02-28-08:00-+0000 + 8.0h,
949
581
  2002-03-01-08:00-+0000 + 3.0h { overtime 2 }
950
582
  priority 500
951
583
  projectid acso
@@ -982,80 +614,80 @@ supplement task AcSo.deliveries.done {
982
614
  supplement resource boss {
983
615
  Phone "x100"
984
616
  workinghours sun off
985
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
986
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
987
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
988
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
989
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
617
+ workinghours mon 9:00 - 17:00
618
+ workinghours tue 9:00 - 17:00
619
+ workinghours wed 9:00 - 17:00
620
+ workinghours thu 9:00 - 17:00
621
+ workinghours fri 9:00 - 17:00
990
622
  workinghours sat off
991
623
  }
992
624
  supplement resource dev {
993
625
  flags team
994
626
  workinghours sun off
995
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
996
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
997
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
998
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
999
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
627
+ workinghours mon 9:00 - 17:00
628
+ workinghours tue 9:00 - 17:00
629
+ workinghours wed 9:00 - 17:00
630
+ workinghours thu 9:00 - 17:00
631
+ workinghours fri 9:00 - 17:00
1000
632
  workinghours sat off
1001
633
  }
1002
634
  supplement resource dev1 {
1003
635
  Phone "x362"
1004
636
  workinghours sun off
1005
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
1006
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
1007
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
1008
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
1009
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
637
+ workinghours mon 9:00 - 17:00
638
+ workinghours tue 9:00 - 17:00
639
+ workinghours wed 9:00 - 17:00
640
+ workinghours thu 9:00 - 17:00
641
+ workinghours fri 9:00 - 17:00
1010
642
  workinghours sat off
1011
643
  }
1012
644
  supplement resource dev2 {
1013
645
  Phone "x234"
1014
646
  workinghours sun off
1015
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
1016
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
1017
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
1018
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
1019
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
647
+ workinghours mon 9:00 - 17:00
648
+ workinghours tue 9:00 - 17:00
649
+ workinghours wed 9:00 - 17:00
650
+ workinghours thu 9:00 - 17:00
651
+ workinghours fri 9:00 - 17:00
1020
652
  workinghours sat off
1021
653
  }
1022
654
  supplement resource dev3 {
1023
655
  Phone "x490"
1024
656
  workinghours sun off
1025
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
1026
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
1027
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
1028
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
1029
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
657
+ workinghours mon 9:00 - 17:00
658
+ workinghours tue 9:00 - 17:00
659
+ workinghours wed 9:00 - 17:00
660
+ workinghours thu 9:00 - 17:00
661
+ workinghours fri 9:00 - 17:00
1030
662
  workinghours sat off
1031
663
  }
1032
664
  supplement resource misc {
1033
665
  flags team
1034
666
  workinghours sun off
1035
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
1036
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
1037
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
1038
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
1039
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
667
+ workinghours mon 9:00 - 17:00
668
+ workinghours tue 9:00 - 17:00
669
+ workinghours wed 9:00 - 17:00
670
+ workinghours thu 9:00 - 17:00
671
+ workinghours fri 9:00 - 17:00
1040
672
  workinghours sat off
1041
673
  }
1042
674
  supplement resource test {
1043
675
  Phone "x666"
1044
676
  workinghours sun off
1045
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
1046
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
1047
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
1048
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
1049
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
677
+ workinghours mon 9:00 - 17:00
678
+ workinghours tue 9:00 - 17:00
679
+ workinghours wed 9:00 - 17:00
680
+ workinghours thu 9:00 - 17:00
681
+ workinghours fri 9:00 - 17:00
1050
682
  workinghours sat off
1051
683
  }
1052
684
  supplement resource doc {
1053
685
  Phone "x482"
1054
686
  workinghours sun off
1055
- workinghours mon 9:00 - 12:00, 13:00 - 18:00
1056
- workinghours tue 9:00 - 12:00, 13:00 - 18:00
1057
- workinghours wed 9:00 - 12:00, 13:00 - 18:00
1058
- workinghours thu 9:00 - 12:00, 13:00 - 18:00
1059
- workinghours fri 9:00 - 12:00, 13:00 - 18:00
687
+ workinghours mon 9:00 - 17:00
688
+ workinghours tue 9:00 - 17:00
689
+ workinghours wed 9:00 - 17:00
690
+ workinghours thu 9:00 - 17:00
691
+ workinghours fri 9:00 - 17:00
1060
692
  workinghours sat off
1061
693
  }