taskjuggler 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -1,84 +0,0 @@
1
- Date: Sat, 27 Feb 2010 15:44:25 +0100
2
- From: foo@bar.com
3
- To: timesheets@taskjuggler.org
4
- Message-ID: <4b892fc9a67fe_42e342cd54701a6@xpc.mail>
5
- Subject: Your weekly report template
6
- Mime-Version: 1.0
7
- Content-Type: text/plain;
8
- charset="UTF-8";
9
- Content-Transfer-Encoding: 8bit
10
- Content-ID: <4b892fc99c190_42e342cd5469937@xpc.mail>
11
-
12
- > Hello Sébastien Bono!
13
- >
14
- > Please find enclosed your weekly report template. Please fill out
15
- > the form and send it back to the sender of this email. You can either
16
- > use the attached file or the body of the email. In case you send it
17
- > in the body of the email, make sure it only contains the 'timesheet'
18
- > syntax. No quote marks are allowed. It must be plain text, UTF-8
19
- > encoded and the time sheet header from 'timesheet' to the period end
20
- > date must be in a single line that starts at the beginning of the line.
21
- >
22
- > # The status headline should be no more than 60 characters and may
23
- > # not be empty! The status summary is optional and should be no
24
- > # longer than one or two sentences of plain text. The details section
25
- > # is also optional has no length limitation. You can use simple
26
- > # markup in this section. It is recommended that you provide at
27
- > # least a summary or a details section.
28
- > # See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.
29
- > #
30
- > # --------8<--------8<--------
31
- > timesheet dev2 2002-02-22-00:00-+0000 - 2002-03-01-00:00-+0000 {
32
- >
33
- > # Vacation time: 0.0%
34
- >
35
- > # Task: Graphical User Interface
36
- > task AcSo.software.gui {
37
- > work 5.0%
38
- > remaining 17.3d
39
- > # status green "Your headline here!" {
40
- > # summary -8<-
41
- > # Uncomment and put one or two sentences here!
42
- > # ->8-
43
- > # details -8<-
44
- > # Uncomment and put markup text here.
45
- > # ->8-
46
- > # }
47
- > }
48
- >
49
- > # Task: Back-End Functions
50
- > task AcSo.software.backend {
51
- > work 95.0%
52
- > remaining 0.0d
53
- > status green "My headline here!" {
54
- > # summary -8<-
55
- > # Uncomment and put one or two sentences here!
56
- > # ->8-
57
- > # details -8<-
58
- > # Uncomment and put markup text here.
59
- > # ->8-
60
- > }
61
- > }
62
- >
63
- > # If you had unplanned tasks, uncomment and fill out the
64
- > # following lines:
65
- > # newtask new.task.id "A task title" {
66
- > # work X%
67
- > # remaining Y.Yd
68
- > # }
69
- >
70
- > # You can use the following section to report personal notes.
71
- > # status green "A headline" {
72
- > # summary -8<-
73
- > # Uncomment and put one or two sentences here!
74
- > # ->8-
75
- > # details -8<-
76
- > # Uncomment and put markup text here.
77
- > # ->8-
78
- > # }
79
- > }
80
- > # -------->8-------->8--------
81
- > Some junk text
82
- >
83
- >
84
- >
@@ -1,87 +0,0 @@
1
- Date: Sat, 27 Feb 2010 15:44:25 +0100
2
- From: foo@bar.com
3
- To: timesheets@taskjuggler.org
4
- Message-ID: <4b892fc9a67fe_42e342cd54701a6@xpc.mail>
5
- Subject: Your weekly report template
6
- Mime-Version: 1.0
7
- Content-Type: text/plain;
8
- charset="UTF-8";
9
- Content-Transfer-Encoding: 8bit
10
- Content-ID: <4b892fc99c190_42e342cd5469937@xpc.mail>
11
-
12
- Hello Sébastien Bono!
13
-
14
- Please find enclosed your weekly report template. Please fill out
15
- the form and send it back to the sender of this email. You can either
16
- use the attached file or the body of the email. In case you send it
17
- in the body of the email, make sure it only contains the 'timesheet'
18
- syntax. No quote marks are allowed. It must be plain text, UTF-8
19
- encoded and the time sheet header from 'timesheet' to the period end
20
- date must be in a single line that starts at the beginning of the line.
21
-
22
- # The status headline should be no more than 60 characters and may
23
- # not be empty! The status summary is optional and should be no
24
- # longer than one or two sentences of plain text. The details section
25
- # is also optional has no length limitation. You can use simple
26
- # markup in this section. It is recommended that you provide at
27
- # least a summary or a details section.
28
- # See http://www.taskjuggler.org/tj3/manual/timesheet.html for details.
29
- #
30
- # --------8<--------8<--------
31
- timesheet dev2 2002-02-22-00:00-+0000 - 2002-03-01-00:00-+0000 {
32
-
33
- # Vacation time: 0.0%
34
-
35
- # Task: Graphical User Interface
36
- task AcSo.software.gui {
37
- work 10.0%
38
- remaining 14.3d
39
- status green "Another week of hard work!" {
40
- # summary -8<-
41
- # Uncomment and put one or two sentences here!
42
- # ->8-
43
- details -8<-
44
- * Build a house.
45
- * Planted a tree.
46
- * Got a child.
47
- ->8-
48
- }
49
- }
50
-
51
- # Task: Back-End Functions
52
- task AcSo.software.backend {
53
- work 90.0%
54
- remaining 2.0d
55
- status green "Had a busy week" {
56
- summary -8<-
57
- Not much to say here. Just code, sweat and tears. Some bugs
58
- haunted me but I went after them with fury.
59
- ->8-
60
- # details -8<-
61
- # Uncomment and put markup text here.
62
- # ->8-
63
- }
64
- }
65
-
66
- # If you had unplanned tasks, uncomment and fill out the
67
- # following lines:
68
- # newtask new.task.id "A task title" {
69
- # work X%
70
- # remaining Y.Yd
71
- # }
72
-
73
- # You can use the following section to report personal notes.
74
- # status green "A headline" {
75
- # summary -8<-
76
- # Uncomment and put one or two sentences here!
77
- # ->8-
78
- # details -8<-
79
- # Uncomment and put markup text here.
80
- # ->8-
81
- # }
82
- }
83
- # -------->8-------->8--------
84
- Some junk text
85
-
86
-
87
-
@@ -1,271 +0,0 @@
1
- project "Accounting Software" 2002-01-16 +4m {
2
- # Hide the clock time. Only show the date.
3
- timeformat "%Y-%m-%d"
4
- # Use US format for numbers
5
- numberformat "-" "" "," "." 1
6
- # Use US financial format for currency values. Don't show cents.
7
- currencyformat "(" ")" "," "." 0
8
- # Pick a day during the project that will be reported as 'today' in
9
- # the project reports. If not specified, the current day will be
10
- # used, but this will likely be outside of the project range, so it
11
- # can't be seen in the reports.
12
- now 2002-03-05-13:00
13
- # The currency for all money values is the Euro.
14
- currency "USD"
15
-
16
- # We want to compare the baseline scenario to one with a slightly
17
- # delayed start.
18
- scenario plan "Plan" {
19
- scenario delayed "Delayed"
20
- }
21
- extend resource {
22
- text Phone "Phone"
23
- }
24
- }
25
-
26
- # This is not a real copyright for this file. It's just used as an example.
27
- copyright "© 2002 Crappy Software, Inc."
28
-
29
- # The daily default rate of all resources. This can be overridden for each
30
- # resource. We specify this, so that we can do a good calculation of
31
- # the costs of the project.
32
- rate 390.0
33
-
34
- # Register Good Friday as a global holiday for all resources.
35
- vacation "Good Friday" 2002-03-29
36
- flags team
37
-
38
- # This is one way to form teams
39
- macro allocate_developers [
40
- allocate dev1
41
- allocate dev2
42
- allocate dev3
43
- ]
44
-
45
- # In order to do a simple profit and loss analysis of the project we
46
- # specify accounts. One for the development costs, one for the
47
- # documentation costs, and one account to credit the customer payments
48
- # to.
49
- account cost "Project Cost" {
50
- account dev "Development"
51
- account doc "Documentation"
52
- }
53
- account rev "Payments"
54
- # The Profit&Loss analysis should be rev - cost accounts.
55
- balance cost rev
56
-
57
- resource boss "Paul Henry Bullock" {
58
- email "phb@crappysoftware.com"
59
- Phone "x100"
60
- rate 480
61
- }
62
- resource dev "Developers" {
63
- resource dev1 "Paul Smith" {
64
- email "paul@crappysoftware.com"
65
- Phone "x362"
66
- rate 350.0
67
- }
68
- resource dev2 "Sébastien Bono" {
69
- email "SBono@crappysoftware.com"
70
- Phone "x234"
71
- }
72
- resource dev3 "Klaus Müller" {
73
- email "Klaus.Mueller@crappysoftware.com"
74
- Phone "x490"
75
- vacation 2002-02-01 - 2002-02-05
76
- }
77
-
78
- flags team
79
- }
80
- resource misc "The Others" {
81
- resource test "Peter Murphy" {
82
- email "murphy@crappysoftware.com"
83
- Phone "x666"
84
- limits { dailymax 6.4h }
85
- rate 310.0
86
- }
87
- resource doc "Dim Sung" {
88
- email "sung@crappysoftware.com"
89
- Phone "x482"
90
- rate 300.0
91
- vacation 2002-03-11 - 2002-03-16
92
- }
93
-
94
- flags team
95
- }
96
-
97
- # Now we specify the work packages. The whole project is described as
98
- # a task that contains subtasks. These subtasks are then broken down
99
- # into smaller tasks and so on. The innermost tasks describe the real
100
- # work and have resources allocated to them. Many attributes of tasks
101
- # are inherited from the enclosing task. This saves you a lot of typing.
102
- task AcSo "Accounting Software" {
103
-
104
- # All work-related costs will be booked to this account unless the
105
- # subtasks specify something different.
106
- chargeset dev
107
- # For the duration of the project we have running cost that are not
108
- # included in the labor cost.
109
- charge 170 perday
110
-
111
- task spec "Specification" {
112
- # The effort to finish this task is 20 man-days.
113
- effort 20d
114
- # Now we use the macro declared above to allocate the resources
115
- # for this task. Because they can work in parallel, they may finish this
116
- # task earlier than in 20 working-days.
117
- ${allocate_developers}
118
- # Each task without subtasks must have a start or an end
119
- # criterion and a duration. For this task we use a reference to a
120
- # milestone defined further below as the start criterion. So this task
121
- # can not start before the specified milestone has been reached.
122
- # References to other tasks may be relative. Each exclamation mark (!)
123
- # means 'in the scope of the enclosing task'. To descent into a task, the
124
- # fullstop (.) together with the id of the tasks have to be specified.
125
- depends !deliveries.start
126
- }
127
-
128
- task software "Software Development" {
129
-
130
- # The software is the most critical task of the project. So we set
131
- # the priority of this task (and all its subtasks) to 1000, the top
132
- # priority. The higher the priority, the more likely the task will
133
- # get the requested resources.
134
- priority 1000
135
-
136
- # All subtasks depend on the specification task.
137
- depends !spec
138
-
139
- task database "Database coupling" {
140
- effort 20d
141
- allocate dev1, dev2
142
- journalentry 2002-02-03 "Problems with the SQL Libary" {
143
- author dev1
144
- alert yellow
145
- summary -8<-
146
- We ran into some compatibility problems with the SQL
147
- Library.
148
- ->8-
149
- details -8<-
150
- We have already contacted the vendor and are now waiting for
151
- their advise.
152
- ->8-
153
- }
154
- }
155
-
156
- task gui "Graphical User Interface" {
157
- effort 35d
158
- # This task has taken 5 man-days more than originally planned.
159
- # We record this as well, so that we can generate reports that
160
- # compare the delayed schedule of the project to the original plan.
161
- delayed:effort 40d
162
- depends !database, !backend
163
- allocate dev2, dev3
164
- }
165
-
166
- task backend "Back-End Functions" {
167
- effort 30d
168
- # This task is behind schedule, because it should have been
169
- # finished already. To document this, we specify that the task
170
- # is 95% completed. If nothing is specified, TaskJuggler assumes
171
- # that the task is on schedule and computes the completion rate
172
- # according to the current day and the plan data.
173
- complete 95
174
- depends !database
175
- allocate dev1, dev2
176
- }
177
- }
178
-
179
- task test "Software testing" {
180
-
181
- task alpha "Alpha Test" {
182
- # Efforts can not only be specified as man-days, but also as
183
- # man-weeks, man-hours, etc. By default, TaskJuggler assumes
184
- # that a man-week is 5 man-days or 40 man-hours. These values
185
- # can be changed, of course.
186
- effort 1w
187
- # This task depends on a task in the scope of the enclosing
188
- # task's enclosing task. So we need two exclamation marks (!!)
189
- # to get there.
190
- depends !!software
191
- allocate test, dev2
192
- note "Hopefully most bugs will be found and fixed here."
193
- journalentry 2002-03-01 "Contract with Peter not yet signed" {
194
- author boss
195
- alert red
196
- summary -8<-
197
- The paperwork is stuck with HR and I can't hunt it down.
198
- ->8-
199
- details -8<-
200
- If we don't get the contract closed within the next week,
201
- the start of the testing is at risk.
202
- ->8-
203
- }
204
- }
205
-
206
- task beta "Beta Test" {
207
- effort 4w
208
- depends !alpha
209
- allocate test, dev1
210
- }
211
- }
212
-
213
- task manual "Manual" {
214
- effort 10w
215
- depends !deliveries.start
216
- allocate doc, dev3
217
- purge chargeset
218
- chargeset doc
219
- journalentry 2002-02-28 "User manual completed" {
220
- author boss
221
- summary "The doc writers did a really great job to finish on time."
222
- }
223
- }
224
-
225
- task deliveries "Milestones" {
226
-
227
- # Some milestones have customer payments associated with them. We
228
- # credit these payments to the 'rev' account.
229
- purge chargeset
230
- chargeset rev
231
-
232
- task start "Project start" {
233
- # A task that has no duration is a milestone. It only needs a
234
- # start or end criterion. All other tasks depend on this task.
235
- start 2002-01-16
236
- # For some reason the actual start of the project got delayed.
237
- # We record this, so that we can compare the planned run to the
238
- # delayed run of the project.
239
- delayed:start 2002-01-20
240
- # At the beginning of this task we receive a payment from the
241
- # customer. This is credited to the account associated with this
242
- # task when the task starts.
243
- charge 21000.0 onstart
244
- }
245
-
246
- task prev "Technology Preview" {
247
- depends !!software.backend
248
- startcredit 31000.0
249
- note "All '''major''' features should be usable."
250
- }
251
-
252
- task beta "Beta version" {
253
- depends !!test.alpha
254
- charge 13000.0 onstart
255
- note "Fully functional, may contain bugs."
256
- }
257
-
258
- task done "Ship Product to Customer" {
259
- # The next line can be uncommented to trigger a warning about
260
- # the project being late. For all tasks, limits for the start and
261
- # end values can be specified. Those limits are checked after the
262
- # project has been scheduled. For all violated limits a warning
263
- # is issued.
264
- # maxend 2002-04-17
265
- depends !!test.beta, !!manual
266
- charge 33000.0 onstart
267
- note "All priority 1 and 2 bugs must be fixed."
268
- }
269
- }
270
- }
271
-
@@ -1,1056 +0,0 @@
1
- TaskJuggler III v0.0.11 - A Project Management Software
2
-
3
- Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011
4
- by Chris Schlaeger <chris@linux.com>
5
-
6
- This program is free software; you can redistribute it and/or modify it under
7
- the terms of version 2 of the GNU General Public License as published by the
8
- Free Software Foundation.
9
-
10
- === <nowiki>[</nowiki><fcol:green>Green</fcol><nowiki>]</nowiki> <nowiki>Back-End Functions</nowiki> (ID: AcSo.software.backend) ===
11
-
12
- '''Work:''' 95% '''Remaining:''' 0.0d
13
-
14
- '''<nowiki>My headline here!</nowiki>'''
15
-
16
- No error
17
- Date: Wed, 23 Mar 2011 15:20:44 +0000
18
- From: foo@bar.com
19
- To: SBono@crappysoftware.com
20
- Message-ID: <4d8a0fcc69652_1c3a431340828dd@flour.mail>
21
- in-reply-to: 4b892fc9a67fe_42e342cd54701a6@xpc.mail
22
- Subject: =?UTF-8?Q?Report_from_S=C3=A9bastien_Bono_for_2002-03-01?=
23
- Mime-Version: 1.0
24
- Content-Type: multipart/alternative;
25
- boundary="--==_mimepart_4d8a0fcc5a01e_1c3a431340825f2";
26
- charset=UTF-8
27
- Content-Transfer-Encoding: 7bit
28
- User-Agent: TaskJuggler III/0.0.11
29
- X-TaskJuggler: tj3ts_receiver
30
-
31
-
32
-
33
- ----==_mimepart_4d8a0fcc5a01e_1c3a431340825f2
34
- Date: Wed, 23 Mar 2011 15:20:44 +0000
35
- Mime-Version: 1.0
36
- Content-Type: text/plain;
37
- charset=UTF-8
38
- Content-Transfer-Encoding: quoted-printable
39
- Content-ID: <4d8a0fcc6671e_1c3a431340826c9@flour.mail>
40
-
41
- Report from S=C3=A9bastien Bono for the period ending 2002-03-01=0D
42
- =0D
43
- [Green] Back-End Functions (ID: AcSo.software.backend)=0D
44
- =0D
45
- Work: 95% Remaining: 0.0d=0D
46
- =0D
47
- My headline here!=
48
-
49
-
50
- ----==_mimepart_4d8a0fcc5a01e_1c3a431340825f2
51
- Date: Wed, 23 Mar 2011 15:20:44 +0000
52
- Mime-Version: 1.0
53
- Content-Type: text/html;
54
- charset=UTF-8
55
- Content-Transfer-Encoding: quoted-printable
56
- Content-ID: <4d8a0fcc68994_1c3a4313408275c@flour.mail>
57
-
58
- <?xml version=3D"1.0" encoding=3D"UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//=
59
- DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.=
60
- dtd"><!-- This file has been generated by tj3ts_receiver v0.0.11 -->=0D
61
- <html lang=3D"en" xml:lang=3D"en" xmlns=3D"http://www.w3.org/1999/xhtml">=
62
- =0D
63
- <head>=0D
64
- <title>TaskJuggler Report - </title>=0D
65
- <meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type=
66
- "/>=0D
67
- <meta content=3D"TaskJuggler Report" name=3D"description"/>=0D
68
- <meta content=3D"taskjuggler, project, management" name=3D"keywords"/>=0D=
69
-
70
- <meta content=3D"text/css; charset=3Dutf-8" http-equiv=3D"Content-Style=
71
- -Type"></meta>=0D
72
- <style type=3D"text/css">=0D
73
- body {=0D
74
- font-family:Bitstream Vera Sans, Tahoma, sans-serif;=0D
75
- font-size:15px;=0D
76
- }=0D
77
- h1, h2, table, tr, td, div, span {=0D
78
- font-family: Bitstream Vera Sans, Tahoma, sans-serif;=0D
79
- }=0D
80
- table {=0D
81
- }=0D
82
- td, div { padding:0px; margin:0px; }=0D
83
- h1 { font-size:22px; }=0D
84
- h2 { font-size:18px; }=0D
85
- h3 { font-size:16px; }=0D
86
- =0D
87
- .tj_journal {=0D
88
- font-size:11px;=0D
89
- }=0D
90
- i.tj_journal { font-size:9px; }=0D
91
- h1.tj_journal {=0D
92
- font-size:16px;=0D
93
- margin-left:0px;=0D
94
- }=0D
95
- h2.tj_journal {=0D
96
- font-size:14px;=0D
97
- margin-left:10px;=0D
98
- }=0D
99
- h3.tj_journal { =0D
100
- margin-top:5px;=0D
101
- font-size:13px; =0D
102
- margin-bottom:1px;=0D
103
- margin-left:20px;=0D
104
- }=0D
105
- h4.tj_journal { =0D
106
- font-size:12px;=0D
107
- margin-left:30px;=0D
108
- }=0D
109
- p.tj_journal {=0D
110
- margin-top:1px;=0D
111
- margin-bottom:5px;=0D
112
- margin-left:30px;=0D
113
- }=0D
114
- =0D
115
- /* The basic elements of a text report page. */=0D
116
- .tj_text_page {=0D
117
- width:100%;=0D
118
- border-spacing:0px;=0D
119
- }=0D
120
- =0D
121
- .tj_text_row {=0D
122
- }=0D
123
- .tj_column_left {=0D
124
- vertical-align:top;=0D
125
- }=0D
126
- =0D
127
- .tj_column_center {=0D
128
- vertical-align:top;=0D
129
- }=0D
130
- =0D
131
- .tj_column_right {=0D
132
- vertical-align:top;=0D
133
- }=0D
134
- =0D
135
- /* The top-level page layout */=0D
136
- .tj_page {=0D
137
- margin: 35px 5% 25px 5%;=0D
138
- }=0D
139
- =0D
140
- /* The container that holds report tables */=0D
141
- .tj_table_frame {=0D
142
- margin-left:auto;=0D
143
- margin-right:auto;=0D
144
- text-align:center;=0D
145
- background-color:#9a9a9a;=0D
146
- margin-top:15px;=0D
147
- margin-bottom:15px;=0D
148
- border-spacing:1px;=0D
149
- font-size:13px;=0D
150
- }=0D
151
- =0D
152
- /* The headline box for report tables */=0D
153
- .tj_table_headline {=0D
154
- font-size:16px; =0D
155
- font-weight:bold;=0D
156
- white-space:nowrap;=0D
157
- padding:5px;=0D
158
- margin:1px;=0D
159
- text-align:center;=0D
160
- color:#000000;=0D
161
- background-color:#d4dde6; =0D
162
- }=0D
163
- =0D
164
- .tj_table {=0D
165
- background-color:#9a9a9a;=0D
166
- margin:0px;=0D
167
- border-spacing:1px;=0D
168
- }=0D
169
- =0D
170
- /* The cells of the table header. */=0D
171
- .tj_table_header_cell {=0D
172
- padding:0px 3px 0px 3px;=0D
173
- white-space:nowrap;=0D
174
- border-spacing:0px;=0D
175
- overflow:hidden;=0D
176
- }=0D
177
- =0D
178
- /* A regular table cell. It usually contains the cell icon, the text=0D=
179
-
180
- * label and a tooltip trigger. */=0D
181
- .tj_table_cell {=0D
182
- vertical-align:top;=0D
183
- padding:0px 4px 0px 2px;=0D
184
- margin:0px;=0D
185
- width:100%;=0D
186
- border-spacing:0px;=0D
187
- position: relative;=0D
188
- overflow:hidden;=0D
189
- } =0D
190
- =0D
191
- /* The symbol is the icon to the left of the text label in a table=0D
192
- * cell. */=0D
193
- .tj_table_cell_icon {=0D
194
- vertical-align:top;=0D
195
- text-align:right;=0D
196
- padding:2px 3px 0px 0px;=0D
197
- width:19px;=0D
198
- }=0D
199
- =0D
200
- /* This is the text label of a cell. */=0D
201
- .tj_table_cell_label {=0D
202
- vertical-align:top;=0D
203
- padding-top:1px;=0D
204
- }=0D
205
- =0D
206
- /* The box around the icon to the right of the text label. This is=0D
207
- * optional and triggers the tooltip with the full text of the cell in=
208
- =0D
209
- * case the cell is not large enough to show everything. */=0D
210
- .tj_table_cell_tooltip {=0D
211
- vertical-align:top;=0D
212
- padding:2px 0px 0px 3px;=0D
213
- }=0D
214
- =0D
215
- /* The container that holds the invisible tooltips. */=0D
216
- .tj_tooltip_box{=0D
217
- position:fixed; =0D
218
- top:0px;=0D
219
- left:0px;=0D
220
- display:none;=0D
221
- visibility:hidden;=0D
222
- }=0D
223
- =0D
224
- /* The caption box for report tables */=0D
225
- .tj_table_caption {=0D
226
- padding: 5px 13px 5px 13px;=0D
227
- background-color:#ebf2ff;=0D
228
- text-align:left;=0D
229
- white-space:normal;=0D
230
- margin:1px;=0D
231
- font-size:13px=0D
232
- }=0D
233
- =0D
234
- .tj_table_legend_frame {=0D
235
- padding:5px;=0D
236
- margin:1px;=0D
237
- background-color:#d4dde6; =0D
238
- }=0D
239
- =0D
240
- /* The legend of reports with calendar and Gantt charts */=0D
241
- .tj_table_legend {=0D
242
- margin-left:auto;=0D
243
- margin-right:auto;=0D
244
- text-align:center;=0D
245
- font-size:11px;=0D
246
- color:#000000;=0D
247
- border-spacing:1px;=0D
248
- }=0D
249
- =0D
250
- /* A row of the table legend */=0D
251
- .tj_legend_row {=0D
252
- height:19px;=0D
253
- }=0D
254
- =0D
255
- /* Headlines used for the legend when both chart types are used in a=0D=
256
-
257
- * report */=0D
258
- .tj_legend_headline {=0D
259
- font-size:12px;=0D
260
- font-weight:bold;=0D
261
- }=0D
262
- =0D
263
- /* A legend row has 3 items. An item contains a label and a symbol */=0D=
264
-
265
- .tj_legend_item {=0D
266
- }=0D
267
- =0D
268
- .tj_legend_symbol {=0D
269
- position: relative;=0D
270
- width:45px;=0D
271
- height:19px;=0D
272
- }=0D
273
- =0D
274
- .tj_legend_label {=0D
275
- text-align: left;=0D
276
- }=0D
277
- =0D
278
- .tj_legend_spacer {=0D
279
- width:30px;=0D
280
- }=0D
281
- =0D
282
- .tj_gantt_jag {=0D
283
- position:absolute;=0D
284
- border-style: solid;=0D
285
- width: 0px;=0D
286
- height: 0px; =0D
287
- line-height: 0px;=0D
288
- border-top: 5px solid black;=0D
289
- border-left: 5px solid transparent;=0D
290
- border-right: 5px solid transparent;=0D
291
- border-bottom: none=0D
292
- }=0D
293
- =0D
294
- .tj_diamond_top {=0D
295
- position:absolute;=0D
296
- border-style: solid;=0D
297
- width: 0px;=0D
298
- height: 0px; =0D
299
- line-height: 0px;=0D
300
- border-top: none;=0D
301
- border-left: 7px solid transparent;=0D
302
- border-right: 7px solid transparent;=0D
303
- border-bottom: 7px solid black;=0D
304
- }=0D
305
- .tj_diamond_bottom {=0D
306
- position:absolute;=0D
307
- border-style: solid;=0D
308
- width: 0px;=0D
309
- height: 0px; =0D
310
- line-height: 0px;=0D
311
- border-top: 7px solid black;=0D
312
- border-left: 7px solid transparent;=0D
313
- border-right: 7px solid transparent;=0D
314
- border-bottom: none;=0D
315
- }=0D
316
- =0D
317
- .tj_arrow_head {=0D
318
- position:absolute;=0D
319
- border-style: solid;=0D
320
- width: 0px;=0D
321
- height: 0px; =0D
322
- line-height: 0px;=0D
323
- border-top: 5px solid transparent;=0D
324
- border-left: 5px solid black;=0D
325
- border-right: none; =0D
326
- border-bottom: 5px solid transparent;=0D
327
- }=0D
328
- =0D
329
- .tabback {=0D
330
- background-color:#9a9a9a;=0D
331
- overflow:visible;=0D
332
- }=0D
333
- .tabfront { background-color:#d4dde6; }=0D
334
- .tabhead {=0D
335
- white-space:nowrap;=0D
336
- background-color:#7a7a7a;=0D
337
- color:#ffffff;=0D
338
- text-align:center;=0D
339
- }=0D
340
- .tabhead_offduty {=0D
341
- white-space:nowrap;=0D
342
- background-color:#bdbdaa;=0D
343
- color:#000000;=0D
344
- }=0D
345
- .tabfooter {=0D
346
- white-space:nowrap;=0D
347
- background-color:#9a9a9a;=0D
348
- color:#ffffff;=0D
349
- text-align:center;=0D
350
- }=0D
351
- .headercelldiv {=0D
352
- padding-top:1px;=0D
353
- padding-right:3px;=0D
354
- padding-left:3px;=0D
355
- padding-bottom:0px;=0D
356
- white-space:nowrap;=0D
357
- overflow:hidden;=0D
358
- }=0D
359
- .celldiv {=0D
360
- padding:1px 3px 2px 3px;=0D
361
- white-space:nowrap;=0D
362
- overflow:hidden;=0D
363
- position: relative;=0D
364
- }=0D
365
- .tabline { color:#000000 }=0D
366
- .tabcell {=0D
367
- white-space:nowrap;=0D
368
- overflow:hidden;=0D
369
- padding:0px;=0D
370
- }=0D
371
- .taskcell1 {=0D
372
- background-color:#ebf2ff;=0D
373
- white-space:nowrap;=0D
374
- padding:0px;=0D
375
- }=0D
376
- .taskcell2 {=0D
377
- background-color:#d9dfeb;=0D
378
- white-space:nowrap;=0D
379
- padding:0px;=0D
380
- }=0D
381
- .resourcecell1 {=0D
382
- background-color:#fff2eb;=0D
383
- white-space:nowrap;=0D
384
- padding:0px;=0D
385
- }=0D
386
- .resourcecell2 {=0D
387
- background-color:#ebdfd9;=0D
388
- white-space:nowrap;=0D
389
- padding:0px;=0D
390
- }=0D
391
- /* The *2 versions have a 20 points less HSV value of the *1 versions*=
392
- /=0D
393
- .busy1 { background-color:#ff3b3b; }=0D
394
- .busy2 { background-color:#eb3636; }=0D
395
- .loaded1 { background-color:#ff9b9b; }=0D
396
- .loaded2 { background-color:#eb8f8f; }=0D
397
- .free1 { background-color:#a5ffb4; }=0D
398
- .free2 { background-color:#98eba6; }=0D
399
- .offduty1 { background-color:#bdbdaa; }=0D
400
- .offduty2 { background-color:#a9a999; }=0D
401
- .calconttask1 { background-color:#abbeae; }=0D
402
- .calconttask2 { background-color:#99aa9c; }=0D
403
- .caltask1 { background-color:#2050e5; }=0D
404
- .caltask2 { background-color:#1c4ad1; }=0D
405
- .todo1 { background-color:#beabab; }=0D
406
- .todo2 { background-color:#aa9999; }=0D
407
- =0D
408
- .tabvline {=0D
409
- background-color:#9a9a9a;=0D
410
- position:absolute;=0D
411
- }=0D
412
- .tj_gantt_frame {=0D
413
- position:absolute;=0D
414
- /* Make sure this element is above all other elements */=0D
415
- z-index:100;=0D
416
- }=0D
417
- .containerbar {=0D
418
- background-color:#09090a;=0D
419
- position:absolute;=0D
420
- }=0D
421
- .taskbarframe {=0D
422
- background-color:#09090a;=0D
423
- position:absolute;=0D
424
- }=0D
425
- .taskbar {=0D
426
- background-color:#2f57ea;=0D
427
- position:absolute;=0D
428
- }=0D
429
- .progressbar {=0D
430
- background-color:#36363f;=0D
431
- position:absolute;=0D
432
- }=0D
433
- .milestone {=0D
434
- background-color:#09090a;=0D
435
- position:absolute;=0D
436
- }=0D
437
- .loadstackframe {=0D
438
- background-color:#452a2a;=0D
439
- position:absolute;=0D
440
- }=0D
441
- .free {=0D
442
- background-color:#a5ffb5;=0D
443
- position:absolute;=0D
444
- }=0D
445
- .busy {=0D
446
- background-color:#ff9b9b;=0D
447
- position:absolute;=0D
448
- }=0D
449
- .assigned {=0D
450
- background-color:#ff3b3b;=0D
451
- position:absolute;=0D
452
- }=0D
453
- .offduty {=0D
454
- background-color:#bdbdaa;=0D
455
- white-space:nowrap;=0D
456
- position:absolute;=0D
457
- }=0D
458
- .depline {=0D
459
- background-color:#000000;=0D
460
- position:absolute;=0D
461
- }=0D
462
- .nowline {=0D
463
- background-color:#EE0000;=0D
464
- position:absolute;=0D
465
- }=0D
466
- .white {=0D
467
- background-color:#FFFFFF;=0D
468
- position:absolute;=0D
469
- }=0D
470
- =0D
471
- =0D
472
- .navbar_current {=0D
473
- background-color:#606060;=0D
474
- font-size:13px;=0D
475
- font-weight:bold;=0D
476
- color:#FFFFFF;=0D
477
- padding:5px;=0D
478
- }=0D
479
- .navbar_others {=0D
480
- background-color:#FFFFFF;=0D
481
- font-size:13px;=0D
482
- padding:5px;=0D
483
- }=0D
484
- .copyright {=0D
485
- font-size:9px;=0D
486
- color:#101010;=0D
487
- text-align:center;=0D
488
- margin-top:10px;=0D
489
- }=0D
490
- =0D
491
- </style>=0D
492
- </head>=0D
493
- <body><div>=0D
494
- <h1 id=3D"Report_from_Sbastien_Bono_for_the_period_ending_20020301">Re=
495
- port from S=C3=A9bastien Bono for the period ending 2002-03-01</h1>=0D
496
- <h2 id=3D"Green_BackEnd_Functions_ID_AcSosoftwarebackend">[<span style=
497
- =3D"color:green">Green</span>] Back-End Functions (ID: AcSo.software.back=
498
- end)</h2>=0D
499
- <p>=0D
500
- <b>Work:</b> 95% <b>Remaining:</b> 0.0d</p>=0D
501
- <p><b>My headline here!</b></p>=0D
502
- </div></body>=0D
503
- </html>=
504
-
505
-
506
- ----==_mimepart_4d8a0fcc5a01e_1c3a431340825f2--
507
- TaskJuggler III v0.0.11 - A Project Management Software
508
-
509
- Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011
510
- by Chris Schlaeger <chris@linux.com>
511
-
512
- This program is free software; you can redistribute it and/or modify it under
513
- the terms of version 2 of the GNU General Public License as published by the
514
- Free Software Foundation.
515
-
516
- === <nowiki>[</nowiki><fcol:green>Green</fcol><nowiki>]</nowiki> <nowiki>Graphical User Interface</nowiki> (ID: AcSo.software.gui) ===
517
-
518
- '''Work:''' 10% (5%) '''Remaining:''' 14.25d (14.875d)
519
-
520
- '''<nowiki>Another week of hard work!</nowiki>'''
521
-
522
- * Build a house.
523
- * Planted a tree.
524
- * Got a child.
525
-
526
-
527
- === <nowiki>[</nowiki><fcol:green>Green</fcol><nowiki>]</nowiki> <nowiki>Back-End Functions</nowiki> (ID: AcSo.software.backend) ===
528
-
529
- '''Work:''' 90% (95%) '''Remaining:''' 2.0d (0.0d)
530
-
531
- '''<nowiki>Had a busy week</nowiki>'''
532
-
533
- Not much to say here. Just code, sweat and tears. Some bugs
534
- haunted me but I went after them with fury.
535
-
536
-
537
- No error
538
- Date: Wed, 23 Mar 2011 15:20:47 +0000
539
- From: foo@bar.com
540
- To: SBono@crappysoftware.com
541
- Message-ID: <4d8a0fcf3ab42_1c4e4313403434a@flour.mail>
542
- in-reply-to: 4b892fc9a67fe_42e342cd54701a6@xpc.mail
543
- Subject: =?UTF-8?Q?Report_from_S=C3=A9bastien_Bono_for_2002-03-01?=
544
- Mime-Version: 1.0
545
- Content-Type: multipart/alternative;
546
- boundary="--==_mimepart_4d8a0fcf32887_1c4e43134034094";
547
- charset=UTF-8
548
- Content-Transfer-Encoding: 7bit
549
- User-Agent: TaskJuggler III/0.0.11
550
- X-TaskJuggler: tj3ts_receiver
551
-
552
-
553
-
554
- ----==_mimepart_4d8a0fcf32887_1c4e43134034094
555
- Date: Wed, 23 Mar 2011 15:20:47 +0000
556
- Mime-Version: 1.0
557
- Content-Type: text/plain;
558
- charset=UTF-8
559
- Content-Transfer-Encoding: quoted-printable
560
- Content-ID: <4d8a0fcf37b56_1c4e43134034179@flour.mail>
561
-
562
- Report from S=C3=A9bastien Bono for the period ending 2002-03-01=0D
563
- =0D
564
- [Green] Graphical User Interface (ID: AcSo.software.gui)=0D
565
- =0D
566
- Work: 10% (5%) Remaining: 14.25d (14.875d)=0D
567
- =0D
568
- Another week of hard work!=0D
569
- =0D
570
- * Build a house.=0D
571
- =0D
572
- * Planted a tree.=0D
573
- =0D
574
- * Got a child.=0D
575
- =0D
576
- [Green] Back-End Functions (ID: AcSo.software.backend)=0D
577
- =0D
578
- Work: 90% (95%) Remaining: 2.0d (0.0d)=0D
579
- =0D
580
- Had a busy week=0D
581
- =0D
582
- Not much to say here. Just code, sweat and tears. Some bugs haunted=0D=
583
-
584
- me but I went after them with fury.=
585
-
586
-
587
- ----==_mimepart_4d8a0fcf32887_1c4e43134034094
588
- Date: Wed, 23 Mar 2011 15:20:47 +0000
589
- Mime-Version: 1.0
590
- Content-Type: text/html;
591
- charset=UTF-8
592
- Content-Transfer-Encoding: quoted-printable
593
- Content-ID: <4d8a0fcf39edb_1c4e431340342d4@flour.mail>
594
-
595
- <?xml version=3D"1.0" encoding=3D"UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//=
596
- DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.=
597
- dtd"><!-- This file has been generated by tj3ts_receiver v0.0.11 -->=0D
598
- <html lang=3D"en" xml:lang=3D"en" xmlns=3D"http://www.w3.org/1999/xhtml">=
599
- =0D
600
- <head>=0D
601
- <title>TaskJuggler Report - </title>=0D
602
- <meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type=
603
- "/>=0D
604
- <meta content=3D"TaskJuggler Report" name=3D"description"/>=0D
605
- <meta content=3D"taskjuggler, project, management" name=3D"keywords"/>=0D=
606
-
607
- <meta content=3D"text/css; charset=3Dutf-8" http-equiv=3D"Content-Style=
608
- -Type"></meta>=0D
609
- <style type=3D"text/css">=0D
610
- body {=0D
611
- font-family:Bitstream Vera Sans, Tahoma, sans-serif;=0D
612
- font-size:15px;=0D
613
- }=0D
614
- h1, h2, table, tr, td, div, span {=0D
615
- font-family: Bitstream Vera Sans, Tahoma, sans-serif;=0D
616
- }=0D
617
- table {=0D
618
- }=0D
619
- td, div { padding:0px; margin:0px; }=0D
620
- h1 { font-size:22px; }=0D
621
- h2 { font-size:18px; }=0D
622
- h3 { font-size:16px; }=0D
623
- =0D
624
- .tj_journal {=0D
625
- font-size:11px;=0D
626
- }=0D
627
- i.tj_journal { font-size:9px; }=0D
628
- h1.tj_journal {=0D
629
- font-size:16px;=0D
630
- margin-left:0px;=0D
631
- }=0D
632
- h2.tj_journal {=0D
633
- font-size:14px;=0D
634
- margin-left:10px;=0D
635
- }=0D
636
- h3.tj_journal { =0D
637
- margin-top:5px;=0D
638
- font-size:13px; =0D
639
- margin-bottom:1px;=0D
640
- margin-left:20px;=0D
641
- }=0D
642
- h4.tj_journal { =0D
643
- font-size:12px;=0D
644
- margin-left:30px;=0D
645
- }=0D
646
- p.tj_journal {=0D
647
- margin-top:1px;=0D
648
- margin-bottom:5px;=0D
649
- margin-left:30px;=0D
650
- }=0D
651
- =0D
652
- /* The basic elements of a text report page. */=0D
653
- .tj_text_page {=0D
654
- width:100%;=0D
655
- border-spacing:0px;=0D
656
- }=0D
657
- =0D
658
- .tj_text_row {=0D
659
- }=0D
660
- .tj_column_left {=0D
661
- vertical-align:top;=0D
662
- }=0D
663
- =0D
664
- .tj_column_center {=0D
665
- vertical-align:top;=0D
666
- }=0D
667
- =0D
668
- .tj_column_right {=0D
669
- vertical-align:top;=0D
670
- }=0D
671
- =0D
672
- /* The top-level page layout */=0D
673
- .tj_page {=0D
674
- margin: 35px 5% 25px 5%;=0D
675
- }=0D
676
- =0D
677
- /* The container that holds report tables */=0D
678
- .tj_table_frame {=0D
679
- margin-left:auto;=0D
680
- margin-right:auto;=0D
681
- text-align:center;=0D
682
- background-color:#9a9a9a;=0D
683
- margin-top:15px;=0D
684
- margin-bottom:15px;=0D
685
- border-spacing:1px;=0D
686
- font-size:13px;=0D
687
- }=0D
688
- =0D
689
- /* The headline box for report tables */=0D
690
- .tj_table_headline {=0D
691
- font-size:16px; =0D
692
- font-weight:bold;=0D
693
- white-space:nowrap;=0D
694
- padding:5px;=0D
695
- margin:1px;=0D
696
- text-align:center;=0D
697
- color:#000000;=0D
698
- background-color:#d4dde6; =0D
699
- }=0D
700
- =0D
701
- .tj_table {=0D
702
- background-color:#9a9a9a;=0D
703
- margin:0px;=0D
704
- border-spacing:1px;=0D
705
- }=0D
706
- =0D
707
- /* The cells of the table header. */=0D
708
- .tj_table_header_cell {=0D
709
- padding:0px 3px 0px 3px;=0D
710
- white-space:nowrap;=0D
711
- border-spacing:0px;=0D
712
- overflow:hidden;=0D
713
- }=0D
714
- =0D
715
- /* A regular table cell. It usually contains the cell icon, the text=0D=
716
-
717
- * label and a tooltip trigger. */=0D
718
- .tj_table_cell {=0D
719
- vertical-align:top;=0D
720
- padding:0px 4px 0px 2px;=0D
721
- margin:0px;=0D
722
- width:100%;=0D
723
- border-spacing:0px;=0D
724
- position: relative;=0D
725
- overflow:hidden;=0D
726
- } =0D
727
- =0D
728
- /* The symbol is the icon to the left of the text label in a table=0D
729
- * cell. */=0D
730
- .tj_table_cell_icon {=0D
731
- vertical-align:top;=0D
732
- text-align:right;=0D
733
- padding:2px 3px 0px 0px;=0D
734
- width:19px;=0D
735
- }=0D
736
- =0D
737
- /* This is the text label of a cell. */=0D
738
- .tj_table_cell_label {=0D
739
- vertical-align:top;=0D
740
- padding-top:1px;=0D
741
- }=0D
742
- =0D
743
- /* The box around the icon to the right of the text label. This is=0D
744
- * optional and triggers the tooltip with the full text of the cell in=
745
- =0D
746
- * case the cell is not large enough to show everything. */=0D
747
- .tj_table_cell_tooltip {=0D
748
- vertical-align:top;=0D
749
- padding:2px 0px 0px 3px;=0D
750
- }=0D
751
- =0D
752
- /* The container that holds the invisible tooltips. */=0D
753
- .tj_tooltip_box{=0D
754
- position:fixed; =0D
755
- top:0px;=0D
756
- left:0px;=0D
757
- display:none;=0D
758
- visibility:hidden;=0D
759
- }=0D
760
- =0D
761
- /* The caption box for report tables */=0D
762
- .tj_table_caption {=0D
763
- padding: 5px 13px 5px 13px;=0D
764
- background-color:#ebf2ff;=0D
765
- text-align:left;=0D
766
- white-space:normal;=0D
767
- margin:1px;=0D
768
- font-size:13px=0D
769
- }=0D
770
- =0D
771
- .tj_table_legend_frame {=0D
772
- padding:5px;=0D
773
- margin:1px;=0D
774
- background-color:#d4dde6; =0D
775
- }=0D
776
- =0D
777
- /* The legend of reports with calendar and Gantt charts */=0D
778
- .tj_table_legend {=0D
779
- margin-left:auto;=0D
780
- margin-right:auto;=0D
781
- text-align:center;=0D
782
- font-size:11px;=0D
783
- color:#000000;=0D
784
- border-spacing:1px;=0D
785
- }=0D
786
- =0D
787
- /* A row of the table legend */=0D
788
- .tj_legend_row {=0D
789
- height:19px;=0D
790
- }=0D
791
- =0D
792
- /* Headlines used for the legend when both chart types are used in a=0D=
793
-
794
- * report */=0D
795
- .tj_legend_headline {=0D
796
- font-size:12px;=0D
797
- font-weight:bold;=0D
798
- }=0D
799
- =0D
800
- /* A legend row has 3 items. An item contains a label and a symbol */=0D=
801
-
802
- .tj_legend_item {=0D
803
- }=0D
804
- =0D
805
- .tj_legend_symbol {=0D
806
- position: relative;=0D
807
- width:45px;=0D
808
- height:19px;=0D
809
- }=0D
810
- =0D
811
- .tj_legend_label {=0D
812
- text-align: left;=0D
813
- }=0D
814
- =0D
815
- .tj_legend_spacer {=0D
816
- width:30px;=0D
817
- }=0D
818
- =0D
819
- .tj_gantt_jag {=0D
820
- position:absolute;=0D
821
- border-style: solid;=0D
822
- width: 0px;=0D
823
- height: 0px; =0D
824
- line-height: 0px;=0D
825
- border-top: 5px solid black;=0D
826
- border-left: 5px solid transparent;=0D
827
- border-right: 5px solid transparent;=0D
828
- border-bottom: none=0D
829
- }=0D
830
- =0D
831
- .tj_diamond_top {=0D
832
- position:absolute;=0D
833
- border-style: solid;=0D
834
- width: 0px;=0D
835
- height: 0px; =0D
836
- line-height: 0px;=0D
837
- border-top: none;=0D
838
- border-left: 7px solid transparent;=0D
839
- border-right: 7px solid transparent;=0D
840
- border-bottom: 7px solid black;=0D
841
- }=0D
842
- .tj_diamond_bottom {=0D
843
- position:absolute;=0D
844
- border-style: solid;=0D
845
- width: 0px;=0D
846
- height: 0px; =0D
847
- line-height: 0px;=0D
848
- border-top: 7px solid black;=0D
849
- border-left: 7px solid transparent;=0D
850
- border-right: 7px solid transparent;=0D
851
- border-bottom: none;=0D
852
- }=0D
853
- =0D
854
- .tj_arrow_head {=0D
855
- position:absolute;=0D
856
- border-style: solid;=0D
857
- width: 0px;=0D
858
- height: 0px; =0D
859
- line-height: 0px;=0D
860
- border-top: 5px solid transparent;=0D
861
- border-left: 5px solid black;=0D
862
- border-right: none; =0D
863
- border-bottom: 5px solid transparent;=0D
864
- }=0D
865
- =0D
866
- .tabback {=0D
867
- background-color:#9a9a9a;=0D
868
- overflow:visible;=0D
869
- }=0D
870
- .tabfront { background-color:#d4dde6; }=0D
871
- .tabhead {=0D
872
- white-space:nowrap;=0D
873
- background-color:#7a7a7a;=0D
874
- color:#ffffff;=0D
875
- text-align:center;=0D
876
- }=0D
877
- .tabhead_offduty {=0D
878
- white-space:nowrap;=0D
879
- background-color:#bdbdaa;=0D
880
- color:#000000;=0D
881
- }=0D
882
- .tabfooter {=0D
883
- white-space:nowrap;=0D
884
- background-color:#9a9a9a;=0D
885
- color:#ffffff;=0D
886
- text-align:center;=0D
887
- }=0D
888
- .headercelldiv {=0D
889
- padding-top:1px;=0D
890
- padding-right:3px;=0D
891
- padding-left:3px;=0D
892
- padding-bottom:0px;=0D
893
- white-space:nowrap;=0D
894
- overflow:hidden;=0D
895
- }=0D
896
- .celldiv {=0D
897
- padding:1px 3px 2px 3px;=0D
898
- white-space:nowrap;=0D
899
- overflow:hidden;=0D
900
- position: relative;=0D
901
- }=0D
902
- .tabline { color:#000000 }=0D
903
- .tabcell {=0D
904
- white-space:nowrap;=0D
905
- overflow:hidden;=0D
906
- padding:0px;=0D
907
- }=0D
908
- .taskcell1 {=0D
909
- background-color:#ebf2ff;=0D
910
- white-space:nowrap;=0D
911
- padding:0px;=0D
912
- }=0D
913
- .taskcell2 {=0D
914
- background-color:#d9dfeb;=0D
915
- white-space:nowrap;=0D
916
- padding:0px;=0D
917
- }=0D
918
- .resourcecell1 {=0D
919
- background-color:#fff2eb;=0D
920
- white-space:nowrap;=0D
921
- padding:0px;=0D
922
- }=0D
923
- .resourcecell2 {=0D
924
- background-color:#ebdfd9;=0D
925
- white-space:nowrap;=0D
926
- padding:0px;=0D
927
- }=0D
928
- /* The *2 versions have a 20 points less HSV value of the *1 versions*=
929
- /=0D
930
- .busy1 { background-color:#ff3b3b; }=0D
931
- .busy2 { background-color:#eb3636; }=0D
932
- .loaded1 { background-color:#ff9b9b; }=0D
933
- .loaded2 { background-color:#eb8f8f; }=0D
934
- .free1 { background-color:#a5ffb4; }=0D
935
- .free2 { background-color:#98eba6; }=0D
936
- .offduty1 { background-color:#bdbdaa; }=0D
937
- .offduty2 { background-color:#a9a999; }=0D
938
- .calconttask1 { background-color:#abbeae; }=0D
939
- .calconttask2 { background-color:#99aa9c; }=0D
940
- .caltask1 { background-color:#2050e5; }=0D
941
- .caltask2 { background-color:#1c4ad1; }=0D
942
- .todo1 { background-color:#beabab; }=0D
943
- .todo2 { background-color:#aa9999; }=0D
944
- =0D
945
- .tabvline {=0D
946
- background-color:#9a9a9a;=0D
947
- position:absolute;=0D
948
- }=0D
949
- .tj_gantt_frame {=0D
950
- position:absolute;=0D
951
- /* Make sure this element is above all other elements */=0D
952
- z-index:100;=0D
953
- }=0D
954
- .containerbar {=0D
955
- background-color:#09090a;=0D
956
- position:absolute;=0D
957
- }=0D
958
- .taskbarframe {=0D
959
- background-color:#09090a;=0D
960
- position:absolute;=0D
961
- }=0D
962
- .taskbar {=0D
963
- background-color:#2f57ea;=0D
964
- position:absolute;=0D
965
- }=0D
966
- .progressbar {=0D
967
- background-color:#36363f;=0D
968
- position:absolute;=0D
969
- }=0D
970
- .milestone {=0D
971
- background-color:#09090a;=0D
972
- position:absolute;=0D
973
- }=0D
974
- .loadstackframe {=0D
975
- background-color:#452a2a;=0D
976
- position:absolute;=0D
977
- }=0D
978
- .free {=0D
979
- background-color:#a5ffb5;=0D
980
- position:absolute;=0D
981
- }=0D
982
- .busy {=0D
983
- background-color:#ff9b9b;=0D
984
- position:absolute;=0D
985
- }=0D
986
- .assigned {=0D
987
- background-color:#ff3b3b;=0D
988
- position:absolute;=0D
989
- }=0D
990
- .offduty {=0D
991
- background-color:#bdbdaa;=0D
992
- white-space:nowrap;=0D
993
- position:absolute;=0D
994
- }=0D
995
- .depline {=0D
996
- background-color:#000000;=0D
997
- position:absolute;=0D
998
- }=0D
999
- .nowline {=0D
1000
- background-color:#EE0000;=0D
1001
- position:absolute;=0D
1002
- }=0D
1003
- .white {=0D
1004
- background-color:#FFFFFF;=0D
1005
- position:absolute;=0D
1006
- }=0D
1007
- =0D
1008
- =0D
1009
- .navbar_current {=0D
1010
- background-color:#606060;=0D
1011
- font-size:13px;=0D
1012
- font-weight:bold;=0D
1013
- color:#FFFFFF;=0D
1014
- padding:5px;=0D
1015
- }=0D
1016
- .navbar_others {=0D
1017
- background-color:#FFFFFF;=0D
1018
- font-size:13px;=0D
1019
- padding:5px;=0D
1020
- }=0D
1021
- .copyright {=0D
1022
- font-size:9px;=0D
1023
- color:#101010;=0D
1024
- text-align:center;=0D
1025
- margin-top:10px;=0D
1026
- }=0D
1027
- =0D
1028
- </style>=0D
1029
- </head>=0D
1030
- <body><div>=0D
1031
- <h1 id=3D"Report_from_Sbastien_Bono_for_the_period_ending_20020301">Re=
1032
- port from S=C3=A9bastien Bono for the period ending 2002-03-01</h1>=0D
1033
- <h2 id=3D"Green_Graphical_User_Interface_ID_AcSosoftwaregui">[<span st=
1034
- yle=3D"color:green">Green</span>] Graphical User Interface (ID: AcSo.soft=
1035
- ware.gui)</h2>=0D
1036
- <p>=0D
1037
- <b>Work:</b> 10% (5%) <b>Remaining:</b> 14.25d (14.875d)</p>=0D
1038
- <p><b>Another week of hard work!</b></p>=0D
1039
- <ul>=0D
1040
- <li>Build a house.</li>=0D
1041
- <li>Planted a tree.</li>=0D
1042
- <li>Got a child.</li>=0D
1043
- </ul>=0D
1044
- <h2 id=3D"Green_BackEnd_Functions_ID_AcSosoftwarebackend">[<span style=
1045
- =3D"color:green">Green</span>] Back-End Functions (ID: AcSo.software.back=
1046
- end)</h2>=0D
1047
- <p>=0D
1048
- <b>Work:</b> 90% (95%) <b>Remaining:</b> 2.0d (0.0d)</p>=0D
1049
- <p><b>Had a busy week</b></p>=0D
1050
- <p>Not much to say here. Just code, sweat and tears. Some bugs haunted=
1051
- me but I went after them with fury.</p>=0D
1052
- </div></body>=0D
1053
- </html>=
1054
-
1055
-
1056
- ----==_mimepart_4d8a0fcf32887_1c4e43134034094--