mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.2 KiB
34 lines
1.2 KiB
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" title="normal" type="text/css" href=
|
|
"gnucash.css">
|
|
|
|
<title>Transaction Report</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Transaction Report</h1>
|
|
|
|
<p>Transaction reports list details for transactions in a specified
|
|
account over a specified period, in a convenient format for
|
|
viewing and exporting.</p>
|
|
<p>Options specifiable for this report include:</p>
|
|
<ul><li><b>Account:</b> the account to do the report on.</li>
|
|
<li><b>Date To and Date From:</b> the date range for the report
|
|
to cover.</li>
|
|
<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->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 Order:</b> the ordering on which to sort the
|
|
secondary key.</b>
|
|
</ul>
|
|
<hr>
|
|
<p> Return to <a href="xacc-main.html"> Main Documentation
|
|
Page.</a></p>
|
|
</body>
|
|
</html>
|