taskjuggler 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (443) hide show
  1. data/{tasks/missing.rake → .gemtest} +0 -0
  2. data/CHANGELOG +27 -0
  3. data/Rakefile +8 -9
  4. data/bin/tj3 +2 -1
  5. data/bin/tj3client +2 -1
  6. data/bin/tj3d +2 -1
  7. data/bin/tj3man +2 -1
  8. data/bin/tj3ss_receiver +2 -1
  9. data/bin/tj3ss_sender +2 -1
  10. data/bin/tj3ts_receiver +2 -1
  11. data/bin/tj3ts_sender +2 -1
  12. data/bin/tj3ts_summary +2 -1
  13. data/data/tjp.vim +425 -419
  14. data/examples/Fedora-20/f-20.tjp +2442 -0
  15. data/examples/Fedora-20/icons/fedoralogo.png +0 -0
  16. data/examples/Fedora-20/reports.tji +423 -0
  17. data/lib/header.tmpl +13 -0
  18. data/lib/taskjuggler/AppConfig.rb +5 -0
  19. data/lib/taskjuggler/Attributes.rb +22 -0
  20. data/lib/taskjuggler/Journal.rb +273 -10
  21. data/lib/taskjuggler/Log.rb +9 -8
  22. data/lib/taskjuggler/Project.rb +28 -60
  23. data/lib/taskjuggler/ProjectFileScanner.rb +2 -1
  24. data/lib/taskjuggler/PropertySet.rb +3 -0
  25. data/lib/taskjuggler/PropertyTreeNode.rb +4 -0
  26. data/lib/taskjuggler/Query.rb +2 -1
  27. data/lib/taskjuggler/Resource.rb +0 -103
  28. data/lib/taskjuggler/RichText/RTFQuery.rb +42 -4
  29. data/lib/taskjuggler/SheetHandlerBase.rb +0 -20
  30. data/lib/taskjuggler/SheetReceiver.rb +23 -21
  31. data/lib/taskjuggler/Task.rb +3 -5
  32. data/lib/taskjuggler/TaskJuggler.rb +4 -0
  33. data/lib/taskjuggler/TaskScenario.rb +81 -103
  34. data/lib/taskjuggler/TextParser/Scanner.rb +19 -18
  35. data/lib/taskjuggler/Tj3Config.rb +1 -1
  36. data/lib/taskjuggler/TjpSyntaxRules.rb +180 -45
  37. data/lib/taskjuggler/UTF8String.rb +30 -0
  38. data/lib/taskjuggler/apps/Tj3.rb +1 -1
  39. data/lib/taskjuggler/apps/Tj3Man.rb +54 -2
  40. data/lib/taskjuggler/reports/ICalReport.rb +4 -4
  41. data/lib/taskjuggler/reports/NikuReport.rb +6 -0
  42. data/lib/taskjuggler/reports/Report.rb +5 -5
  43. data/lib/taskjuggler/reports/ReportContext.rb +4 -2
  44. data/lib/taskjuggler/reports/ResourceListRE.rb +10 -1
  45. data/lib/taskjuggler/reports/StatusSheetReport.rb +3 -0
  46. data/lib/taskjuggler/reports/TableReport.rb +8 -3
  47. data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -0
  48. data/lib/updateheader.sh +15 -0
  49. data/manual/Installation +11 -22
  50. data/manual/Software +17 -3
  51. data/manual/html/Day_To_Day_Juggling.html +359 -0
  52. data/manual/html/Getting_Started.html +62 -0
  53. data/manual/html/How_To_Contribute.html +88 -0
  54. data/manual/html/Installation.html +172 -0
  55. data/manual/html/Intro.html +74 -0
  56. data/manual/html/Reporting_Bugs.html +47 -0
  57. data/manual/html/Rich_Text_Attributes.html +174 -0
  58. data/manual/html/Software.html +147 -0
  59. data/manual/html/TaskJuggler_2x_Migration.html +71 -0
  60. data/manual/html/TaskJuggler_Internals.html +61 -0
  61. data/manual/html/The_TaskJuggler_Syntax.html +89 -0
  62. data/manual/html/Tutorial.html +498 -0
  63. data/manual/html/account.html +152 -0
  64. data/manual/html/account.task.html +68 -0
  65. data/manual/html/accountprefix.html +67 -0
  66. data/manual/html/active.html +66 -0
  67. data/manual/html/adopt.task.html +73 -0
  68. data/manual/html/alert level.html +66 -0
  69. data/manual/html/alert.html +66 -0
  70. data/manual/html/allocate.html +92 -0
  71. data/manual/html/alphabet.html +33 -0
  72. data/manual/html/alternative.html +77 -0
  73. data/manual/html/author.html +69 -0
  74. data/manual/html/balance.html +73 -0
  75. data/manual/html/booking.resource.html +122 -0
  76. data/manual/html/booking.task.html +120 -0
  77. data/manual/html/caption.html +96 -0
  78. data/manual/html/cellcolor.column.html +71 -0
  79. data/manual/html/celltext.column.html +68 -0
  80. data/manual/html/center.html +67 -0
  81. data/manual/html/charge.html +89 -0
  82. data/manual/html/chargeset.html +73 -0
  83. data/manual/html/columnid.html +358 -0
  84. data/manual/html/columns.html +73 -0
  85. data/manual/html/complete.html +80 -0
  86. data/manual/html/copyright.html +97 -0
  87. data/manual/html/credit.html +117 -0
  88. data/{benchmarks → manual/html}/css/tjmanual.css +0 -0
  89. data/{benchmarks → manual/html}/css/tjreport.css +0 -0
  90. data/manual/html/currency.html +120 -0
  91. data/manual/html/currencyformat.html +99 -0
  92. data/manual/html/dailymax.html +144 -0
  93. data/manual/html/dailymin.html +132 -0
  94. data/manual/html/dailyworkinghours.html +90 -0
  95. data/manual/html/date.extend.html +77 -0
  96. data/manual/html/date.html +100 -0
  97. data/manual/html/definitions.html +94 -0
  98. data/manual/html/depends.html +110 -0
  99. data/manual/html/details.html +69 -0
  100. data/manual/html/disabled.html +85 -0
  101. data/manual/html/duration.html +133 -0
  102. data/manual/html/efficiency.html +93 -0
  103. data/manual/html/effort.html +134 -0
  104. data/manual/html/email.html +68 -0
  105. data/manual/html/enabled.html +69 -0
  106. data/manual/html/end.column.html +67 -0
  107. data/manual/html/end.html +87 -0
  108. data/manual/html/end.limit.html +69 -0
  109. data/manual/html/end.report.html +99 -0
  110. data/manual/html/end.timesheet.html +94 -0
  111. data/manual/html/endcredit.html +110 -0
  112. data/manual/html/epilog.html +72 -0
  113. data/manual/html/export.html +197 -0
  114. data/manual/html/extend.html +87 -0
  115. data/manual/html/fail.html +69 -0
  116. data/manual/html/fdl.html +430 -0
  117. data/manual/html/flags.account.html +66 -0
  118. data/manual/html/flags.html +66 -0
  119. data/manual/html/flags.journalentry.html +66 -0
  120. data/manual/html/flags.report.html +66 -0
  121. data/manual/html/flags.resource.html +68 -0
  122. data/manual/html/flags.statussheet.html +66 -0
  123. data/manual/html/flags.task.html +68 -0
  124. data/manual/html/flags.timesheet.html +66 -0
  125. data/manual/html/fontcolor.column.html +71 -0
  126. data/manual/html/footer.html +72 -0
  127. data/manual/html/formats.html +80 -0
  128. data/manual/html/functions.html +78 -0
  129. data/manual/html/gapduration.html +93 -0
  130. data/manual/html/gaplength.html +93 -0
  131. data/manual/html/halign.center.html +66 -0
  132. data/manual/html/halign.column.html +67 -0
  133. data/manual/html/halign.left.html +66 -0
  134. data/manual/html/halign.right.html +66 -0
  135. data/manual/html/hasalert.html +71 -0
  136. data/manual/html/header.html +72 -0
  137. data/manual/html/headline.html +69 -0
  138. data/manual/html/hidejournalentry.html +69 -0
  139. data/manual/html/hidereport.html +67 -0
  140. data/manual/html/hideresource.html +73 -0
  141. data/manual/html/hidetask.html +73 -0
  142. data/manual/html/icalreport.html +137 -0
  143. data/manual/html/include.macro.html +70 -0
  144. data/manual/html/include.project.html +71 -0
  145. data/manual/html/include.properties.html +168 -0
  146. data/manual/html/index.html +18 -0
  147. data/manual/html/inherit.extend.html +68 -0
  148. data/manual/html/interval1.html +99 -0
  149. data/manual/html/interval2.html +98 -0
  150. data/manual/html/interval3.html +99 -0
  151. data/manual/html/interval4.html +100 -0
  152. data/manual/html/isactive.html +67 -0
  153. data/manual/html/ischildof.html +67 -0
  154. data/manual/html/isdependencyof.html +75 -0
  155. data/manual/html/isdutyof.html +71 -0
  156. data/manual/html/isfeatureof.html +71 -0
  157. data/manual/html/isleaf.html +66 -0
  158. data/manual/html/ismilestone.html +67 -0
  159. data/manual/html/isongoing.html +67 -0
  160. data/manual/html/isresource.html +66 -0
  161. data/manual/html/istask.html +66 -0
  162. data/manual/html/journalattributes.html +107 -0
  163. data/manual/html/journalentry.html +83 -0
  164. data/manual/html/journalmode.html +83 -0
  165. data/manual/html/left.html +66 -0
  166. data/manual/html/length.html +104 -0
  167. data/manual/html/limits.allocate.html +72 -0
  168. data/manual/html/limits.html +72 -0
  169. data/manual/html/limits.resource.html +80 -0
  170. data/manual/html/limits.task.html +113 -0
  171. data/manual/html/listitem.column.html +66 -0
  172. data/manual/html/listtype.column.html +79 -0
  173. data/manual/html/loadunit.html +99 -0
  174. data/manual/html/logicalexpression.html +110 -0
  175. data/manual/html/logicalflagexpression.html +82 -0
  176. data/manual/html/macro.html +103 -0
  177. data/manual/html/managers.html +109 -0
  178. data/manual/html/mandatory.html +66 -0
  179. data/manual/html/maxend.html +69 -0
  180. data/manual/html/maximum.html +99 -0
  181. data/manual/html/maxstart.html +69 -0
  182. data/manual/html/milestone.html +71 -0
  183. data/manual/html/minend.html +69 -0
  184. data/manual/html/minimum.html +99 -0
  185. data/manual/html/minstart.html +69 -0
  186. data/manual/html/monthlymax.html +99 -0
  187. data/manual/html/monthlymin.html +99 -0
  188. data/manual/html/navbar.html +513 -0
  189. data/manual/html/navigator.html +70 -0
  190. data/manual/html/newtask.html +83 -0
  191. data/manual/html/nikureport.html +216 -0
  192. data/manual/html/note.task.html +68 -0
  193. data/manual/html/now.html +67 -0
  194. data/manual/html/numberformat.html +85 -0
  195. data/manual/html/onend.html +68 -0
  196. data/manual/html/onstart.html +68 -0
  197. data/manual/html/opennodes.html +66 -0
  198. data/manual/html/overtime.booking.html +76 -0
  199. data/manual/html/period.column.html +67 -0
  200. data/manual/html/period.limit.html +69 -0
  201. data/manual/html/period.report.html +69 -0
  202. data/manual/html/period.task.html +69 -0
  203. data/manual/html/persistent.html +66 -0
  204. data/manual/html/precedes.html +86 -0
  205. data/manual/html/priority.html +114 -0
  206. data/manual/html/priority.timesheet.html +68 -0
  207. data/manual/html/project.html +88 -0
  208. data/manual/html/projectid.html +66 -0
  209. data/manual/html/projectid.task.html +68 -0
  210. data/manual/html/projectids.html +66 -0
  211. data/manual/html/projection.html +75 -0
  212. data/manual/html/prolog.html +72 -0
  213. data/manual/html/properties.html +64 -0
  214. data/manual/html/purge.html +69 -0
  215. data/manual/html/rate.html +66 -0
  216. data/manual/html/rate.resource.html +68 -0
  217. data/manual/html/reference.extend.html +77 -0
  218. data/manual/html/remaining.html +117 -0
  219. data/manual/html/replace.html +66 -0
  220. data/manual/html/report.html +333 -0
  221. data/manual/html/reportprefix.html +67 -0
  222. data/manual/html/resource.html +194 -0
  223. data/manual/html/resourceattributes.html +83 -0
  224. data/manual/html/resourceprefix.html +67 -0
  225. data/manual/html/resourcereport.html +69 -0
  226. data/manual/html/resourceroot.html +90 -0
  227. data/manual/html/resources.limit.html +82 -0
  228. data/manual/html/responsible.html +69 -0
  229. data/manual/html/richtext.extend.html +78 -0
  230. data/manual/html/right.html +66 -0
  231. data/manual/html/rollupresource.html +92 -0
  232. data/manual/html/rolluptask.html +69 -0
  233. data/manual/html/scale.column.html +87 -0
  234. data/manual/html/scenario.html +123 -0
  235. data/manual/html/scenario.ical.html +67 -0
  236. data/manual/html/scenarios.export.html +66 -0
  237. data/manual/html/scenarios.html +66 -0
  238. data/manual/html/scenariospecific.extend.html +68 -0
  239. data/manual/html/scheduled.html +68 -0
  240. data/manual/html/scheduling.html +74 -0
  241. data/manual/html/select.html +86 -0
  242. data/manual/html/selfcontained.html +66 -0
  243. data/manual/html/shift.html +128 -0
  244. data/manual/html/shift.resource.html +74 -0
  245. data/manual/html/shift.task.html +74 -0
  246. data/manual/html/shift.timesheet.html +70 -0
  247. data/manual/html/shifts.allocate.html +71 -0
  248. data/manual/html/shifts.resource.html +73 -0
  249. data/manual/html/shifts.task.html +73 -0
  250. data/manual/html/shorttimeformat.html +67 -0
  251. data/manual/html/sloppy.booking.html +77 -0
  252. data/manual/html/sloppy.projection.html +66 -0
  253. data/manual/html/sortjournalentries.html +81 -0
  254. data/manual/html/sortresources.html +73 -0
  255. data/manual/html/sorttasks.html +73 -0
  256. data/manual/html/start.column.html +67 -0
  257. data/manual/html/start.html +78 -0
  258. data/manual/html/start.limit.html +69 -0
  259. data/manual/html/start.report.html +69 -0
  260. data/manual/html/startcredit.html +68 -0
  261. data/manual/html/status.statussheet.html +73 -0
  262. data/manual/html/status.timesheet.html +91 -0
  263. data/manual/html/statussheet.html +124 -0
  264. data/manual/html/statussheetreport.html +125 -0
  265. data/manual/html/strict.projection.html +66 -0
  266. data/manual/html/summary.html +69 -0
  267. data/manual/html/supplement.html +108 -0
  268. data/manual/html/supplement.resource.html +195 -0
  269. data/manual/html/supplement.task.html +329 -0
  270. data/manual/html/tagfile.html +73 -0
  271. data/manual/html/task.html +320 -0
  272. data/manual/html/task.statussheet.html +74 -0
  273. data/manual/html/task.timesheet.html +89 -0
  274. data/manual/html/taskattributes.html +115 -0
  275. data/manual/html/taskprefix.html +67 -0
  276. data/manual/html/taskreport.html +69 -0
  277. data/manual/html/taskroot.html +103 -0
  278. data/manual/html/text.extend.html +77 -0
  279. data/manual/html/textreport.html +66 -0
  280. data/manual/html/timeformat.html +160 -0
  281. data/manual/html/timeoff.nikureport.html +71 -0
  282. data/manual/html/timesheet.html +129 -0
  283. data/manual/html/timesheetreport.html +107 -0
  284. data/manual/html/timezone.export.html +66 -0
  285. data/manual/html/timezone.html +72 -0
  286. data/manual/html/timezone.report.html +66 -0
  287. data/manual/html/timezone.shift.html +70 -0
  288. data/manual/html/timingresolution.html +71 -0
  289. data/manual/html/title.column.html +67 -0
  290. data/manual/html/title.html +68 -0
  291. data/manual/html/toc.html +1330 -0
  292. data/manual/html/tooltip.column.html +72 -0
  293. data/manual/html/trackingscenario.html +80 -0
  294. data/manual/html/treelevel.html +66 -0
  295. data/manual/html/vacation.html +71 -0
  296. data/manual/html/vacation.resource.html +73 -0
  297. data/manual/html/vacation.shift.html +71 -0
  298. data/manual/html/warn.html +69 -0
  299. data/manual/html/weeklymax.html +99 -0
  300. data/manual/html/weeklymin.html +99 -0
  301. data/manual/html/weekstartsmonday.html +66 -0
  302. data/manual/html/weekstartssunday.html +66 -0
  303. data/manual/html/width.column.html +66 -0
  304. data/manual/html/work.html +105 -0
  305. data/manual/html/workinghours.project.html +102 -0
  306. data/manual/html/workinghours.resource.html +79 -0
  307. data/manual/html/workinghours.shift.html +81 -0
  308. data/manual/html/yearlyworkingdays.html +70 -0
  309. data/spec/StatusSheets_spec.rb +0 -6
  310. data/spec/TimeSheets_spec.rb +0 -6
  311. data/spec/Tj3Daemon_spec.rb +2 -0
  312. data/spec/support/DaemonControl.rb +10 -0
  313. data/taskjuggler.gemspec +71 -0
  314. data/tasks/changelog.rake +2 -2
  315. data/tasks/gem.rake +50 -21
  316. data/tasks/manual.rake +1 -1
  317. data/tasks/rdoc.rake +5 -12
  318. data/tasks/spec.rake +1 -1
  319. data/tasks/test.rake +5 -8
  320. data/test/ReferenceGenerator.rb +91 -0
  321. data/test/TestSuite/CSV-Reports/refs/resourcereport.csv +4 -4
  322. data/test/TestSuite/ReportGenerator/Correct/Journal.tjp +21 -0
  323. data/test/TestSuite/ReportGenerator/Correct/JournalMode.tjp +124 -0
  324. data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +124 -124
  325. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv +1 -7
  326. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv +7 -3
  327. data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-1.csv +79 -0
  328. data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-2.csv +208 -0
  329. data/test/TjpGen.rb +152 -0
  330. metadata +1290 -741
  331. data/benchmarks/666tasks.tjp +0 -3183
  332. data/benchmarks/allocate.tjp +0 -30
  333. data/benchmarks/allocatedSlots.tjp +0 -1602
  334. data/benchmarks/booking.tjp +0 -76
  335. data/benchmarks/depends.tjp +0 -113
  336. data/benchmarks/gantt.tjp +0 -57
  337. data/benchmarks/htmltaskreport.tjp +0 -71
  338. data/benchmarks/icons/details.png +0 -0
  339. data/benchmarks/icons/flag-green.png +0 -0
  340. data/benchmarks/icons/flag-red.png +0 -0
  341. data/benchmarks/icons/flag-yellow.png +0 -0
  342. data/benchmarks/icons/resource.png +0 -0
  343. data/benchmarks/icons/resourcegroup.png +0 -0
  344. data/benchmarks/icons/task.png +0 -0
  345. data/benchmarks/icons/taskgroup.png +0 -0
  346. data/benchmarks/icons/trend-down.png +0 -0
  347. data/benchmarks/icons/trend-flat.png +0 -0
  348. data/benchmarks/icons/trend-up.png +0 -0
  349. data/benchmarks/runbench.rb +0 -30
  350. data/benchmarks/scripts/wz_tooltip.js +0 -1301
  351. data/gem_spec.rb +0 -37
  352. data/lib/exchangebug.rb +0 -42
  353. data/lib/ruby-signal-bug.rb +0 -55
  354. data/prj_cfg.rb +0 -50
  355. data/tasks/csts.rake +0 -72
  356. data/tasks/rcov.rake +0 -14
  357. data/tasks/rexml_fix.rb +0 -16
  358. data/tasks/rexml_fix_19.rb +0 -49
  359. data/tasks/show.rake +0 -21
  360. data/tasks/stats.rake +0 -25
  361. data/test/TestSuite/Export-Reports/refs/DST.tjp +0 -60
  362. data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +0 -80
  363. data/test/TestSuite/Export-Reports/tp.tjp +0 -49
  364. data/test/TestSuite/HTML-Reports/Alerts.html +0 -424
  365. data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
  366. data/test/TestSuite/HTML-Reports/css/tjmanual.css +0 -86
  367. data/test/TestSuite/HTML-Reports/css/tjreport.css +0 -413
  368. data/test/TestSuite/HTML-Reports/icons/details.png +0 -0
  369. data/test/TestSuite/HTML-Reports/icons/flag-green.png +0 -0
  370. data/test/TestSuite/HTML-Reports/icons/flag-red.png +0 -0
  371. data/test/TestSuite/HTML-Reports/icons/flag-yellow.png +0 -0
  372. data/test/TestSuite/HTML-Reports/icons/resource.png +0 -0
  373. data/test/TestSuite/HTML-Reports/icons/resourcegroup.png +0 -0
  374. data/test/TestSuite/HTML-Reports/icons/task.png +0 -0
  375. data/test/TestSuite/HTML-Reports/icons/taskgroup.png +0 -0
  376. data/test/TestSuite/HTML-Reports/icons/trend-down.png +0 -0
  377. data/test/TestSuite/HTML-Reports/icons/trend-flat.png +0 -0
  378. data/test/TestSuite/HTML-Reports/icons/trend-up.png +0 -0
  379. data/test/TestSuite/HTML-Reports/reference.html +0 -51
  380. data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +0 -1301
  381. data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +0 -86
  382. data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +0 -413
  383. data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
  384. data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
  385. data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
  386. data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
  387. data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
  388. data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
  389. data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
  390. data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
  391. data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
  392. data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
  393. data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
  394. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
  395. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
  396. data/test/TestSuite/ReportGenerator/Correct/scripts/wz_tooltip.js +0 -1301
  397. data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -1075
  398. data/test/TestSuite/Scheduler/Correct/Duration.html +0 -610
  399. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -85
  400. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +0 -413
  401. data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
  402. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  403. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  404. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  405. data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
  406. data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
  407. data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
  408. data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
  409. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  410. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  411. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  412. data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
  413. data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
  414. data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
  415. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports +0 -2
  416. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
  417. data/test/TestSuite/StatusSheets/boss.tji +0 -45
  418. data/test/TestSuite/StatusSheets/boss_mail +0 -51
  419. data/test/TestSuite/StatusSheets/dev2_mail +0 -37
  420. data/test/TestSuite/StatusSheets/project.tjp +0 -275
  421. data/test/TestSuite/StatusSheets/run +0 -54
  422. data/test/TestSuite/Syntax/Correct/DST.tjp +0 -11
  423. data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +0 -32
  424. data/test/TestSuite/Syntax/Correct/css/tjmanual.css +0 -86
  425. data/test/TestSuite/Syntax/Correct/css/tjreport.css +0 -413
  426. data/test/TestSuite/Syntax/Correct/icons/details.png +0 -0
  427. data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
  428. data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
  429. data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
  430. data/test/TestSuite/Syntax/Correct/icons/resource.png +0 -0
  431. data/test/TestSuite/Syntax/Correct/icons/resourcegroup.png +0 -0
  432. data/test/TestSuite/Syntax/Correct/icons/task.png +0 -0
  433. data/test/TestSuite/Syntax/Correct/icons/taskgroup.png +0 -0
  434. data/test/TestSuite/Syntax/Correct/icons/trend-down.png +0 -0
  435. data/test/TestSuite/Syntax/Correct/icons/trend-flat.png +0 -0
  436. data/test/TestSuite/Syntax/Correct/icons/trend-up.png +0 -0
  437. data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +0 -1301
  438. data/test/TestSuite/TimeSheets/dev2_mail1 +0 -84
  439. data/test/TestSuite/TimeSheets/dev2_mail2 +0 -87
  440. data/test/TestSuite/TimeSheets/project.tjp +0 -271
  441. data/test/TestSuite/TimeSheets/receiver.log.mod +0 -1056
  442. data/test/TestSuite/TimeSheets/run +0 -76
  443. data/test/TestSuite/TimeSheets/uu.txt +0 -29
@@ -0,0 +1,77 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
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 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>text.extend</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ <meta content="The TaskJuggler Manual" name="description"/>
9
+ <meta content="taskjuggler, project, management" name="keywords"/>
10
+ </head>
11
+ <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
+ <body>
13
+ <div align="center">
14
+ <h3 align="center">The TaskJuggler III User Manual</h3>
15
+ <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
+ </div>
17
+ <br/>
18
+ <hr/>
19
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="taskroot.html">taskroot</a> &lt;&lt;</td>
21
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="textreport.html">textreport</a> &gt;&gt;</td>
23
+ </tr></table>
24
+ <hr/>
25
+ <br/>
26
+ <div style="margin-left:5%; margin-right:5%">
27
+ <p><table align="center" class="table"><tr align="left">
28
+ <td class="tag" style="width:16%">Keyword</td>
29
+ <td class="descr" style="width:84%; font-weight:bold">text (extend)</td>
30
+ </tr></table></p>
31
+ <p><table align="center" class="table">
32
+ <colgroup>
33
+ <col width="16%"></col>
34
+ <col width="24%"></col>
35
+ <col width="60%"></col>
36
+ </colgroup>
37
+ <tr align="left">
38
+ <td class="tag">Purpose</td>
39
+ <td class="descr" colspan="2"><div>Extend the property with a new attribute of type text. A text is a character sequence enclosed in single or double quotes.</div></td>
40
+ </tr>
41
+ <tr align="left">
42
+ <td class="tag">Syntax</td>
43
+ <td class="descr" colspan="2"><code>text &lt;id&gt; &lt;name&gt; [{ &lt;attributes&gt; }]</code></td>
44
+ </tr>
45
+ <tr align="left">
46
+ <td class="tag" rowspan="2">Arguments</td>
47
+ <td class="descr">id [<a href="The_TaskJuggler_Syntax.html#ID">ID</a>]</td>
48
+ <td class="descr"><div>The ID of the new attribute. It can be used like the built-in IDs.</div></td>
49
+ </tr>
50
+ <tr align="left">
51
+ <td class="descr">name [<a href="The_TaskJuggler_Syntax.html#STRING">STRING</a>]</td>
52
+ <td class="descr"><div>The name of the new attribute. It is used as header in report columns and the like.</div></td>
53
+ </tr>
54
+ <tr align="left">
55
+ <td class="tag">Context</td>
56
+ <td class="descr" colspan="2"><a href="extend.html">extend</a></td>
57
+ </tr>
58
+ </table></p>
59
+ <p><table align="center" class="table"><tr align="left">
60
+ <td class="tag" style="width:16%">Attributes</td>
61
+ <td class="descr" style="width:84%">
62
+ <a href="inherit.extend.html">inherit (extend)</a>, <a href="scenariospecific.extend.html">scenariospecific (extend)</a>
63
+ </td>
64
+ </tr></table></p>
65
+ </div>
66
+ <br/>
67
+ <hr/>
68
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
69
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="taskroot.html">taskroot</a> &lt;&lt;</td>
70
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
71
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="textreport.html">textreport</a> &gt;&gt;</td>
72
+ </tr></table>
73
+ <hr/>
74
+ <br/>
75
+ <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>
76
+ </body>
77
+ </html>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
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 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>textreport</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ <meta content="The TaskJuggler Manual" name="description"/>
9
+ <meta content="taskjuggler, project, management" name="keywords"/>
10
+ </head>
11
+ <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
+ <body>
13
+ <div align="center">
14
+ <h3 align="center">The TaskJuggler III User Manual</h3>
15
+ <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
+ </div>
17
+ <br/>
18
+ <hr/>
19
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="text.extend.html">text (extend)</a> &lt;&lt;</td>
21
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="timeformat.html">timeformat</a> &gt;&gt;</td>
23
+ </tr></table>
24
+ <hr/>
25
+ <br/>
26
+ <div style="margin-left:5%; margin-right:5%">
27
+ <p><table align="center" class="table"><tr align="left">
28
+ <td class="tag" style="width:16%">Keyword</td>
29
+ <td class="descr" style="width:84%; font-weight:bold">textreport</td>
30
+ </tr></table></p>
31
+ <p><table align="center" class="table">
32
+ <colgroup>
33
+ <col width="16%"></col>
34
+ <col width="24%"></col>
35
+ <col width="60%"></col>
36
+ </colgroup>
37
+ <tr align="left">
38
+ <td class="tag">Purpose</td>
39
+ <td class="descr" colspan="2"><div>This report consists of 5 RichText sections, a header, a center section with a left and right margin and a footer. The sections may contain the output of other defined reports. See <a href="report.html">report</a> for further details.</div></td>
40
+ </tr>
41
+ <tr align="left">
42
+ <td class="tag">Syntax</td>
43
+ <td class="descr" colspan="2"><code>textreport</code></td>
44
+ </tr>
45
+ <tr align="left">
46
+ <td class="tag">Arguments</td>
47
+ <td class="descr" colspan="2">none</td>
48
+ </tr>
49
+ <tr align="left">
50
+ <td class="tag">Context</td>
51
+ <td class="descr" colspan="2"><a href="Getting_Started.html#Structure_of_a_TJP_File">Global scope</a></td>
52
+ </tr>
53
+ </table></p>
54
+ </div>
55
+ <br/>
56
+ <hr/>
57
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
58
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="text.extend.html">text (extend)</a> &lt;&lt;</td>
59
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
60
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="timeformat.html">timeformat</a> &gt;&gt;</td>
61
+ </tr></table>
62
+ <hr/>
63
+ <br/>
64
+ <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>
65
+ </body>
66
+ </html>
@@ -0,0 +1,160 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
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 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>timeformat</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ <meta content="The TaskJuggler Manual" name="description"/>
9
+ <meta content="taskjuggler, project, management" name="keywords"/>
10
+ </head>
11
+ <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
+ <body>
13
+ <div align="center">
14
+ <h3 align="center">The TaskJuggler III User Manual</h3>
15
+ <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
+ </div>
17
+ <br/>
18
+ <hr/>
19
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="textreport.html">textreport</a> &lt;&lt;</td>
21
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="timeoff.nikureport.html">timeoff (nikureport)</a> &gt;&gt;</td>
23
+ </tr></table>
24
+ <hr/>
25
+ <br/>
26
+ <div style="margin-left:5%; margin-right:5%">
27
+ <p><table align="center" class="table"><tr align="left">
28
+ <td class="tag" style="width:16%">Keyword</td>
29
+ <td class="descr" style="width:84%; font-weight:bold">timeformat</td>
30
+ </tr></table></p>
31
+ <p><table align="center" class="table">
32
+ <colgroup>
33
+ <col width="16%"></col>
34
+ <col width="24%"></col>
35
+ <col width="60%"></col>
36
+ </colgroup>
37
+ <tr align="left">
38
+ <td class="tag">Purpose</td>
39
+ <td class="descr" colspan="2"><div>Determines how time specifications in reports look like.</div></td>
40
+ </tr>
41
+ <tr align="left">
42
+ <td class="tag">Syntax</td>
43
+ <td class="descr" colspan="2"><code>timeformat &lt;format&gt;</code></td>
44
+ </tr>
45
+ <tr align="left">
46
+ <td class="tag" rowspan="1">Arguments</td>
47
+ <td class="descr">format [<a href="The_TaskJuggler_Syntax.html#STRING">STRING</a>]</td>
48
+ <td class="descr"><div>
49
+ <p>Ordinary characters placed in the format string are copied without conversion. Conversion specifiers are introduced by a `%' character, and are replaced in s as follows:</p>
50
+ <ul><li>
51
+ <code>%a</code> The abbreviated weekday name according to the current locale.</li></ul>
52
+ <ul><li>
53
+ <code>%A</code> The full weekday name according to the current locale.</li></ul>
54
+ <ul><li>
55
+ <code>%b</code> The abbreviated month name according to the current locale.</li></ul>
56
+ <ul><li>
57
+ <code>%B</code> The full month name according to the current locale.</li></ul>
58
+ <ul><li>
59
+ <code>%c</code> The preferred date and time representation for the current locale.</li></ul>
60
+ <ul><li>
61
+ <code>%C</code> The century number (year/100) as a 2-digit integer. (SU)</li></ul>
62
+ <ul><li>
63
+ <code>%d</code> The day of the month as a decimal number (range 01 to 31).</li></ul>
64
+ <ul><li>
65
+ <code>%e</code> Like <code>%d</code>, the day of the month as a decimal number, but a leading zero is replaced by a space. (SU)</li></ul>
66
+ <ul><li>
67
+ <code>%E</code> Modifier: use alternative format, see below. (SU)</li></ul>
68
+ <ul><li>
69
+ <code>%F</code> Equivalent to <code>%Y-%m-%d</code> (the ISO 8601 date format). (C99)</li></ul>
70
+ <ul><li>
71
+ <code>%G</code> The ISO 8601 year with century as a decimal number. The 4-digit year corresponding to the ISO week number (see %V). This has the same format and value as <code>%y</code>, except that if the ISO week number belongs to the previous or next year, that year is used instead. (TZ)</li></ul>
72
+ <ul><li>
73
+ <code>%g</code> Like %G, but without century, i.e., with a 2-digit year (00-99). (TZ)</li></ul>
74
+ <ul><li>
75
+ <code>%h</code> Equivalent to <code>%b</code>. (SU)</li></ul>
76
+ <ul><li>
77
+ <code>%H</code> The hour as a decimal number using a 24-hour clock (range 00 to 23).</li></ul>
78
+ <ul><li>
79
+ <code>%I</code> The hour as a decimal number using a 12-hour clock (range 01 to 12).</li></ul>
80
+ <ul><li>
81
+ <code>%j</code> The day of the year as a decimal number (range 001 to 366).</li></ul>
82
+ <ul><li>
83
+ <code>%k</code> The hour (24-hour clock) as a decimal number (range 0 to 23); single digits are preceded by a blank. (See also <code>%H</code>.) (TZ)</li></ul>
84
+ <ul><li>
85
+ <code>%l</code> The hour (12-hour clock) as a decimal number (range 1 to 12); single digits are preceded by a blank. (See also <code>%I</code>.) (TZ)</li></ul>
86
+ <ul><li>
87
+ <code>%m</code> The month as a decimal number (range 01 to 12).</li></ul>
88
+ <ul><li>
89
+ <code>%M</code> The minute as a decimal number (range 00 to 59).</li></ul>
90
+ <ul><li>
91
+ <code>%n</code> A newline character. (SU)</li></ul>
92
+ <ul><li>
93
+ <code>%O</code> Modifier: use alternative format, see below. (SU)</li></ul>
94
+ <ul><li>
95
+ <code>%p</code> Either 'AM' or 'PM' according to the given time value, or the corresponding strings for the current locale. Noon is treated as `pm' and midnight as 'am'.</li></ul>
96
+ <ul><li>
97
+ <code>%P</code> Like %p but in lowercase: 'am' or 'pm' or <code>%a</code> corresponding string for the current locale. (GNU)</li></ul>
98
+ <ul><li>
99
+ <code>%r</code> The time in a.m. or p.m. notation. In the POSIX locale this is equivalent to <code>%I:%M:%S %p</code>. (SU)</li></ul>
100
+ <ul><li>
101
+ <code>%R</code> The time in 24-hour notation (%H:%M). (SU) For a version including the seconds, see <code>%T</code> below.</li></ul>
102
+ <ul><li>
103
+ <code>%s</code> The number of seconds since the Epoch, i.e., since 1970-01-01 00:00:00 UTC. (TZ)</li></ul>
104
+ <ul><li>
105
+ <code>%S</code> The second as a decimal number (range 00 to 61).</li></ul>
106
+ <ul><li>
107
+ <code>%t</code> A tab character. (SU)</li></ul>
108
+ <ul><li>
109
+ <code>%T</code> The time in 24-hour notation (%H:%M:%S). (SU)</li></ul>
110
+ <ul><li>
111
+ <code>%u</code> The day of the week as a decimal, range 1 to 7, Monday being 1. See also <code>%w</code>. (SU)</li></ul>
112
+ <ul><li>
113
+ <code>%U</code> The week number of the current year as a decimal number, range 00 to 53, starting with the first Sunday as the first day of week 01. See also <code>%V</code> and <code>%W</code>.</li></ul>
114
+ <ul><li>
115
+ <code>%V</code> The ISO 8601:1988 week number of the current year as a decimal number, range 01 to 53, where week 1 is the first week that has at least 4 days in the current year, and with Monday as the first day of the week. See also <code>%U</code> and <code>%W</code>. %(SU)</li></ul>
116
+ <ul><li>
117
+ <code>%w</code> The day of the week as a decimal, range 0 to 6, Sunday being 0. See also <code>%u</code>.</li></ul>
118
+ <ul><li>
119
+ <code>%W</code> The week number of the current %year as a decimal number, range 00 to 53, starting with the first Monday as the first day of week 01.</li></ul>
120
+ <ul><li>
121
+ <code>%x</code> The preferred date representation for the current locale without the time.</li></ul>
122
+ <ul><li>
123
+ <code>%X</code> The preferred time representation for the current locale without the date.</li></ul>
124
+ <ul><li>
125
+ <code>%y</code> The year as a decimal number without a century (range 00 to 99).</li></ul>
126
+ <ul><li>
127
+ <code>%Y</code> The year as a decimal number including the century.</li></ul>
128
+ <ul><li>
129
+ <code>%z</code> The time zone as hour offset from GMT. Required to emit RFC822-conformant dates (using <code>%a, %d %%b %Y %H:%M:%S %%z</code>). (GNU)</li></ul>
130
+ <ul><li>
131
+ <code>%Z</code> The time zone or name or abbreviation.</li></ul>
132
+ <ul><li>
133
+ <code>%+</code> The date and time in date(1) format. (TZ)</li></ul>
134
+ <ul><li>
135
+ <code>%%</code> A literal <code>%</code> character.</li></ul>
136
+ <p>Some conversion specifiers can be modified by preceding them by the E or O modifier to indicate that an alternative format should be used. If the alternative format or specification does not exist for the current locale, the behavior will be as if the unmodified conversion specification were used.</p>
137
+ <p>(SU) The Single Unix Specification mentions %Ec, %EC, %Ex, %%EX, %Ry, %EY, %Od, %Oe, %OH, %OI, %Om, %OM, %OS, %Ou, %OU, %OV, %Ow, %OW, %Oy, where the effect of the O modifier is to use alternative numeric symbols (say, Roman numerals), and that of the E modifier is to use a locale-dependent alternative representation.</p>
138
+ <p>This documentation of the timeformat attribute has been taken from the man page of the GNU strftime function.</p>
139
+ </div></td>
140
+ </tr>
141
+ <tr align="left">
142
+ <td class="tag">Context</td>
143
+ <td class="descr" colspan="2">
144
+ <a href="report.html">report</a>, <a href="project.html">project</a>
145
+ </td>
146
+ </tr>
147
+ </table></p>
148
+ </div>
149
+ <br/>
150
+ <hr/>
151
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
152
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="textreport.html">textreport</a> &lt;&lt;</td>
153
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
154
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="timeoff.nikureport.html">timeoff (nikureport)</a> &gt;&gt;</td>
155
+ </tr></table>
156
+ <hr/>
157
+ <br/>
158
+ <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>
159
+ </body>
160
+ </html>
@@ -0,0 +1,71 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
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 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>timeoff.nikureport</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ <meta content="The TaskJuggler Manual" name="description"/>
9
+ <meta content="taskjuggler, project, management" name="keywords"/>
10
+ </head>
11
+ <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
+ <body>
13
+ <div align="center">
14
+ <h3 align="center">The TaskJuggler III User Manual</h3>
15
+ <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
+ </div>
17
+ <br/>
18
+ <hr/>
19
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="timeformat.html">timeformat</a> &lt;&lt;</td>
21
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="timesheet.html">timesheet</a> &gt;&gt;</td>
23
+ </tr></table>
24
+ <hr/>
25
+ <br/>
26
+ <div style="margin-left:5%; margin-right:5%">
27
+ <p><table align="center" class="table"><tr align="left">
28
+ <td class="tag" style="width:16%">Keyword</td>
29
+ <td class="descr" style="width:84%; font-weight:bold">timeoff (nikureport)</td>
30
+ </tr></table></p>
31
+ <p><table align="center" class="table">
32
+ <colgroup>
33
+ <col width="16%"></col>
34
+ <col width="24%"></col>
35
+ <col width="60%"></col>
36
+ </colgroup>
37
+ <tr align="left">
38
+ <td class="tag">Purpose</td>
39
+ <td class="descr" colspan="2"><div>Set the Clarity project ID and name that the vacation time will be reported to.</div></td>
40
+ </tr>
41
+ <tr align="left">
42
+ <td class="tag">Syntax</td>
43
+ <td class="descr" colspan="2"><code>timeoff &lt;ID&gt; &lt;Name&gt;</code></td>
44
+ </tr>
45
+ <tr align="left">
46
+ <td class="tag" rowspan="2">Arguments</td>
47
+ <td class="descr">ID [<a href="The_TaskJuggler_Syntax.html#STRING">STRING</a>]</td>
48
+ <td class="descr"><div>The Clarity project ID</div></td>
49
+ </tr>
50
+ <tr align="left">
51
+ <td class="descr">Name [<a href="The_TaskJuggler_Syntax.html#STRING">STRING</a>]</td>
52
+ <td class="descr"><div>The Clarity project name</div></td>
53
+ </tr>
54
+ <tr align="left">
55
+ <td class="tag">Context</td>
56
+ <td class="descr" colspan="2"><a href="nikureport.html">nikureport</a></td>
57
+ </tr>
58
+ </table></p>
59
+ </div>
60
+ <br/>
61
+ <hr/>
62
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
63
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="timeformat.html">timeformat</a> &lt;&lt;</td>
64
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
65
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="timesheet.html">timesheet</a> &gt;&gt;</td>
66
+ </tr></table>
67
+ <hr/>
68
+ <br/>
69
+ <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>
70
+ </body>
71
+ </html>
@@ -0,0 +1,129 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
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 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>timesheet</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ <meta content="The TaskJuggler Manual" name="description"/>
9
+ <meta content="taskjuggler, project, management" name="keywords"/>
10
+ </head>
11
+ <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
+ <body>
13
+ <div align="center">
14
+ <h3 align="center">The TaskJuggler III User Manual</h3>
15
+ <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
+ </div>
17
+ <br/>
18
+ <hr/>
19
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="timeoff.nikureport.html">timeoff (nikureport)</a> &lt;&lt;</td>
21
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="timesheetreport.html">timesheetreport</a> &gt;&gt;</td>
23
+ </tr></table>
24
+ <hr/>
25
+ <br/>
26
+ <div style="margin-left:5%; margin-right:5%">
27
+ <p><table align="center" class="table"><tr align="left">
28
+ <td class="tag" style="width:16%">Keyword</td>
29
+ <td class="descr" style="width:84%; font-weight:bold">timesheet</td>
30
+ </tr></table></p>
31
+ <p><table align="center" class="table">
32
+ <colgroup>
33
+ <col width="16%"></col>
34
+ <col width="24%"></col>
35
+ <col width="60%"></col>
36
+ </colgroup>
37
+ <tr align="left">
38
+ <td class="tag">Purpose</td>
39
+ <td class="descr" colspan="2"><div>
40
+ <p>A time sheet record can be used to capture the current status of the tasks assigned to a specific resource and the achieved progress for a given period of time. The status is assumed to be for the end of this time period. There must be a separate time sheet record for each resource per period. Different resources can use different reporting periods and reports for the same resource may have different reporting periods as long as they don't overlap. For the time after the last time sheet, TaskJuggler will project the result based on the plan data. For periods without a time sheet record prior to the last record for this resource, TaskJuggler assumes that no work has been done. The work is booked for the scenario specified by <a href="trackingscenario.html">trackingscenario</a>.</p>
41
+ <p>The intended use for time sheets is to have all resources report a time sheet every day, week or month. All time sheets can be added to the project plan. The status information is always used to determin the current status of the project. The <a href="work.html">work</a>, <a href="remaining.html">remaining</a> and <a href="end.timesheet.html">end</a> attributes are ignored if there are also <a href="booking.task.html">bookings</a> for the resource in the time sheet period. The non-ignored attributes of the time sheets will be converted into <a href="booking.task.html">booking</a> statements internally. These bookings can then be <a href="export.html">exported</a> into a file which can then be added to the project again. This way, you can use time sheets to incrementally record progress of your project. There is a possibility that time sheets conflict with other data in the plan. In case TaskJuggler cannot automatically resolve them, these conflicts have to be manually resolved by either changing the plan or the time sheet.</p>
42
+ <p>The status messages are interpreted as <a href="journalentry.html">journal entries</a>. The alert level will be evaluated and the current state of the project can be put into a dashboard using the <code>alert</code> and <code>alertmessage</code> <a href="columnid.html">
43
+ columns</a>.</p>
44
+ <p>Currently, the provided effort values and dates are not yet used to automatically update the plan data. This feature will be added in future versions.</p>
45
+ </div></td>
46
+ </tr>
47
+ <tr align="left">
48
+ <td class="tag">Syntax</td>
49
+ <td class="descr" colspan="2"><code>timesheet &lt;resource&gt; &lt;interval4&gt; { &lt;attributes&gt; }</code></td>
50
+ </tr>
51
+ <tr align="left">
52
+ <td class="tag" rowspan="2">Arguments</td>
53
+ <td class="descr">resource [<a href="The_TaskJuggler_Syntax.html#ID">ID</a>]</td>
54
+ <td class="descr"><div>The ID of a defined resource</div></td>
55
+ </tr>
56
+ <tr align="left">
57
+ <td class="descr">interval4</td>
58
+ <td class="descr"><div>See <a href="interval4.html">interval4</a> for details.</div></td>
59
+ </tr>
60
+ <tr align="left">
61
+ <td class="tag">Context</td>
62
+ <td class="descr" colspan="2"><a href="properties.html">properties</a></td>
63
+ </tr>
64
+ </table></p>
65
+ <p><table align="center" class="table"><tr align="left">
66
+ <td class="tag" style="width:16%">Attributes</td>
67
+ <td class="descr" style="width:84%">
68
+ <a href="newtask.html">newtask</a>, <a href="shift.timesheet.html">shift (timesheet)</a>, <a href="status.timesheet.html">status (timesheet)</a>, <a href="task.timesheet.html">task (timesheet)</a>
69
+ </td>
70
+ </tr></table></p>
71
+ <div class="codeframe"><pre class="code">project "test" 2009-11-30 +2m {
72
+ timezone "America/Denver"
73
+ trackingscenario plan
74
+ now ${projectstart}
75
+ }
76
+ timesheet r1 2009-11-30 +1w {
77
+ task t1 {
78
+ work 3d
79
+ remaining 0d
80
+ status green "All work done" {
81
+ summary "I had good fun!"
82
+ details -8&lt;-
83
+ This task went smoothly and I got three things done:
84
+ * Have fun
85
+ * Be on time
86
+ * Get things done
87
+ -&gt;8-
88
+ }
89
+ }
90
+ newtask t4 "Another fun job" {
91
+ work 2d
92
+ remaining 4d
93
+ status yellow "Had a cool idea" {
94
+ summary "Will have a schedule impact though."
95
+ }
96
+ }
97
+ }
98
+
99
+ timesheet r2 2009-11-30 +1w {
100
+ task t2.t3 {
101
+ work 5d
102
+ end 2009-12-10
103
+ status red "I need more time" {
104
+ summary "This takes longer than expected"
105
+ details -8&lt;-
106
+ To finish on time, I need help. Get this r1 guy to help me out
107
+ here.
108
+ * I want to have fun too!
109
+ -&gt;8-
110
+ }
111
+ }
112
+ status yellow "My wife got ill" {
113
+ summary "I might have to work from home for a few days next week."
114
+ }
115
+ }
116
+ </pre></div>
117
+ </div>
118
+ <br/>
119
+ <hr/>
120
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
121
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="timeoff.nikureport.html">timeoff (nikureport)</a> &lt;&lt;</td>
122
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
123
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="timesheetreport.html">timesheetreport</a> &gt;&gt;</td>
124
+ </tr></table>
125
+ <hr/>
126
+ <br/>
127
+ <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>
128
+ </body>
129
+ </html>