More documentation updates.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4227 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.6
Robert Graham Merkel 25 years ago
parent 45e6398a79
commit ba94a0201d

@ -1,3 +1,14 @@
2001-05-16 Robert Graham Merkel <rgmerk@mira.net>
* src/scm/html-utilities.scm ((gnc:html-make-empty-data-warning)):
update message.
* src/scm/{gnucash.sgml, xacc-account-summary.sgml,
xacc-asset-liability-barcharts.sgml, xacc-reports.sgml}: more new
material.
* src/scm/xacc-stock-price-report.sgml: new file.
2001-05-15 Christian Stimming <stimming@tuhh.de>
* src/scm/commodity-utilities.scm: added another case to

@ -46,6 +46,7 @@ GNUCASH_SGML_FILES = \
xacc-repdev.sgml \
xacc-reports.sgml \
xacc-scheme.sgml \
xacc-stock-price-report.sgml \
xacc-tax-report.sgml \
xacc-ticker.sgml \
xacc-trans-report.sgml \

@ -38,6 +38,7 @@
<!entity xaccregwinkbd system "xacc-regwin-kbd.sgml">
<!entity xaccreports system "xacc-reports.sgml">
<!entity xaccrepdev system "xacc-repdev.sgml">
<!entity xaccstockpricereport system "xacc-stock-price-report.sgml">
<!entity xaccticker system "xacc-ticker.sgml">
<!entity xacctaxreport system "xacc-tax-report.sgml">
<!entity xacctransreport system "xacc-trans-report.sgml">
@ -75,7 +76,6 @@
&xaccincomeexpensebarcharts;
&xaccincomeexpensepiecharts;
&xacclocatingtxns;
&xaccmulticolumnviewreports;
&xaccpreferences;
&xaccchartofaccts;
&xaccuserdocs;
@ -100,6 +100,7 @@
&xacctxfexport;
&xaccdochack;
&xaccscheme;
&xaccstockpricereport;
&xaccrepdev;
&xaccy2k;
&xaccgpl;

@ -1,4 +1,4 @@
<article id="XACC-PORTFOLIO-REPORT">
<article id="xacc-account-summary-report">
<artheader>
<title>Account Summary Report</title>
</artheader>

@ -6,10 +6,40 @@
<title>Asset and Liability Barcharts</title>
<para><emphasis>PICTURES NEEDED!!!!</emphasis>
</para>
<para>This is not yet documented.</para>
</sect1>
</article>
<para>These reports allow you to display home one, some,
or all of your assets or liabilities change over time.
If you want a barchart showing an overall picture of
your net worth, use the <link linkend="xacc-net-worth-barchart">
Net Worth Barchart</link> instead.</para>
<itemizedlist>
<listitem><para><emphasis><link linkend="xacc-options-accounts">
Accounts</link></emphasis></para>
</listitem>
<listitem><para><emphasis><link linkend="xacc-options-report-title">
Report Title</link></emphasis></para></listitem>
<listitem><para><emphasis><link linkend="xacc-options-date">
From & To</link></emphasis></para></listitem>
<listitem><para><emphasis><link linkend="xacc-options-interval">
Step Size</link></emphasis></para>
</listitem>
<listitem><para><emphasis><link linkend="xacc-options-style-sheet">
Style Sheet</link></emphasis></para>
</listitem>
<listitem><para><emphasis><link linkend="xacc-options-price-source">
Price Source</link></emphasis></para>
</listitem>
<listitem><para><emphasis><link linkend="xacc-options-depth">
Depth</link></emphasis></para>
</listitem>
<listitem><para><emphasis>Add More!!!
</emphasis></para>
</listitem>
</itemizedlist>
</sect1>
</article>
<!-- Local variables: -->
<!-- sgml-parent-document: "gnucash.sgml" -->
<!-- End: -->

@ -24,7 +24,7 @@ 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><emphasis><anchor id="xacc-options-interval">Interval/Step Size</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>
@ -48,8 +48,8 @@ parent account is.</para>
<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
report displays subaccounts. If the subaccounts go deeper
than selected, most reports 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>
@ -64,11 +64,15 @@ 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>
<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

@ -31,7 +31,8 @@ ways. </para> </listitem>
<listitem> <para><link linkend="xacc-portfolio-report">Stock Portfolio
</link> provides a quick summary of your stocks, their current value,
and profits made. </para></listitem>
and profits made. The <link linkend="xacc-stock-price-report">Stock Price Tracker
</link> lets you track the price of a particular stock over time.</para></listitem>
<listitem> <para><link linkend="xacc-tax-report">Tax Report / TXF
Export:</link> shows tax related Income and Expenses. Can <link

@ -0,0 +1,17 @@
<article id="xacc-stock-price-report">
<artheader>
<title>Stock Price Report</title>
</artheader>
<sect1>
<title>Stock Price Report</title>
<para>
PICTURE NEEDED
</para>
<para>This report is not documented yet.
</para>
</sect1>
</article>
<!-- Local variables: -->
<!-- sgml-parent-document: "gnucash.sgml" -->
<!-- End: -->

@ -670,5 +670,5 @@
p
(gnc:html-markup-h2 (_ "No data"))
(gnc:html-markup-p
(_ "The selected accounts contain no data for the selected time period")))
(_ "The selected accounts contain no data (or only zeroes) for the selected time period")))
p))
Loading…
Cancel
Save