taskjuggler 3.8.1 → 3.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (526) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +1 -0
  3. data/data/tjp.vim +1 -1
  4. data/lib/taskjuggler/Account.rb +1 -0
  5. data/lib/taskjuggler/AccountCredit.rb +1 -0
  6. data/lib/taskjuggler/AccountScenario.rb +1 -0
  7. data/lib/taskjuggler/AlertLevelDefinitions.rb +1 -0
  8. data/lib/taskjuggler/AlgorithmDiff.rb +3 -2
  9. data/lib/taskjuggler/Allocation.rb +1 -0
  10. data/lib/taskjuggler/AppConfig.rb +1 -0
  11. data/lib/taskjuggler/AttributeBase.rb +1 -0
  12. data/lib/taskjuggler/AttributeDefinition.rb +1 -0
  13. data/lib/taskjuggler/Attributes.rb +3 -2
  14. data/lib/taskjuggler/BatchProcessor.rb +3 -2
  15. data/lib/taskjuggler/Booking.rb +1 -0
  16. data/lib/taskjuggler/Charge.rb +1 -0
  17. data/lib/taskjuggler/ChargeSet.rb +1 -0
  18. data/lib/taskjuggler/DataCache.rb +1 -0
  19. data/lib/taskjuggler/FileList.rb +1 -0
  20. data/lib/taskjuggler/HTMLDocument.rb +1 -0
  21. data/lib/taskjuggler/HTMLElements.rb +1 -0
  22. data/lib/taskjuggler/ICalendar.rb +3 -2
  23. data/lib/taskjuggler/Interval.rb +1 -0
  24. data/lib/taskjuggler/IntervalList.rb +1 -0
  25. data/lib/taskjuggler/Journal.rb +5 -4
  26. data/lib/taskjuggler/KateSyntax.rb +1 -0
  27. data/lib/taskjuggler/KeywordArray.rb +1 -0
  28. data/lib/taskjuggler/KeywordDocumentation.rb +6 -5
  29. data/lib/taskjuggler/LeaveList.rb +1 -0
  30. data/lib/taskjuggler/Limits.rb +1 -0
  31. data/lib/taskjuggler/Log.rb +2 -1
  32. data/lib/taskjuggler/LogicalExpression.rb +1 -0
  33. data/lib/taskjuggler/LogicalFunction.rb +1 -0
  34. data/lib/taskjuggler/LogicalOperation.rb +1 -0
  35. data/lib/taskjuggler/MessageHandler.rb +2 -1
  36. data/lib/taskjuggler/PTNProxy.rb +1 -0
  37. data/lib/taskjuggler/Painter/BasicShapes.rb +1 -0
  38. data/lib/taskjuggler/Painter/Color.rb +1 -0
  39. data/lib/taskjuggler/Painter/Element.rb +1 -0
  40. data/lib/taskjuggler/Painter/FontData.rb +1 -0
  41. data/lib/taskjuggler/Painter/FontMetrics.rb +1 -0
  42. data/lib/taskjuggler/Painter/FontMetricsData.rb +1 -0
  43. data/lib/taskjuggler/Painter/Group.rb +1 -0
  44. data/lib/taskjuggler/Painter/Points.rb +2 -1
  45. data/lib/taskjuggler/Painter/Primitives.rb +1 -0
  46. data/lib/taskjuggler/Painter/SVGSupport.rb +1 -0
  47. data/lib/taskjuggler/Painter/Text.rb +1 -0
  48. data/lib/taskjuggler/Painter.rb +1 -0
  49. data/lib/taskjuggler/Project.rb +3 -2
  50. data/lib/taskjuggler/ProjectFileParser.rb +2 -1
  51. data/lib/taskjuggler/ProjectFileScanner.rb +4 -3
  52. data/lib/taskjuggler/PropertyList.rb +2 -1
  53. data/lib/taskjuggler/PropertySet.rb +1 -0
  54. data/lib/taskjuggler/PropertyTreeNode.rb +2 -1
  55. data/lib/taskjuggler/Query.rb +2 -1
  56. data/lib/taskjuggler/RealFormat.rb +2 -1
  57. data/lib/taskjuggler/Resource.rb +2 -1
  58. data/lib/taskjuggler/ResourceScenario.rb +9 -1
  59. data/lib/taskjuggler/RichText/Document.rb +1 -0
  60. data/lib/taskjuggler/RichText/Element.rb +6 -5
  61. data/lib/taskjuggler/RichText/FunctionExample.rb +1 -0
  62. data/lib/taskjuggler/RichText/FunctionHandler.rb +1 -0
  63. data/lib/taskjuggler/RichText/Parser.rb +1 -0
  64. data/lib/taskjuggler/RichText/RTFHandlers.rb +1 -0
  65. data/lib/taskjuggler/RichText/RTFNavigator.rb +1 -0
  66. data/lib/taskjuggler/RichText/RTFQuery.rb +1 -0
  67. data/lib/taskjuggler/RichText/RTFReport.rb +1 -0
  68. data/lib/taskjuggler/RichText/RTFReportLink.rb +1 -0
  69. data/lib/taskjuggler/RichText/RTFWithQuerySupport.rb +1 -0
  70. data/lib/taskjuggler/RichText/Scanner.rb +1 -0
  71. data/lib/taskjuggler/RichText/Snip.rb +2 -1
  72. data/lib/taskjuggler/RichText/SyntaxRules.rb +1 -0
  73. data/lib/taskjuggler/RichText/TOCEntry.rb +1 -0
  74. data/lib/taskjuggler/RichText/TableOfContents.rb +1 -0
  75. data/lib/taskjuggler/RichText.rb +1 -0
  76. data/lib/taskjuggler/RuntimeConfig.rb +1 -0
  77. data/lib/taskjuggler/Scenario.rb +1 -0
  78. data/lib/taskjuggler/ScenarioData.rb +1 -0
  79. data/lib/taskjuggler/Scoreboard.rb +2 -1
  80. data/lib/taskjuggler/SheetHandlerBase.rb +2 -1
  81. data/lib/taskjuggler/SheetReceiver.rb +1 -0
  82. data/lib/taskjuggler/SheetSender.rb +3 -2
  83. data/lib/taskjuggler/Shift.rb +1 -0
  84. data/lib/taskjuggler/ShiftAssignments.rb +1 -0
  85. data/lib/taskjuggler/ShiftScenario.rb +1 -0
  86. data/lib/taskjuggler/SimpleQueryExpander.rb +1 -0
  87. data/lib/taskjuggler/StatusSheetReceiver.rb +1 -0
  88. data/lib/taskjuggler/StatusSheetSender.rb +1 -0
  89. data/lib/taskjuggler/StdIoWrapper.rb +1 -0
  90. data/lib/taskjuggler/SyntaxReference.rb +2 -1
  91. data/lib/taskjuggler/TableColumnDefinition.rb +1 -0
  92. data/lib/taskjuggler/TableColumnSorter.rb +1 -0
  93. data/lib/taskjuggler/Task.rb +2 -1
  94. data/lib/taskjuggler/TaskDependency.rb +1 -0
  95. data/lib/taskjuggler/TaskJuggler.rb +1 -0
  96. data/lib/taskjuggler/TaskScenario.rb +3 -2
  97. data/lib/taskjuggler/TernarySearchTree.rb +5 -4
  98. data/lib/taskjuggler/TextFormatter.rb +5 -4
  99. data/lib/taskjuggler/TextParser/MacroTable.rb +1 -0
  100. data/lib/taskjuggler/TextParser/Pattern.rb +2 -1
  101. data/lib/taskjuggler/TextParser/Rule.rb +3 -2
  102. data/lib/taskjuggler/TextParser/Scanner.rb +1 -0
  103. data/lib/taskjuggler/TextParser/SourceFileInfo.rb +1 -0
  104. data/lib/taskjuggler/TextParser/StackElement.rb +1 -0
  105. data/lib/taskjuggler/TextParser/State.rb +1 -0
  106. data/lib/taskjuggler/TextParser/TokenDoc.rb +1 -0
  107. data/lib/taskjuggler/TextParser.rb +1 -0
  108. data/lib/taskjuggler/TimeSheetReceiver.rb +1 -0
  109. data/lib/taskjuggler/TimeSheetSender.rb +1 -0
  110. data/lib/taskjuggler/TimeSheetSummary.rb +3 -2
  111. data/lib/taskjuggler/TimeSheets.rb +1 -0
  112. data/lib/taskjuggler/Tj3AppBase.rb +2 -1
  113. data/lib/taskjuggler/Tj3Config.rb +1 -0
  114. data/lib/taskjuggler/Tj3SheetAppBase.rb +1 -0
  115. data/lib/taskjuggler/TjException.rb +1 -0
  116. data/lib/taskjuggler/TjTime.rb +1 -0
  117. data/lib/taskjuggler/TjpExample.rb +2 -1
  118. data/lib/taskjuggler/TjpSyntaxRules.rb +1 -0
  119. data/lib/taskjuggler/URLParameter.rb +1 -0
  120. data/lib/taskjuggler/UTF8String.rb +4 -3
  121. data/lib/taskjuggler/UserManual.rb +1 -0
  122. data/lib/taskjuggler/VimSyntax.rb +1 -0
  123. data/lib/taskjuggler/WorkingHours.rb +2 -1
  124. data/lib/taskjuggler/XMLDocument.rb +2 -1
  125. data/lib/taskjuggler/XMLElement.rb +6 -5
  126. data/lib/taskjuggler/apps/Tj3.rb +1 -0
  127. data/lib/taskjuggler/apps/Tj3Client.rb +1 -0
  128. data/lib/taskjuggler/apps/Tj3Daemon.rb +1 -0
  129. data/lib/taskjuggler/apps/Tj3Man.rb +1 -0
  130. data/lib/taskjuggler/apps/Tj3SsReceiver.rb +1 -0
  131. data/lib/taskjuggler/apps/Tj3SsSender.rb +1 -0
  132. data/lib/taskjuggler/apps/Tj3TsReceiver.rb +1 -0
  133. data/lib/taskjuggler/apps/Tj3TsSender.rb +1 -0
  134. data/lib/taskjuggler/apps/Tj3TsSummary.rb +1 -0
  135. data/lib/taskjuggler/apps/Tj3WebD.rb +1 -0
  136. data/lib/taskjuggler/daemon/Daemon.rb +2 -1
  137. data/lib/taskjuggler/daemon/DaemonConnector.rb +1 -0
  138. data/lib/taskjuggler/daemon/ProcessIntercom.rb +1 -0
  139. data/lib/taskjuggler/daemon/ProjectBroker.rb +1 -0
  140. data/lib/taskjuggler/daemon/ProjectServer.rb +1 -0
  141. data/lib/taskjuggler/daemon/ReportServer.rb +1 -0
  142. data/lib/taskjuggler/daemon/ReportServlet.rb +1 -0
  143. data/lib/taskjuggler/daemon/WebServer.rb +1 -0
  144. data/lib/taskjuggler/daemon/WelcomePage.rb +1 -0
  145. data/lib/taskjuggler/deep_copy.rb +1 -0
  146. data/lib/taskjuggler/reports/AccountListRE.rb +1 -0
  147. data/lib/taskjuggler/reports/CSVFile.rb +3 -2
  148. data/lib/taskjuggler/reports/ChartPlotter.rb +1 -0
  149. data/lib/taskjuggler/reports/CollisionDetector.rb +1 -0
  150. data/lib/taskjuggler/reports/ColumnTable.rb +1 -0
  151. data/lib/taskjuggler/reports/ExportRE.rb +1 -0
  152. data/lib/taskjuggler/reports/GanttChart.rb +1 -0
  153. data/lib/taskjuggler/reports/GanttContainer.rb +1 -0
  154. data/lib/taskjuggler/reports/GanttHeader.rb +1 -0
  155. data/lib/taskjuggler/reports/GanttHeaderScaleItem.rb +1 -0
  156. data/lib/taskjuggler/reports/GanttLine.rb +2 -1
  157. data/lib/taskjuggler/reports/GanttLoadStack.rb +1 -0
  158. data/lib/taskjuggler/reports/GanttMilestone.rb +1 -0
  159. data/lib/taskjuggler/reports/GanttRouter.rb +1 -0
  160. data/lib/taskjuggler/reports/GanttTaskBar.rb +1 -0
  161. data/lib/taskjuggler/reports/HTMLGraphics.rb +1 -0
  162. data/lib/taskjuggler/reports/ICalReport.rb +1 -0
  163. data/lib/taskjuggler/reports/MspXmlRE.rb +1 -0
  164. data/lib/taskjuggler/reports/Navigator.rb +1 -0
  165. data/lib/taskjuggler/reports/NikuReport.rb +2 -1
  166. data/lib/taskjuggler/reports/Report.rb +1 -0
  167. data/lib/taskjuggler/reports/ReportBase.rb +1 -0
  168. data/lib/taskjuggler/reports/ReportContext.rb +1 -0
  169. data/lib/taskjuggler/reports/ReportTable.rb +2 -1
  170. data/lib/taskjuggler/reports/ReportTableCell.rb +7 -6
  171. data/lib/taskjuggler/reports/ReportTableColumn.rb +1 -0
  172. data/lib/taskjuggler/reports/ReportTableLegend.rb +1 -0
  173. data/lib/taskjuggler/reports/ReportTableLine.rb +1 -0
  174. data/lib/taskjuggler/reports/ResourceListRE.rb +1 -0
  175. data/lib/taskjuggler/reports/StatusSheetReport.rb +4 -3
  176. data/lib/taskjuggler/reports/TableReport.rb +2 -1
  177. data/lib/taskjuggler/reports/TableReportColumn.rb +1 -0
  178. data/lib/taskjuggler/reports/TagFile.rb +1 -0
  179. data/lib/taskjuggler/reports/TaskListRE.rb +1 -0
  180. data/lib/taskjuggler/reports/TextReport.rb +2 -1
  181. data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -2
  182. data/lib/taskjuggler/reports/TjpExportRE.rb +4 -3
  183. data/lib/taskjuggler/reports/TraceReport.rb +2 -1
  184. data/lib/taskjuggler/version.rb +1 -1
  185. data/lib/tj3.rb +1 -0
  186. data/man/tj3.1 +130 -0
  187. data/man/tj3client.1 +145 -0
  188. data/man/tj3d.1 +93 -0
  189. data/man/tj3man.1 +76 -0
  190. data/man/tj3ss_receiver.1 +86 -0
  191. data/man/tj3ss_sender.1 +100 -0
  192. data/man/tj3ts_receiver.1 +86 -0
  193. data/man/tj3ts_sender.1 +92 -0
  194. data/man/tj3ts_summary.1 +104 -0
  195. data/man/tj3webd.1 +86 -0
  196. data/spec/Color_spec.rb +1 -0
  197. data/spec/ICalendar_spec.rb +1 -0
  198. data/spec/IntervalList_spec.rb +1 -0
  199. data/spec/ProjectBroker_spec.rb +1 -0
  200. data/spec/StatusSheets_spec.rb +1 -0
  201. data/spec/TableColumnSorter_spec.rb +1 -0
  202. data/spec/TernarySearchTree_spec.rb +1 -0
  203. data/spec/TimeSheets_spec.rb +1 -0
  204. data/spec/Tj3Daemon_spec.rb +1 -0
  205. data/spec/Tj3_spec.rb +1 -0
  206. data/spec/TraceReport_spec.rb +1 -0
  207. data/taskjuggler.gemspec +3 -2
  208. data/test/MessageChecker.rb +1 -0
  209. data/test/ReferenceGenerator.rb +1 -0
  210. data/test/TjpGen.rb +1 -0
  211. data/test/all.rb +1 -0
  212. data/test/test_AlgorithmDiff.rb +3 -2
  213. data/test/test_BatchProcessor.rb +1 -0
  214. data/test/test_CSV-Reports.rb +1 -0
  215. data/test/test_CSVFile.rb +1 -0
  216. data/test/test_CollisionDetector.rb +1 -0
  217. data/test/test_Export-Reports.rb +1 -0
  218. data/test/test_Journal.rb +1 -0
  219. data/test/test_Limits.rb +1 -0
  220. data/test/test_LogicalExpression.rb +1 -0
  221. data/test/test_MacroTable.rb +1 -0
  222. data/test/test_Project.rb +1 -0
  223. data/test/test_ProjectFileScanner.rb +1 -0
  224. data/test/test_PropertySet.rb +1 -0
  225. data/test/test_Query.rb +1 -0
  226. data/test/test_RealFormat.rb +1 -0
  227. data/test/test_ReportGenerator.rb +1 -0
  228. data/test/test_RichText.rb +1 -0
  229. data/test/test_Scheduler.rb +1 -0
  230. data/test/test_ShiftAssignments.rb +1 -0
  231. data/test/test_SimpleQueryExpander.rb +1 -0
  232. data/test/test_Syntax.rb +1 -0
  233. data/test/test_TextFormatter.rb +1 -0
  234. data/test/test_TjTime.rb +1 -0
  235. data/test/test_TjpExample.rb +1 -0
  236. data/test/test_URLParameter.rb +1 -0
  237. data/test/test_UTF8String.rb +5 -4
  238. data/test/test_WorkingHours.rb +1 -0
  239. data/test/test_deep_copy.rb +2 -1
  240. metadata +33 -289
  241. data/manual/html/Day_To_Day_Juggling.html +0 -365
  242. data/manual/html/Getting_Started.html +0 -64
  243. data/manual/html/How_To_Contribute.html +0 -95
  244. data/manual/html/Installation.html +0 -205
  245. data/manual/html/Intro.html +0 -104
  246. data/manual/html/List_Attributes.html +0 -76
  247. data/manual/html/Reporting_Bugs.html +0 -49
  248. data/manual/html/Rich_Text_Attributes.html +0 -179
  249. data/manual/html/Software.html +0 -151
  250. data/manual/html/TaskJuggler_2x_Migration.html +0 -71
  251. data/manual/html/TaskJuggler_Internals.html +0 -63
  252. data/manual/html/The_TaskJuggler_Syntax.html +0 -92
  253. data/manual/html/Tutorial.html +0 -511
  254. data/manual/html/account.html +0 -163
  255. data/manual/html/account.task.html +0 -47
  256. data/manual/html/accountprefix.html +0 -69
  257. data/manual/html/accountreport.html +0 -488
  258. data/manual/html/accountroot.html +0 -144
  259. data/manual/html/active.html +0 -68
  260. data/manual/html/adopt.task.html +0 -74
  261. data/manual/html/aggregate.html +0 -147
  262. data/manual/html/alert.html +0 -69
  263. data/manual/html/alertlevels.html +0 -104
  264. data/manual/html/allocate.html +0 -98
  265. data/manual/html/alphabet.html +0 -40
  266. data/manual/html/alternative.html +0 -79
  267. data/manual/html/author.html +0 -71
  268. data/manual/html/auxdir.html +0 -69
  269. data/manual/html/auxdir.report.html +0 -71
  270. data/manual/html/balance.html +0 -148
  271. data/manual/html/booking.resource.html +0 -124
  272. data/manual/html/booking.task.html +0 -123
  273. data/manual/html/caption.html +0 -100
  274. data/manual/html/cellcolor.column.html +0 -108
  275. data/manual/html/celltext.column.html +0 -109
  276. data/manual/html/center.html +0 -93
  277. data/manual/html/charge.html +0 -92
  278. data/manual/html/chargeset.html +0 -76
  279. data/manual/html/columnid.html +0 -433
  280. data/manual/html/columns.html +0 -78
  281. data/manual/html/complete.html +0 -88
  282. data/manual/html/copyright.html +0 -99
  283. data/manual/html/credits.html +0 -123
  284. data/manual/html/css/tjmanual.css +0 -85
  285. data/manual/html/css/tjreport.css +0 -493
  286. data/manual/html/currency.html +0 -135
  287. data/manual/html/currencyformat.html +0 -101
  288. data/manual/html/dailymax.html +0 -146
  289. data/manual/html/dailymin.html +0 -134
  290. data/manual/html/dailyworkinghours.html +0 -92
  291. data/manual/html/date.extend.html +0 -79
  292. data/manual/html/date.html +0 -103
  293. data/manual/html/definitions.html +0 -96
  294. data/manual/html/depends.html +0 -113
  295. data/manual/html/details.html +0 -71
  296. data/manual/html/disabled.html +0 -93
  297. data/manual/html/duration.html +0 -135
  298. data/manual/html/efficiency.html +0 -95
  299. data/manual/html/effort.html +0 -136
  300. data/manual/html/effortdone.html +0 -105
  301. data/manual/html/effortleft.html +0 -105
  302. data/manual/html/email.html +0 -70
  303. data/manual/html/enabled.html +0 -77
  304. data/manual/html/end.column.html +0 -69
  305. data/manual/html/end.html +0 -89
  306. data/manual/html/end.limit.html +0 -71
  307. data/manual/html/end.report.html +0 -107
  308. data/manual/html/end.timesheet.html +0 -96
  309. data/manual/html/endcredit.html +0 -121
  310. data/manual/html/epilog.html +0 -76
  311. data/manual/html/export.html +0 -271
  312. data/manual/html/extend.html +0 -134
  313. data/manual/html/fail.html +0 -107
  314. data/manual/html/fdl.html +0 -430
  315. data/manual/html/flags.account.html +0 -69
  316. data/manual/html/flags.html +0 -68
  317. data/manual/html/flags.journalentry.html +0 -68
  318. data/manual/html/flags.report.html +0 -71
  319. data/manual/html/flags.resource.html +0 -71
  320. data/manual/html/flags.statussheet.html +0 -68
  321. data/manual/html/flags.task.html +0 -71
  322. data/manual/html/flags.timesheet.html +0 -68
  323. data/manual/html/fontcolor.column.html +0 -108
  324. data/manual/html/footer.html +0 -98
  325. data/manual/html/formats.export.html +0 -74
  326. data/manual/html/formats.html +0 -83
  327. data/manual/html/functions.html +0 -80
  328. data/manual/html/gapduration.html +0 -95
  329. data/manual/html/gaplength.html +0 -95
  330. data/manual/html/halign.center.html +0 -68
  331. data/manual/html/halign.column.html +0 -104
  332. data/manual/html/halign.left.html +0 -68
  333. data/manual/html/halign.right.html +0 -68
  334. data/manual/html/hasalert.html +0 -73
  335. data/manual/html/header.html +0 -98
  336. data/manual/html/headline.html +0 -71
  337. data/manual/html/height.html +0 -74
  338. data/manual/html/hideaccount.html +0 -111
  339. data/manual/html/hidejournalentry.html +0 -71
  340. data/manual/html/hidereport.html +0 -104
  341. data/manual/html/hideresource.html +0 -111
  342. data/manual/html/hidetask.html +0 -111
  343. data/manual/html/icalreport.html +0 -145
  344. data/manual/html/include.macro.html +0 -72
  345. data/manual/html/include.project.html +0 -72
  346. data/manual/html/include.properties.html +0 -78
  347. data/manual/html/index.html +0 -19
  348. data/manual/html/inherit.extend.html +0 -70
  349. data/manual/html/interval1.html +0 -101
  350. data/manual/html/interval2.html +0 -100
  351. data/manual/html/interval3.html +0 -101
  352. data/manual/html/interval4.html +0 -102
  353. data/manual/html/isactive.html +0 -69
  354. data/manual/html/ischildof.html +0 -69
  355. data/manual/html/isdependencyof.html +0 -77
  356. data/manual/html/isdutyof.html +0 -73
  357. data/manual/html/isfeatureof.html +0 -73
  358. data/manual/html/isleaf.html +0 -68
  359. data/manual/html/ismilestone.html +0 -69
  360. data/manual/html/isongoing.html +0 -69
  361. data/manual/html/isresource.html +0 -68
  362. data/manual/html/isresponsibilityof.html +0 -73
  363. data/manual/html/istask.html +0 -68
  364. data/manual/html/isvalid.html +0 -68
  365. data/manual/html/journalattributes.html +0 -115
  366. data/manual/html/journalentry.html +0 -85
  367. data/manual/html/journalmode.html +0 -95
  368. data/manual/html/leaveallowance.html +0 -141
  369. data/manual/html/leaves.html +0 -146
  370. data/manual/html/left.html +0 -92
  371. data/manual/html/length.html +0 -106
  372. data/manual/html/limits.allocate.html +0 -47
  373. data/manual/html/limits.html +0 -74
  374. data/manual/html/limits.resource.html +0 -82
  375. data/manual/html/limits.task.html +0 -115
  376. data/manual/html/listitem.column.html +0 -68
  377. data/manual/html/listtype.column.html +0 -81
  378. data/manual/html/loadunit.html +0 -103
  379. data/manual/html/logicalexpression.html +0 -86
  380. data/manual/html/logicalflagexpression.html +0 -84
  381. data/manual/html/macro.html +0 -105
  382. data/manual/html/managers.html +0 -112
  383. data/manual/html/mandatory.html +0 -68
  384. data/manual/html/markdate.html +0 -69
  385. data/manual/html/maxend.html +0 -71
  386. data/manual/html/maximum.html +0 -101
  387. data/manual/html/maxstart.html +0 -71
  388. data/manual/html/milestone.html +0 -73
  389. data/manual/html/minend.html +0 -71
  390. data/manual/html/minimum.html +0 -101
  391. data/manual/html/minstart.html +0 -71
  392. data/manual/html/monthlymax.html +0 -101
  393. data/manual/html/monthlymin.html +0 -101
  394. data/manual/html/navbar.html +0 -567
  395. data/manual/html/navigator.html +0 -103
  396. data/manual/html/newtask.html +0 -85
  397. data/manual/html/nikureport.html +0 -218
  398. data/manual/html/note.task.html +0 -70
  399. data/manual/html/novevents.html +0 -68
  400. data/manual/html/now.html +0 -69
  401. data/manual/html/number.extend.html +0 -79
  402. data/manual/html/numberformat.html +0 -87
  403. data/manual/html/onend.html +0 -70
  404. data/manual/html/onstart.html +0 -70
  405. data/manual/html/opennodes.html +0 -70
  406. data/manual/html/outputdir.html +0 -69
  407. data/manual/html/overtime.booking.html +0 -78
  408. data/manual/html/period.column.html +0 -69
  409. data/manual/html/period.limit.html +0 -71
  410. data/manual/html/period.report.html +0 -71
  411. data/manual/html/period.task.html +0 -71
  412. data/manual/html/persistent.html +0 -68
  413. data/manual/html/precedes.html +0 -89
  414. data/manual/html/priority.html +0 -116
  415. data/manual/html/priority.timesheet.html +0 -70
  416. data/manual/html/project.html +0 -90
  417. data/manual/html/projectid.html +0 -68
  418. data/manual/html/projectid.task.html +0 -70
  419. data/manual/html/projectids.html +0 -68
  420. data/manual/html/projection.html +0 -81
  421. data/manual/html/prolog.html +0 -76
  422. data/manual/html/properties.html +0 -262
  423. data/manual/html/purge.html +0 -74
  424. data/manual/html/rate.html +0 -68
  425. data/manual/html/rate.resource.html +0 -70
  426. data/manual/html/rawhtmlhead.html +0 -70
  427. data/manual/html/reference.extend.html +0 -79
  428. data/manual/html/remaining.html +0 -119
  429. data/manual/html/replace.html +0 -71
  430. data/manual/html/reportprefix.html +0 -69
  431. data/manual/html/resource.html +0 -208
  432. data/manual/html/resourceattributes.html +0 -85
  433. data/manual/html/resourceprefix.html +0 -69
  434. data/manual/html/resourcereport.html +0 -410
  435. data/manual/html/resourceroot.html +0 -94
  436. data/manual/html/resources.limit.html +0 -84
  437. data/manual/html/responsible.html +0 -72
  438. data/manual/html/richtext.extend.html +0 -80
  439. data/manual/html/right.html +0 -92
  440. data/manual/html/rollupaccount.html +0 -106
  441. data/manual/html/rollupresource.html +0 -129
  442. data/manual/html/rolluptask.html +0 -106
  443. data/manual/html/scale.column.html +0 -89
  444. data/manual/html/scenario.html +0 -107
  445. data/manual/html/scenario.ical.html +0 -69
  446. data/manual/html/scenarios.export.html +0 -68
  447. data/manual/html/scenarios.html +0 -71
  448. data/manual/html/scenariospecific.extend.html +0 -70
  449. data/manual/html/scheduled.html +0 -70
  450. data/manual/html/scheduling.html +0 -77
  451. data/manual/html/schedulingmode.html +0 -74
  452. data/manual/html/select.html +0 -88
  453. data/manual/html/selfcontained.html +0 -70
  454. data/manual/html/shift.allocate.html +0 -79
  455. data/manual/html/shift.html +0 -136
  456. data/manual/html/shift.resource.html +0 -82
  457. data/manual/html/shift.task.html +0 -82
  458. data/manual/html/shift.timesheet.html +0 -72
  459. data/manual/html/shifts.allocate.html +0 -73
  460. data/manual/html/shifts.resource.html +0 -75
  461. data/manual/html/shifts.task.html +0 -75
  462. data/manual/html/shorttimeformat.html +0 -69
  463. data/manual/html/sloppy.booking.html +0 -79
  464. data/manual/html/sloppy.projection.html +0 -74
  465. data/manual/html/sortaccounts.html +0 -75
  466. data/manual/html/sortjournalentries.html +0 -85
  467. data/manual/html/sortresources.html +0 -75
  468. data/manual/html/sorttasks.html +0 -75
  469. data/manual/html/start.column.html +0 -69
  470. data/manual/html/start.html +0 -80
  471. data/manual/html/start.limit.html +0 -71
  472. data/manual/html/start.report.html +0 -71
  473. data/manual/html/startcredit.html +0 -76
  474. data/manual/html/status.statussheet.html +0 -75
  475. data/manual/html/status.timesheet.html +0 -93
  476. data/manual/html/statussheet.html +0 -126
  477. data/manual/html/statussheetreport.html +0 -131
  478. data/manual/html/strict.projection.html +0 -74
  479. data/manual/html/summary.html +0 -71
  480. data/manual/html/supplement.html +0 -110
  481. data/manual/html/supplement.resource.html +0 -209
  482. data/manual/html/supplement.task.html +0 -325
  483. data/manual/html/tagfile.html +0 -79
  484. data/manual/html/task.html +0 -316
  485. data/manual/html/task.statussheet.html +0 -76
  486. data/manual/html/task.timesheet.html +0 -91
  487. data/manual/html/taskattributes.html +0 -117
  488. data/manual/html/taskprefix.html +0 -69
  489. data/manual/html/taskreport.html +0 -446
  490. data/manual/html/taskroot.export.html +0 -106
  491. data/manual/html/taskroot.html +0 -107
  492. data/manual/html/text.extend.html +0 -79
  493. data/manual/html/textreport.html +0 -429
  494. data/manual/html/timeformat.html +0 -162
  495. data/manual/html/timeformat1.html +0 -69
  496. data/manual/html/timeformat2.html +0 -69
  497. data/manual/html/timeoff.nikureport.html +0 -73
  498. data/manual/html/timesheet.html +0 -131
  499. data/manual/html/timesheetreport.html +0 -131
  500. data/manual/html/timezone.export.html +0 -68
  501. data/manual/html/timezone.html +0 -74
  502. data/manual/html/timezone.report.html +0 -70
  503. data/manual/html/timezone.shift.html +0 -72
  504. data/manual/html/timingresolution.html +0 -73
  505. data/manual/html/title.column.html +0 -69
  506. data/manual/html/title.html +0 -70
  507. data/manual/html/toc.html +0 -2521
  508. data/manual/html/tooltip.column.html +0 -109
  509. data/manual/html/tracereport.html +0 -426
  510. data/manual/html/trackingscenario.html +0 -82
  511. data/manual/html/treelevel.html +0 -68
  512. data/manual/html/vacation.html +0 -73
  513. data/manual/html/vacation.resource.html +0 -75
  514. data/manual/html/vacation.shift.html +0 -73
  515. data/manual/html/warn.html +0 -107
  516. data/manual/html/weeklymax.html +0 -101
  517. data/manual/html/weeklymin.html +0 -101
  518. data/manual/html/weekstartsmonday.html +0 -68
  519. data/manual/html/weekstartssunday.html +0 -68
  520. data/manual/html/width.column.html +0 -68
  521. data/manual/html/width.html +0 -74
  522. data/manual/html/work.html +0 -107
  523. data/manual/html/workinghours.project.html +0 -104
  524. data/manual/html/workinghours.resource.html +0 -81
  525. data/manual/html/workinghours.shift.html +0 -83
  526. data/manual/html/yearlyworkingdays.html +0 -72
@@ -1,76 +0,0 @@
1
- <!DOCTYPE html>
2
- <!-- This file has been generated by tj3man v3.8.0 -->
3
- <html lang="en" xml:lang="en">
4
- <head>
5
- <title>chargeset</title>
6
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
7
- <meta content="IE=9" http-equiv="X-UA-Compatible"/>
8
- <meta content="The TaskJuggler Manual" name="description"/>
9
- <meta content="taskjuggler, project, management" name="keywords"/>
10
- </head>
11
- <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
- <body>
13
- <div align="center">
14
- <h3 align="center">The TaskJuggler User Manual</h3>
15
- <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
- </div>
17
- <br/>
18
- <hr/>
19
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="charge.html">charge</a> &lt;&lt;</td>
21
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="columnid.html">columnid</a> &gt;&gt;</td>
23
- </tr></table>
24
- <hr/>
25
- <br/>
26
- <div style="margin-left:5%; margin-right:5%">
27
- <p><table align="center" class="table"><tr align="left">
28
- <td class="tag" style="width:16%">Keyword</td>
29
- <td class="descr" style="width:84%">
30
- <b>chargeset</b>
31
- <a href="List_Attributes.html">List Attribute</a>
32
- </td>
33
- </tr></table></p>
34
- <p><table align="center" class="table">
35
- <colgroup>
36
- <col width="16%"></col>
37
- <col width="24%"></col>
38
- <col width="60%"></col>
39
- </colgroup>
40
- <tr align="left">
41
- <td class="tag">Purpose</td>
42
- <td class="descr" colspan="2"><div>A chargeset defines how the turnover associated with the property will be charged to one or more accounts. A property may have any number of charge sets, but each chargeset must deal with a different top-level account. A charge set consists of one or more accounts. Each account must be a leaf account. The account ID may be followed by a percentage value that determines the share for this account. The total percentage of all accounts must be exactly 100%. If some accounts don't have a percentage specification, the remainder to 100% is distributed evenly between them.</div></td>
43
- </tr>
44
- <tr align="left">
45
- <td class="tag">Syntax</td>
46
- <td class="descr" colspan="2"><code>chargeset &lt;account&gt; &lt;share&gt; [, &lt;account&gt; &lt;share&gt;...]</code></td>
47
- </tr>
48
- <tr align="left">
49
- <td class="tag" rowspan="2">Arguments</td>
50
- <td class="descr">account</td>
51
- <td class="descr"><div>The ID of a previously defined leaf account.</div></td>
52
- </tr>
53
- <tr align="left">
54
- <td class="descr">share</td>
55
- <td class="descr"><div>A percentage between 0 and 100%</div></td>
56
- </tr>
57
- <tr align="left">
58
- <td class="tag">Context</td>
59
- <td class="descr" colspan="2">
60
- <a href="resource.html">resource</a>, <a href="supplement.resource.html">supplement (resource)</a>, <a href="task.html">task</a>, <a href="supplement.task.html">supplement (task)</a>
61
- </td>
62
- </tr>
63
- </table></p>
64
- </div>
65
- <br/>
66
- <hr/>
67
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
68
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="charge.html">charge</a> &lt;&lt;</td>
69
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
70
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="columnid.html">columnid</a> &gt;&gt;</td>
71
- </tr></table>
72
- <hr/>
73
- <br/>
74
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger &lt;cs@taskjuggler.org&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
75
- </body>
76
- </html>
@@ -1,433 +0,0 @@
1
- <!DOCTYPE html>
2
- <!-- This file has been generated by tj3man v3.8.0 -->
3
- <html lang="en" xml:lang="en">
4
- <head>
5
- <title>columnid</title>
6
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
7
- <meta content="IE=9" http-equiv="X-UA-Compatible"/>
8
- <meta content="The TaskJuggler Manual" name="description"/>
9
- <meta content="taskjuggler, project, management" name="keywords"/>
10
- </head>
11
- <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
- <body>
13
- <div align="center">
14
- <h3 align="center">The TaskJuggler User Manual</h3>
15
- <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
- </div>
17
- <br/>
18
- <hr/>
19
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="chargeset.html">chargeset</a> &lt;&lt;</td>
21
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="columns.html">columns</a> &gt;&gt;</td>
23
- </tr></table>
24
- <hr/>
25
- <br/>
26
- <div style="margin-left:5%; margin-right:5%">
27
- <p><table align="center" class="table"><tr align="left">
28
- <td class="tag" style="width:16%">Keyword</td>
29
- <td class="descr" style="width:84%">
30
- <b>columnid</b>
31
- </td>
32
- </tr></table></p>
33
- <p><table align="center" class="table">
34
- <colgroup>
35
- <col width="16%"></col>
36
- <col width="24%"></col>
37
- <col width="60%"></col>
38
- </colgroup>
39
- <tr align="left">
40
- <td class="tag">Purpose</td>
41
- <td class="descr" colspan="2"><div>This is a comprehensive list of all pre-defined <a href="columns.html">columns</a>. In addition to the listed IDs all user defined attributes can be used as column IDs.</div></td>
42
- </tr>
43
- <tr align="left">
44
- <td class="tag">Syntax</td>
45
- <td class="descr" colspan="2"><code>(activetasks | annualleave | annualleavebalance | annualleavelist | alert | alertmessages | alertsummaries | alerttrend | balance | bsi | chart | children | closedtasks | competitorcount | competitors | complete | completed | criticalness | cost | daily | directreports | duration | duties | efficiency | effort | effortdone | effortleft | email | end | flags | followers | freetime | freework | fte | gauge | headcount | hierarchindex | hourly | id | index | inputs | journal | journal_sub | journalmessages | journalsummaries | line | managers | maxend | maxstart | minend | minstart | monthly | no | name | note | opentasks | pathcriticalness | precursors | priority | quarterly | rate | reports | resources | responsible | revenue | scenario | scheduling | seqno | sickleave | specialleave | start | status | targets | turnover | wbs | unpaidleave | weekly | yearly)</code></td>
46
- </tr>
47
- <tr align="left">
48
- <td class="tag" rowspan="78">Arguments</td>
49
- <td class="descr">activetasks</td>
50
- <td class="descr"><div>The number of sub-tasks (including the current task) that are active in the reported time period. Active means that they are ongoing at the current time or <a href="now.html">now</a> date.</div></td>
51
- </tr>
52
- <tr align="left">
53
- <td class="descr">annualleave</td>
54
- <td class="descr"><div>The number of annual leave units within the reported time period. The unit can be adjusted with <a href="loadunit.html">loadunit</a>.</div></td>
55
- </tr>
56
- <tr align="left">
57
- <td class="descr">annualleavebalance</td>
58
- <td class="descr"><div>The balance of the annual leave at the end of the reporting interval. The unit can be adjusted with <a href="loadunit.html">loadunit</a>.</div></td>
59
- </tr>
60
- <tr align="left">
61
- <td class="descr">annualleavelist</td>
62
- <td class="descr"><div>A list with all annual leave intervals. The list can be customized with the <a href="listtype.column.html">listtype</a> attribute.</div></td>
63
- </tr>
64
- <tr align="left">
65
- <td class="descr">alert</td>
66
- <td class="descr"><div>The alert level of the property that was reported with the date closest to the end date of the report. Container properties that don't have their own alert level reported with a date equal or newer than the alert levels of all their sub properties will get the highest alert level of their direct sub properties.</div></td>
67
- </tr>
68
- <tr align="left">
69
- <td class="descr">alertmessages</td>
70
- <td class="descr"><div>Deprecated. Please use journal instead</div></td>
71
- </tr>
72
- <tr align="left">
73
- <td class="descr">alertsummaries</td>
74
- <td class="descr"><div>Deprecated. Please use journal instead</div></td>
75
- </tr>
76
- <tr align="left">
77
- <td class="descr">alerttrend</td>
78
- <td class="descr"><div>Shows how the alert level at the end of the report period compares to the alert level at the beginning of the report period. Possible values are <code>Up</code>, <code>Down</code> or <code>Flat</code>.</div></td>
79
- </tr>
80
- <tr align="left">
81
- <td class="descr">balance</td>
82
- <td class="descr"><div>The account balance at the beginning of the reported period. This is the balance before any transactions of the reported period have been credited.</div></td>
83
- </tr>
84
- <tr align="left">
85
- <td class="descr">bsi</td>
86
- <td class="descr"><div>The hierarchical or work breakdown structure index (i. e. 1.2.3)</div></td>
87
- </tr>
88
- <tr align="left">
89
- <td class="descr">chart</td>
90
- <td class="descr"><div>A Gantt chart. This column type requires all lines to have the same fixed height. This does not work well with rich text columns in some browsers. Some show a scrollbar for the compressed table cells, others don't. It is recommended, that you don't use rich text columns in conjuction with the chart column.</div></td>
91
- </tr>
92
- <tr align="left">
93
- <td class="descr">children</td>
94
- <td class="descr"><div>
95
- <p>A list of all direct sub elements.</p>
96
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype</a> attributes.</p>
97
- </div></td>
98
- </tr>
99
- <tr align="left">
100
- <td class="descr">closedtasks</td>
101
- <td class="descr"><div>The number of sub-tasks (including the current task) that have been closed during the reported time period. Closed means that they have an end date before the current time or <a href="now.html">now</a> date.</div></td>
102
- </tr>
103
- <tr align="left">
104
- <td class="descr">competitorcount</td>
105
- <td class="descr"><div>The number of tasks that have successfully competed for the same resources and have potentially delayed the completion of this task.</div></td>
106
- </tr>
107
- <tr align="left">
108
- <td class="descr">competitors</td>
109
- <td class="descr"><div>A list of tasks that have successfully competed for the same resources and have potentially delayed the completion of this task.</div></td>
110
- </tr>
111
- <tr align="left">
112
- <td class="descr">complete</td>
113
- <td class="descr"><div>The completion degree of a task. Unless a completion degree is manually provided, this is a computed value relative to the <a href="now.html">now</a> date of the project. A task that has ended before the now date is always 100% complete. A task that starts at or after the now date is always 0%. For <a href="effort.html">effort</a> based tasks the computation degree is the percentage of done effort of the overall effort. For other leaf tasks, the completion degree is the percentage of the already passed duration of the overall task duration. For container tasks, it's always the average of the direct sub tasks. If the sub tasks consist of a mixture of effort and non-effort tasks, the completion value is only of limited value.</div></td>
114
- </tr>
115
- <tr align="left">
116
- <td class="descr">completed</td>
117
- <td class="descr"><div>Deprecated alias for complete</div></td>
118
- </tr>
119
- <tr align="left">
120
- <td class="descr">criticalness</td>
121
- <td class="descr"><div>A measure for how much effort the resource is allocated for, or how strained the allocated resources of a task are.</div></td>
122
- </tr>
123
- <tr align="left">
124
- <td class="descr">cost</td>
125
- <td class="descr"><div>The cost of the task or resource. The use of this column requires that a cost account has been set for the report using the <a href="balance.html">balance</a> attribute.</div></td>
126
- </tr>
127
- <tr align="left">
128
- <td class="descr">daily</td>
129
- <td class="descr"><div>A group of columns with one column for each day</div></td>
130
- </tr>
131
- <tr align="left">
132
- <td class="descr">directreports</td>
133
- <td class="descr"><div>
134
- <p>The resources that have this resource assigned as manager.</p>
135
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype</a> attribute.</p>
136
- </div></td>
137
- </tr>
138
- <tr align="left">
139
- <td class="descr">duration</td>
140
- <td class="descr"><div>The duration of a task</div></td>
141
- </tr>
142
- <tr align="left">
143
- <td class="descr">duties</td>
144
- <td class="descr"><div>
145
- <p>List of tasks that the resource is allocated to</p>
146
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype</a> attribute.</p>
147
- </div></td>
148
- </tr>
149
- <tr align="left">
150
- <td class="descr">efficiency</td>
151
- <td class="descr"><div>Measure for how efficient a resource can perform tasks</div></td>
152
- </tr>
153
- <tr align="left">
154
- <td class="descr">effort</td>
155
- <td class="descr"><div>The allocated effort during the reporting period</div></td>
156
- </tr>
157
- <tr align="left">
158
- <td class="descr">effortdone</td>
159
- <td class="descr"><div>The already completed effort as of now</div></td>
160
- </tr>
161
- <tr align="left">
162
- <td class="descr">effortleft</td>
163
- <td class="descr"><div>The remaining allocated effort as of now</div></td>
164
- </tr>
165
- <tr align="left">
166
- <td class="descr">email</td>
167
- <td class="descr"><div>The email address of a resource</div></td>
168
- </tr>
169
- <tr align="left">
170
- <td class="descr">end</td>
171
- <td class="descr"><div>The end date of a task</div></td>
172
- </tr>
173
- <tr align="left">
174
- <td class="descr">flags</td>
175
- <td class="descr"><div>List of attached flags</div></td>
176
- </tr>
177
- <tr align="left">
178
- <td class="descr">followers</td>
179
- <td class="descr"><div>
180
- <p>A list of tasks that depend on the current task. The list contains the names, the IDs, the date and the type of dependency. For the type the following symbols are used for &lt;dep&gt;:</p>
181
- <ul>
182
- <li>
183
- <b>]-&gt;[</b>: End-to-Start dependency</li>
184
- <li>
185
- <b>[-&gt;[</b>: Start-to-Start dependency</li>
186
- <li>
187
- <b>]-&gt;]</b>: End-to-End dependency</li>
188
- <li>
189
- <b>[-&gt;]</b>: Start-to-End dependency</li>
190
- </ul>
191
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype.column</a> attributes. The dependency symbol can be generated via the <code>dependency</code> attribute in the query, the target date via the <code>date</code> attribute.</p>
192
- </div></td>
193
- </tr>
194
- <tr align="left">
195
- <td class="descr">freetime</td>
196
- <td class="descr"><div>The amount of unallocated work time of a resource during the reporting period.</div></td>
197
- </tr>
198
- <tr align="left">
199
- <td class="descr">freework</td>
200
- <td class="descr"><div>The amount of unallocated work capacity of a resource during the reporting period. This is the product of unallocated work time times the efficiency of the resource.</div></td>
201
- </tr>
202
- <tr align="left">
203
- <td class="descr">fte</td>
204
- <td class="descr"><div>The Full-Time-Equivalent of a resource or group. This is the ratio of the resource working time and the global working time. Working time is defined by working hours and leaves. The FTE value can vary over time and is calculated for the report interval or the user specified interval.</div></td>
205
- </tr>
206
- <tr align="left">
207
- <td class="descr">gauge</td>
208
- <td class="descr"><div>When <a href="complete.html">complete</a> values have been provided to capture the actual progress on tasks, the gauge column will list whether the task is ahead of, behind or on schedule.</div></td>
209
- </tr>
210
- <tr align="left">
211
- <td class="descr">headcount</td>
212
- <td class="descr"><div>
213
- <p>For resources this is the headcount number of the resource or resource group. For a single resource this is the <a href="efficiency.html">efficiency</a> rounded to the next integer. Resources that are marked as unemployed at the report start time are not counted. For a group it is the sum of the sub resources headcount.</p>
214
- <p>For tasks it's the number of different resources allocated to the task during the report interval. Resources are weighted with their rounded efficiencies.</p>
215
- </div></td>
216
- </tr>
217
- <tr align="left">
218
- <td class="descr">hierarchindex</td>
219
- <td class="descr"><div>Deprecated alias for bsi</div></td>
220
- </tr>
221
- <tr align="left">
222
- <td class="descr">hourly</td>
223
- <td class="descr"><div>A group of columns with one column for each hour</div></td>
224
- </tr>
225
- <tr align="left">
226
- <td class="descr">id</td>
227
- <td class="descr"><div>The id of the item</div></td>
228
- </tr>
229
- <tr align="left">
230
- <td class="descr">index</td>
231
- <td class="descr"><div>The index of the item based on the nesting hierachy</div></td>
232
- </tr>
233
- <tr align="left">
234
- <td class="descr">inputs</td>
235
- <td class="descr"><div>
236
- <p>A list of milestones that are a prerequiste for the current task. For container tasks it will also include the inputs of the child tasks. Inputs may not have any predecessors.</p>
237
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype</a> attribute.</p>
238
- </div></td>
239
- </tr>
240
- <tr align="left">
241
- <td class="descr">journal</td>
242
- <td class="descr"><div>The journal entries for the task or resource for the reported interval. The generated text can be customized with <a href="journalmode.html">journalmode</a>, <a href="journalattributes.html">journalattributes</a>, <a href="hidejournalentry.html">hidejournalentry</a> and <a href="sortjournalentries.html">sortjournalentries</a>. If used in queries without a property context, the journal for the complete project is generated.</div></td>
243
- </tr>
244
- <tr align="left">
245
- <td class="descr">journal_sub</td>
246
- <td class="descr"><div>Deprecated. Please use journal instead</div></td>
247
- </tr>
248
- <tr align="left">
249
- <td class="descr">journalmessages</td>
250
- <td class="descr"><div>Deprecated. Please use journal instead</div></td>
251
- </tr>
252
- <tr align="left">
253
- <td class="descr">journalsummaries</td>
254
- <td class="descr"><div>Deprecated. Please use journal instead</div></td>
255
- </tr>
256
- <tr align="left">
257
- <td class="descr">line</td>
258
- <td class="descr"><div>The line number in the report</div></td>
259
- </tr>
260
- <tr align="left">
261
- <td class="descr">managers</td>
262
- <td class="descr"><div>
263
- <p>A list of managers that the resource reports to.</p>
264
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype</a> attributes.</p>
265
- </div></td>
266
- </tr>
267
- <tr align="left">
268
- <td class="descr">maxend</td>
269
- <td class="descr"><div>The latest allowed end of a task</div></td>
270
- </tr>
271
- <tr align="left">
272
- <td class="descr">maxstart</td>
273
- <td class="descr"><div>The lastest allowed start of a task</div></td>
274
- </tr>
275
- <tr align="left">
276
- <td class="descr">minend</td>
277
- <td class="descr"><div>The earliest allowed end of a task</div></td>
278
- </tr>
279
- <tr align="left">
280
- <td class="descr">minstart</td>
281
- <td class="descr"><div>The earliest allowed start of a task</div></td>
282
- </tr>
283
- <tr align="left">
284
- <td class="descr">monthly</td>
285
- <td class="descr"><div>A group of columns with one column for each month</div></td>
286
- </tr>
287
- <tr align="left">
288
- <td class="descr">no</td>
289
- <td class="descr"><div>The object line number in the report (Cannot be used for sorting!)</div></td>
290
- </tr>
291
- <tr align="left">
292
- <td class="descr">name</td>
293
- <td class="descr"><div>The name or description of the item</div></td>
294
- </tr>
295
- <tr align="left">
296
- <td class="descr">note</td>
297
- <td class="descr"><div>The note attached to a task</div></td>
298
- </tr>
299
- <tr align="left">
300
- <td class="descr">opentasks</td>
301
- <td class="descr"><div>The number of sub-tasks (including the current task) that have not yet been closed during the reported time period. Closed means that they have an end date before the current time or <a href="now.html">now</a> date.</div></td>
302
- </tr>
303
- <tr align="left">
304
- <td class="descr">pathcriticalness</td>
305
- <td class="descr"><div>The criticalness of the task with respect to all the paths that it is a part of.</div></td>
306
- </tr>
307
- <tr align="left">
308
- <td class="descr">precursors</td>
309
- <td class="descr"><div>
310
- <p>A list of tasks the current task depends on. The list contains the names, the IDs, the date and the type of dependency. For the type the following symbols are used</p>
311
- <ul>
312
- <li>
313
- <b>]-&gt;[</b>: End-to-Start dependency</li>
314
- <li>
315
- <b>[-&gt;[</b>: Start-to-Start dependency</li>
316
- <li>
317
- <b>]-&gt;]</b>: End-to-End dependency</li>
318
- <li>
319
- <b>[-&gt;]</b>: Start-to-End dependency</li>
320
- </ul>
321
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype</a> attributes. The dependency symbol can be generated via the <code>dependency</code> attribute in the query, the target date via the <code>date</code> attribute.</p>
322
- </div></td>
323
- </tr>
324
- <tr align="left">
325
- <td class="descr">priority</td>
326
- <td class="descr"><div>The priority of a task</div></td>
327
- </tr>
328
- <tr align="left">
329
- <td class="descr">quarterly</td>
330
- <td class="descr"><div>A group of columns with one column for each quarter</div></td>
331
- </tr>
332
- <tr align="left">
333
- <td class="descr">rate</td>
334
- <td class="descr"><div>The daily cost of a resource.</div></td>
335
- </tr>
336
- <tr align="left">
337
- <td class="descr">reports</td>
338
- <td class="descr"><div>
339
- <p>All resources that have this resource assigned as a direct or indirect manager.</p>
340
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype</a> attributes.</p>
341
- </div></td>
342
- </tr>
343
- <tr align="left">
344
- <td class="descr">resources</td>
345
- <td class="descr"><div>
346
- <p>A list of resources that are assigned to the task in the report time frame.</p>
347
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype</a> attributes.</p>
348
- </div></td>
349
- </tr>
350
- <tr align="left">
351
- <td class="descr">responsible</td>
352
- <td class="descr"><div>
353
- <p>The responsible people for this task.</p>
354
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype</a> attributes.</p>
355
- </div></td>
356
- </tr>
357
- <tr align="left">
358
- <td class="descr">revenue</td>
359
- <td class="descr"><div>The revenue of the task or resource. The use of this column requires that a revenue account has been set for the report using the <a href="balance.html">balance</a> attribute.</div></td>
360
- </tr>
361
- <tr align="left">
362
- <td class="descr">scenario</td>
363
- <td class="descr"><div>The name of the scenario</div></td>
364
- </tr>
365
- <tr align="left">
366
- <td class="descr">scheduling</td>
367
- <td class="descr"><div>The scheduling mode of the leaf tasks. ASAP tasks are scheduled start to end while ALAP tasks are scheduled end to start.</div></td>
368
- </tr>
369
- <tr align="left">
370
- <td class="descr">seqno</td>
371
- <td class="descr"><div>The index of the item based on the declaration order</div></td>
372
- </tr>
373
- <tr align="left">
374
- <td class="descr">sickleave</td>
375
- <td class="descr"><div>The number of sick leave units within the reported time period. The unit can be adjusted with <a href="loadunit.html">loadunit</a>.</div></td>
376
- </tr>
377
- <tr align="left">
378
- <td class="descr">specialleave</td>
379
- <td class="descr"><div>The number of special leave units within the reported time period. The unit can be adjusted with <a href="loadunit.html">loadunit</a>.</div></td>
380
- </tr>
381
- <tr align="left">
382
- <td class="descr">start</td>
383
- <td class="descr"><div>The start date of the task</div></td>
384
- </tr>
385
- <tr align="left">
386
- <td class="descr">status</td>
387
- <td class="descr"><div>The status of a task. It is determined based on the current date or the date specified by <a href="now.html">now</a>.</div></td>
388
- </tr>
389
- <tr align="left">
390
- <td class="descr">targets</td>
391
- <td class="descr"><div>
392
- <p>A list of milestones that depend on the current task. For container tasks it will also include the targets of the child tasks. Targets may not have any follower tasks.</p>
393
- <p>The list can be customized by the <a href="listitem.column.html">listitem</a> and <a href="listtype.column.html">listtype</a> attributes.</p>
394
- </div></td>
395
- </tr>
396
- <tr align="left">
397
- <td class="descr">turnover</td>
398
- <td class="descr"><div>The financial turnover of an account during the reporting interval.</div></td>
399
- </tr>
400
- <tr align="left">
401
- <td class="descr">wbs</td>
402
- <td class="descr"><div>Deprecated alias for bsi.</div></td>
403
- </tr>
404
- <tr align="left">
405
- <td class="descr">unpaidleave</td>
406
- <td class="descr"><div>The number of unpaid leave units within the reported time period. The unit can be adjusted with <a href="loadunit.html">loadunit</a>.</div></td>
407
- </tr>
408
- <tr align="left">
409
- <td class="descr">weekly</td>
410
- <td class="descr"><div>A group of columns with one column for each week</div></td>
411
- </tr>
412
- <tr align="left">
413
- <td class="descr">yearly</td>
414
- <td class="descr"><div>A group of columns with one column for each year</div></td>
415
- </tr>
416
- <tr align="left">
417
- <td class="tag">Context</td>
418
- <td class="descr" colspan="2"><a href="Getting_Started.html#Structure_of_a_TJP_File">Global scope</a></td>
419
- </tr>
420
- </table></p>
421
- </div>
422
- <br/>
423
- <hr/>
424
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
425
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="chargeset.html">chargeset</a> &lt;&lt;</td>
426
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
427
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="columns.html">columns</a> &gt;&gt;</td>
428
- </tr></table>
429
- <hr/>
430
- <br/>
431
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger &lt;cs@taskjuggler.org&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
432
- </body>
433
- </html>
@@ -1,78 +0,0 @@
1
- <!DOCTYPE html>
2
- <!-- This file has been generated by tj3man v3.8.0 -->
3
- <html lang="en" xml:lang="en">
4
- <head>
5
- <title>columns</title>
6
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
7
- <meta content="IE=9" http-equiv="X-UA-Compatible"/>
8
- <meta content="The TaskJuggler Manual" name="description"/>
9
- <meta content="taskjuggler, project, management" name="keywords"/>
10
- </head>
11
- <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
- <body>
13
- <div align="center">
14
- <h3 align="center">The TaskJuggler User Manual</h3>
15
- <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
- </div>
17
- <br/>
18
- <hr/>
19
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="columnid.html">columnid</a> &lt;&lt;</td>
21
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="complete.html">complete</a> &gt;&gt;</td>
23
- </tr></table>
24
- <hr/>
25
- <br/>
26
- <div style="margin-left:5%; margin-right:5%">
27
- <p><table align="center" class="table"><tr align="left">
28
- <td class="tag" style="width:16%">Keyword</td>
29
- <td class="descr" style="width:84%">
30
- <b>columns</b>
31
- <a href="List_Attributes.html">List Attribute</a>
32
- </td>
33
- </tr></table></p>
34
- <p><table align="center" class="table">
35
- <colgroup>
36
- <col width="16%"></col>
37
- <col width="24%"></col>
38
- <col width="60%"></col>
39
- </colgroup>
40
- <tr align="left">
41
- <td class="tag">Purpose</td>
42
- <td class="descr" colspan="2"><div>Specifies which columns shall be included in a report. Some columns show values that are constant over the course of the project. Other columns show calculated values that depend on the time period that was chosen for the report.</div></td>
43
- </tr>
44
- <tr align="left">
45
- <td class="tag">Syntax</td>
46
- <td class="descr" colspan="2"><code>columns &lt;columnid&gt; [{ &lt;attributes&gt; }] [, &lt;columnid&gt; [[, ... ]]...]</code></td>
47
- </tr>
48
- <tr align="left">
49
- <td class="tag" rowspan="1">Arguments</td>
50
- <td class="descr">columnid</td>
51
- <td class="descr"><div>See <a href="columnid.html">columnid</a> for details.</div></td>
52
- </tr>
53
- <tr align="left">
54
- <td class="tag">Context</td>
55
- <td class="descr" colspan="2">
56
- <a href="resourcereport.html">resourcereport</a>, <a href="taskreport.html">taskreport</a>, <a href="textreport.html">textreport</a>, <a href="tracereport.html">tracereport</a>, <a href="accountreport.html">accountreport</a>
57
- </td>
58
- </tr>
59
- </table></p>
60
- <p><table align="center" class="table"><tr align="left">
61
- <td class="tag" style="width:16%">Attributes</td>
62
- <td class="descr" style="width:84%">
63
- <a href="cellcolor.column.html">cellcolor (column)</a>, <a href="celltext.column.html">celltext (column)</a>, <a href="end.column.html">end (column)</a>, <a href="fontcolor.column.html">fontcolor (column)</a>, <a href="halign.column.html">halign (column)</a>, <a href="listitem.column.html">listitem (column)</a>, <a href="listtype.column.html">listtype (column)</a>, <a href="period.column.html">period (column)</a>, <a href="scale.column.html">scale (column)</a>, <a href="start.column.html">start (column)</a>, <a href="timeformat1.html">timeformat1</a>, <a href="timeformat2.html">timeformat2</a>, <a href="title.column.html">title (column)</a>, <a href="tooltip.column.html">tooltip (column)</a>, <a href="width.column.html">width (column)</a>
64
- </td>
65
- </tr></table></p>
66
- </div>
67
- <br/>
68
- <hr/>
69
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
70
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="columnid.html">columnid</a> &lt;&lt;</td>
71
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
72
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="complete.html">complete</a> &gt;&gt;</td>
73
- </tr></table>
74
- <hr/>
75
- <br/>
76
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger &lt;cs@taskjuggler.org&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
77
- </body>
78
- </html>