mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4501 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
65ed7b65b0
commit
c7e298f479
@ -2,8 +2,9 @@ SUBDIRS = image
|
||||
|
||||
gnucash_helpdir = $(GNC_HELPDIR)/C
|
||||
|
||||
GNUCASH_SGML_FILES = bofa-mym.sgml \
|
||||
gnucash.sgml \
|
||||
GNUCASH_SGML_FILES = \
|
||||
bofa-mym.sgml \
|
||||
gnucash.sgml \
|
||||
xacc-about.sgml \
|
||||
xacc-accountedit.sgml \
|
||||
xacc-acctypes.sgml \
|
||||
@ -14,7 +15,7 @@ GNUCASH_SGML_FILES = bofa-mym.sgml \
|
||||
xacc-asset-liability-piecharts.sgml \
|
||||
xacc-balancereport.sgml \
|
||||
xacc-balancesheet.sgml \
|
||||
xacc-calculator.sgml
|
||||
xacc-calculator.sgml \
|
||||
xacc-chartofaccts.sgml \
|
||||
xacc-commodity.sgml \
|
||||
xacc-common-report-options.sgml \
|
||||
|
@ -22,7 +22,7 @@
|
||||
To use the financial calculator, find it on the "tools" menu.
|
||||
</para>
|
||||
|
||||
<para><emphasis>PICTURE NEEDED</emphasis>
|
||||
<para><emphasis>PICTURE NEEDED</emphasis></para>
|
||||
|
||||
<para>To do a calculation, simply enter the figures that you <emphasis>do</emphasis>
|
||||
have into the text boxes on the left, and select the appropriate compounding and
|
||||
@ -39,6 +39,7 @@
|
||||
button is selected), and then press "calculate" for the "payment periods" box.
|
||||
You should find that "26" appears in the "Payment Period" box. Therefore, you'll need
|
||||
to make 26 monthly payments to pay back the loan.
|
||||
</para>
|
||||
</sect1>
|
||||
<sect1 id="xacc-compound-interest">
|
||||
<title>
|
||||
@ -55,7 +56,8 @@
|
||||
this loan?", "Which of these two term deposits generate better
|
||||
returns?", and "What loan payments do I need to make to pay
|
||||
off this loan in, say, five years?" GnuCash's financial
|
||||
calculator gives you that information, and more.
|
||||
calculator gives you that information, and more.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2>
|
||||
<title>
|
||||
|
@ -159,13 +159,15 @@
|
||||
</para>
|
||||
<para>
|
||||
General ledgers show the ledger entries in all the accounts
|
||||
a transaction appears in, which you can edit directly. Note that
|
||||
the general ledger window is more complicated and harder to use
|
||||
than the individual account registers. The general ledger
|
||||
window allows a more comprehensive overview of accounts in a
|
||||
smaller and quicker-to-navigate (for experienced users who know exactly what
|
||||
they are doing) space. Because of its increased complexity, it use is
|
||||
recommended only for accounting experts.
|
||||
a transaction appears in, which you can edit directly. Note
|
||||
that the general ledger window is more complicated and
|
||||
harder to use than the individual account registers. The
|
||||
general ledger window allows a more comprehensive overview
|
||||
of accounts in a smaller and quicker-to-navigate (for
|
||||
experienced users who know exactly what they are doing)
|
||||
space. Because of its increased complexity, it use is
|
||||
recommended only for accounting experts.
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
</article>
|
||||
|
@ -12,13 +12,16 @@ reports, account operations, window operations, and getting help.
|
||||
It is dynamic, changing to provide the functions required depending
|
||||
on whether you are displaying a <link linkend="xacc-reports">report</link>,
|
||||
or an <link linkend="xacc-mainwin">account tree</link>.</para>
|
||||
<para>
|
||||
|
||||
<para>The menus that are always present include:</para>
|
||||
<itemizedlist><listitem><para><emphasis>File</emphasis>: Items in
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><emphasis>File</emphasis>: Items in
|
||||
this menu to create, import, load, and save accounts. See
|
||||
<link linkend="xacc-file-operations">File Operations</link>.
|
||||
</para></listitem>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis><link linkend="xacc-reports">Reports</link></emphasis>
|
||||
@ -41,17 +44,19 @@ or an <link linkend="xacc-mainwin">account tree</link>.</para>
|
||||
Transactions.</link>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis>Settings</emphasis>: Customize
|
||||
<listitem>
|
||||
<para><emphasis>Settings</emphasis>: Customize
|
||||
<link linkend="xacc-style-sheets">Style Sheets</link> and
|
||||
<link linkend="xacc-preferences">Preferences</link>.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<listitem><para>
|
||||
<emphasis>Help</emphasis>
|
||||
</para></listitem>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect1>
|
||||
<sect1 id="xacc-toplevel-toolbar">
|
||||
<title>
|
||||
|
Loading…
Reference in New Issue
Block a user