From 9643735fc9503109ddf690a42b8ea4c2d018983e Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Sun, 11 Nov 2001 09:45:29 +0000 Subject: [PATCH] Fixed Error Chapter 3 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5828 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/manual/C/chapter3.sgml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manual/C/chapter3.sgml b/doc/manual/C/chapter3.sgml index 515699c4bf..5194221e07 100644 --- a/doc/manual/C/chapter3.sgml +++ b/doc/manual/C/chapter3.sgml @@ -228,6 +228,7 @@ Banks report transactions from *their* perspective, not yours. Their perspectiv When you take money out of your bank account, the balance in your account decreases. To you, this is a decrease in an asset, so you *credit* your bank account. To the bank, this is a decrease in a liability, so they *debit* your bank account. (?/SIDEBAR) + 3.3 Setting Up a Chart of Accounts (Discussion)