more documentation

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@275 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1997-12-04 12:45:45 +00:00
parent 3cd9c7648f
commit 4bc51b6bb8
4 changed files with 43 additions and 0 deletions

BIN
Docs/contract.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
Docs/expand.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -16,6 +16,8 @@
<ul>
<li><a href="xacc-gpl.html#SEC003">Warrenty</a>
</ul>
<li><a href="xacc-mainwin.html">The Main Window</a>
<li><a href="xacc-regwin.html">The Register Window</a>
<li><a href="xacc-double.html">Using Double Entry</a>
<li><a href="xacc-expense.html">Using Income/Expense Accounts</a>
</ul>

41
Docs/xacc-mainwin.html Normal file
View File

@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Main Window</title>
</head>
<body bgcolor=#eeeeee>
<h1>THIS FILE IS ALMOST EMPTY</h1>
This is the main account window. Control accounts
from here. Add more documentation.
<p>
Below is a picture of the main window, with only the
main accounts shown. Note how "ABC Bank" has been selected
by highlighting. To show the detail accounts,
click on the arrows on the left.
<p>
<img src="contract.gif">
<br>
<p>
Here is the main window, with the detail accounts showing.
<p>
<br>
<img src="expand.gif">
<br>
</p>
<hr>
The "Open Subaccounts" menu item is interesting only if
you choose an account with sub-accounts (detail accounts).
Accounts with sub-accounts will always have arrows on thier
left. By choosing the "Open Subaccounts" menu item, a
general ledger window is opened, which displays all transactions
for the lead and the detail accounts. Note that the
general ledger window is more complicated and harder to use than
the individual account registers. The general ledger window
allows a more comprehensive overview of accounts in a smaller
space. Because of its increased complixity, it use is recommended
only for accounting experts.
</body>
</html>