taskjuggler 3.2.0 → 3.3.0
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.
- data/CHANGELOG +30 -0
- data/README.rdoc +1 -0
- data/data/tjp.vim +13 -9
- data/lib/taskjuggler/Allocation.rb +2 -2
- data/lib/taskjuggler/AttributeBase.rb +10 -0
- data/lib/taskjuggler/Attributes.rb +2 -8
- data/lib/taskjuggler/Journal.rb +20 -19
- data/lib/taskjuggler/PTNProxy.rb +14 -1
- data/lib/taskjuggler/ProjectFileParser.rb +3 -0
- data/lib/taskjuggler/ProjectFileScanner.rb +54 -44
- data/lib/taskjuggler/PropertyList.rb +32 -0
- data/lib/taskjuggler/PropertyTreeNode.rb +4 -0
- data/lib/taskjuggler/ResourceScenario.rb +53 -20
- data/lib/taskjuggler/RichText/Document.rb +7 -5
- data/lib/taskjuggler/RichText/Scanner.rb +38 -38
- data/lib/taskjuggler/RichText/TOCEntry.rb +1 -1
- data/lib/taskjuggler/TaskScenario.rb +78 -62
- data/lib/taskjuggler/TextParser.rb +4 -3
- data/lib/taskjuggler/TextParser/MacroTable.rb +3 -1
- data/lib/taskjuggler/TextParser/Scanner.rb +73 -58
- data/lib/taskjuggler/Tj3Config.rb +1 -1
- data/lib/taskjuggler/TjpSyntaxRules.rb +215 -67
- data/lib/taskjuggler/apps/Tj3Client.rb +1 -1
- data/lib/taskjuggler/daemon/ReportServer.rb +8 -1
- data/lib/taskjuggler/reports/ExportRE.rb +46 -0
- data/lib/taskjuggler/reports/MspXmlRE.rb +409 -0
- data/lib/taskjuggler/reports/Report.rb +29 -4
- data/lib/taskjuggler/reports/ReportBase.rb +0 -8
- data/lib/taskjuggler/reports/TableReport.rb +13 -3
- data/lib/taskjuggler/reports/TaskListRE.rb +1 -0
- data/lib/taskjuggler/reports/TjpExportRE.rb +1 -1
- data/manual/Rich_Text_Attributes +2 -2
- data/manual/Tutorial +15 -11
- data/manual/html/Day_To_Day_Juggling.html +1 -1
- data/manual/html/Getting_Started.html +1 -1
- data/manual/html/How_To_Contribute.html +1 -1
- data/manual/html/Installation.html +1 -1
- data/manual/html/Intro.html +1 -1
- data/manual/html/Reporting_Bugs.html +1 -1
- data/manual/html/Rich_Text_Attributes.html +1 -1
- data/manual/html/Software.html +1 -1
- data/manual/html/TaskJuggler_2x_Migration.html +1 -1
- data/manual/html/TaskJuggler_Internals.html +1 -1
- data/manual/html/The_TaskJuggler_Syntax.html +1 -1
- data/manual/html/Tutorial.html +5 -2
- data/manual/html/account.html +1 -1
- data/manual/html/account.task.html +1 -1
- data/manual/html/accountprefix.html +1 -1
- data/manual/html/accountreport.html +9 -3
- data/manual/html/accountroot.html +1 -1
- data/manual/html/active.html +1 -1
- data/manual/html/adopt.task.html +3 -3
- data/manual/html/aggregate.html +1 -1
- data/manual/html/alert.html +1 -1
- data/manual/html/alertlevels.html +1 -1
- data/manual/html/allocate.html +5 -2
- data/manual/html/alphabet.html +1 -1
- data/manual/html/alternative.html +1 -1
- data/manual/html/author.html +1 -1
- data/manual/html/balance.html +1 -1
- data/manual/html/booking.resource.html +1 -1
- data/manual/html/booking.task.html +1 -1
- data/manual/html/caption.html +1 -1
- data/manual/html/cellcolor.column.html +1 -1
- data/manual/html/celltext.column.html +43 -4
- data/manual/html/center.html +1 -1
- data/manual/html/charge.html +1 -1
- data/manual/html/chargeset.html +2 -2
- data/manual/html/columnid.html +6 -6
- data/manual/html/columns.html +1 -1
- data/manual/html/complete.html +1 -1
- data/manual/html/copyright.html +1 -1
- data/manual/html/credits.html +1 -1
- data/manual/html/currency.html +1 -1
- data/manual/html/currencyformat.html +1 -1
- data/manual/html/dailymax.html +1 -1
- data/manual/html/dailymin.html +1 -1
- data/manual/html/dailyworkinghours.html +1 -1
- data/manual/html/date.extend.html +1 -1
- data/manual/html/date.html +2 -2
- data/manual/html/definitions.html +1 -1
- data/manual/html/depends.html +1 -1
- data/manual/html/details.html +1 -1
- data/manual/html/disabled.html +1 -1
- data/manual/html/duration.html +1 -1
- data/manual/html/efficiency.html +1 -1
- data/manual/html/effort.html +1 -1
- data/manual/html/email.html +1 -1
- data/manual/html/enabled.html +1 -1
- data/manual/html/end.column.html +1 -1
- data/manual/html/end.html +1 -1
- data/manual/html/end.limit.html +1 -1
- data/manual/html/end.report.html +9 -3
- data/manual/html/end.timesheet.html +1 -1
- data/manual/html/endcredit.html +1 -1
- data/manual/html/epilog.html +1 -1
- data/manual/html/export.html +73 -5
- data/manual/html/extend.html +1 -1
- data/manual/html/fail.html +1 -1
- data/manual/html/fdl.html +1 -1
- data/manual/html/flags.account.html +1 -1
- data/manual/html/flags.html +1 -1
- data/manual/html/flags.journalentry.html +1 -1
- data/manual/html/flags.report.html +1 -1
- data/manual/html/flags.resource.html +1 -1
- data/manual/html/flags.statussheet.html +1 -1
- data/manual/html/flags.task.html +1 -1
- data/manual/html/flags.timesheet.html +1 -1
- data/manual/html/fontcolor.column.html +1 -1
- data/manual/html/footer.html +1 -1
- data/manual/html/formats.export.html +72 -0
- data/manual/html/formats.html +3 -3
- data/manual/html/functions.html +3 -3
- data/manual/html/gapduration.html +2 -2
- data/manual/html/gaplength.html +1 -1
- data/manual/html/halign.center.html +1 -1
- data/manual/html/halign.column.html +1 -1
- data/manual/html/halign.left.html +1 -1
- data/manual/html/halign.right.html +1 -1
- data/manual/html/hasalert.html +1 -1
- data/manual/html/header.html +1 -1
- data/manual/html/headline.html +1 -1
- data/manual/html/height.html +1 -1
- data/manual/html/hideaccount.html +1 -1
- data/manual/html/hidejournalentry.html +1 -1
- data/manual/html/hidereport.html +1 -1
- data/manual/html/hideresource.html +1 -1
- data/manual/html/hidetask.html +1 -1
- data/manual/html/icalreport.html +1 -1
- data/manual/html/include.macro.html +1 -1
- data/manual/html/include.project.html +1 -1
- data/manual/html/include.properties.html +1 -1
- data/manual/html/index.html +1 -1
- data/manual/html/inherit.extend.html +1 -1
- data/manual/html/interval1.html +2 -2
- data/manual/html/interval2.html +2 -2
- data/manual/html/interval3.html +2 -2
- data/manual/html/interval4.html +2 -2
- data/manual/html/isactive.html +1 -1
- data/manual/html/ischildof.html +1 -1
- data/manual/html/isdependencyof.html +1 -1
- data/manual/html/isdutyof.html +1 -1
- data/manual/html/isfeatureof.html +1 -1
- data/manual/html/isleaf.html +1 -1
- data/manual/html/ismilestone.html +1 -1
- data/manual/html/isongoing.html +1 -1
- data/manual/html/isresource.html +1 -1
- data/manual/html/isresponsibilityof.html +1 -1
- data/manual/html/istask.html +1 -1
- data/manual/html/journalattributes.html +1 -1
- data/manual/html/journalentry.html +1 -1
- data/manual/html/journalmode.html +11 -3
- data/manual/html/leaveallowance.html +1 -1
- data/manual/html/leaves.html +1 -1
- data/manual/html/left.html +1 -1
- data/manual/html/length.html +1 -1
- data/manual/html/limits.allocate.html +1 -1
- data/manual/html/limits.html +1 -1
- data/manual/html/limits.resource.html +1 -1
- data/manual/html/limits.task.html +1 -1
- data/manual/html/listitem.column.html +1 -1
- data/manual/html/listtype.column.html +1 -1
- data/manual/html/loadunit.html +2 -2
- data/manual/html/logicalexpression.html +1 -1
- data/manual/html/logicalflagexpression.html +1 -1
- data/manual/html/macro.html +1 -1
- data/manual/html/managers.html +1 -1
- data/manual/html/mandatory.html +1 -1
- data/manual/html/maxend.html +1 -1
- data/manual/html/maximum.html +1 -1
- data/manual/html/maxstart.html +1 -1
- data/manual/html/milestone.html +1 -1
- data/manual/html/minend.html +1 -1
- data/manual/html/minimum.html +1 -1
- data/manual/html/minstart.html +1 -1
- data/manual/html/monthlymax.html +1 -1
- data/manual/html/monthlymin.html +1 -1
- data/manual/html/navbar.html +5 -1
- data/manual/html/navigator.html +1 -1
- data/manual/html/newtask.html +1 -1
- data/manual/html/nikureport.html +1 -1
- data/manual/html/note.task.html +1 -1
- data/manual/html/now.html +1 -1
- data/manual/html/numberformat.html +1 -1
- data/manual/html/onend.html +1 -1
- data/manual/html/onstart.html +1 -1
- data/manual/html/opennodes.html +1 -1
- data/manual/html/overtime.booking.html +1 -1
- data/manual/html/period.column.html +1 -1
- data/manual/html/period.limit.html +1 -1
- data/manual/html/period.report.html +1 -1
- data/manual/html/period.task.html +1 -1
- data/manual/html/persistent.html +1 -1
- data/manual/html/precedes.html +1 -1
- data/manual/html/priority.html +1 -1
- data/manual/html/priority.timesheet.html +1 -1
- data/manual/html/project.html +1 -1
- data/manual/html/projectid.html +1 -1
- data/manual/html/projectid.task.html +1 -1
- data/manual/html/projectids.html +1 -1
- data/manual/html/projection.html +1 -1
- data/manual/html/prolog.html +1 -1
- data/manual/html/properties.html +1 -1
- data/manual/html/purge.html +8 -5
- data/manual/html/rate.html +1 -1
- data/manual/html/rate.resource.html +1 -1
- data/manual/html/reference.extend.html +1 -1
- data/manual/html/remaining.html +1 -1
- data/manual/html/replace.html +1 -1
- data/manual/html/reportprefix.html +1 -1
- data/manual/html/resource.html +1 -1
- data/manual/html/resourceattributes.html +1 -1
- data/manual/html/resourceprefix.html +1 -1
- data/manual/html/resourcereport.html +9 -3
- data/manual/html/resourceroot.html +1 -1
- data/manual/html/resources.limit.html +1 -1
- data/manual/html/responsible.html +1 -1
- data/manual/html/richtext.extend.html +1 -1
- data/manual/html/right.html +1 -1
- data/manual/html/rollupaccount.html +1 -1
- data/manual/html/rollupresource.html +1 -1
- data/manual/html/rolluptask.html +1 -1
- data/manual/html/scale.column.html +1 -1
- data/manual/html/scenario.html +1 -1
- data/manual/html/scenario.ical.html +1 -1
- data/manual/html/scenarios.export.html +1 -1
- data/manual/html/scenarios.html +1 -1
- data/manual/html/scenariospecific.extend.html +1 -1
- data/manual/html/scheduled.html +2 -2
- data/manual/html/scheduling.html +1 -1
- data/manual/html/select.html +1 -1
- data/manual/html/selfcontained.html +1 -1
- data/manual/html/shift.allocate.html +1 -1
- data/manual/html/shift.html +1 -1
- data/manual/html/shift.resource.html +1 -1
- data/manual/html/shift.task.html +1 -1
- data/manual/html/shift.timesheet.html +1 -1
- data/manual/html/shifts.allocate.html +1 -1
- data/manual/html/shifts.resource.html +1 -1
- data/manual/html/shifts.task.html +1 -1
- data/manual/html/shorttimeformat.html +1 -1
- data/manual/html/sloppy.booking.html +1 -1
- data/manual/html/sloppy.projection.html +1 -1
- data/manual/html/sortaccounts.html +1 -1
- data/manual/html/sortjournalentries.html +1 -1
- data/manual/html/sortresources.html +1 -1
- data/manual/html/sorttasks.html +1 -1
- data/manual/html/start.column.html +1 -1
- data/manual/html/start.html +1 -1
- data/manual/html/start.limit.html +1 -1
- data/manual/html/start.report.html +1 -1
- data/manual/html/startcredit.html +1 -1
- data/manual/html/status.statussheet.html +1 -1
- data/manual/html/status.timesheet.html +1 -1
- data/manual/html/statussheet.html +1 -1
- data/manual/html/statussheetreport.html +1 -1
- data/manual/html/strict.projection.html +1 -1
- data/manual/html/summary.html +1 -1
- data/manual/html/supplement.html +1 -1
- data/manual/html/supplement.resource.html +1 -1
- data/manual/html/supplement.task.html +1 -1
- data/manual/html/tagfile.html +1 -1
- data/manual/html/task.html +1 -1
- data/manual/html/task.statussheet.html +1 -1
- data/manual/html/task.timesheet.html +1 -1
- data/manual/html/taskattributes.html +1 -1
- data/manual/html/taskprefix.html +1 -1
- data/manual/html/taskreport.html +9 -3
- data/manual/html/taskroot.export.html +104 -0
- data/manual/html/taskroot.html +3 -3
- data/manual/html/text.extend.html +3 -3
- data/manual/html/textreport.html +9 -3
- data/manual/html/timeformat.html +1 -1
- data/manual/html/timeoff.nikureport.html +1 -1
- data/manual/html/timesheet.html +1 -1
- data/manual/html/timesheetreport.html +1 -1
- data/manual/html/timezone.export.html +1 -1
- data/manual/html/timezone.html +1 -1
- data/manual/html/timezone.report.html +1 -1
- data/manual/html/timezone.shift.html +1 -1
- data/manual/html/timingresolution.html +1 -1
- data/manual/html/title.column.html +1 -1
- data/manual/html/title.html +1 -1
- data/manual/html/toc.html +203 -189
- data/manual/html/tooltip.column.html +1 -1
- data/manual/html/tracereport.html +9 -3
- data/manual/html/trackingscenario.html +1 -1
- data/manual/html/treelevel.html +1 -1
- data/manual/html/vacation.html +1 -1
- data/manual/html/vacation.resource.html +1 -1
- data/manual/html/vacation.shift.html +1 -1
- data/manual/html/warn.html +1 -1
- data/manual/html/weeklymax.html +1 -1
- data/manual/html/weeklymin.html +1 -1
- data/manual/html/weekstartsmonday.html +1 -1
- data/manual/html/weekstartssunday.html +1 -1
- data/manual/html/width.column.html +1 -1
- data/manual/html/width.html +1 -1
- data/manual/html/work.html +1 -1
- data/manual/html/workinghours.project.html +1 -1
- data/manual/html/workinghours.resource.html +1 -1
- data/manual/html/workinghours.shift.html +1 -1
- data/manual/html/yearlyworkingdays.html +1 -1
- data/test/TestSuite/CSV-Reports/project-1.tji +0 -6
- data/test/TestSuite/CSV-Reports/refs/alert.csv +0 -7
- data/test/TestSuite/CSV-Reports/refs/celltext.csv +0 -7
- data/test/TestSuite/CSV-Reports/refs/resourcereport_with_tasks.csv +0 -3
- data/test/TestSuite/CSV-Reports/refs/sortByTree.csv +0 -7
- data/test/TestSuite/CSV-Reports/refs/sortBy_duration.down.csv +0 -7
- data/test/TestSuite/CSV-Reports/refs/sortBy_effort.up.csv +0 -7
- data/test/TestSuite/CSV-Reports/refs/sortBy_plan.start.down.csv +0 -7
- data/test/TestSuite/CSV-Reports/refs/taskreport.csv +0 -7
- data/test/TestSuite/CSV-Reports/refs/taskreport_with_resources.csv +0 -18
- data/test/TestSuite/CSV-Reports/refs/weekly.csv +0 -1
- data/test/TestSuite/HTML-Reports/Alerts-2.tjp +46 -0
- data/test/TestSuite/Scheduler/Correct/purge.tjp +30 -0
- data/test/TestSuite/Syntax/Correct/Export.tjp +8 -2
- data/test/TestSuite/Syntax/Correct/tutorial.tjp +0 -1
- metadata +16 -10
- data/test/TestSuite/CSV-Reports/refs/taskcounter.csv +0 -9
data/manual/html/author.html
CHANGED
data/manual/html/balance.html
CHANGED
data/manual/html/caption.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!DOCTYPE>
|
|
2
|
-
<!-- This file has been generated by tj3man v3.
|
|
2
|
+
<!-- This file has been generated by tj3man v3.3.0 -->
|
|
3
3
|
<html lang="en" xml:lang="en">
|
|
4
4
|
<head>
|
|
5
5
|
<title>celltext.column</title>
|
|
@@ -40,11 +40,50 @@
|
|
|
40
40
|
</tr>
|
|
41
41
|
<tr align="left">
|
|
42
42
|
<td class="tag">Syntax</td>
|
|
43
|
-
<td class="descr" colspan="2"><code>celltext <
|
|
43
|
+
<td class="descr" colspan="2"><code>celltext (<operand> [(| | & | > | < | = | >= | <= | !=) <operand>...] | @ (all | none)) <text></code></td>
|
|
44
44
|
</tr>
|
|
45
45
|
<tr align="left">
|
|
46
|
-
<td class="tag" rowspan="
|
|
47
|
-
<td class="descr">
|
|
46
|
+
<td class="tag" rowspan="10">Arguments</td>
|
|
47
|
+
<td class="descr">operand</td>
|
|
48
|
+
<td class="descr"><div>
|
|
49
|
+
<p>An operand can consist of a date, a text string, a <a href="functions.html">function</a>, a property attribute or a numerical value. It can also be the name of a declared flag. Use the <code>scenario_id.attribute</code> notation to use an attribute of the currently evaluated property. The scenario ID always has to be specified, also for non-scenario specific attributes. This is necessary to distinguish them from flags. See <a href="columnid.html">columnid</a> for a list of available attributes. The use of list attributes is not recommended. User defined attributes are available as well.</p>
|
|
50
|
+
<p>An operand can be a negated operand by prefixing a ~ charater or it can be another logical expression enclosed in braces.</p>
|
|
51
|
+
</div></td>
|
|
52
|
+
</tr>
|
|
53
|
+
<tr align="left">
|
|
54
|
+
<td class="descr">|</td>
|
|
55
|
+
<td class="descr"><div>The 'or' operator</div></td>
|
|
56
|
+
</tr>
|
|
57
|
+
<tr align="left">
|
|
58
|
+
<td class="descr">&</td>
|
|
59
|
+
<td class="descr"><div>The 'and' operator</div></td>
|
|
60
|
+
</tr>
|
|
61
|
+
<tr align="left">
|
|
62
|
+
<td class="descr">></td>
|
|
63
|
+
<td class="descr"><div>The 'greater than' operator</div></td>
|
|
64
|
+
</tr>
|
|
65
|
+
<tr align="left">
|
|
66
|
+
<td class="descr"><</td>
|
|
67
|
+
<td class="descr"><div>The 'smaller than' operator</div></td>
|
|
68
|
+
</tr>
|
|
69
|
+
<tr align="left">
|
|
70
|
+
<td class="descr">=</td>
|
|
71
|
+
<td class="descr"><div>The 'equal' operator</div></td>
|
|
72
|
+
</tr>
|
|
73
|
+
<tr align="left">
|
|
74
|
+
<td class="descr">>=</td>
|
|
75
|
+
<td class="descr"><div>The 'greater-or-equal' operator</div></td>
|
|
76
|
+
</tr>
|
|
77
|
+
<tr align="left">
|
|
78
|
+
<td class="descr"><=</td>
|
|
79
|
+
<td class="descr"><div>The 'smaller-or-equal' operator</div></td>
|
|
80
|
+
</tr>
|
|
81
|
+
<tr align="left">
|
|
82
|
+
<td class="descr">!=</td>
|
|
83
|
+
<td class="descr"><div>The 'not-equal' operator</div></td>
|
|
84
|
+
</tr>
|
|
85
|
+
<tr align="left">
|
|
86
|
+
<td class="descr">text [<a href="The_TaskJuggler_Syntax.html#STRING">STRING</a>]</td>
|
|
48
87
|
<td class="descr"><div>Alterntive cell text specified as <a href="Rich_Text_Attributes.html">Rich Text</a>
|
|
49
88
|
</div></td>
|
|
50
89
|
</tr>
|
data/manual/html/center.html
CHANGED
data/manual/html/charge.html
CHANGED
data/manual/html/chargeset.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!DOCTYPE>
|
|
2
|
-
<!-- This file has been generated by tj3man v3.
|
|
2
|
+
<!-- This file has been generated by tj3man v3.3.0 -->
|
|
3
3
|
<html lang="en" xml:lang="en">
|
|
4
4
|
<head>
|
|
5
5
|
<title>chargeset</title>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
</colgroup>
|
|
37
37
|
<tr align="left">
|
|
38
38
|
<td class="tag">Purpose</td>
|
|
39
|
-
<td class="descr" colspan="2"><div>A chargeset defines how the turnover associated with the property will be charged to one or more accounts. A property may have any number of charge sets, but each chargeset must deal with a different top-level account. A charge set consists of one or more accounts. Each account must be a leaf account. The account ID may be followed by a percentage value that determines the share for this account. The total percentage of all accounts must be exactly 100%. If some accounts don't have a percentage specification, the remainder to 100% is distributed evenly
|
|
39
|
+
<td class="descr" colspan="2"><div>A chargeset defines how the turnover associated with the property will be charged to one or more accounts. A property may have any number of charge sets, but each chargeset must deal with a different top-level account. A charge set consists of one or more accounts. Each account must be a leaf account. The account ID may be followed by a percentage value that determines the share for this account. The total percentage of all accounts must be exactly 100%. If some accounts don't have a percentage specification, the remainder to 100% is distributed evenly between them.</div></td>
|
|
40
40
|
</tr>
|
|
41
41
|
<tr align="left">
|
|
42
42
|
<td class="tag">Syntax</td>
|
data/manual/html/columnid.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!DOCTYPE>
|
|
2
|
-
<!-- This file has been generated by tj3man v3.
|
|
2
|
+
<!-- This file has been generated by tj3man v3.3.0 -->
|
|
3
3
|
<html lang="en" xml:lang="en">
|
|
4
4
|
<head>
|
|
5
5
|
<title>columnid</title>
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
</tr>
|
|
50
50
|
<tr align="left">
|
|
51
51
|
<td class="descr">annualleave</td>
|
|
52
|
-
<td class="descr"><div>The number of annual leave units within the reported time period. The unit can be adjusted with <a href="loadunit.html">loadunit</a>.</div></td>
|
|
52
|
+
<td class="descr"><div>The number of annual leave units within the reported time period. The unit can be adjusted with <a href="loadunit.report.html">loadunit.report</a>.</div></td>
|
|
53
53
|
</tr>
|
|
54
54
|
<tr align="left">
|
|
55
55
|
<td class="descr">annualleavebalance</td>
|
|
56
|
-
<td class="descr"><div>The balance of the annual leave at the end of the reporting interval. The unit can be adjusted with <a href="loadunit.html">loadunit</a>.</div></td>
|
|
56
|
+
<td class="descr"><div>The balance of the annual leave at the end of the reporting interval. The unit can be adjusted with <a href="loadunit.report.html">loadunit.report</a>.</div></td>
|
|
57
57
|
</tr>
|
|
58
58
|
<tr align="left">
|
|
59
59
|
<td class="descr">alert</td>
|
|
@@ -344,11 +344,11 @@
|
|
|
344
344
|
</tr>
|
|
345
345
|
<tr align="left">
|
|
346
346
|
<td class="descr">sickleave</td>
|
|
347
|
-
<td class="descr"><div>The number of sick leave units within the reported time period. The unit can be adjusted with <a href="loadunit.html">loadunit</a>.</div></td>
|
|
347
|
+
<td class="descr"><div>The number of sick leave units within the reported time period. The unit can be adjusted with <a href="loadunit.report.html">loadunit.report</a>.</div></td>
|
|
348
348
|
</tr>
|
|
349
349
|
<tr align="left">
|
|
350
350
|
<td class="descr">specialleave</td>
|
|
351
|
-
<td class="descr"><div>The number of special leave units within the reported time period. The unit can be adjusted with <a href="loadunit.html">loadunit</a>.</div></td>
|
|
351
|
+
<td class="descr"><div>The number of special leave units within the reported time period. The unit can be adjusted with <a href="loadunit.report.html">loadunit.report</a>.</div></td>
|
|
352
352
|
</tr>
|
|
353
353
|
<tr align="left">
|
|
354
354
|
<td class="descr">start</td>
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
</tr>
|
|
372
372
|
<tr align="left">
|
|
373
373
|
<td class="descr">unpaidleave</td>
|
|
374
|
-
<td class="descr"><div>The number of unpaid leave units within the reported time period. The unit can be adjusted with <a href="loadunit.html">loadunit</a>.</div></td>
|
|
374
|
+
<td class="descr"><div>The number of unpaid leave units within the reported time period. The unit can be adjusted with <a href="loadunit.report.html">loadunit.report</a>.</div></td>
|
|
375
375
|
</tr>
|
|
376
376
|
<tr align="left">
|
|
377
377
|
<td class="descr">weekly</td>
|
data/manual/html/columns.html
CHANGED
data/manual/html/complete.html
CHANGED
data/manual/html/copyright.html
CHANGED
data/manual/html/credits.html
CHANGED
data/manual/html/currency.html
CHANGED
data/manual/html/dailymax.html
CHANGED
data/manual/html/dailymin.html
CHANGED
data/manual/html/date.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!DOCTYPE>
|
|
2
|
-
<!-- This file has been generated by tj3man v3.
|
|
2
|
+
<!-- This file has been generated by tj3man v3.3.0 -->
|
|
3
3
|
<html lang="en" xml:lang="en">
|
|
4
4
|
<head>
|
|
5
5
|
<title>date</title>
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
<tr align="left">
|
|
55
55
|
<td class="tag" rowspan="7">Arguments</td>
|
|
56
56
|
<td class="descr">duration</td>
|
|
57
|
-
<td class="descr"><div>The duration of the interval. May not be 0
|
|
57
|
+
<td class="descr"><div>The duration of the interval. May not be 0 and must be a multiple of <a href="timingresolution.html">timingresolution</a>.</div></td>
|
|
58
58
|
</tr>
|
|
59
59
|
<tr align="left">
|
|
60
60
|
<td class="descr">min</td>
|
data/manual/html/depends.html
CHANGED
data/manual/html/details.html
CHANGED
data/manual/html/disabled.html
CHANGED
data/manual/html/duration.html
CHANGED
data/manual/html/efficiency.html
CHANGED
data/manual/html/effort.html
CHANGED
data/manual/html/email.html
CHANGED
data/manual/html/enabled.html
CHANGED
data/manual/html/end.column.html
CHANGED
data/manual/html/end.html
CHANGED
data/manual/html/end.limit.html
CHANGED
data/manual/html/end.report.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!DOCTYPE>
|
|
2
|
-
<!-- This file has been generated by tj3man v3.
|
|
2
|
+
<!-- This file has been generated by tj3man v3.3.0 -->
|
|
3
3
|
<html lang="en" xml:lang="en">
|
|
4
4
|
<head>
|
|
5
5
|
<title>end.report</title>
|
|
@@ -69,20 +69,26 @@ task t1 "Task 1" {
|
|
|
69
69
|
limits { dailymax 6h }
|
|
70
70
|
}
|
|
71
71
|
# Export the project as fully scheduled project.
|
|
72
|
-
export "FullProject
|
|
72
|
+
export "FullProject" {
|
|
73
73
|
definitions *
|
|
74
74
|
taskattributes *
|
|
75
75
|
hideresource 0
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
# Export only bookings for 1st week as resource supplements
|
|
79
|
-
export "Week1Bookings
|
|
79
|
+
export "Week1Bookings" {
|
|
80
80
|
definitions -
|
|
81
81
|
start 2007-01-01
|
|
82
82
|
end 2007-01-08
|
|
83
83
|
taskattributes booking
|
|
84
84
|
hideresource 0
|
|
85
85
|
}
|
|
86
|
+
|
|
87
|
+
# Export the scheduled project as Microsoft Project XML format.
|
|
88
|
+
export "MS-Project" {
|
|
89
|
+
formats mspxml
|
|
90
|
+
loadunit quarters
|
|
91
|
+
}
|
|
86
92
|
</pre></div>
|
|
87
93
|
</div>
|
|
88
94
|
<br/>
|
data/manual/html/endcredit.html
CHANGED
data/manual/html/epilog.html
CHANGED
data/manual/html/export.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!DOCTYPE>
|
|
2
|
-
<!-- This file has been generated by tj3man v3.
|
|
2
|
+
<!-- This file has been generated by tj3man v3.3.0 -->
|
|
3
3
|
<html lang="en" xml:lang="en">
|
|
4
4
|
<head>
|
|
5
5
|
<title>export</title>
|
|
@@ -57,7 +57,9 @@
|
|
|
57
57
|
</tr>
|
|
58
58
|
<tr align="left">
|
|
59
59
|
<td class="tag">Context</td>
|
|
60
|
-
<td class="descr" colspan="2"
|
|
60
|
+
<td class="descr" colspan="2">
|
|
61
|
+
<a href="accountreport.html">accountreport</a>, <a href="export.html">export</a>, <a href="properties.html">properties</a>, <a href="resourcereport.html">resourcereport</a>, <a href="taskreport.html">taskreport</a>, <a href="textreport.html">textreport</a>, <a href="tracereport.html">tracereport</a>
|
|
62
|
+
</td>
|
|
61
63
|
</tr>
|
|
62
64
|
</table></p>
|
|
63
65
|
<p><table align="center" class="table">
|
|
@@ -69,12 +71,18 @@
|
|
|
69
71
|
<col width="20%"></col>
|
|
70
72
|
</colgroup>
|
|
71
73
|
<tr align="left">
|
|
72
|
-
<td class="tag" rowspan="
|
|
74
|
+
<td class="tag" rowspan="23">Attributes</td>
|
|
73
75
|
<td class="tag">Name</td>
|
|
74
76
|
<td class="tag">Scen. spec.</td>
|
|
75
77
|
<td class="tag">Inh. fm. Global</td>
|
|
76
78
|
<td class="tag">Inh. fm. Parent</td>
|
|
77
79
|
</tr>
|
|
80
|
+
<tr align="left">
|
|
81
|
+
<td align="left" class="descr"><a href="accountreport.html">accountreport</a></td>
|
|
82
|
+
<td align="center" class="descr"></td>
|
|
83
|
+
<td align="center" class="descr"></td>
|
|
84
|
+
<td align="center" class="descr"></td>
|
|
85
|
+
</tr>
|
|
78
86
|
<tr align="left">
|
|
79
87
|
<td align="left" class="descr"><a href="definitions.html">definitions</a></td>
|
|
80
88
|
<td align="center" class="descr"></td>
|
|
@@ -87,6 +95,18 @@
|
|
|
87
95
|
<td align="center" class="descr">x</td>
|
|
88
96
|
<td align="center" class="descr">x</td>
|
|
89
97
|
</tr>
|
|
98
|
+
<tr align="left">
|
|
99
|
+
<td align="left" class="descr"><a href="export.html">export</a></td>
|
|
100
|
+
<td align="center" class="descr"></td>
|
|
101
|
+
<td align="center" class="descr"></td>
|
|
102
|
+
<td align="center" class="descr"></td>
|
|
103
|
+
</tr>
|
|
104
|
+
<tr align="left">
|
|
105
|
+
<td align="left" class="descr"><a href="formats.export.html">formats (export)</a></td>
|
|
106
|
+
<td align="center" class="descr"></td>
|
|
107
|
+
<td align="center" class="descr"></td>
|
|
108
|
+
<td align="center" class="descr"></td>
|
|
109
|
+
</tr>
|
|
90
110
|
<tr align="left">
|
|
91
111
|
<td align="left" class="descr"><a href="hideresource.html">hideresource</a></td>
|
|
92
112
|
<td align="center" class="descr"></td>
|
|
@@ -99,18 +119,36 @@
|
|
|
99
119
|
<td align="center" class="descr"></td>
|
|
100
120
|
<td align="center" class="descr"></td>
|
|
101
121
|
</tr>
|
|
122
|
+
<tr align="left">
|
|
123
|
+
<td align="left" class="descr"><a href="loadunit.html">loadunit</a></td>
|
|
124
|
+
<td align="center" class="descr"></td>
|
|
125
|
+
<td align="center" class="descr"></td>
|
|
126
|
+
<td align="center" class="descr"></td>
|
|
127
|
+
</tr>
|
|
102
128
|
<tr align="left">
|
|
103
129
|
<td align="left" class="descr"><a href="period.report.html">period (report)</a></td>
|
|
104
130
|
<td align="center" class="descr"></td>
|
|
105
131
|
<td align="center" class="descr"></td>
|
|
106
132
|
<td align="center" class="descr"></td>
|
|
107
133
|
</tr>
|
|
134
|
+
<tr align="left">
|
|
135
|
+
<td align="left" class="descr"><a href="purge.html">purge</a></td>
|
|
136
|
+
<td align="center" class="descr"></td>
|
|
137
|
+
<td align="center" class="descr"></td>
|
|
138
|
+
<td align="center" class="descr"></td>
|
|
139
|
+
</tr>
|
|
108
140
|
<tr align="left">
|
|
109
141
|
<td align="left" class="descr"><a href="resourceattributes.html">resourceattributes</a></td>
|
|
110
142
|
<td align="center" class="descr"></td>
|
|
111
143
|
<td align="center" class="descr"></td>
|
|
112
144
|
<td align="center" class="descr"></td>
|
|
113
145
|
</tr>
|
|
146
|
+
<tr align="left">
|
|
147
|
+
<td align="left" class="descr"><a href="resourcereport.html">resourcereport</a></td>
|
|
148
|
+
<td align="center" class="descr"></td>
|
|
149
|
+
<td align="center" class="descr"></td>
|
|
150
|
+
<td align="center" class="descr"></td>
|
|
151
|
+
</tr>
|
|
114
152
|
<tr align="left">
|
|
115
153
|
<td align="left" class="descr"><a href="rollupresource.html">rollupresource</a></td>
|
|
116
154
|
<td align="center" class="descr"></td>
|
|
@@ -141,12 +179,36 @@
|
|
|
141
179
|
<td align="center" class="descr"></td>
|
|
142
180
|
<td align="center" class="descr"></td>
|
|
143
181
|
</tr>
|
|
182
|
+
<tr align="left">
|
|
183
|
+
<td align="left" class="descr"><a href="taskreport.html">taskreport</a></td>
|
|
184
|
+
<td align="center" class="descr"></td>
|
|
185
|
+
<td align="center" class="descr"></td>
|
|
186
|
+
<td align="center" class="descr"></td>
|
|
187
|
+
</tr>
|
|
188
|
+
<tr align="left">
|
|
189
|
+
<td align="left" class="descr"><a href="taskroot.export.html">taskroot (export)</a></td>
|
|
190
|
+
<td align="center" class="descr"></td>
|
|
191
|
+
<td align="center" class="descr"></td>
|
|
192
|
+
<td align="center" class="descr"></td>
|
|
193
|
+
</tr>
|
|
194
|
+
<tr align="left">
|
|
195
|
+
<td align="left" class="descr"><a href="textreport.html">textreport</a></td>
|
|
196
|
+
<td align="center" class="descr"></td>
|
|
197
|
+
<td align="center" class="descr"></td>
|
|
198
|
+
<td align="center" class="descr"></td>
|
|
199
|
+
</tr>
|
|
144
200
|
<tr align="left">
|
|
145
201
|
<td align="left" class="descr"><a href="timezone.export.html">timezone (export)</a></td>
|
|
146
202
|
<td align="center" class="descr"></td>
|
|
147
203
|
<td align="center" class="descr"></td>
|
|
148
204
|
<td align="center" class="descr"></td>
|
|
149
205
|
</tr>
|
|
206
|
+
<tr align="left">
|
|
207
|
+
<td align="left" class="descr"><a href="tracereport.html">tracereport</a></td>
|
|
208
|
+
<td align="center" class="descr"></td>
|
|
209
|
+
<td align="center" class="descr"></td>
|
|
210
|
+
<td align="center" class="descr"></td>
|
|
211
|
+
</tr>
|
|
150
212
|
</table></p>
|
|
151
213
|
<div class="codeframe"><pre class="code">project export "Project" "1.0" 2007-01-01 - 2008-01-01 {
|
|
152
214
|
timezone "America/Denver"
|
|
@@ -171,20 +233,26 @@ task t2 "Task 2" {
|
|
|
171
233
|
}
|
|
172
234
|
|
|
173
235
|
# Export the project as fully scheduled project.
|
|
174
|
-
export "FullProject
|
|
236
|
+
export "FullProject" {
|
|
175
237
|
definitions *
|
|
176
238
|
taskattributes *
|
|
177
239
|
hideresource 0
|
|
178
240
|
}
|
|
179
241
|
|
|
180
242
|
# Export only bookings for 1st week as resource supplements
|
|
181
|
-
export "Week1Bookings
|
|
243
|
+
export "Week1Bookings" {
|
|
182
244
|
definitions -
|
|
183
245
|
start 2007-01-01
|
|
184
246
|
end 2007-01-08
|
|
185
247
|
taskattributes booking
|
|
186
248
|
hideresource 0
|
|
187
249
|
}
|
|
250
|
+
|
|
251
|
+
# Export the scheduled project as Microsoft Project XML format.
|
|
252
|
+
export "MS-Project" {
|
|
253
|
+
formats mspxml
|
|
254
|
+
loadunit quarters
|
|
255
|
+
}
|
|
188
256
|
</pre></div>
|
|
189
257
|
</div>
|
|
190
258
|
<br/>
|