Robert Graham Merkel's doc patch.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2472 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-06-15 05:05:17 +00:00
parent a14a1c353c
commit b0d05be66d
+37 -15
View File
@@ -16,26 +16,48 @@
specified account over a specified period, in a convenient
format for viewing and exporting.</p>
<p>Options specifiable for this report include:</p>
<p>Options specifiable for this report include:<br></p>
<ul>
<li><b>Account:</b> the account(s) to do the report on.</li>
<li><b>Display:</b>Select fields to display in the report.
The choices include:
<ul><li><b>Date</b></li>
<li><b>Number</b></li>
<li><b>Description</b></li>
<li><b>Memo</b></li>
<li><b>Account</b></li>
<li><b>Other Account</b></li>
<li><b>Amount</b> - note that you can choose a single-column or
two-column amount display. Two column displays credits and
debits in separate columns.</li>
<li><b>Column Headers</b> - labels naming the fields</li>
<li><b>Totals</b> - numeric fields will be totalled.</li>
</ul></li>
<li><b>Report Options:</b> This is for general report options, including:
<ul>
<li><b>Date To and Date From:</b> the date range for the
report to cover.</li>
<li><b>Date To and Date From:</b> the date range for the
report to cover.</li>
<li><b>Account:</b> the account(s) to do the report on.</li>
<li><b>Primary Sort Key:</b> the field to sort on first.</li>
<li><b>Style:</b> Choose from either single-line (in which
all transactions will be displayed on a single line), or
multi-line (on which each split of a transaction is displayed
on a separate line).</li>
</ul></li>
<li><b>Sorting:</b><ul>
<li><b>Primary Sort Key:</b> the field to sort on first.</li>
<li><b>Primary Sort Order:</b> the order in which to sort.
"Ascending" specifies smallest/largest, alphabetical
ordering, earliest-&gt;latest, or smallest amounts first.
Descending produces the opposite effects.</li>
<li><b>Primary Sort Order:</b> the order in which to sort.
"Ascending" specifies smallest/largest, alphabetical
ordering, earliest-&gt;latest, or smallest amounts first.
Descending produces the opposite effects.</li>
<li><b>Secondary Sort Key:</b> the field to sort on if the
primary sort keys are equal</li>
<li><b>Secondary Sort Key:</b> the field to sort on if the
primary sort keys are equal</li>
<li><b>Secondary Sort Order:</b> the ordering on which to
sort the secondary key.</li>
<li><b>Secondary Sort Order:</b> the ordering on which to
sort the secondary key.</li>
</li>
</ul>
<hr>