gnucash-docs maint: Multiple changes pushed
Frank H.Ellenberger
fell at code.gnucash.org
Mon Jul 19 19:10:56 EDT 2021
Updated via https://github.com/Gnucash/gnucash-docs/commit/05a7cf54 (commit)
via https://github.com/Gnucash/gnucash-docs/commit/c6e3f506 (commit)
from https://github.com/Gnucash/gnucash-docs/commit/52706bef (commit)
commit 05a7cf54a01bf1d923fe37fdb0ce20b868d0889e
Merge: 52706bef c6e3f506
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Tue Jul 20 01:07:25 2021 +0200
Merge PR #194 into maint
commit c6e3f50668f56a34b4e8f72bbeb17c60948820d6
Author: TANIGUCHI Yasuaki <yasuakit at gmail.com>
Date: Sat Jul 17 01:01:53 2021 +0900
Fix typos.
diff --git a/guide/C/ch_loans.xml b/guide/C/ch_loans.xml
index 1dea9703..e7ca124a 100644
--- a/guide/C/ch_loans.xml
+++ b/guide/C/ch_loans.xml
@@ -379,7 +379,7 @@ Discrete Interest: <emphasis>ieff = (1 + i/CF)^(CF/PF) - 1</emphasis>
Continuous Interest: <emphasis>ieff = e^(i/PF) - 1 = exp(i/PF) - 1</emphasis>
To convert from ieff to i, the following expressions are used:
-Discrete Interst: <emphasis>i = CF*[(1+ieff)^(PF/CF) - 1]</emphasis>
+Discrete Interest: <emphasis>i = CF*[(1+ieff)^(PF/CF) - 1]</emphasis>
Continuous Interest: <emphasis>i = ln[(1+ieff)^PF]</emphasis></screen>
<note>
<para>In the equations below for the financial transaction, all interest rates are the effective interest
@@ -670,7 +670,7 @@ The simple case for when PMT == 0 gives the solution:
<para>In summary we have the below details. Peter’s loan details:<itemizedlist>
<listitem>
- <para>Pinciple Amount - $2,000
+ <para>Principal Amount - $2,000
</para>
</listitem>
@@ -1043,7 +1043,7 @@ The simple case for when PMT == 0 gives the solution:
<para>To record this you need to increase your Saving account with the $600,000, and decrease some other
accounts with $600,000. The house account only contains $300,000 which is what you
bought it for, so you move this amount to your Saving account. That means you are
- lacking $300,000. This amount you fetch from the <emphasis>Income:Captial Gains
+ lacking $300,000. This amount you fetch from the <emphasis>Income:Capital Gains
Long:House</emphasis> account. The split transaction you enter into your
<emphasis>Saving</emphasis> account (<emphasis>Assets:Current Assets:Saving</emphasis>)
should look like this.
Summary of changes:
guide/C/ch_loans.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
More information about the gnucash-changes
mailing list