taskjuggler 3.0.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (553) hide show
  1. data/CHANGELOG +61 -0
  2. data/README.rdoc +43 -27
  3. data/data/css/tjreport.css +30 -0
  4. data/data/tjp.vim +100 -89
  5. data/examples/ProjectTemplate/template.tjp +338 -0
  6. data/examples/ToDo-List/todolist.tjp +84 -0
  7. data/examples/{tutorial.tjp → Tutorial/tutorial.tjp} +9 -7
  8. data/lib/header.tmpl +1 -1
  9. data/lib/taskjuggler/Account.rb +2 -2
  10. data/lib/taskjuggler/AccountCredit.rb +29 -0
  11. data/lib/taskjuggler/AccountScenario.rb +73 -7
  12. data/lib/taskjuggler/AlertLevelDefinitions.rb +104 -0
  13. data/lib/taskjuggler/AlgorithmDiff.rb +2 -2
  14. data/lib/taskjuggler/Allocation.rb +1 -1
  15. data/lib/taskjuggler/AppConfig.rb +1 -1
  16. data/lib/taskjuggler/AttributeBase.rb +1 -1
  17. data/lib/taskjuggler/AttributeDefinition.rb +1 -1
  18. data/lib/taskjuggler/Attributes.rb +40 -3
  19. data/lib/taskjuggler/BatchProcessor.rb +15 -14
  20. data/lib/taskjuggler/Booking.rb +1 -1
  21. data/lib/taskjuggler/Charge.rb +2 -2
  22. data/lib/taskjuggler/ChargeSet.rb +1 -1
  23. data/lib/taskjuggler/DataCache.rb +24 -12
  24. data/lib/taskjuggler/FileList.rb +1 -1
  25. data/lib/taskjuggler/HTMLDocument.rb +1 -1
  26. data/lib/taskjuggler/HTMLElements.rb +1 -1
  27. data/lib/taskjuggler/ICalendar.rb +1 -1
  28. data/lib/taskjuggler/Interval.rb +1 -1
  29. data/lib/taskjuggler/IntervalList.rb +1 -1
  30. data/lib/taskjuggler/Journal.rb +61 -41
  31. data/lib/taskjuggler/KeywordArray.rb +1 -1
  32. data/lib/taskjuggler/KeywordDocumentation.rb +121 -33
  33. data/lib/taskjuggler/LeaveList.rb +103 -0
  34. data/lib/taskjuggler/Limits.rb +1 -1
  35. data/lib/taskjuggler/Log.rb +6 -3
  36. data/lib/taskjuggler/LogFile.rb +1 -1
  37. data/lib/taskjuggler/LogicalExpression.rb +1 -1
  38. data/lib/taskjuggler/LogicalFunction.rb +16 -2
  39. data/lib/taskjuggler/LogicalOperation.rb +3 -1
  40. data/lib/taskjuggler/MessageHandler.rb +13 -4
  41. data/lib/taskjuggler/PTNProxy.rb +118 -0
  42. data/lib/taskjuggler/Project.rb +58 -67
  43. data/lib/taskjuggler/ProjectFileParser.rb +39 -5
  44. data/lib/taskjuggler/ProjectFileScanner.rb +1 -1
  45. data/lib/taskjuggler/PropertyList.rb +26 -2
  46. data/lib/taskjuggler/PropertySet.rb +8 -1
  47. data/lib/taskjuggler/PropertyTreeNode.rb +36 -32
  48. data/lib/taskjuggler/Query.rb +1 -1
  49. data/lib/taskjuggler/RealFormat.rb +4 -2
  50. data/lib/taskjuggler/Resource.rb +3 -3
  51. data/lib/taskjuggler/ResourceScenario.rb +219 -140
  52. data/lib/taskjuggler/RichText.rb +1 -1
  53. data/lib/taskjuggler/RichText/Document.rb +2 -2
  54. data/lib/taskjuggler/RichText/Element.rb +2 -2
  55. data/lib/taskjuggler/RichText/FunctionExample.rb +2 -2
  56. data/lib/taskjuggler/RichText/FunctionHandler.rb +2 -2
  57. data/lib/taskjuggler/RichText/Parser.rb +2 -2
  58. data/lib/taskjuggler/RichText/RTFHandlers.rb +1 -1
  59. data/lib/taskjuggler/RichText/RTFNavigator.rb +1 -1
  60. data/lib/taskjuggler/RichText/RTFQuery.rb +1 -1
  61. data/lib/taskjuggler/RichText/RTFReport.rb +1 -1
  62. data/lib/taskjuggler/RichText/RTFReportLink.rb +1 -1
  63. data/lib/taskjuggler/RichText/RTFWithQuerySupport.rb +1 -1
  64. data/lib/taskjuggler/RichText/Scanner.rb +18 -4
  65. data/lib/taskjuggler/RichText/Snip.rb +2 -2
  66. data/lib/taskjuggler/RichText/SyntaxRules.rb +6 -14
  67. data/lib/taskjuggler/RichText/TOCEntry.rb +16 -7
  68. data/lib/taskjuggler/RichText/TableOfContents.rb +3 -2
  69. data/lib/taskjuggler/RuntimeConfig.rb +1 -1
  70. data/lib/taskjuggler/Scenario.rb +1 -1
  71. data/lib/taskjuggler/ScenarioData.rb +1 -1
  72. data/lib/taskjuggler/Scoreboard.rb +1 -1
  73. data/lib/taskjuggler/SheetHandlerBase.rb +1 -1
  74. data/lib/taskjuggler/SheetReceiver.rb +1 -1
  75. data/lib/taskjuggler/SheetSender.rb +3 -3
  76. data/lib/taskjuggler/Shift.rb +2 -2
  77. data/lib/taskjuggler/ShiftAssignments.rb +24 -19
  78. data/lib/taskjuggler/ShiftScenario.rb +4 -4
  79. data/lib/taskjuggler/SimpleQueryExpander.rb +1 -1
  80. data/lib/taskjuggler/StatusSheetReceiver.rb +1 -1
  81. data/lib/taskjuggler/StatusSheetSender.rb +1 -1
  82. data/lib/taskjuggler/StdIoWrapper.rb +1 -1
  83. data/lib/taskjuggler/SyntaxReference.rb +5 -2
  84. data/lib/taskjuggler/TableColumnDefinition.rb +1 -1
  85. data/lib/taskjuggler/Task.rb +4 -8
  86. data/lib/taskjuggler/TaskDependency.rb +1 -1
  87. data/lib/taskjuggler/TaskJuggler.rb +1 -1
  88. data/lib/taskjuggler/TaskScenario.rb +131 -51
  89. data/lib/taskjuggler/TernarySearchTree.rb +6 -4
  90. data/lib/taskjuggler/TextFormatter.rb +9 -2
  91. data/lib/taskjuggler/TextParser.rb +13 -3
  92. data/lib/taskjuggler/TextParser/MacroTable.rb +1 -1
  93. data/lib/taskjuggler/TextParser/Pattern.rb +52 -8
  94. data/lib/taskjuggler/TextParser/Rule.rb +11 -5
  95. data/lib/taskjuggler/TextParser/Scanner.rb +1 -1
  96. data/lib/taskjuggler/TextParser/SourceFileInfo.rb +1 -1
  97. data/lib/taskjuggler/TextParser/StackElement.rb +1 -1
  98. data/lib/taskjuggler/TextParser/State.rb +2 -2
  99. data/lib/taskjuggler/TextParser/TokenDoc.rb +1 -1
  100. data/lib/taskjuggler/TimeSheetReceiver.rb +1 -1
  101. data/lib/taskjuggler/TimeSheetSender.rb +1 -1
  102. data/lib/taskjuggler/TimeSheetSummary.rb +1 -1
  103. data/lib/taskjuggler/TimeSheets.rb +4 -6
  104. data/lib/taskjuggler/Tj3AppBase.rb +18 -1
  105. data/lib/taskjuggler/Tj3Config.rb +4 -4
  106. data/lib/taskjuggler/Tj3SheetAppBase.rb +1 -1
  107. data/lib/taskjuggler/TjException.rb +1 -1
  108. data/lib/taskjuggler/TjTime.rb +1 -1
  109. data/lib/taskjuggler/TjpExample.rb +1 -1
  110. data/lib/taskjuggler/TjpSyntaxRules.rb +920 -392
  111. data/lib/taskjuggler/URLParameter.rb +1 -1
  112. data/lib/taskjuggler/UTF8String.rb +1 -1
  113. data/lib/taskjuggler/UserManual.rb +1 -1
  114. data/lib/taskjuggler/VimSyntax.rb +9 -6
  115. data/lib/taskjuggler/WorkingHours.rb +12 -1
  116. data/lib/taskjuggler/XMLDocument.rb +1 -1
  117. data/lib/taskjuggler/XMLElement.rb +1 -1
  118. data/lib/taskjuggler/apps/Tj3.rb +8 -3
  119. data/lib/taskjuggler/apps/Tj3Client.rb +1 -1
  120. data/lib/taskjuggler/apps/Tj3Daemon.rb +1 -1
  121. data/lib/taskjuggler/apps/Tj3Man.rb +1 -1
  122. data/lib/taskjuggler/apps/Tj3SsReceiver.rb +2 -2
  123. data/lib/taskjuggler/apps/Tj3SsSender.rb +1 -1
  124. data/lib/taskjuggler/apps/Tj3TsReceiver.rb +1 -1
  125. data/lib/taskjuggler/apps/Tj3TsSender.rb +1 -1
  126. data/lib/taskjuggler/apps/Tj3TsSummary.rb +1 -1
  127. data/lib/taskjuggler/daemon/Daemon.rb +1 -1
  128. data/lib/taskjuggler/daemon/ProcessIntercom.rb +1 -1
  129. data/lib/taskjuggler/daemon/ProjectBroker.rb +1 -1
  130. data/lib/taskjuggler/daemon/ProjectServer.rb +1 -1
  131. data/lib/taskjuggler/daemon/ReportServer.rb +2 -2
  132. data/lib/taskjuggler/daemon/ReportServlet.rb +1 -1
  133. data/lib/taskjuggler/daemon/WebServer.rb +1 -1
  134. data/lib/taskjuggler/daemon/WelcomePage.rb +1 -1
  135. data/lib/taskjuggler/deep_copy.rb +1 -1
  136. data/lib/taskjuggler/reports/AccountListRE.rb +115 -0
  137. data/lib/taskjuggler/reports/CSVFile.rb +1 -1
  138. data/lib/taskjuggler/reports/CollisionDetector.rb +1 -1
  139. data/lib/taskjuggler/reports/ColumnTable.rb +1 -1
  140. data/lib/taskjuggler/reports/GanttChart.rb +1 -1
  141. data/lib/taskjuggler/reports/GanttContainer.rb +1 -3
  142. data/lib/taskjuggler/reports/GanttHeader.rb +1 -1
  143. data/lib/taskjuggler/reports/GanttHeaderScaleItem.rb +1 -1
  144. data/lib/taskjuggler/reports/GanttLine.rb +23 -12
  145. data/lib/taskjuggler/reports/GanttLoadStack.rb +1 -1
  146. data/lib/taskjuggler/reports/GanttMilestone.rb +1 -1
  147. data/lib/taskjuggler/reports/GanttRouter.rb +1 -1
  148. data/lib/taskjuggler/reports/GanttTaskBar.rb +1 -1
  149. data/lib/taskjuggler/reports/HTMLGraphics.rb +1 -1
  150. data/lib/taskjuggler/reports/ICalReport.rb +5 -2
  151. data/lib/taskjuggler/reports/Navigator.rb +1 -1
  152. data/lib/taskjuggler/reports/NikuReport.rb +1 -1
  153. data/lib/taskjuggler/reports/Report.rb +29 -4
  154. data/lib/taskjuggler/reports/ReportBase.rb +15 -1
  155. data/lib/taskjuggler/reports/ReportContext.rb +1 -1
  156. data/lib/taskjuggler/reports/ReportTable.rb +1 -1
  157. data/lib/taskjuggler/reports/ReportTableCell.rb +1 -1
  158. data/lib/taskjuggler/reports/ReportTableColumn.rb +1 -1
  159. data/lib/taskjuggler/reports/ReportTableLegend.rb +1 -1
  160. data/lib/taskjuggler/reports/ReportTableLine.rb +1 -1
  161. data/lib/taskjuggler/reports/ResourceListRE.rb +3 -5
  162. data/lib/taskjuggler/reports/StatusSheetReport.rb +2 -2
  163. data/lib/taskjuggler/reports/TableReport.rb +336 -204
  164. data/lib/taskjuggler/reports/TableReportColumn.rb +30 -0
  165. data/lib/taskjuggler/reports/TagFile.rb +2 -2
  166. data/lib/taskjuggler/reports/TaskListRE.rb +3 -6
  167. data/lib/taskjuggler/reports/TextReport.rb +1 -1
  168. data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -3
  169. data/lib/taskjuggler/reports/TjpExportRE.rb +4 -1
  170. data/lib/tj3.rb +1 -1
  171. data/lib/tj3client.rb +1 -1
  172. data/lib/tj3d.rb +1 -1
  173. data/lib/tj3man.rb +1 -1
  174. data/lib/tj3ss_receiver.rb +1 -1
  175. data/lib/tj3ss_sender.rb +1 -1
  176. data/lib/tj3ts_receiver.rb +1 -1
  177. data/lib/tj3ts_sender.rb +1 -1
  178. data/lib/tj3ts_summary.rb +1 -1
  179. data/lib/updateheader.sh +4 -1
  180. data/manual/Getting_Started +7 -4
  181. data/manual/How_To_Contribute +26 -5
  182. data/manual/Installation +26 -18
  183. data/manual/Intro +55 -33
  184. data/manual/Reporting_Bugs +18 -8
  185. data/manual/Rich_Text_Attributes +16 -3
  186. data/manual/Software +2 -2
  187. data/manual/TaskJuggler_2x_Migration +2 -2
  188. data/manual/The_TaskJuggler_Syntax +10 -0
  189. data/manual/Tutorial +2 -2
  190. data/manual/html/Day_To_Day_Juggling.html +16 -12
  191. data/manual/html/Getting_Started.html +9 -7
  192. data/manual/html/How_To_Contribute.html +18 -10
  193. data/manual/html/Installation.html +18 -15
  194. data/manual/html/Intro.html +44 -28
  195. data/manual/html/Reporting_Bugs.html +9 -7
  196. data/manual/html/Rich_Text_Attributes.html +11 -8
  197. data/manual/html/Software.html +5 -5
  198. data/manual/html/TaskJuggler_2x_Migration.html +4 -4
  199. data/manual/html/TaskJuggler_Internals.html +3 -3
  200. data/manual/html/The_TaskJuggler_Syntax.html +6 -3
  201. data/manual/html/Tutorial.html +12 -12
  202. data/manual/html/account.html +19 -10
  203. data/manual/html/account.task.html +5 -28
  204. data/manual/html/accountprefix.html +5 -5
  205. data/manual/html/{report.html → accountreport.html} +140 -23
  206. data/manual/html/accountroot.html +142 -0
  207. data/manual/html/active.html +5 -5
  208. data/manual/html/adopt.task.html +7 -8
  209. data/manual/html/aggregate.html +145 -0
  210. data/manual/html/alert.html +12 -11
  211. data/manual/html/alertlevels.html +102 -0
  212. data/manual/html/allocate.html +6 -6
  213. data/manual/html/alphabet.html +1 -1
  214. data/manual/html/alternative.html +3 -3
  215. data/manual/html/author.html +3 -3
  216. data/manual/html/balance.html +84 -11
  217. data/manual/html/booking.resource.html +3 -3
  218. data/manual/html/booking.task.html +3 -3
  219. data/manual/html/caption.html +6 -4
  220. data/manual/html/cellcolor.column.html +3 -3
  221. data/manual/html/celltext.column.html +3 -3
  222. data/manual/html/center.html +28 -4
  223. data/manual/html/charge.html +3 -3
  224. data/manual/html/chargeset.html +5 -5
  225. data/manual/html/columnid.html +40 -9
  226. data/manual/html/columns.html +6 -4
  227. data/manual/html/complete.html +15 -9
  228. data/manual/html/copyright.html +5 -5
  229. data/manual/html/{credit.html → credits.html} +15 -12
  230. data/manual/html/css/tjreport.css +30 -0
  231. data/manual/html/currency.html +28 -15
  232. data/manual/html/currencyformat.html +4 -4
  233. data/manual/html/dailymax.html +3 -3
  234. data/manual/html/dailymin.html +3 -3
  235. data/manual/html/dailyworkinghours.html +3 -3
  236. data/manual/html/date.extend.html +3 -3
  237. data/manual/html/date.html +3 -3
  238. data/manual/html/definitions.html +3 -3
  239. data/manual/html/depends.html +3 -3
  240. data/manual/html/details.html +3 -3
  241. data/manual/html/disabled.html +9 -3
  242. data/manual/html/duration.html +3 -3
  243. data/manual/html/efficiency.html +3 -3
  244. data/manual/html/effort.html +3 -3
  245. data/manual/html/email.html +3 -3
  246. data/manual/html/enabled.html +9 -3
  247. data/manual/html/end.column.html +3 -3
  248. data/manual/html/end.html +3 -3
  249. data/manual/html/end.limit.html +3 -3
  250. data/manual/html/end.report.html +4 -4
  251. data/manual/html/end.timesheet.html +3 -3
  252. data/manual/html/endcredit.html +18 -9
  253. data/manual/html/epilog.html +6 -4
  254. data/manual/html/export.html +10 -6
  255. data/manual/html/extend.html +3 -3
  256. data/manual/html/fail.html +3 -3
  257. data/manual/html/fdl.html +3 -3
  258. data/manual/html/flags.account.html +3 -3
  259. data/manual/html/flags.html +3 -3
  260. data/manual/html/flags.journalentry.html +3 -3
  261. data/manual/html/flags.report.html +6 -4
  262. data/manual/html/flags.resource.html +3 -3
  263. data/manual/html/flags.statussheet.html +3 -3
  264. data/manual/html/flags.task.html +3 -3
  265. data/manual/html/flags.timesheet.html +3 -3
  266. data/manual/html/fontcolor.column.html +3 -3
  267. data/manual/html/footer.html +28 -4
  268. data/manual/html/formats.html +4 -4
  269. data/manual/html/functions.html +4 -4
  270. data/manual/html/gapduration.html +3 -3
  271. data/manual/html/gaplength.html +4 -4
  272. data/manual/html/halign.center.html +3 -3
  273. data/manual/html/halign.column.html +3 -3
  274. data/manual/html/halign.left.html +3 -3
  275. data/manual/html/halign.right.html +3 -3
  276. data/manual/html/hasalert.html +3 -3
  277. data/manual/html/header.html +28 -4
  278. data/manual/html/headline.html +6 -6
  279. data/manual/html/hideaccount.html +73 -0
  280. data/manual/html/hidejournalentry.html +6 -6
  281. data/manual/html/hidereport.html +3 -3
  282. data/manual/html/hideresource.html +4 -4
  283. data/manual/html/hidetask.html +4 -4
  284. data/manual/html/icalreport.html +3 -3
  285. data/manual/html/include.macro.html +4 -4
  286. data/manual/html/include.project.html +5 -6
  287. data/manual/html/include.properties.html +5 -97
  288. data/manual/html/index.html +2 -2
  289. data/manual/html/inherit.extend.html +3 -3
  290. data/manual/html/interval1.html +3 -3
  291. data/manual/html/interval2.html +3 -3
  292. data/manual/html/interval3.html +3 -3
  293. data/manual/html/interval4.html +3 -3
  294. data/manual/html/isactive.html +3 -3
  295. data/manual/html/ischildof.html +3 -3
  296. data/manual/html/isdependencyof.html +3 -3
  297. data/manual/html/isdutyof.html +3 -3
  298. data/manual/html/isfeatureof.html +3 -3
  299. data/manual/html/isleaf.html +3 -3
  300. data/manual/html/ismilestone.html +3 -3
  301. data/manual/html/isongoing.html +3 -3
  302. data/manual/html/isresource.html +5 -5
  303. data/manual/html/{alert level.html → isresponsibilityof.html} +19 -14
  304. data/manual/html/istask.html +5 -5
  305. data/manual/html/journalattributes.html +6 -4
  306. data/manual/html/journalentry.html +3 -3
  307. data/manual/html/journalmode.html +8 -6
  308. data/manual/html/leaveallowance.html +139 -0
  309. data/manual/html/leaves.html +140 -0
  310. data/manual/html/left.html +30 -6
  311. data/manual/html/length.html +4 -4
  312. data/manual/html/limits.allocate.html +5 -32
  313. data/manual/html/limits.html +3 -3
  314. data/manual/html/limits.resource.html +3 -3
  315. data/manual/html/limits.task.html +3 -3
  316. data/manual/html/listitem.column.html +3 -3
  317. data/manual/html/listtype.column.html +3 -3
  318. data/manual/html/loadunit.html +6 -4
  319. data/manual/html/logicalexpression.html +3 -3
  320. data/manual/html/logicalflagexpression.html +3 -3
  321. data/manual/html/macro.html +3 -3
  322. data/manual/html/managers.html +3 -3
  323. data/manual/html/mandatory.html +3 -3
  324. data/manual/html/maxend.html +3 -3
  325. data/manual/html/maximum.html +3 -3
  326. data/manual/html/maxstart.html +3 -3
  327. data/manual/html/milestone.html +3 -3
  328. data/manual/html/minend.html +3 -3
  329. data/manual/html/minimum.html +3 -3
  330. data/manual/html/minstart.html +3 -3
  331. data/manual/html/monthlymax.html +3 -3
  332. data/manual/html/monthlymin.html +3 -3
  333. data/manual/html/navbar.html +23 -5
  334. data/manual/html/navigator.html +34 -3
  335. data/manual/html/newtask.html +3 -3
  336. data/manual/html/nikureport.html +3 -3
  337. data/manual/html/note.task.html +3 -3
  338. data/manual/html/now.html +3 -3
  339. data/manual/html/numberformat.html +4 -4
  340. data/manual/html/onend.html +3 -3
  341. data/manual/html/onstart.html +3 -3
  342. data/manual/html/opennodes.html +6 -4
  343. data/manual/html/overtime.booking.html +4 -4
  344. data/manual/html/period.column.html +3 -3
  345. data/manual/html/period.limit.html +3 -3
  346. data/manual/html/period.report.html +4 -4
  347. data/manual/html/period.task.html +3 -3
  348. data/manual/html/persistent.html +3 -3
  349. data/manual/html/precedes.html +3 -3
  350. data/manual/html/priority.html +3 -3
  351. data/manual/html/priority.timesheet.html +3 -3
  352. data/manual/html/project.html +4 -4
  353. data/manual/html/projectid.html +3 -3
  354. data/manual/html/projectid.task.html +3 -3
  355. data/manual/html/projectids.html +3 -3
  356. data/manual/html/projection.html +9 -3
  357. data/manual/html/prolog.html +6 -4
  358. data/manual/html/properties.html +193 -9
  359. data/manual/html/purge.html +5 -5
  360. data/manual/html/rate.html +3 -3
  361. data/manual/html/rate.resource.html +3 -3
  362. data/manual/html/reference.extend.html +3 -3
  363. data/manual/html/remaining.html +3 -3
  364. data/manual/html/replace.html +9 -6
  365. data/manual/html/reportprefix.html +5 -5
  366. data/manual/html/resource.html +22 -4
  367. data/manual/html/resourceattributes.html +6 -6
  368. data/manual/html/resourceprefix.html +3 -3
  369. data/manual/html/resourcereport.html +311 -8
  370. data/manual/html/resourceroot.html +6 -4
  371. data/manual/html/resources.limit.html +4 -4
  372. data/manual/html/responsible.html +3 -3
  373. data/manual/html/richtext.extend.html +3 -3
  374. data/manual/html/right.html +30 -6
  375. data/manual/html/rollupaccount.html +69 -0
  376. data/manual/html/rollupresource.html +6 -6
  377. data/manual/html/rolluptask.html +4 -4
  378. data/manual/html/scale.column.html +3 -3
  379. data/manual/html/scenario.html +3 -3
  380. data/manual/html/scenario.ical.html +3 -3
  381. data/manual/html/scenarios.export.html +3 -3
  382. data/manual/html/scenarios.html +6 -4
  383. data/manual/html/scenariospecific.extend.html +3 -3
  384. data/manual/html/scheduled.html +3 -3
  385. data/manual/html/scheduling.html +3 -3
  386. data/manual/html/select.html +3 -3
  387. data/manual/html/selfcontained.html +6 -4
  388. data/manual/html/shift.allocate.html +77 -0
  389. data/manual/html/shift.html +13 -7
  390. data/manual/html/shift.resource.html +11 -5
  391. data/manual/html/shift.task.html +9 -3
  392. data/manual/html/shift.timesheet.html +4 -4
  393. data/manual/html/shifts.allocate.html +6 -6
  394. data/manual/html/shifts.resource.html +3 -3
  395. data/manual/html/shifts.task.html +3 -3
  396. data/manual/html/shorttimeformat.html +3 -3
  397. data/manual/html/sloppy.booking.html +4 -4
  398. data/manual/html/sloppy.projection.html +12 -6
  399. data/manual/html/sortaccounts.html +73 -0
  400. data/manual/html/sortjournalentries.html +8 -6
  401. data/manual/html/sortresources.html +4 -4
  402. data/manual/html/sorttasks.html +4 -4
  403. data/manual/html/start.column.html +3 -3
  404. data/manual/html/start.html +3 -3
  405. data/manual/html/start.limit.html +3 -3
  406. data/manual/html/start.report.html +4 -4
  407. data/manual/html/startcredit.html +10 -4
  408. data/manual/html/status.statussheet.html +5 -5
  409. data/manual/html/status.timesheet.html +5 -5
  410. data/manual/html/statussheet.html +3 -3
  411. data/manual/html/statussheetreport.html +10 -6
  412. data/manual/html/strict.projection.html +10 -4
  413. data/manual/html/summary.html +3 -3
  414. data/manual/html/supplement.html +5 -5
  415. data/manual/html/supplement.resource.html +22 -4
  416. data/manual/html/supplement.task.html +4 -4
  417. data/manual/html/tagfile.html +3 -3
  418. data/manual/html/task.html +3 -3
  419. data/manual/html/task.statussheet.html +3 -3
  420. data/manual/html/task.timesheet.html +3 -3
  421. data/manual/html/taskattributes.html +3 -3
  422. data/manual/html/taskprefix.html +3 -3
  423. data/manual/html/taskreport.html +347 -8
  424. data/manual/html/taskroot.html +6 -4
  425. data/manual/html/text.extend.html +3 -3
  426. data/manual/html/textreport.html +333 -8
  427. data/manual/html/timeformat.html +4 -4
  428. data/manual/html/timeoff.nikureport.html +3 -3
  429. data/manual/html/timesheet.html +3 -3
  430. data/manual/html/timesheetreport.html +10 -6
  431. data/manual/html/timezone.export.html +3 -3
  432. data/manual/html/timezone.html +3 -3
  433. data/manual/html/timezone.report.html +6 -4
  434. data/manual/html/timezone.shift.html +3 -3
  435. data/manual/html/timingresolution.html +3 -3
  436. data/manual/html/title.column.html +3 -3
  437. data/manual/html/title.html +4 -4
  438. data/manual/html/toc.html +1705 -658
  439. data/manual/html/tooltip.column.html +3 -3
  440. data/manual/html/trackingscenario.html +3 -3
  441. data/manual/html/treelevel.html +3 -3
  442. data/manual/html/vacation.html +3 -3
  443. data/manual/html/vacation.resource.html +4 -4
  444. data/manual/html/vacation.shift.html +4 -4
  445. data/manual/html/warn.html +3 -3
  446. data/manual/html/weeklymax.html +3 -3
  447. data/manual/html/weeklymin.html +3 -3
  448. data/manual/html/weekstartsmonday.html +3 -3
  449. data/manual/html/weekstartssunday.html +3 -3
  450. data/manual/html/width.column.html +3 -3
  451. data/manual/html/work.html +3 -3
  452. data/manual/html/workinghours.project.html +3 -3
  453. data/manual/html/workinghours.resource.html +3 -3
  454. data/manual/html/workinghours.shift.html +3 -3
  455. data/manual/html/yearlyworkingdays.html +4 -4
  456. data/spec/ICalendar_spec.rb +4 -2
  457. data/spec/IntervalList_spec.rb +1 -1
  458. data/spec/ProjectBroker_spec.rb +2 -6
  459. data/spec/StatusSheets_spec.rb +1 -1
  460. data/spec/TernarySearchTree_spec.rb +2 -2
  461. data/spec/TimeSheets_spec.rb +1 -1
  462. data/spec/Tj3Daemon_spec.rb +1 -1
  463. data/spec/Tj3_spec.rb +1 -1
  464. data/spec/support/DaemonControl.rb +1 -1
  465. data/spec/support/spec_helper.rb +19 -0
  466. data/taskjuggler.gemspec +1 -0
  467. data/test/MessageChecker.rb +1 -1
  468. data/test/ReferenceGenerator.rb +1 -1
  469. data/test/TestSuite/CSV-Reports/Leave.tjp +37 -0
  470. data/test/TestSuite/CSV-Reports/celltext.tjp +1 -1
  471. data/test/TestSuite/CSV-Reports/efficiency.tjp +20 -0
  472. data/test/TestSuite/CSV-Reports/headcount.tjp +31 -0
  473. data/test/TestSuite/CSV-Reports/refs/Leave.csv +5 -0
  474. data/test/TestSuite/CSV-Reports/refs/alert.csv +6 -0
  475. data/test/TestSuite/CSV-Reports/refs/celltext.csv +6 -0
  476. data/test/TestSuite/CSV-Reports/refs/efficiency.csv +5 -0
  477. data/test/TestSuite/CSV-Reports/refs/headcount.csv +4 -0
  478. data/test/TestSuite/CSV-Reports/refs/sortByTree.csv +6 -0
  479. data/test/TestSuite/CSV-Reports/refs/sortBy_duration.down.csv +6 -0
  480. data/test/TestSuite/CSV-Reports/refs/sortBy_effort.up.csv +6 -0
  481. data/test/TestSuite/CSV-Reports/refs/sortBy_plan.start.down.csv +6 -0
  482. data/test/TestSuite/CSV-Reports/refs/taskreport.csv +6 -0
  483. data/test/TestSuite/CSV-Reports/refs/taskreport_with_resources.csv +14 -0
  484. data/test/TestSuite/CSV-Reports/resourcereport.tjp +1 -1
  485. data/test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp +1 -1
  486. data/test/TestSuite/CSV-Reports/sortByTree.tjp +1 -1
  487. data/test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp +1 -1
  488. data/test/TestSuite/CSV-Reports/taskreport.tjp +1 -1
  489. data/test/TestSuite/CSV-Reports/taskreport_with_resources.tjp +1 -1
  490. data/test/TestSuite/Export-Reports/refs/AccountReport.tjp +1089 -0
  491. data/test/TestSuite/Export-Reports/refs/AlertLevels.tjp +24 -0
  492. data/test/TestSuite/Export-Reports/refs/Complete.tjp +5 -25
  493. data/test/TestSuite/Export-Reports/refs/navigator.tjp +58 -0
  494. data/test/TestSuite/Export-Reports/refs/template.tjp +142 -0
  495. data/test/TestSuite/Export-Reports/refs/textreport.tjp +19 -0
  496. data/test/TestSuite/ReportGenerator/Correct/Alerts.tjp +26 -7
  497. data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +177 -141
  498. data/test/TestSuite/ReportGenerator/Correct/refs/FTE-1.csv +1 -1
  499. data/test/TestSuite/Scheduler/Correct/Allocate.tjp +2 -2
  500. data/test/TestSuite/Scheduler/Correct/Shift2.tjp +4 -4
  501. data/test/TestSuite/Syntax/Correct/Account.tjp +23 -10
  502. data/test/TestSuite/Syntax/Correct/AccountReport.tjp +74 -0
  503. data/test/TestSuite/Syntax/Correct/AdoptedTasks.tjp +4 -0
  504. data/test/TestSuite/Syntax/Correct/AlertLevels.tjp +25 -0
  505. data/test/TestSuite/Syntax/Correct/Celltext.tjp +3 -3
  506. data/test/TestSuite/Syntax/Correct/Complete.tjp +8 -5
  507. data/test/TestSuite/Syntax/Correct/Leave.tjp +37 -0
  508. data/test/TestSuite/Syntax/Correct/Reports.tjp +4 -4
  509. data/test/TestSuite/Syntax/Correct/Shift.tjp +4 -4
  510. data/test/TestSuite/Syntax/Correct/manual2example.rb +4 -3
  511. data/test/TestSuite/Syntax/Correct/navigator.tjp +31 -0
  512. data/test/TestSuite/Syntax/Correct/template.tjp +338 -0
  513. data/test/TestSuite/Syntax/Correct/textreport.tjp +21 -0
  514. data/test/TestSuite/Syntax/Correct/tutorial.tjp +12 -10
  515. data/test/TestSuite/Syntax/Errors/{adopt_duplicate_child.tjp → adopt_duplicate_child-1.tjp} +0 -0
  516. data/test/TestSuite/Syntax/Errors/{adopt_common_root.tjp → adopt_duplicate_child-2.tjp} +1 -1
  517. data/test/TestSuite/Syntax/Errors/{adopt_duplicate_parent.tjp → adopt_duplicate_child-3.tjp} +1 -1
  518. data/test/TestSuite/Syntax/Errors/adopt_self.tjp +7 -0
  519. data/test/TestSuite/Syntax/Errors/alert_level_redef.tjp +8 -0
  520. data/test/TestSuite/Syntax/Errors/alert_name_redef.tjp +8 -0
  521. data/test/TestSuite/Syntax/Errors/too_few_alert_levels.tjp +5 -0
  522. data/test/TjpGen.rb +1 -1
  523. data/test/all.rb +1 -1
  524. data/test/test_AlgorithmDiff.rb +1 -1
  525. data/test/test_BatchProcessor.rb +23 -10
  526. data/test/test_CSV-Reports.rb +1 -1
  527. data/test/test_CSVFile.rb +1 -1
  528. data/test/test_CollisionDetector.rb +1 -1
  529. data/test/test_Export-Reports.rb +1 -1
  530. data/test/test_Journal.rb +42 -15
  531. data/test/test_Limits.rb +1 -1
  532. data/test/test_LogicalExpression.rb +1 -1
  533. data/test/test_MacroTable.rb +8 -3
  534. data/test/test_Project.rb +1 -1
  535. data/test/test_ProjectFileScanner.rb +1 -1
  536. data/test/test_PropertySet.rb +1 -1
  537. data/test/test_Query.rb +1 -1
  538. data/test/test_RealFormat.rb +1 -1
  539. data/test/test_ReportGenerator.rb +1 -1
  540. data/test/test_RichText.rb +1 -1
  541. data/test/test_Scheduler.rb +1 -1
  542. data/test/test_ShiftAssignments.rb +1 -1
  543. data/test/test_SimpleQueryExpander.rb +1 -1
  544. data/test/test_Syntax.rb +1 -1
  545. data/test/test_TextFormatter.rb +1 -1
  546. data/test/test_TjTime.rb +1 -1
  547. data/test/test_TjpExample.rb +1 -1
  548. data/test/test_URLParameter.rb +1 -1
  549. data/test/test_UTF8String.rb +1 -1
  550. data/test/test_WorkingHours.rb +1 -1
  551. data/test/test_deep_copy.rb +1 -1
  552. metadata +318 -248
  553. data/test/TestSuite/Syntax/Errors/purge_no_list.tjp +0 -8
@@ -1,4 +1,4 @@
1
- === Reporting Bugs and Sending Feedback ===
1
+ === Reporting Bugs and Feature Requests ===
2
2
 
3
3
  All official releases of TaskJuggler are meant to be stable releases
4
4
  unless explicitly noted differently. But our test suite is still very
@@ -10,7 +10,7 @@ find a bug, please follow this procedure:
10
10
  feature.
11
11
 
12
12
  * Check the [http://www.taskjuggler.org TaskJuggler web page] and the
13
- [http://www.taskjuggler.org/forum.php discussion groups]. You should
13
+ [http://www.taskjuggler.org/contact.html discussion groups]. You should
14
14
  also search the [https://github.com/taskjuggler/TaskJuggler/issues
15
15
  issue tracker] if the problem has been reported before. If so, it's
16
16
  quite likely that there is already a workaround or fix available.
@@ -25,11 +25,21 @@ following command to store the messages into a file.
25
25
 
26
26
  tj3 yourproject.tjp 2> error_message
27
27
 
28
- * Enter a detailed description of the problem into the issue tracker
29
- and don't forget to attach your test project.
28
+ * Enter a detailed description of the problem into the
29
+ [https://github.com/taskjuggler/TaskJuggler/issues?state=open issue
30
+ tracker] and don't forget to attach your test project and the error
31
+ log. You can paste that into the input field.
30
32
 
31
- * Not attaching a test case will severely limit our abilities to help
32
- you. Please make sure you provide meaningful descriptions and a small
33
- but complete test project. Not providing this information usually
34
- triggers requests or leads to bug reports being ignored.
33
+ * Not attaching a test project will severely limit our abilities to help
34
+ you. In 95% of the reported bugs we need a test case to find and fix
35
+ the problem. Please make sure you provide meaningful descriptions and a small
36
+ but complete test project. Not providing this information with the
37
+ first bug report means we have to follow up with you or the bug report
38
+ is being ignored.
35
39
 
40
+ * Please open a new issue for each bug. Don't include multiple
41
+ problems in one bug report. This usually leads to one bug being fixed
42
+ and the rest of the problems to be ignored.
43
+
44
+ * If you have a feature request, please open a new issue and set the
45
+ "Feature" label.
@@ -67,6 +67,19 @@ start at the start of the line.
67
67
  The monospace format is not part of the original MediaWiki markup, but
68
68
  we found it useful to have for this manual.
69
69
 
70
+ Text can be colored when enclosed in ''''fcol'''' tags.
71
+
72
+ This is a <fcol:green>green</fcol> word.
73
+
74
+ The following colors are supported: black, maroon, green, olive, navy,
75
+ purple, teal, silver, gray, red, lime, yellow, blue, fuchsia, aqua and
76
+ white.
77
+
78
+ Alternatively, a hash sign followed by a 3 or 6 digit hexadecimal
79
+ number can be used as well. The hexadecimal number specifies the
80
+ values for the red, green and blue component of the color (i. e.,
81
+ #FFF for white).
82
+
70
83
  Links to external documents are possible as well. In the first form,
71
84
  the URL will appear in the readable text as well. In the second form,
72
85
  the text after the URL will be visible but the link will be available
@@ -145,7 +158,7 @@ The navigator generator inserts the referenced navigator.
145
158
 
146
159
  Paramters:
147
160
 
148
- * ''''id'''' : ID of a defined [[report]]
161
+ * ''''id'''' : ID of a defined report
149
162
 
150
163
  The report generator inserts the referenced report as a new block
151
164
  of this text. The referenced report inherits some context such as the
@@ -155,10 +168,10 @@ report period and the property set from the referencing report.
155
168
 
156
169
  Paramters:
157
170
 
158
- * ''''id'''' : ID of a defined [[report]]
171
+ * ''''id'''' : ID of a defined report
159
172
 
160
173
  * ''''attributes'''': A set of attributes that override the original
161
- attributes of the referenced report. All [[report|report attributes]]
174
+ attributes of the referenced report. All report attributes
162
175
  are supported. Since the value of attributes already must be enclosed
163
176
  by single or double quotes, all single or double quotes contained in
164
177
  the string must be escaped with backslashes. This feature enables
data/manual/Software CHANGED
@@ -25,9 +25,9 @@ project file is called ''''tutorial.tjp'''' you can process it by typing
25
25
  You will see an output similar to the one below.
26
26
 
27
27
  > tj3 tutorial.tjp
28
- TaskJuggler III v0.0.6 - A Project Management Software
28
+ TaskJuggler v3.0.0 - A Project Management Software
29
29
 
30
- Copyright (c) 2006, 2007, 2008, 2009, 2010 by Chris Schlaeger <cs(a)kde.org>
30
+ Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger
31
31
 
32
32
  This program is free software; you can redistribute it and/or modify it under
33
33
  the terms of version 2 of the GNU General Public License as published by the
@@ -49,9 +49,9 @@ been deprecated. Function names need to be all lower case now. Some
49
49
  functions have been removed as all attributes can now be accessed by
50
50
  scenario.attribute_id notation.
51
51
 
52
- * The format for [[report|reports]] has been changed considerably.
52
+ * The format for report has been changed considerably.
53
53
  The old format was not very flexible and had some design flaws.
54
- TaskJuggler III now supports report nesting and composition. A report
54
+ TaskJuggler 3.x now supports report nesting and composition. A report
55
55
  definition can be used to generated multiple output [[formats]]. The
56
56
  name of a report must now be specified without the file name
57
57
  extension. It will be automatically added depending on the output
@@ -33,6 +33,16 @@ options separated by a vertical bar.
33
33
 
34
34
  keyword ( foo | bar | foobar )
35
35
 
36
+ Some keywords take one or more arguments. These are known as list
37
+ attributes. The arguments are comma separated. The tree dots in the
38
+ syntax description mean that the sequence before the dots can be
39
+ repeated if needed. Inheritable list attributes will append the new
40
+ list values to the inherited list. Use can use the [[purge]]
41
+ attribute to clear the list before assigning new values to the list
42
+ attribute.
43
+
44
+ keyword arg1 [, arg2 ... ]
45
+
36
46
  Variable arguments are further described in the ''Arguments'' section of
37
47
  the keyword syntax table. The name is listed immediately followed by
38
48
  the type of the variable argument. The supported types and their
data/manual/Tutorial CHANGED
@@ -7,9 +7,9 @@ will walk you step by step through your first project. You create the
7
7
  project plan for a made-up accounting software project. This project
8
8
  demonstrates some of the commonly used features of TaskJuggler. The
9
9
  complete example can be downloaded
10
- [http://www.taskjuggler.org/tj3/examples/tutorial.tjp here]. The
10
+ [http://www.taskjuggler.org/tj3/examples/Tutorial/tutorial.tjp here]. The
11
11
  resulting reports can be found
12
- [http://www.taskjuggler.org/tj3/examples/Overview.html
12
+ [http://www.taskjuggler.org/tj3/examples/Tutorial/Overview.html
13
13
  here].
14
14
 
15
15
  === Starting the project ===
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <!-- This file has been generated by tj3man v3.0.0 -->
3
+ <!-- This file has been generated by tj3man v3.1.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>Day_To_Day_Juggling</title>
@@ -9,7 +9,7 @@
9
9
  <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
10
  <body>
11
11
  <div align="center">
12
- <h3 align="center">The TaskJuggler III User Manual</h3>
12
+ <h3 align="center">The TaskJuggler User Manual</h3>
13
13
  <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
14
  </div>
15
15
  <br/>
@@ -115,15 +115,19 @@
115
115
  <p class="manual">We also would like to point out that introducing status reporting and time sheets is usually a big change for every staff. Don't underestimate the psychological impact and the training requirements. We also recommend to test the described process with a small group of employees first to get familiar with the process and to adapt it to your needs. Don't rush a deployment! You usually only have one chance to roll-out such a new process.</p>
116
116
  <h3 class="manual" id="The_reporting_and_tracking_cycle">7.5.1 The reporting and tracking cycle</h3>
117
117
  <p class="manual">In this description, we assume that you are using a weekly reporting cycle. TaskJuggler does support arbitrary cycles, but we highly recommend the described weekly cycle.</p>
118
- <ol><li>
119
- <b>Time sheets</b>: Every project contributor needs to fill out a <a href="timesheet.html">time sheet</a> once a week. To simplify this task as much as possible, a template will be send out by email. The template already lists all tasks that were planned for this week to work on with the respective effort values and end dates. It also provides sections for textual status reports. The contributor needs to review and complete the time sheet and has to send it back via email. TaskJuggler validates the submission and returns an email with either an error message or a nicely formatted version of the time sheet.</li></ol>
120
- <ol><li>All time sheets must be submitted by a certain deadline, e. g. midnight on Sunday. TaskJuggler will then compile a summary report and sent it out to a list of interested parties. It will also detect missing time sheets and will send out a reminder to those contributors that have not submitted their report.</li></ol>
121
- <ol><li>On Monday the project managers need to review the time sheets and update the plan accordingly. TaskJuggler can compile a list changes compared to the plan. This makes it easy to update the plan according to the actual progress that was made. The closer the actuals match the plan the less work this is. The project managers now generate bookings for the last week and add them to the database with previous bookings. Doing so, will prevent changes to the plan to affect the past. Only the future will be modified.</li></ol>
122
- <ol><li>Once the plan has been updated, managers will receive their status sheet templates per email. Each manager will get the information for the tasks that they are <a href="responsible.html">responsible</a> for. To consolidate the information for the next manager in the reporting chain they can moderate the reports in three ways. Consolidated manager reports are called dashboard reports.</li></ol>
123
- <ol><ol><li>A status report for a task can be removed from the dashboard.</li></ol></ol>
124
- <ol><ol><li>A status report for a task can be corrected or updated.</li></ol></ol>
125
- <ol><ol><li>All reports for sub tasks of a task can be summarized by creating a new status for that task. This will remove all reports for sub tasks of that particular tasks from the dashboard.</li></ol></ol>
126
- <ol><li>Managers than need to send back the edited status report via email. Like with time sheets, TaskJuggler will check them and return either an error message or a plain text version of the dashboard report of the manager.</li></ol>
118
+ <ol>
119
+ <li>
120
+ <b>Time sheets</b>: Every project contributor needs to fill out a <a href="timesheet.html">time sheet</a> once a week. To simplify this task as much as possible, a template will be send out by email. The template already lists all tasks that were planned for this week to work on with the respective effort values and end dates. It also provides sections for textual status reports. The contributor needs to review and complete the time sheet and has to send it back via email. TaskJuggler validates the submission and returns an email with either an error message or a nicely formatted version of the time sheet.</li>
121
+ <li>All time sheets must be submitted by a certain deadline, e. g. midnight on Sunday. TaskJuggler will then compile a summary report and sent it out to a list of interested parties. It will also detect missing time sheets and will send out a reminder to those contributors that have not submitted their report.</li>
122
+ <li>On Monday the project managers need to review the time sheets and update the plan accordingly. TaskJuggler can compile a list changes compared to the plan. This makes it easy to update the plan according to the actual progress that was made. The closer the actuals match the plan the less work this is. The project managers now generate bookings for the last week and add them to the database with previous bookings. Doing so, will prevent changes to the plan to affect the past. Only the future will be modified.</li>
123
+ <li>Once the plan has been updated, managers will receive their status sheet templates per email. Each manager will get the information for the tasks that they are <a href="responsible.html">responsible</a> for. To consolidate the information for the next manager in the reporting chain they can moderate the reports in three ways. Consolidated manager reports are called dashboard reports.</li>
124
+ <ol>
125
+ <li>A status report for a task can be removed from the dashboard.</li>
126
+ <li>A status report for a task can be corrected or updated.</li>
127
+ <li>All reports for sub tasks of a task can be summarized by creating a new status for that task. This will remove all reports for sub tasks of that particular tasks from the dashboard.</li>
128
+ </ol>
129
+ <li>Managers than need to send back the edited status report via email. Like with time sheets, TaskJuggler will check them and return either an error message or a plain text version of the dashboard report of the manager.</li>
130
+ </ol>
127
131
  <p class="manual">In addition to the plain text versions of the time sheet summaries and the dashboards, TaskJuggler provides support for publishing them as HTML pages from a web server.</p>
128
132
  <h2 class="manual" id="Implementing_the_status_tracking_system">7.6 Implementing the status tracking system</h2>
129
133
  <h3 class="manual" id="Prerequesites">7.6.1 Prerequesites</h3>
@@ -354,6 +358,6 @@ include</a> this file at the end of your project header section.</p>
354
358
  </tr></table>
355
359
  <hr/>
356
360
  <br/>
357
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
361
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
358
362
  </body>
359
363
  </html>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <!-- This file has been generated by tj3man v3.0.0 -->
3
+ <!-- This file has been generated by tj3man v3.1.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>Getting_Started</title>
@@ -9,7 +9,7 @@
9
9
  <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
10
  <body>
11
11
  <div align="center">
12
- <h3 align="center">The TaskJuggler III User Manual</h3>
12
+ <h3 align="center">The TaskJuggler User Manual</h3>
13
13
  <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
14
  </div>
15
15
  <br/>
@@ -25,7 +25,7 @@
25
25
  <h1 class="manual" id="Getting_Started">3 Getting Started</h1>
26
26
  <h2 class="manual" id="Basics">3.1 Basics</h2>
27
27
  <p class="manual">TaskJuggler uses one or more text files to describe a project. The main project should be placed in a file with the .tjp extension. This main project may include other files. Such included files must have file names with a <code class="manual">.tji</code> extension.</p>
28
- <p class="manual">The graphical user interface from the 2.x version has not been ported to TaskJuggler III yet. So all work with TaskJuggler needs to be done in your favorite text editor and in a command shell.</p>
28
+ <p class="manual">The graphical user interface from the 2.x version has not been ported to TaskJuggler 3.x yet. So all work with TaskJuggler needs to be done in your favorite text editor and in a command shell.</p>
29
29
  <p class="manual">The commandline version of TaskJuggler works like a compiler. You provide the source files, it computes the contents and creates the output files. Let's say you have a project file called <code class="manual">AcSo.tjp</code>. It contains the tasks of your project and their dependencies. To schedule the project and create report files you have to ask TaskJuggler to process it.</p>
30
30
  <div class="manual" codesection="1"><pre class="manual" codesection="1">tj3 AcSo.tjp
31
31
  </pre></div>
@@ -34,8 +34,7 @@
34
34
  <h2 class="manual" id="Structure_of_a_TJP_File">3.2 Structure of a TJP File</h2>
35
35
  <p class="manual">Each TaskJuggler project consists of one or more text files. There is always a main project file that may <a href="include.properties.html">include</a> other files. The main file name should have a <code class="manual">.tjp</code> suffix, the included files must have a <code class="manual">.tji</code> suffix.</p>
36
36
  <p class="manual">Every project must start with a <a href="project.html">project header</a>. The project header must be in the main project file. All other elements may be put into include files. The project header must then be followed by any number of project properties such as <a href="account.html">
37
- accounts</a>, <a href="resource.html">resources</a>, <a href="task.html">tasks</a> and <a href="report.html">
38
- reports</a>. Each project must have at least one task defined and should have at least one report. Properties don't have to be listed in a particular order, but may have interdependencies that require such an order. If you want to assign a resource to work on a task, this resource needs to be defined first. It is therefor recommended to define them in the following sequence.</p>
37
+ accounts</a>, <a href="resource.html">resources</a>, <a href="task.html">tasks</a> and reports. Each project must have at least one task defined and should have at least one report. Properties don't have to be listed in a particular order, but may have interdependencies that require such an order. If you want to assign a resource to work on a task, this resource needs to be defined first. It is therefor recommended to define them in the following sequence.</p>
39
38
  <ul>
40
39
  <li><a href="macro.html">macros</a></li>
41
40
  <li><a href="flags.html">flags</a></li>
@@ -44,7 +43,10 @@ reports</a>. Each project must have at least one task defined and should have at
44
43
  <li><a href="vacation.html">vacations</a></li>
45
44
  <li><a href="resource.html">resources</a></li>
46
45
  <li><a href="task.html">tasks</a></li>
47
- <li><a href="report.html">reports</a></li>
46
+ <li><a href="accountreport.html">accountreports</a></li>
47
+ <li><a href="resourcereport.html">resourcereports</a></li>
48
+ <li><a href="taskreport.html">taskreports</a></li>
49
+ <li><a href="textreport.html">textreports</a></li>
48
50
  <li><a href="export.html">exports</a></li>
49
51
  </ul>
50
52
  </div></div>
@@ -57,6 +59,6 @@ reports</a>. Each project must have at least one task defined and should have at
57
59
  </tr></table>
58
60
  <hr/>
59
61
  <br/>
60
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
62
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
61
63
  </body>
62
64
  </html>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <!-- This file has been generated by tj3man v3.0.0 -->
3
+ <!-- This file has been generated by tj3man v3.1.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>How_To_Contribute</title>
@@ -9,7 +9,7 @@
9
9
  <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
10
  <body>
11
11
  <div align="center">
12
- <h3 align="center">The TaskJuggler III User Manual</h3>
12
+ <h3 align="center">The TaskJuggler User Manual</h3>
13
13
  <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
14
  </div>
15
15
  <br/>
@@ -50,18 +50,26 @@ rake gem
50
50
  <div class="manual" codesection="1"><pre class="manual" codesection="1">git add FILENAME
51
51
  </pre></div>
52
52
  <p class="manual">If you think you are done, you can commit your changes to your local repository.</p>
53
- <div class="manual" codesection="1"><pre class="manual" codesection="1">git commit -a
53
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git commit -a -s
54
54
  </pre></div>
55
- <p class="manual">And then push it into your forked github repository.</p>
55
+ <p class="manual">The -s parameter is very important. We will only accept signed-off patches. By signing off on your patches you confirm that you wrote the code and have the right to pass it on as a patch. See <a href="http://gerrit.googlecode.com/svn/documentation/2.0/user-signedoffby.html" target="_top">this document</a> for more information!</p>
56
+ <p class="manual">Please include a meaningful commit message. The first line (header line) should be prefixed by <code class="manual">Fix:</code> for bug fixes or <code class="manual">New:</code> for new features. This is used to automatically generate the change log from one release to another. So a bug that has been introduced after the last release and is fixed before the next release does not need to be included in the changelog. For those cases, don't use any prefix.</p>
57
+ <p class="manual">After the header line leave a blank line and include one or more paragraphs with more detailed information about the patch. This information will also be included in the the change log if the header line has a prefix.</p>
58
+ <p class="manual">If you fix a bug that was reported by somebody else, please also include a reported-by line:</p>
59
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">Reported-by: whoever-reported-the-bug
60
+ </pre></div>
61
+ <p class="manual">Then push it into your forked github repository.</p>
56
62
  <div class="manual" codesection="1"><pre class="manual" codesection="1">git push
57
63
  </pre></div>
58
64
  <p class="manual">The final step is to send us a <a href="http://help.github.com/pull-requests/" target="_top">pull request</a> for your changes.</p>
59
65
  <h3 class="manual" id="Contributing_to_the_User_Manual">2.8.4 Contributing to the User Manual</h3>
60
66
  <p class="manual">The user manual is currently a rough port of the 2.x manual. It contains many inaccuracies and does not provide much more than a tutorial and a syntax reference. Any help to turn this into a real user manual is greatly appreciated.</p>
61
67
  <p class="manual">The manual is composed from 3 different sources.</p>
62
- <ol><li>The sources for normal pages are in MediaWiki format and can be found in the <code class="manual">manual</code> directory of the source distribution.</li></ol>
63
- <ol><li>The information in the syntax reference is extracted from the TJP parser source code. It can be found in the file <code class="manual">lib/TjpSyntaxRules.rb</code>. You can ignore all but the <code class="manual">doc(...)</code>, <code class="manual">arg(...)</code> and <code class="manual">example(...)</code> sections.</li></ol>
64
- <ol><li>The TJP examples are in the <code class="manual">test/TestSuite/Syntax/Correct</code> directory.</li></ol>
68
+ <ol>
69
+ <li>The sources for normal pages are in MediaWiki format and can be found in the <code class="manual">manual</code> directory of the source distribution.</li>
70
+ <li>The information in the syntax reference is extracted from the TJP parser source code. It can be found in the file <code class="manual">lib/TjpSyntaxRules.rb</code>. You can ignore all but the <code class="manual">doc(...)</code>, <code class="manual">arg(...)</code> and <code class="manual">example(...)</code> sections.</li>
71
+ <li>The TJP examples are in the <code class="manual">test/TestSuite/Syntax/Correct</code> directory.</li>
72
+ </ol>
65
73
  <p class="manual">The following commands build the HTML files for the manual in the <code class="manual">data/manual</code> directory.</p>
66
74
  <div class="manual" codesection="1"><pre class="manual" codesection="1">cd lib
67
75
  ruby UserManual.rb
@@ -69,8 +77,8 @@ ruby UserManual.rb
69
77
  <h3 class="manual" id="Contributing_to_the_Test_Suite">2.8.5 Contributing to the Test Suite</h3>
70
78
  <p class="manual">The test suite can be found in the <code class="manual">test</code> and <code class="manual">spec</code> directories. It contains unit and system tests but is very rudimentary at the moment. Adding more system tests to the test/CSV-Report directory is probably the best place to start. Originally, TaskJuggler used classic Ruby unit tests, but a migration to <a href="http://rspec.info/|RSpec-2" target="_top">http://rspec.info/|RSpec-2</a> is in the works now. New tests should be written as RSpec tests unless they require infrastructure only available in the <code class="manual">test</code> directory.</p>
71
79
  <h3 class="manual" id="Contributing_to_the_Ruby_code">2.8.6 Contributing to the Ruby code</h3>
72
- <p class="manual">For the first stable TaskJuggler III release we should have all 2.x features supported. The few things that break backwards compatibility should be documented in the <a href="TaskJuggler_2x_Migration.html">TaskJuggler_2x_Migration</a> section.</p>
73
- <p class="manual">In general, patches are very welcome. Please follow the coding style and naming conventions used in the existing code. Larger changes should be preceded by a discussion in the <a href="http://www.taskjuggler.org/forum.php" target="_top">TaskJuggler Developer Forum</a>.</p>
80
+ <p class="manual">For the first stable TaskJuggler release we have most 2.x features supported. The few things that break backwards compatibility are documented in the <a href="TaskJuggler_2x_Migration.html">TaskJuggler_2x_Migration</a> section.</p>
81
+ <p class="manual">In general, patches are very welcome. Please follow the coding style and naming conventions used in the existing code. Larger changes should be preceded by a discussion in the <a href="http://www.taskjuggler.org/contact.html" target="_top">TaskJuggler Developer Forum</a>.</p>
74
82
  <h3 class="manual" id="Some_final_words_to_Contributors">2.8.7 Some final words to Contributors</h3>
75
83
  <p class="manual">We do welcome all contributions, but please understand that we reserve the right to reject any contribution that does not follow the above guidelines or otherwise conflicts with the goals of the TaskJuggler team. It is a good idea to contact the team prior to making any larger efforts.</p>
76
84
  </div></div>
@@ -83,6 +91,6 @@ ruby UserManual.rb
83
91
  </tr></table>
84
92
  <hr/>
85
93
  <br/>
86
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
94
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
87
95
  </body>
88
96
  </html>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <!-- This file has been generated by tj3man v3.0.0 -->
3
+ <!-- This file has been generated by tj3man v3.1.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>Installation</title>
@@ -9,7 +9,7 @@
9
9
  <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
10
  <body>
11
11
  <div align="center">
12
- <h3 align="center">The TaskJuggler III User Manual</h3>
12
+ <h3 align="center">The TaskJuggler User Manual</h3>
13
13
  <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
14
  </div>
15
15
  <br/>
@@ -23,8 +23,7 @@
23
23
  <br/>
24
24
  <div style="width:90%; margin-left:5%; margin-right:5%"><div class="manual">
25
25
  <h1 class="manual" id="Installation">2 Installation</h1>
26
- <p class="manual">TaskJuggler III is written in <a href="http://www.ruby-lang.org" target="_top">Ruby</a>. It should run on any platform that Ruby is available on. It uses the standard Ruby mechanism for distribution, a package format called <a href="http://docs.rubygems.org" target="_top">RubyGems</a>.</p>
27
- <p class="manual">TaskJuggler III is still under development. There is no stable version yet. You are welcome to try it. Some users are already using it successfully for their purposes, but it might not yet be right for you.</p>
26
+ <p class="manual">TaskJuggler 3.x is written in <a href="http://www.ruby-lang.org" target="_top">Ruby</a>. It should run on any platform that Ruby is available on. It uses the standard Ruby mechanism for distribution, a package format called <a href="http://docs.rubygems.org" target="_top">RubyGems</a>.</p>
28
27
  <h2 class="manual" id="Requirements">2.1 Requirements</h2>
29
28
  <p class="manual">Ruby applications are platform independent. There is no need to compile anything. But TaskJuggler has a very small set of dependencies that you have to take care of first. Please make sure you have the minimum required version installed.</p>
30
29
  <h3 class="manual" id="Supported_Operating_Systems">2.1.1 Supported Operating Systems</h3>
@@ -39,10 +38,10 @@
39
38
  <p class="manual">If you are interested in becoming the maintainer for any of the currently unmaintained (and untested) OSes, please contact us via the developer mailing list.</p>
40
39
  <h3 class="manual" id="Other_required_Software">2.1.2 Other required Software</h3>
41
40
  <ul><li>
42
- <b>Ruby:</b> TaskJuggler III is written in Ruby. You need a Ruby runtime environment to run it. This can be downloaded from <a href="http://www.ruby-lang.org/en/downloads/" target="_top">here</a>. Most Linux distributions usually have Ruby already included. So does MacOS X Leopard. For Windows, there is a one-click installer available. The recommended Ruby version to make full use of TaskJuggler is 1.9.2. Ruby 1.9.1 contains some bugs that prevent the multi-core support to work. For users that are not interested in multi-core support, the web server, the time sheet infrastructure and daemon Ruby 1.8.7 is still ok to use. On Windows you need at least Ruby 1.9.2.</li></ul>
41
+ <b>Ruby:</b> TaskJuggler 3.x is written in Ruby. You need a Ruby runtime environment to run it. This can be downloaded from <a href="http://www.ruby-lang.org/en/downloads/" target="_top">here</a>. Most Linux distributions usually have Ruby already included. So does MacOS X Leopard. For Windows, there is a one-click installer available. The recommended Ruby version to make full use of TaskJuggler is 1.9.2. Ruby 1.9.1 contains some bugs that prevent the multi-core support to work. For users that are not interested in multi-core support, the web server, the time sheet infrastructure and daemon Ruby 1.8.7 is still ok to use. On Windows you need at least Ruby 1.9.2.</li></ul>
43
42
  <p class="manual">See below for instructions on how to use the latest and greates Ruby version in parallel with your distribution Ruby.</p>
44
43
  <ul><li>
45
- <b>RubyGems:</b> If it did not come with your OS or the Ruby installation, see <a href="http://docs.rubygems.org" target="_top">here</a> how to get and install it.</li></ul>
44
+ <b>RubyGems:</b> If it did not come with your OS or the Ruby installation, see <a href="http://docs.rubygems.org" target="_top">here</a> how to get and install it. RubyGems is a cross-platform package manager. It will download and install all other required software packages automatically when you install TaskJuggler. These packages are called Ruby gems.</li></ul>
46
45
  <p class="manual">Other versions of Ruby (Rubinius, JRuby, etc.) may work but have not been tested.</p>
47
46
  <h2 class="manual" id="Installation_Steps_for_Users">2.2 Installation Steps for Users</h2>
48
47
  <h3 class="manual" id="The_easy_way">2.2.1 The easy way</h3>
@@ -75,7 +74,7 @@
75
74
  <div class="manual" codesection="1"><pre class="manual" codesection="1"> tj3 --version
76
75
  </pre></div>
77
76
  <h3 class="manual" id="The_manual_way">2.2.2 The manual way</h3>
78
- <p class="manual">If the easy way doesn't work for you, you need to download and install the packages manually. Download TaskJuggler III gem file from the <a href="http://rubygems.org/gems/taskjuggler" target="_top">RubyGems.org</a> site.</p>
77
+ <p class="manual">If the easy way doesn't work for you, you need to download and install the packages manually. Download TaskJuggler gem file from the <a href="http://rubygems.org/gems/taskjuggler" target="_top">RubyGems.org</a> site.</p>
79
78
  <p class="manual">A gem package is an operating system and architecture independent archive file for Ruby programs. You can install it on any system that has Ruby and RubyGems installed. Normally, you should be logged-in as root or administrator to run the following installation command. Replace the X.X.X with the actual version that you have downloaded.</p>
80
79
  <div class="manual" codesection="1"><pre class="manual" codesection="1">gem install pkg/taskjuggler-X.X.X.gem
81
80
  </pre></div>
@@ -84,15 +83,19 @@
84
83
  <div class="manual" codesection="1"><pre class="manual" codesection="1">PATH=${PATH}:/var/lib/gems/1.8/bin/
85
84
  </pre></div>
86
85
  <p class="manual">Windows and MacOS platforms may require similar steps.</p>
87
- <h2 class="manual" id="Update_from_older_TaskJuggler_III_versions">2.3 Update from older TaskJuggler III versions</h2>
86
+ <h2 class="manual" id="Update_from_older_TaskJuggler_3x_versions">2.3 Update from older TaskJuggler 3.x versions</h2>
88
87
  <p class="manual">Updates work just like the installation.</p>
89
88
  <div class="manual" codesection="1"><pre class="manual" codesection="1">gem update taskjuggler
90
89
  </pre></div>
91
90
  <p class="manual">For downloaded or self-built packages use the following command:</p>
92
91
  <div class="manual" codesection="1"><pre class="manual" codesection="1">gem update pkg/taskjuggler-X.X.X.gem
93
92
  </pre></div>
94
- <h2 class="manual" id="Installation_Steps_for_Developers">2.4 Installation Steps for Developers</h2>
95
- <p class="manual">The following description is for users that want to learn more about TaskJuggler or want to make improvements. TaskJuggler is <a href="http://en.wikipedia.org/wiki/Open_source" target="_top">Open Source</a> software and you are encouraged to read and modify the source code.</p>
93
+ <h2 class="manual" id="Installing_TaskJuggler_from_the_Git_Repository">2.4 Installing TaskJuggler from the Git Repository</h2>
94
+ <p class="manual">The following description is for developers and users that want to learn more about TaskJuggler or want to make improvements. TaskJuggler is <a href="http://en.wikipedia.org/wiki/Open_source" target="_top">Open Source</a> software and you are encouraged to read and modify the source code.</p>
95
+ <p class="manual">Before you download the source code, make sure you have all the necessary dependencies installed. You should have Ruby 1.9.2 or later and you need to have the following gems installed</p>
96
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">gem install rake mail rspec term-ansicolor rcov
97
+ </pre></div>
98
+ <p class="manual">rcov is optional, but you must have the other gems and their dependencies installed.</p>
96
99
  <p class="manual">To get the source code, the recommended way it to check out the latest code from the developer repository. To do this, you need to have <a href="http://www.kernel.org/pub/software/scm/git/docs/" target="_top">git</a> installed.</p>
97
100
  <p class="manual">Then checkout the source code with the following command</p>
98
101
  <div class="manual" codesection="1"><pre class="manual" codesection="1">git clone http://www.taskjuggler.org/git-repos/taskjuggler3.git
@@ -107,7 +110,7 @@
107
110
  <div class="manual" codesection="1"><pre class="manual" codesection="1"># Make sure the shell finds the TaskJuggler programs
108
111
  export PATH=${PATH}:${TASKJUGGLER_DIR}/bin
109
112
  </pre></div>
110
- <h2 class="manual" id="Quickly_switching_between_various_TaskJuggler_III_versions">2.5 Quickly switching between various TaskJuggler III versions</h2>
113
+ <h2 class="manual" id="Quickly_switching_between_various_TaskJuggler_3x_versions">2.5 Quickly switching between various TaskJuggler 3.x versions</h2>
111
114
  <p class="manual">One of the benefits of using TaskJuggler from the Git repository is the ability to get the latest bug fixes. If a bug was reported, it is usually fixed fairly quickly, but it can take several weeks before the next official release happens. The following commands must all be executed from within the checked-out Git directory.</p>
112
115
  <div class="manual" codesection="1"><pre class="manual" codesection="1">git pull
113
116
  </pre></div>
@@ -121,7 +124,7 @@ export PATH=${PATH}:${TASKJUGGLER_DIR}/bin
121
124
  <div class="manual" codesection="1"><pre class="manual" codesection="1">git tag
122
125
  </pre></div>
123
126
  <p class="manual">provides you with a list of all tags.</p>
124
- <p class="manual">TaskJuggler III is written in Ruby. There is no make or build process needed. Every code change is effective immediately. The tutorial, the manual and some other parts do require a build step.</p>
127
+ <p class="manual">TaskJuggler 3.x is written in Ruby. There is no make or build process needed. Every code change is effective immediately. The tutorial, the manual and some other parts do require a build step.</p>
125
128
  <div class="manual" codesection="1"><pre class="manual" codesection="1">rake release
126
129
  </pre></div>
127
130
  <p class="manual">will do it all and even create installable gem files again.</p>
@@ -140,8 +143,8 @@ export PATH=${PATH}:${TASKJUGGLER_DIR}/bin
140
143
  <p class="manual">If all goes well, you can install it now. This requires root permission, so you need to enter the root password. All executables will be installed into <code class="manual">/usr/local/bin</code>.</p>
141
144
  <div class="manual" codesection="1"><pre class="manual" codesection="1"> sudo make install
142
145
  </pre></div>
143
- <p class="manual">As a final step, you need to install the <code class="manual">mail</code> gem.</p>
144
- <div class="manual" codesection="1"><pre class="manual" codesection="1"> sudo gem19 install mail
146
+ <p class="manual">As a final step, you need to install the <code class="manual">mail</code> and <code class="manual">term-ansicolor</code> gems.</p>
147
+ <div class="manual" codesection="1"><pre class="manual" codesection="1"> sudo gem19 install mail term-ansicolor
145
148
  </pre></div>
146
149
  <p class="manual">If you don't want to use TaskJuggler from the git repository, you can install the TaskJuggler gem as well.</p>
147
150
  <div class="manual" codesection="1"><pre class="manual" codesection="1"> sudo gem19 install taskjuggler
@@ -188,6 +191,6 @@ augroup END
188
191
  </tr></table>
189
192
  <hr/>
190
193
  <br/>
191
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
194
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
192
195
  </body>
193
196
  </html>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <!-- This file has been generated by tj3man v3.0.0 -->
3
+ <!-- This file has been generated by tj3man v3.1.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>Intro</title>
@@ -9,7 +9,7 @@
9
9
  <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
10
  <body>
11
11
  <div align="center">
12
- <h3 align="center">The TaskJuggler III User Manual</h3>
12
+ <h3 align="center">The TaskJuggler User Manual</h3>
13
13
  <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
14
  </div>
15
15
  <br/>
@@ -28,50 +28,66 @@
28
28
  <p class="manual">TaskJuggler is an Open Source tool for serious project managers. It covers the complete spectrum of project management tasks from the first idea to the completion of the project without enforcing certain work flows or methodologies. It assists you during project scoping, resource assignment, cost and revenue planning, risk and communication management, status tracking and reporting.</p>
29
29
  <p class="manual">TaskJuggler provides an optimizing scheduler that computes your project time lines and resource assignments based on the project outline and the constrains that you have provided. The built-in resource balancer and constrains checker offload you from having to worry about irrelevant details and ring the alarm if the project gets out of hand. The flexible "as many details as necessary"-approach allows you to still plan your project as you go, making it also ideal for new management strategies such as Extreme Programming and Agile Project Management.</p>
30
30
  <p class="manual">If you are about to build a skyscraper or just want to put together your colleague's shift plan for the next month, TaskJuggler is the right tool for you. If you just want to draw nice looking Gantt charts to impress your boss or your investors, TaskJuggler might not be right for you. It can certainly produce nice looking Gantt charts and other reports, but it takes some effort to master its power. For those that are willing to invest a few hours to get started with the software it will become a companion you don't want to miss anymore.</p>
31
- <p class="manual">TaskJuggler is a commandline tool that you use from a <a href="http://en.wikipedia.org/wiki/Shell_(computing)" target="_top">shell</a>. This means that to enter your project data you will use one of the most versatile and powerful tools there is: your favorite <a href="http://en.wikipedia.org/wiki/Text_editor" target="_top">text editor</a>. To get a first impression, you can look at this <a href="http://www.taskjuggler.org/tj3/examples/tutorial.tjp" target="_top">project file</a>. The project description is fairly intuitive, but very powerful as well. The <a href="Tutorial.html">Tutorial</a> will explain this file line by line. Please look at the <a href="http://www.taskjuggler.org/tj3/examples/Overview.html" target="_top">resulting reports</a> that visualize the project.</p>
31
+ <p class="manual">TaskJuggler is a commandline tool that you use from a <a href="http://en.wikipedia.org/wiki/Shell_(computing)" target="_top">shell</a>. This means that to enter your project data you will use one of the most versatile and powerful tools there is: your favorite <a href="http://en.wikipedia.org/wiki/Text_editor" target="_top">text editor</a>. To get a first impression, you can look at this <a href="http://www.taskjuggler.org/tj3/examples/Tutorial/tutorial.tjp" target="_top">project file</a>. The project description is fairly intuitive, but very powerful as well. The <a href="Tutorial.html">Tutorial</a> will explain this file line by line. Please look at the <a href="http://www.taskjuggler.org/tj3/examples/Overview.html" target="_top">resulting reports</a> that visualize the project.</p>
32
32
  <h2 class="manual" id="License_and_Copyright">1.2 License and Copyright</h2>
33
33
  <p class="manual">This program is free software; you can redistribute it and/or modify it under the terms of <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_top">version 2 of the GNU General Public License</a> as published by the Free Software Foundation. You accept the terms of this license by distributing or using this software.</p>
34
34
  <p class="manual">This manual is Copyright (c) 2006, 2007, 2008, 2009, 2010 Chris Schlaeger.</p>
35
35
  <p class="manual">Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".</p>
36
36
  <p class="manual">The HTML reports use icons from the <a href="http://www.kde.org/people/credits/" target="_top">KDE Icon Team</a>. The icons are licensed under the <a href="http://www.fsf.org/licenses/lgpl.html" target="_top">GNU Lesser General Public License</a>.</p>
37
- <p class="manual">The HTML reports use Java Script code from <a href="http://www.walterzorn.com" target="_top">Walter Zorn</a>. The code is licensed under the <a href="http://www.fsf.org/licenses/lgpl.html" target="_top">GNU Lesser General Public License</a>.</p>
37
+ <p class="manual">The HTML reports use Java Script code from <a href="http://www.walterzorn.de/en/tooltip/tooltip_e.htm" target="_top">Walter Zorn</a>. The code is licensed under the <a href="http://www.fsf.org/licenses/lgpl.html" target="_top">GNU Lesser General Public License</a>.</p>
38
+ <p class="manual">TaskJuggler does require other software components to operate. These components include the Ruby runtime system, operating system libraries and other components installed as Ruby gems. We have used great care to ensure that all dependencies are compatible with the TaskJuggler license and are being used as required by those licenses. But use cases may vary and you should check those licenses yourself to ensure that you use those components in accordance with their licenses.</p>
38
39
  <h2 class="manual" id="Features_and_Highlights">1.3 Features and Highlights</h2>
40
+ <h3 class="manual" id="Basic_Properties">1.3.1 Basic Properties</h3>
39
41
  <ul>
40
42
  <li>Manages tasks, resources and accounts of your project</li>
43
+ <li>Powerful to-do list management</li>
44
+ <li>Detailed reference manual</li>
45
+ <li>Simple installation</li>
46
+ <li>Runs on all Linux, Unix, Windows, MacOS and several other operating systems</li>
47
+ <li>Full integration with Vim text editor</li>
48
+ </ul>
49
+ <h3 class="manual" id="Advanced_Scheduling">1.3.2 Advanced Scheduling</h3>
50
+ <ul>
41
51
  <li>Automatic resource leveling and tasks conflict resolution</li>
42
- <li>Comprehensive and flexible reports so you can find the information you need when you need it</li>
43
- <li>Project tracking and status reporting with dashboard support</li>
44
- <li>Time and status sheet reporting infrastructure</li>
45
52
  <li>Unlimited number of scenarios (baselines) of the same project for what-if analysis</li>
46
- <li>Projects can be combined to larger projects</li>
47
- <li>Project breakdown and management team support</li>
48
- <li>Multiple project managers can work on the same project</li>
49
- <li>Flexible working hours and vacation handling</li>
53
+ <li>Flexible working hours and leave management</li>
50
54
  <li>Support for shift working</li>
51
55
  <li>Multiple time zone support</li>
56
+ </ul>
57
+ <h3 class="manual" id="Accounting">1.3.3 Accounting</h3>
58
+ <ul>
52
59
  <li>Tasks may have initial costs, finishing costs</li>
53
- <li>Resources may have running costs</li>
54
- <li>Unlimited number of scenarios (baselines) of same project for what-if analysis</li>
60
+ <li>Resources may have usage based costs</li>
61
+ <li>Task and/or resource base cost models</li>
55
62
  <li>Support for profit/loss analysis</li>
56
- <li>HTML reports for Web publishing</li>
57
- <li>CSV data export for exchange with popular office software</li>
58
- <li>iCalendar export for data exchange with calendar applications</li>
59
- <li>Project description syntax with macro support</li>
60
- <li>Built-in web server for dynamic and interactive reports</li>
61
- <li>Powerful and flexible filtering functions to provide the right amount of detail to the right audience</li>
62
- <li>Server based time sheet system for status and actual collection</li>
63
- <li>Powerful project description syntax with macro support</li>
63
+ </ul>
64
+ <h3 class="manual" id="Reporting">1.3.4 Reporting</h3>
65
+ <ul>
66
+ <li>Comprehensive and flexible reports so you can find the information you need when you need it</li>
67
+ <li>Powerful filtering functions to provide the right amount of detail to the right audience</li>
68
+ <li>Time and status sheet reporting infrastructure</li>
69
+ <li>Project tracking and status reporting with dashboard support</li>
70
+ </ul>
71
+ <h3 class="manual" id="Scaling_and_Enterprise_Features">1.3.5 Scaling and Enterprise Features</h3>
72
+ <ul>
73
+ <li>Projects can be combined to larger projects</li>
64
74
  <li>Support for central resource allocation database</li>
75
+ <li>Manages roles and complex reporting lines</li>
76
+ <li>Powerful project description language with macro support</li>
65
77
  <li>Scales well on multi-core or multi-CPU systems</li>
66
- <li>Full integration with Vim text editor</li>
67
- <li>Runs on all Linux, Unix, Windows, MacOS and several other operating systems</li>
68
- <li>Simple installation</li>
69
- <li>Detailed reference manual</li>
70
- <li>Support for project management teams and revision control</li>
78
+ <li>Support for project management teams and revision control systems</li>
79
+ </ul>
80
+ <h3 class="manual" id="Web_Publishing_and_Groupware_Functions">1.3.6 Web Publishing and Groupware Functions</h3>
81
+ <ul>
82
+ <li>HTML reports for web publishing</li>
83
+ <li>CSV data export for exchange with popular office software</li>
84
+ <li>iCalendar export for data exchange with calendar and productivity applications</li>
85
+ <li>Built-in web server for dynamic and interactive reports</li>
86
+ <li>Server based time sheet system for status and actual work reporting</li>
71
87
  </ul>
72
88
  <h2 class="manual" id="TaskJuggler_on_the_Web">1.4 TaskJuggler on the Web</h2>
73
89
  <p class="manual">The official TaskJuggler web site can be found at <a href="http://www.taskjuggler.org" target="_top">http://www.taskjuggler.org</a>.</p>
74
- <p class="manual">Since the developers are mostly busy project managers themselves, we have created a <a href="http://www.taskjuggler.org/forum.php" target="_top">forum</a> for users to help each other.</p>
90
+ <p class="manual">Since the developers are mostly busy project managers themselves, we have created a <a href="http://www.taskjuggler.org/contact.html" target="_top">forum</a> for users to help each other.</p>
75
91
  </div></div>
76
92
  <br/>
77
93
  <hr/>
@@ -82,6 +98,6 @@
82
98
  </tr></table>
83
99
  <hr/>
84
100
  <br/>
85
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
101
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
86
102
  </body>
87
103
  </html>