/usr/share/doc/tj3/html/status.timesheet.html is in tj3 3.5.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | <!DOCTYPE html>
<!-- This file has been generated by tj3man v3.5.0 -->
<html lang="en" xml:lang="en">
<head>
<title>status.timesheet</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=9" http-equiv="X-UA-Compatible"/>
<meta content="The TaskJuggler Manual" name="description"/>
<meta content="taskjuggler, project, management" name="keywords"/>
</head>
<link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
<body>
<div align="center">
<h3 align="center">The TaskJuggler User Manual</h3>
<em align="center">Project Management beyond Gantt Chart Drawing</em>
</div>
<br/>
<hr/>
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
<td style="text-align:left; width:35%;"><< <a href="status.statussheet.html">status (statussheet)</a> <<</td>
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
<td style="text-align:right; width:35%;">>> <a href="statussheet.html">statussheet</a> >></td>
</tr></table>
<hr/>
<br/>
<div style="margin-left:5%; margin-right:5%">
<p><table align="center" class="table"><tr align="left">
<td class="tag" style="width:16%">Keyword</td>
<td class="descr" style="width:84%; font-weight:bold">status (timesheet)</td>
</tr></table></p>
<p><table align="center" class="table">
<colgroup>
<col width="16%"></col>
<col width="24%"></col>
<col width="60%"></col>
</colgroup>
<tr align="left">
<td class="tag">Purpose</td>
<td class="descr" colspan="2"><div>The status attribute can be used to describe the current status of the task or resource. The content of the status messages is added to the project journal. The status section is optional for tasks that have been worked on less than one day during the report interval.</div></td>
</tr>
<tr align="left">
<td class="tag">Syntax</td>
<td class="descr" colspan="2"><code>status <alert level> <STRING> [{ <attributes> }]</code></td>
</tr>
<tr align="left">
<td class="tag" rowspan="1">Arguments</td>
<td class="descr">alert level [<a href="The_TaskJuggler_Syntax.html#ID">ID</a>]</td>
<td class="descr"><div>By default supported values are <code>green</code>, <code>yellow</code> and <code>red</code>. The default value is <code>green</code>. You can define your own levels with <a href="alertlevels.html">alertlevels</a>.</div></td>
</tr>
<tr align="left">
<td class="tag">Context</td>
<td class="descr" colspan="2">
<a href="timesheet.html">timesheet</a>, <a href="newtask.html">newtask</a>, <a href="task.timesheet.html">task (timesheet)</a>
</td>
</tr>
</table></p>
<p><table align="center" class="table"><tr align="left">
<td class="tag" style="width:16%">Attributes</td>
<td class="descr" style="width:84%">
<a href="details.html">details</a>, <a href="flags.timesheet.html">flags (timesheet)</a>, <a href="summary.html">summary</a>
</td>
</tr></table></p>
<div class="codeframe"><pre class="code">timesheet r1 2009-11-30 +1w {
task t1 {
work 3d
remaining 0d
status green "All work done" {
summary "I had good fun!"
details -8<-
This task went smoothly and I got three things done:
* Have fun
* Be on time
* Get things done
->8-
}
}
}
</pre></div>
</div>
<br/>
<hr/>
<table style="width:90%; margin-left:5%; margin-right:5%"><tr>
<td style="text-align:left; width:35%;"><< <a href="status.statussheet.html">status (statussheet)</a> <<</td>
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
<td style="text-align:right; width:35%;">>> <a href="statussheet.html">statussheet</a> >></td>
</tr></table>
<hr/>
<br/>
<div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by Chris Schlaeger <chris@linux.com>.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
</body>
</html>
|