mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@710 57a11ea4-9604-0410-9ed3-97b8803252fd
25 lines
490 B
HTML
25 lines
490 B
HTML
|
|
<h1>Account Groups</h1>
|
|
|
|
Typically accounts are arranged in a tree. Typically,
|
|
Accounts that are not leaf accounts have a number that ends in zero.
|
|
For example:
|
|
|
|
<pre>
|
|
300 Expenses
|
|
|
|
|
+--310 Living Expenses
|
|
| |
|
|
| +--311 Beer
|
|
| |
|
|
| +--312 Cable
|
|
|
|
|
+--320 Business Expenses
|
|
| |
|
|
| +--321 8-inch Floppies
|
|
| |
|
|
: :
|
|
|
|
|
|
</pre>
|