gnucash/Docs/xacc-accwin.html
Linas Vepstas 6f018ac3c9 more hyperlinks
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1369 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-10-29 03:59:34 +00:00

37 lines
1.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>New Account Window</title>
</head>
<body bgcolor=#eeeeee>
<h1>New Account Window</h1>
This is what a new account window looks like:
<p>
<br>
<img src="newaccwin-code.gif">
<br>
<p>
Pick an <a href="xacc-acctypes.html><b>Account Type</b></a>.
Fill in the blanks ... blah blah blah.
The <b>Currency</b> field should typically be a three-letter ISO curency
code (e.g. USD for U.S. Dollars, etc.)
The <b>Account Code</b> is a number that determines the
<a href="xacc-groups.html">sort order</a>
of the account when it appears in a report or in the
<a href="xacc-groups.html"><b>Chart of Accounts</b></a>.
<p>
The picure below shows an example for a stock or currency trading account.
Note that the Scurity field is not greyed out, and that you can
enter a value. That value is typically a stock-ticker symbol,
or a three-letter ISO currency code.
<p>
<br>
<img src="newaccwin-trade.gif">
<br>
</body>
</html>