mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
490 B
25 lines
490 B
|
|
<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>
|