missing files from yesterday's checkin

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4221 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Robert Graham Merkel
2001-05-16 01:11:21 +00:00
parent a7c8bb9550
commit 6c0ee969b1
2 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,87 @@
<ARTICLE ID="XACC-COMMON-REPORT-OPTIONS"
<ARTHEADER>
<TITLE>Common Report Options</TITLE>
</ARTHEADER>
<SECT1>
<TITLE> Common Report Options</TITLE>
<PARA>Many reports share similar sorts of options. Some common ones
include:
<itemizedlist>
<listitem>
<para><emphasis><anchor id="xacc-options-report-title">Report Title</emphasis></para>
<para>Set the title of the report. This doesn't affect anything
else, but can be handy if you need to print the report for later
viewing.</para></listitem>
<listitem>
<para><emphasis><anchor id="xacc-options-date">Date Options</emphasis></para>
<para>Reports typically allow you to specify either a single date, or
a date range, for the report. Dates can be specified in two ways:
directly (using the date selector), or selecting a "relative" date
from the menu. Relative dates allow you to specify dates like "the
beginning of this year" or "today", and are highly convenient for
doing "rolling reports".</para></listitem>
<listitem>
<para><emphasis><anchor id="xacc-options-interval">Interval</emphasis></para>
<para>This option is used on bar charts to determine the interval
which each bar represents. Typical values are daily, weekly,
monthly, and yearly.</para></listitem>
<listitem>
<para><emphasis><anchor id="xacc-options-accounts">Accounts</emphasis></para>
<para>Most reports give you the opportunity to select the appropriate
accounts. Note that some reports only allow you to select certain
types of accounts - for instance, an expense piechart only allows
expense accounts to be selected. </para>
</listitem>
<listitem>
<para><emphasis><anchor id="xacc-options-include-subaccounts">
Include Subaccounts?</emphasis></para>
<para>Summary reports typically have "include all subaccounts" option,
which if selected ensures that all subaccounts are included if the
parent account is.</para>
</listitem>
<listitem>
<para><emphasis><anchor id="xacc-options-depth">Depth</emphasis></para>
<para>This option allows the selection of how "deep" the
reports display subaccounts. If the subaccounts go deeper
than selected, the report will calculate an overall value
for all the subaccounts and include it in a higher-level
total. If you want to make sure every account selected is
individually displayed, select "All".</para>
</listitem>
<listitem>
<para><emphasis><anchor id="xacc-options-style-sheet">Style Sheet</emphasis></para>
<para>Select a Style Sheet. Style sheets control how reports are
displayed. At the moment, there are two style sheets,
"default" and "technicolor". You can customize each of these from
the global Style Sheet menu item.</para>
</listitem>
<listitem>
<para><emphasis><anchor id="xacc-options-plot-dimensions">Plot Dimensions</emphasis></para>
<para>There are "Width" and "Height" options for most of the graphs,
which specify the displayed dimensions (in pixels).</para>
</listitem>
<listitem>
<para><emphasis><anchor id="xacc-options-report-currency">Report Currency</emphasis></para>
<para>Most reports allow you to select the report currency (the default
is your "home" currency). Generally, values will be converted to
this currency for graphical display or summarization.</para>
</listitem>
<listitem>
<para><emphasis><anchor id="xacc-options-price-source">Price Source</emphasis></para>
<para>Select how stock and currency prices are calculated in this report.
You can choose a weighted average of prices over all transactions,
prices at current values, or prices at the time of the report date.</para>
</listitem>
</itemizedlist>
</sect1>
</article>

View File

@@ -0,0 +1,30 @@
<ARTICLE ID="XACC-NET-WORTH-BARCHART">
<ARTHEADER>
<TITLE>Net Worth Barchart</TITLE>
</ARTHEADER>
<SECT1>
<TITLE>Net Worth Barchart</TITLE>
<PARA>Your net worth is the difference between the value of your
assets or liabilities - a measure of your wealth, in other words.
As such, it's interesting and informative to track this information
over time. This bar chart lets you view how it (hopefully) grows</PARA>
<para><emphasis>Options</emphasis></para>
<itemizedlist>
<listitem><para>Accounts</para></listitem>
<listitem><para>Report Name</para></listitem>
<listitem><para>Stylesheet</para></listitem>
<listitem><para>From, To</para></listitem>
<listitem><para>Step Size</para></listitem>
<listitem><para>Report Currency</para></listitem>
<listitem><para>Plot Width, Height</para></listitem>
<listitem><para>Show Asset & Liability Bars</para>
<para>Show a pair of bars for each time step representing
your assets and liabilities, respectively</para></listitem>
<listitem><para>Show Net Worth Bars</para>
<para>Show a a bar in each time step representing your overall
net worth at that time.</para>
</itemizedlist>
</sect1>
</article>