taskjuggler 0.2.2 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (305) hide show
  1. data/CHANGELOG +29 -0
  2. data/data/css/tjreport.css +38 -4
  3. data/data/tjp.vim +421 -421
  4. data/examples/Fedora-20/reports.tji +0 -2
  5. data/examples/tutorial.tjp +0 -2
  6. data/lib/taskjuggler/Attributes.rb +14 -1
  7. data/lib/taskjuggler/Project.rb +13 -2
  8. data/lib/taskjuggler/ProjectFileScanner.rb +1 -1
  9. data/lib/taskjuggler/ResourceScenario.rb +38 -0
  10. data/lib/taskjuggler/SheetReceiver.rb +5 -3
  11. data/lib/taskjuggler/SimpleQueryExpander.rb +0 -1
  12. data/lib/taskjuggler/TaskScenario.rb +2 -2
  13. data/lib/taskjuggler/TextParser.rb +0 -2
  14. data/lib/taskjuggler/TextParser/Pattern.rb +1 -1
  15. data/lib/taskjuggler/TextParser/Scanner.rb +0 -2
  16. data/lib/taskjuggler/TimeSheets.rb +2 -1
  17. data/lib/taskjuggler/Tj3AppBase.rb +1 -1
  18. data/lib/taskjuggler/Tj3Config.rb +1 -1
  19. data/lib/taskjuggler/TjpSyntaxRules.rb +29 -14
  20. data/lib/taskjuggler/WorkingHours.rb +9 -6
  21. data/lib/taskjuggler/apps/Tj3.rb +1 -1
  22. data/lib/taskjuggler/reports/GanttLine.rb +1 -1
  23. data/lib/taskjuggler/reports/Navigator.rb +103 -81
  24. data/lib/taskjuggler/reports/NikuReport.rb +8 -5
  25. data/lib/taskjuggler/reports/Report.rb +10 -1
  26. data/lib/taskjuggler/reports/ReportTableCell.rb +1 -1
  27. data/lib/taskjuggler/reports/ResourceListRE.rb +1 -1
  28. data/lib/taskjuggler/reports/TableReport.rb +1 -1
  29. data/lib/taskjuggler/reports/TaskListRE.rb +1 -1
  30. data/lib/taskjuggler/reports/TjpExportRE.rb +31 -1
  31. data/manual/Installation +53 -7
  32. data/manual/Intro +36 -28
  33. data/manual/html/Day_To_Day_Juggling.html +1 -1
  34. data/manual/html/Getting_Started.html +1 -1
  35. data/manual/html/How_To_Contribute.html +1 -1
  36. data/manual/html/Installation.html +29 -8
  37. data/manual/html/Intro.html +32 -19
  38. data/manual/html/Reporting_Bugs.html +2 -2
  39. data/manual/html/Rich_Text_Attributes.html +1 -1
  40. data/manual/html/Software.html +1 -1
  41. data/manual/html/TaskJuggler_2x_Migration.html +3 -3
  42. data/manual/html/TaskJuggler_Internals.html +1 -1
  43. data/manual/html/The_TaskJuggler_Syntax.html +1 -1
  44. data/manual/html/Tutorial.html +1 -3
  45. data/manual/html/account.html +2 -2
  46. data/manual/html/account.task.html +1 -1
  47. data/manual/html/accountprefix.html +1 -1
  48. data/manual/html/active.html +1 -1
  49. data/manual/html/adopt.task.html +1 -1
  50. data/manual/html/alert level.html +1 -1
  51. data/manual/html/alert.html +1 -1
  52. data/manual/html/allocate.html +1 -1
  53. data/manual/html/alphabet.html +1 -1
  54. data/manual/html/alternative.html +1 -1
  55. data/manual/html/author.html +1 -1
  56. data/manual/html/balance.html +1 -1
  57. data/manual/html/booking.resource.html +2 -2
  58. data/manual/html/booking.task.html +1 -1
  59. data/manual/html/caption.html +1 -1
  60. data/manual/html/cellcolor.column.html +1 -1
  61. data/manual/html/celltext.column.html +1 -1
  62. data/manual/html/center.html +1 -1
  63. data/manual/html/charge.html +1 -1
  64. data/manual/html/chargeset.html +1 -1
  65. data/manual/html/columnid.html +2 -2
  66. data/manual/html/columns.html +1 -1
  67. data/manual/html/complete.html +1 -1
  68. data/manual/html/copyright.html +1 -1
  69. data/manual/html/credit.html +1 -1
  70. data/manual/html/css/tjreport.css +38 -4
  71. data/manual/html/currency.html +1 -1
  72. data/manual/html/currencyformat.html +2 -2
  73. data/manual/html/dailymax.html +1 -1
  74. data/manual/html/dailymin.html +1 -1
  75. data/manual/html/dailyworkinghours.html +1 -1
  76. data/manual/html/date.extend.html +1 -1
  77. data/manual/html/date.html +1 -1
  78. data/manual/html/definitions.html +10 -10
  79. data/manual/html/depends.html +1 -1
  80. data/manual/html/details.html +1 -1
  81. data/manual/html/disabled.html +1 -1
  82. data/manual/html/duration.html +1 -1
  83. data/manual/html/efficiency.html +2 -2
  84. data/manual/html/effort.html +1 -1
  85. data/manual/html/email.html +2 -2
  86. data/manual/html/enabled.html +1 -1
  87. data/manual/html/end.column.html +1 -1
  88. data/manual/html/end.html +1 -1
  89. data/manual/html/end.limit.html +2 -2
  90. data/manual/html/end.report.html +2 -2
  91. data/manual/html/end.timesheet.html +1 -1
  92. data/manual/html/endcredit.html +1 -1
  93. data/manual/html/epilog.html +1 -1
  94. data/manual/html/export.html +1 -1
  95. data/manual/html/extend.html +1 -1
  96. data/manual/html/fail.html +2 -2
  97. data/manual/html/fdl.html +1 -1
  98. data/manual/html/flags.account.html +1 -1
  99. data/manual/html/flags.html +1 -1
  100. data/manual/html/flags.journalentry.html +1 -1
  101. data/manual/html/flags.report.html +1 -1
  102. data/manual/html/flags.resource.html +2 -2
  103. data/manual/html/flags.statussheet.html +1 -1
  104. data/manual/html/flags.task.html +1 -1
  105. data/manual/html/flags.timesheet.html +1 -1
  106. data/manual/html/fontcolor.column.html +1 -1
  107. data/manual/html/footer.html +1 -1
  108. data/manual/html/formats.html +1 -1
  109. data/manual/html/functions.html +1 -1
  110. data/manual/html/gapduration.html +1 -1
  111. data/manual/html/gaplength.html +1 -1
  112. data/manual/html/halign.center.html +1 -1
  113. data/manual/html/halign.column.html +1 -1
  114. data/manual/html/halign.left.html +1 -1
  115. data/manual/html/halign.right.html +1 -1
  116. data/manual/html/hasalert.html +1 -1
  117. data/manual/html/header.html +1 -1
  118. data/manual/html/headline.html +1 -1
  119. data/manual/html/hidejournalentry.html +2 -2
  120. data/manual/html/hidereport.html +1 -1
  121. data/manual/html/hideresource.html +2 -2
  122. data/manual/html/hidetask.html +2 -2
  123. data/manual/html/icalreport.html +1 -1
  124. data/manual/html/include.macro.html +1 -1
  125. data/manual/html/include.project.html +1 -1
  126. data/manual/html/include.properties.html +1 -1
  127. data/manual/html/index.html +1 -1
  128. data/manual/html/inherit.extend.html +2 -2
  129. data/manual/html/interval1.html +1 -1
  130. data/manual/html/interval2.html +1 -1
  131. data/manual/html/interval3.html +1 -1
  132. data/manual/html/interval4.html +1 -1
  133. data/manual/html/isactive.html +1 -1
  134. data/manual/html/ischildof.html +1 -1
  135. data/manual/html/isdependencyof.html +1 -1
  136. data/manual/html/isdutyof.html +1 -1
  137. data/manual/html/isfeatureof.html +1 -1
  138. data/manual/html/isleaf.html +1 -1
  139. data/manual/html/ismilestone.html +1 -1
  140. data/manual/html/isongoing.html +1 -1
  141. data/manual/html/isresource.html +1 -1
  142. data/manual/html/istask.html +1 -1
  143. data/manual/html/journalattributes.html +14 -14
  144. data/manual/html/journalentry.html +2 -2
  145. data/manual/html/journalmode.html +1 -1
  146. data/manual/html/left.html +1 -1
  147. data/manual/html/length.html +1 -1
  148. data/manual/html/limits.allocate.html +1 -1
  149. data/manual/html/limits.html +1 -1
  150. data/manual/html/limits.resource.html +2 -2
  151. data/manual/html/limits.task.html +1 -1
  152. data/manual/html/listitem.column.html +1 -1
  153. data/manual/html/listtype.column.html +1 -1
  154. data/manual/html/loadunit.html +1 -1
  155. data/manual/html/logicalexpression.html +1 -1
  156. data/manual/html/logicalflagexpression.html +1 -1
  157. data/manual/html/macro.html +1 -1
  158. data/manual/html/managers.html +2 -2
  159. data/manual/html/mandatory.html +1 -1
  160. data/manual/html/maxend.html +1 -1
  161. data/manual/html/maximum.html +1 -1
  162. data/manual/html/maxstart.html +1 -1
  163. data/manual/html/milestone.html +1 -1
  164. data/manual/html/minend.html +1 -1
  165. data/manual/html/minimum.html +1 -1
  166. data/manual/html/minstart.html +1 -1
  167. data/manual/html/monthlymax.html +1 -1
  168. data/manual/html/monthlymin.html +1 -1
  169. data/manual/html/navbar.html +1 -1
  170. data/manual/html/navigator.html +1 -1
  171. data/manual/html/newtask.html +1 -1
  172. data/manual/html/nikureport.html +1 -1
  173. data/manual/html/note.task.html +1 -1
  174. data/manual/html/now.html +1 -1
  175. data/manual/html/numberformat.html +2 -2
  176. data/manual/html/onend.html +1 -1
  177. data/manual/html/onstart.html +1 -1
  178. data/manual/html/opennodes.html +1 -1
  179. data/manual/html/overtime.booking.html +2 -2
  180. data/manual/html/period.column.html +1 -1
  181. data/manual/html/period.limit.html +2 -2
  182. data/manual/html/period.report.html +2 -2
  183. data/manual/html/period.task.html +1 -1
  184. data/manual/html/persistent.html +1 -1
  185. data/manual/html/precedes.html +1 -1
  186. data/manual/html/priority.html +1 -1
  187. data/manual/html/priority.timesheet.html +1 -1
  188. data/manual/html/project.html +1 -1
  189. data/manual/html/projectid.html +1 -1
  190. data/manual/html/projectid.task.html +1 -1
  191. data/manual/html/projectids.html +1 -1
  192. data/manual/html/projection.html +1 -1
  193. data/manual/html/prolog.html +1 -1
  194. data/manual/html/properties.html +1 -1
  195. data/manual/html/purge.html +2 -2
  196. data/manual/html/rate.html +1 -1
  197. data/manual/html/rate.resource.html +2 -2
  198. data/manual/html/reference.extend.html +1 -1
  199. data/manual/html/remaining.html +1 -1
  200. data/manual/html/replace.html +1 -1
  201. data/manual/html/report.html +1 -1
  202. data/manual/html/reportprefix.html +1 -1
  203. data/manual/html/resource.html +2 -2
  204. data/manual/html/resourceattributes.html +6 -6
  205. data/manual/html/resourceprefix.html +1 -1
  206. data/manual/html/resourcereport.html +1 -1
  207. data/manual/html/resourceroot.html +1 -1
  208. data/manual/html/resources.limit.html +2 -2
  209. data/manual/html/responsible.html +1 -1
  210. data/manual/html/richtext.extend.html +1 -1
  211. data/manual/html/right.html +1 -1
  212. data/manual/html/rollupresource.html +2 -2
  213. data/manual/html/rolluptask.html +2 -2
  214. data/manual/html/scale.column.html +1 -1
  215. data/manual/html/scenario.html +2 -2
  216. data/manual/html/scenario.ical.html +1 -1
  217. data/manual/html/scenarios.export.html +1 -1
  218. data/manual/html/scenarios.html +1 -1
  219. data/manual/html/scenariospecific.extend.html +2 -2
  220. data/manual/html/scheduled.html +1 -1
  221. data/manual/html/scheduling.html +1 -1
  222. data/manual/html/select.html +1 -1
  223. data/manual/html/selfcontained.html +1 -1
  224. data/manual/html/shift.html +1 -1
  225. data/manual/html/shift.resource.html +5 -5
  226. data/manual/html/shift.task.html +4 -4
  227. data/manual/html/shift.timesheet.html +1 -1
  228. data/manual/html/shifts.allocate.html +1 -1
  229. data/manual/html/shifts.resource.html +5 -5
  230. data/manual/html/shifts.task.html +4 -4
  231. data/manual/html/shorttimeformat.html +1 -1
  232. data/manual/html/sloppy.booking.html +2 -2
  233. data/manual/html/sloppy.projection.html +1 -1
  234. data/manual/html/sortjournalentries.html +1 -1
  235. data/manual/html/sortresources.html +1 -1
  236. data/manual/html/sorttasks.html +1 -1
  237. data/manual/html/start.column.html +1 -1
  238. data/manual/html/start.html +1 -1
  239. data/manual/html/start.limit.html +2 -2
  240. data/manual/html/start.report.html +2 -2
  241. data/manual/html/startcredit.html +1 -1
  242. data/manual/html/status.statussheet.html +1 -1
  243. data/manual/html/status.timesheet.html +2 -2
  244. data/manual/html/statussheet.html +1 -1
  245. data/manual/html/statussheetreport.html +1 -1
  246. data/manual/html/strict.projection.html +1 -1
  247. data/manual/html/summary.html +1 -1
  248. data/manual/html/supplement.html +1 -1
  249. data/manual/html/supplement.resource.html +2 -2
  250. data/manual/html/supplement.task.html +1 -1
  251. data/manual/html/tagfile.html +8 -4
  252. data/manual/html/task.html +1 -1
  253. data/manual/html/task.statussheet.html +1 -1
  254. data/manual/html/task.timesheet.html +1 -1
  255. data/manual/html/taskattributes.html +22 -22
  256. data/manual/html/taskprefix.html +1 -1
  257. data/manual/html/taskreport.html +1 -1
  258. data/manual/html/taskroot.html +1 -1
  259. data/manual/html/text.extend.html +1 -1
  260. data/manual/html/textreport.html +1 -1
  261. data/manual/html/timeformat.html +2 -2
  262. data/manual/html/timeoff.nikureport.html +1 -1
  263. data/manual/html/timesheet.html +1 -1
  264. data/manual/html/timesheetreport.html +1 -1
  265. data/manual/html/timezone.export.html +1 -1
  266. data/manual/html/timezone.html +1 -1
  267. data/manual/html/timezone.report.html +1 -1
  268. data/manual/html/timezone.shift.html +1 -1
  269. data/manual/html/timingresolution.html +1 -1
  270. data/manual/html/title.column.html +1 -1
  271. data/manual/html/title.html +1 -1
  272. data/manual/html/toc.html +16 -12
  273. data/manual/html/tooltip.column.html +1 -1
  274. data/manual/html/trackingscenario.html +1 -1
  275. data/manual/html/treelevel.html +1 -1
  276. data/manual/html/vacation.html +1 -1
  277. data/manual/html/vacation.resource.html +2 -2
  278. data/manual/html/vacation.shift.html +1 -1
  279. data/manual/html/warn.html +2 -2
  280. data/manual/html/weeklymax.html +1 -1
  281. data/manual/html/weeklymin.html +1 -1
  282. data/manual/html/weekstartsmonday.html +1 -1
  283. data/manual/html/weekstartssunday.html +1 -1
  284. data/manual/html/width.column.html +1 -1
  285. data/manual/html/work.html +1 -1
  286. data/manual/html/workinghours.project.html +1 -1
  287. data/manual/html/workinghours.resource.html +2 -2
  288. data/manual/html/workinghours.shift.html +1 -1
  289. data/manual/html/yearlyworkingdays.html +1 -1
  290. data/tasks/changelog.rake +1 -0
  291. data/test/TestSuite/Export-Reports/refs/AutoID.tjp +18 -0
  292. data/test/TestSuite/Export-Reports/refs/Mandatory.tjp +2 -1
  293. data/test/TestSuite/Export-Reports/refs/Shift.tjp +49 -0
  294. data/test/TestSuite/HTML-Reports/Navigator.tjp +34 -0
  295. data/test/TestSuite/ReportGenerator/Correct/FTE.tjp +15 -0
  296. data/test/TestSuite/ReportGenerator/Correct/refs/FTE-1.csv +4 -0
  297. data/test/TestSuite/Syntax/Correct/Mandatory.tjp +1 -0
  298. data/test/TestSuite/Syntax/Correct/Shift.tjp +4 -0
  299. data/test/TestSuite/Syntax/Correct/tutorial.tjp +0 -2
  300. data/test/TestSuite/Syntax/Errors/invalid_file_name.tjp +9 -0
  301. data/test/test_CSVFile.rb +0 -1
  302. data/test/test_Journal.rb +5 -5
  303. data/test/test_LogicalExpression.rb +1 -1
  304. data/test/test_ShiftAssignments.rb +1 -1
  305. metadata +285 -299
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>Intro</title>
@@ -24,39 +24,52 @@
24
24
  <div style="width:90%; margin-left:5%; margin-right:5%"><div class="manual">
25
25
  <h1 class="manual" id="Introduction">1 Introduction</h1>
26
26
  <h2 class="manual" id="About_TaskJuggler">1.1 About TaskJuggler</h2>
27
- <p class="manual">TaskJuggler is a modern and powerful project management tool. Its new approach to project planning and tracking is far superior to the commonly used Gantt chart editing tools. It has already been successfully used in many projects and scales easily to projects with hundreds of resources and thousands of tasks.</p>
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. It assists you during project scoping, resource assignment, cost and revenue planning, risk and communication management.</p>
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 consistency checker offload you from having to worry about irrelevant details and ring the alarm if the project gets out of hand. Its 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
- <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 takes some effort to master its power, but it will become a companion you don't want to miss anymore.</p>
31
- <h2 class="manual" id="About_TaskJuggler_III">1.2 About TaskJuggler III</h2>
32
- <p class="manual">TaskJuggler III is the completely re-implemented version of the TaskJuggler 2.x series. We have not yet released a stable version. It already is mostly stable and each official release is installed by more than a 1000 users. The code base is still in active development and the quality and reliability may change daily. You are welcome to try it and play with it, but be sure to independently check all results.</p>
33
- <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 does not mean that you don't get fancy looking Gantt-charts. It just means that for entering 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>
34
- <h2 class="manual" id="License_and_Copyright">1.3 License and Copyright</h2>
27
+ <p class="manual">TaskJuggler is a modern and powerful project management tool. Its new approach to project planning and tracking is far superior to the commonly used Gantt chart editing tools. It has already been successfully used in many projects and scales to projects with hundreds of resources and thousands of tasks.</p>
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
+ <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
+ <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>
32
+ <h2 class="manual" id="License_and_Copyright">1.2 License and Copyright</h2>
35
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>
36
34
  <p class="manual">This manual is Copyright (c) 2006, 2007, 2008, 2009, 2010 Chris Schlaeger.</p>
37
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>
38
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>
39
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>
40
- <h2 class="manual" id="Features_and_Highlights">1.4 Features and Highlights</h2>
38
+ <h2 class="manual" id="Features_and_Highlights">1.3 Features and Highlights</h2>
41
39
  <ul>
42
- <li>Manages tasks, resources, costs and revenue in one package</li>
40
+ <li>Manages tasks, resources and accounts of your project</li>
43
41
  <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
+ <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>
44
49
  <li>Flexible working hours and vacation handling</li>
45
- <li>Multiple timezone support</li>
46
50
  <li>Support for shift working</li>
47
- <li>Project tracking and status reporting</li>
48
- <li>Server based time sheet system for status and actual collection</li>
51
+ <li>Multiple time zone support</li>
52
+ <li>Tasks may have initial costs, finishing costs</li>
53
+ <li>Resources may have running costs</li>
49
54
  <li>Unlimited number of scenarios (baselines) of same project for what-if analysis</li>
50
- <li>CSV data export for exchange with popular office software</li>
51
55
  <li>Support for profit/loss analysis</li>
52
- <li>Built-in web server for dynamically generated reports</li>
53
- <li>Project breakdown and management team support</li>
54
- <li>Powerful and flexible filtering functions to provide the right amount of detail to the right audience</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>
55
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>
64
+ <li>Support for central resource allocation database</li>
65
+ <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>
56
69
  <li>Detailed reference manual</li>
57
70
  <li>Support for project management teams and revision control</li>
58
71
  </ul>
59
- <h2 class="manual" id="TaskJuggler_on_the_Web">1.5 TaskJuggler on the Web</h2>
72
+ <h2 class="manual" id="TaskJuggler_on_the_Web">1.4 TaskJuggler on the Web</h2>
60
73
  <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>
61
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>
62
75
  </div></div>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>Reporting_Bugs</title>
@@ -22,7 +22,7 @@
22
22
  <hr/>
23
23
  <br/>
24
24
  <div style="width:90%; margin-left:5%; margin-right:5%"><div class="manual">
25
- <h2 class="manual" id="Reporting_Bugs_and_Sending_Feedback">1.8 Reporting Bugs and Sending Feedback</h2>
25
+ <h2 class="manual" id="Reporting_Bugs_and_Sending_Feedback">1.7 Reporting Bugs and Sending Feedback</h2>
26
26
  <p class="manual">All official releases of TaskJuggler are meant to be stable releases unless explicitly noted differently. But our test suite is still very small and some features are not tested at all. So it's very likely that your current version of TaskJuggler contains some bugs. If you find a bug, please follow this procedure:</p>
27
27
  <ul><li>Read this manual to make sure that it is actually a bug and not a feature.</li></ul>
28
28
  <ul><li>Check the <a href="http://www.taskjuggler.org" target="_top">TaskJuggler web page</a> and the <a href="http://www.taskjuggler.org/forum.php" target="_top">discussion groups</a>. You should also search the <a href="https://github.com/taskjuggler/TaskJuggler/issues" target="_top">issue tracker</a> if the problem has been reported before. If so, it's quite likely that there is already a workaround or fix available.</li></ul>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>Rich_Text_Attributes</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>Software</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>TaskJuggler_2x_Migration</title>
@@ -22,7 +22,7 @@
22
22
  <hr/>
23
23
  <br/>
24
24
  <div style="width:90%; margin-left:5%; margin-right:5%"><div class="manual">
25
- <h2 class="manual" id="TaskJuggler_2x_Migration">1.6 TaskJuggler 2.x Migration</h2>
25
+ <h2 class="manual" id="TaskJuggler_2x_Migration">1.5 TaskJuggler 2.x Migration</h2>
26
26
  <p class="manual">This section will cover changes between TaskJuggler 2.x and 3.x.</p>
27
27
  <ul><li>The syntax for macros has changed slightly. The terminating <code class="manual">]</code> must be the last character before the line break. No spaces or comments are allowed here. Parameters of macro calls must always be enclosed by double quotes. In contrast to regular strings, single quotes are not allowed here. The parameter may not span multiple lines.</li></ul>
28
28
  <ul><li>The <code class="manual">projection</code> attribute has been removed. The is now provided by <a href="trackingscenario.html">trackingscenario</a>.</li></ul>
@@ -41,7 +41,7 @@ applied</a> to certain resources.</li></ul>
41
41
  <ul><li>The attribute <code class="manual">properties</code> for <code class="manual">export</code> reports is no longer supported. The naming was inconsistent with TaskJuggler lingo and did not handle tasks and resources separately. It has been replaced with <a href="taskattributes.html">taskattributes</a> and <a href="resourceattributes.html">resourceattributes</a>.</li></ul>
42
42
  <ul><li>The <code class="manual">barlabels</code> attribute for reports is no longer needed. HTML reports have always empty Gantt-chart bars and the calendar reports always have values.</li></ul>
43
43
  <ul><li>Support for reading and writing XML files is no longer available. The content was redundant with the TJP file format and it was not widely used. Keeping it in sync was too much of an effort to be worth it. There is nothing in the TJ3 design that would prevent this feature from being added again, but there are no plans for this right now.</li></ul>
44
- <h2 class="manual" id="Using_TaskJuggler_2x_and_TaskJuggler_3x_in_parallel">1.7 Using TaskJuggler 2.x and TaskJuggler 3.x in parallel</h2>
44
+ <h2 class="manual" id="Using_TaskJuggler_2x_and_TaskJuggler_3x_in_parallel">1.6 Using TaskJuggler 2.x and TaskJuggler 3.x in parallel</h2>
45
45
  <p class="manual">While TaskJuggler 3.x has many new features over TaskJuggler 2.x like the much improved HTML reports, many 2.x users will miss the graphical user interface.</p>
46
46
  <p class="manual">To ease the migration, you can continue to use the TaskJuggler 2.x front-end while using TaskJuggler 3.x for report generation. This is possible because TaskJuggler 3.x can read-in the TaskJuggler 2.x export files. Export files are fully scheduled projects that include start and end dates for all tasks and bookings for resource allocations.</p>
47
47
  <p class="manual">To export all tasks and resources into a TJP file that can be read by TaskJuggler 3.x include the following export report definition in your TaskJuggler 2.x project plan. The necessary patches to support this only made it into TaskJuggler 2.x after the 2.4.3 release. So be sure to use a recent version from the Git repository to try this.</p>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>TaskJuggler_Internals</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>The_TaskJuggler_Syntax</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>Tutorial</title>
@@ -472,9 +472,7 @@ generators</a> to include task attributes such as the start and end date.</p>
472
472
  <div class="codeframe"><pre class="code">textreport frame "" {
473
473
  header -8&lt;-
474
474
  == Accounting Software Project ==
475
- ----
476
475
  &lt;[navigator id="navbar"]&gt;
477
- ----
478
476
  -&gt;8-
479
477
  footer "----"
480
478
  textreport index "Overview" {
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>account</title>
@@ -57,7 +57,7 @@
57
57
  <tr align="left">
58
58
  <td class="tag">Context</td>
59
59
  <td class="descr" colspan="2">
60
- <a href="properties.html">properties</a>, <a href="account.html">account</a>
60
+ <a href="account.html">account</a>, <a href="properties.html">properties</a>
61
61
  </td>
62
62
  </tr>
63
63
  </table></p>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>account.task</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>accountprefix</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>active</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>adopt.task</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>alert level</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>alert</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>allocate</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>TaskJuggler Syntax Reference Navigator</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>alternative</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>author</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>balance</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>booking.resource</title>
@@ -60,7 +60,7 @@
60
60
  <tr align="left">
61
61
  <td class="tag">Context</td>
62
62
  <td class="descr" colspan="2">
63
- <a href="supplement.resource.html">supplement (resource)</a>, <a href="resource.html">resource</a>
63
+ <a href="resource.html">resource</a>, <a href="supplement.resource.html">supplement (resource)</a>
64
64
  </td>
65
65
  </tr>
66
66
  <tr align="left">
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>booking.task</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>caption</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>cellcolor.column</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>celltext.column</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>center</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>charge</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>chargeset</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>columnid</title>
@@ -153,7 +153,7 @@
153
153
  </tr>
154
154
  <tr align="left">
155
155
  <td class="descr">fte</td>
156
- <td class="descr"><div>The Full-Time-Equivalent of a resource or group</div></td>
156
+ <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 vacations. The FTE value can vary over time and is calculated for the report interval or the user specified interval.</div></td>
157
157
  </tr>
158
158
  <tr align="left">
159
159
  <td class="descr">headcount</td>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>columns</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>complete</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>copyright</title>
@@ -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 v0.2.2 -->
3
+ <!-- This file has been generated by tj3man v3.0.0 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>credit</title>
@@ -1,3 +1,8 @@
1
+ /* WARNING: This is an automatically generated file. DO NOT EDIT IT!
2
+ * If you want to use your own style sheet, keep a master copy
3
+ * somewhere else and copy it over this file if needed. This file will
4
+ * be overwritten whenever the stylesheet that comes with TaskJuggler
5
+ * has been modified. */
1
6
  body {
2
7
  font-family:Bitstream Vera Sans, Tahoma, sans-serif;
3
8
  font-size:15px;
@@ -391,18 +396,32 @@ p.tj_journal {
391
396
  position:absolute;
392
397
  }
393
398
 
394
-
399
+ .navbar_topruler {
400
+ margin:7px 0px 0px 0px;
401
+ }
402
+ .navbar_midruler {
403
+ margin:5px 0px 0px 0px;
404
+ }
405
+ .navbar_bottomruler {
406
+ margin:5px 0px 7px 0px;
407
+ }
395
408
  .navbar_current {
396
409
  background-color:#606060;
397
410
  font-size:13px;
398
411
  font-weight:bold;
399
- color:#FFFFFF;
400
412
  padding:5px;
413
+ color:#FFFFFF;
401
414
  }
402
- .navbar_others {
415
+ .navbar_other {
403
416
  background-color:#FFFFFF;
404
417
  font-size:13px;
405
- padding:5px;
418
+ font-weight:bold;
419
+ padding:2px;
420
+ }
421
+ .navbar {
422
+ font-size:20px;
423
+ font-weight:bold;
424
+ padding:0px;
406
425
  }
407
426
  .copyright {
408
427
  font-size:9px;
@@ -410,4 +429,19 @@ p.tj_journal {
410
429
  text-align:center;
411
430
  margin-top:10px;
412
431
  }
432
+ div[codesection] {
433
+ border-width:2px;
434
+ border-color:#ABABAB;
435
+ border-style:solid;
436
+ background-color:#F0F0F0;
437
+ margin-top:8px;
438
+ margin-bottom:8px;
439
+ }
440
+ pre[codesection] {
441
+ padding-left:15px;
442
+ padding-right:15px;
443
+ padding-top:0px;
444
+ padding-bottom:0px;
445
+ }
446
+
413
447