mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
6f018ac3c9
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1369 57a11ea4-9604-0410-9ed3-97b8803252fd
37 lines
1.1 KiB
HTML
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>
|