gnucash/Docs/xacc-groups.html
Linas Vepstas 26dbb2ec4b updates explainging the accounts
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1368 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-10-29 03:57:00 +00:00

198 lines
5.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Chart of Accounts and Account Numbering</title>
</head>
<body bgcolor=#eeeeee>
<h1>Chart of Accounts</h1>
Typically accounts are arranged as a tree, in heirarchical form.
The main trunks represent entire categories or groups, while the
leaves of the tree denote individual bank accounts or expense
categories. When a summary report is requested, typically only
the main branches are shown in the report, not each of the
individual accounts. For example, a chart of accounts might look
like the following:
<pre>
300 Expenses
|
+--310 Living Expenses
| |
| +--311 Beer
| |
| +--312 Cable
|
+--320 Business Expenses
| |
| +--321 8-inch Floppies
| |
: :
</pre>
Note that accounts are coded: when a report is generated,
the sort order is determined entirely by the numbering.
By tradition and common practice, accounts that are not
leaf accounts have a number that ends in zero; each higher
level has one more zero in the account code.
<p>
When you <a href="xacc-accwin.html">create a new account</a>,
GnuCash offers a guess
at what it thinks the account code might be; you are free
to change this. GnuCash does not prevent duplicate numbering,
although you are encouraged to avoid this. Account codes
are treated as numbers, base-36: thus, if you run out of numbers,
you can use the letters, a through z.
<h2>A Bigger Example</h2>
A "typical" chart of accounts is shown below. Each account
is of a given <a href="xacc-acctypes.html">account type</a>.
This example is a combination of some typical business
and personal accounts.
<p>
<ul>
<li>Assets
<ul>
<li>Cash On Hand
<ul>
<li>Checking account
<li>Money Market Account
<li>Certificate of Deposit
</ul>
<li>Fixed Assets
<ul>
<li>Furniture
<li>Computers
<li>Jewelry, Collectibles
<li>Tools, Machinery
</ul>
<li>Investments
<ul>
<li>Stocks
<li>Bonds
<li>Mutual Funds
<li>Real Estate
</ul>
</ul>
<li>Liabilities
<ul>
<li>Taxes
<ul>
<li>Federal Income Tax
<li>Social Security
<li>Medicare
<li>FUTA
<li>State Income Tax
</ul>
<li>Accounts Payable
<ul>
<li>MasterCard
<li>Visa
<li>American Express
<li>Diner's Club
</ul>
<li>Loans
<ul>
<li>Debentures
<li>School Loan
<li>Uncle Harry's Tide-me-over
</ul>
</ul>
<li>Equity
<ul>
<li>Retained Earnings
<li>Current Year Earnings
<li>Historical Adjustments
</ul>
<li>Income
<ul>
<li>Interest Income
<ul>
<li>Bank Account Interest
<li>Certificate of Deposit
<li>Bond Interest
</ul>
<li>Dividends
<ul>
<li>Stock
<li>Mutual Fund
</ul>
<li>Consulting
<ul>
<li>ABC Design
<li>PQR Infomatics
</ul>
<li>Salary
<ul>
<li>My Day Job
</ul>
<li>Commissions
<ul>
<li>Royalties
</ul>
</ul>
<li>Expenses
<ul>
<li>Rent and Utilities
<ul>
<li>Rent
<li>Rent Late Fees
<li>Electricity
<li>Gas
<li>Phone
<li>Internet
<li>Cable TV
</ul>
<li>Office Expenses
<ul>
<li>Accounting
<li>Legal
<li>Software
<li>Postage
<li>Bank Charges
<li>Credit Card Charges
<li>Toner, Paper, Paper Clips
</ul>
<li>Auto Expenses
<ul>
<li>Gas
<li>Insurance
<li>Repair
<li>Rental
</ul>
<li>Taxes
<ul>
<li>Social Security
<li>Unemployment
<li>IRS penalties
</ul>
<li>Wages &amp; Salaries
<ul>
<li>Consulting
<li>Wages
<li>Health Insurance
</ul>
<li>Travel
<ul>
<li>Air
<li>Hotel
<li>Meals
<li>Auto
</ul>
<li>Marketing
<ul>
<li>Advertising
<li>Trade Shows
<li>Give Aways
</ul>
</ul>
</ul>
</body>
</html>