Merge branch 'timesheet' into 1.7.0

This commit is contained in:
Paul Beckingham 2009-05-08 21:26:43 -04:00
commit f9c3103264
6 changed files with 94 additions and 12 deletions

View file

@ -225,6 +225,17 @@ Year Month Added Completed Deleted Net
number decreased as more task were completed than added.
</p>
<strong>% task ghistory</strong>
<p>
The ghistory report is a "graphical" version of the history
report. It shows a colored bar graph and legend.
</p>
<strong>% task timesheet</strong>
<p>
???
</p>
<strong>% task calendar</strong>
<p>
This report shows a calendar of the current month, with any task

View file

@ -185,6 +185,12 @@
only show as many that will fit.
</dd>
<dt>weekstart</dt>
<dd>
The day of the week that represents the first day of the week.
Defaults to "Monday".
</dd>
<dt>defaultwidth</dt>
<dd>
The width of tables used when ncurses support is not available.