Robert Graham Merkel's documentation patch.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2433 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-06-07 20:25:14 +00:00
parent 35973f2346
commit df5babf10c
34 changed files with 84 additions and 112 deletions

View File

@ -29,12 +29,14 @@ doc_DATA = \
xacc-main.html \ xacc-main.html \
xacc-mainwin.html \ xacc-mainwin.html \
xacc-pnl.html \ xacc-pnl.html \
xacc-portfolio_report.html \
xacc-print-check.html \ xacc-print-check.html \
xacc-print.html \ xacc-print.html \
xacc-qif-import.html \ xacc-qif-import.html \
xacc-quicken.html \ xacc-quicken.html \
xacc-recnwin.html \ xacc-recnwin.html \
xacc-regwin.html \ xacc-regwin.html \
xacc-regwin_kbd.html \
xacc-reports.html \ xacc-reports.html \
xacc-ticker.html \ xacc-ticker.html \
xacc-trans_report.html \ xacc-trans_report.html \

View File

@ -120,7 +120,7 @@ SUBDIRS = image
docdir = ${GNC_SHAREDIR}/html/C docdir = ${GNC_SHAREDIR}/html/C
doc_DATA = RAW-NOTES bofa-mym.html projects.html xacc-about.html xacc-accountedit.html xacc-acctypes.html xacc-accwin.html xacc-adjbwin.html xacc-apar.html xacc-apprdepr.html xacc-bal_tracker.html xacc-balsheet.html xacc-currency.html xacc-date.html xacc-double.html xacc-euro.html xacc-expense.html xacc-find-transactions.html xacc-globalprefs.html xacc-globalprops.html xacc-gpl.html xacc-groups.html xacc-main.html xacc-mainwin.html xacc-pnl.html xacc-print-check.html xacc-print.html xacc-qif-import.html xacc-quicken.html xacc-recnwin.html xacc-regwin.html xacc-reports.html xacc-ticker.html xacc-trans_report.html xacc-y2k.html doc_DATA = RAW-NOTES bofa-mym.html projects.html xacc-about.html xacc-accountedit.html xacc-acctypes.html xacc-accwin.html xacc-adjbwin.html xacc-apar.html xacc-apprdepr.html xacc-bal_tracker.html xacc-balsheet.html xacc-currency.html xacc-date.html xacc-double.html xacc-euro.html xacc-expense.html xacc-find-transactions.html xacc-globalprefs.html xacc-globalprops.html xacc-gpl.html xacc-groups.html xacc-main.html xacc-mainwin.html xacc-pnl.html xacc-portfolio_report.html xacc-print-check.html xacc-print.html xacc-qif-import.html xacc-quicken.html xacc-recnwin.html xacc-regwin.html xacc-regwin_kbd.html xacc-reports.html xacc-ticker.html xacc-trans_report.html xacc-y2k.html
EXTRA_DIST = .cvsignore tidy-up ${doc_DATA} EXTRA_DIST = .cvsignore tidy-up ${doc_DATA}

View File

@ -9,38 +9,26 @@
<body> <body>
<h1>Managing Your Money --&gt; GnuCash</h1> <h1>Managing Your Money --&gt; GnuCash</h1>
I have finally put the Perl script that allowed me to use
GnuCash up on a web site. I had a couple years of data in
Managing Your Money 2.x that I didn't want to reenter. The
script will output a single QIF file with all transactions,
accounts, and categories. (Currently only non-investment
transactions are handled.) The QIF file can be imported to
xacc-1.0.18 if a small patch is applied to QIFIO.c. The site is
Ken Yamaguchi has kindly made available a Perl script that allows
Managing Your Money 2.x data to be converted into QIF format, which
can then be imported into GnuCash. It has been tested with 1.3.99 and
works well. The script is available
from:</P>
<p><a href= <p><a href=
"http://www-cad.eecs.berkeley.edu/~gooch/mymdump.html"> "http://www-cad.eecs.berkeley.edu/~gooch/mymdump.html">
MyMdump</a></p> http://www-cad.eecs.berkeley.edu/~gooch/mymdump.html</a></p>
<h1>Duplicate Transactions</h1> <h1>Duplicate Transactions</h1>
I also have a script that I use to remove duplicate Ken has also written a script that removes duplicate
transactions at the QIF level. I use this script because Xacc transactions at the QIF level. GnuCash
is very strict about duplicates (which is good) and because is very strict about duplicates, and this script is useful for
editing imported transactions will cause a re-import of the successfully importing a succession of QIF files provided by a bank for
same transactions to produce duplicates. (I download the same overlapping time periods, for instance.
month's transactions from my bank several times each month, so This script is available from:
each downloaded QIF file--after the first--contains
transactions I have already imported. I don't want to rely on
the bank sending me the transactions in the same order or with
the same formatting.) The site is
<p><a href= <p><a href=
"http://www-cad.eecs.berkeley.edu/~gooch/qifuniq.html"> "http://www-cad.eecs.berkeley.edu/~gooch/qifuniq.html">
qifuniq</a></p> "http://www-cad.eecs.berkeley.edu/~gooch/qifuniq.html</a></p>
<p>I hope others find these scripts useful.</p>
<p>Ken Yamaguchi October 1998</p>
</body> </body>
</html> </html>

View File

@ -7,6 +7,7 @@ doc_DATA = \
appr-income.gif \ appr-income.gif \
appr-main1.gif \ appr-main1.gif \
appr-main2.gif \ appr-main2.gif \
bal-graph.gif \
contract.gif \ contract.gif \
depr-asset.gif \ depr-asset.gif \
depr-main.gif \ depr-main.gif \
@ -22,16 +23,16 @@ doc_DATA = \
logo-skunkware.gif \ logo-skunkware.gif \
newaccwin-code.gif \ newaccwin-code.gif \
newaccwin-trade.gif \ newaccwin-trade.gif \
newaccwin.gif \
recnwin.gif \ recnwin.gif \
regwin-double.gif \ regwin-double.gif \
regwin-multi.gif \ regwin-multi.gif \
regwin-single.gif \ regwin-single.gif \
regwin-single2.gif \ regwin-single2.gif \
regwin.gif \ report-av-baln.gif \
report-baln.gif \ report-baln.gif \
report-folio.gif \ report-folio.gif \
report-option.gif \ report-option.gif \
report-pnl.gif \
reportwin.gif \ reportwin.gif \
ticker-a.gif \ ticker-a.gif \
ticker-b.gif ticker-b.gif

View File

@ -118,7 +118,7 @@ l = @l@
docdir = ${GNC_SHAREDIR}/html/C/image docdir = ${GNC_SHAREDIR}/html/C/image
doc_DATA = appr-asset1.gif appr-asset2.gif appr-income.gif appr-main1.gif appr-main2.gif contract.gif depr-asset.gif depr-main.gif expand.gif foliowin-single.gif foliowin.gif logo-NetBSD-banner.gif logo-bullogogross.gif logo-debian.jpg logo-ibm.gif logo-linux.gif logo-sgi.gif logo-skunkware.gif newaccwin-code.gif newaccwin-trade.gif newaccwin.gif recnwin.gif regwin-double.gif regwin-multi.gif regwin-single.gif regwin-single2.gif regwin.gif report-baln.gif report-folio.gif report-option.gif reportwin.gif ticker-a.gif ticker-b.gif doc_DATA = appr-asset1.gif appr-asset2.gif appr-income.gif appr-main1.gif appr-main2.gif bal-graph.gif contract.gif depr-asset.gif depr-main.gif expand.gif foliowin-single.gif foliowin.gif logo-NetBSD-banner.gif logo-bullogogross.gif logo-debian.jpg logo-ibm.gif logo-linux.gif logo-sgi.gif logo-skunkware.gif newaccwin-code.gif newaccwin-trade.gif recnwin.gif regwin-double.gif regwin-multi.gif regwin-single.gif regwin-single2.gif report-av-baln.gif report-baln.gif report-folio.gif report-option.gif report-pnl.gif reportwin.gif ticker-a.gif ticker-b.gif
EXTRA_DIST = .cvsignore ${doc_DATA} EXTRA_DIST = .cvsignore ${doc_DATA}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -11,10 +11,22 @@
<body> <body>
<h1>Balance Tracking Report</h1> <h1>Balance Tracking Report</h1>
<img src="report-av-baln.gif>
<p><em>FIXME: Document this report!</em></p> <p>This report allows you to track the balance of an account over time.
If you have gnuplot installed, it can even produce graphical output:</p>
<img src="bal-graph.gif">
<p>Parameters for this report include:</p>
<ul><li>The start and end dates of the accounting period.</li>
<li>The length of each "step", or interval in the account period.</li>
<li>The accounts for which the report is to be produced. If more
than one account is selected, the sum of all balances of accounts
selected is used <em>NB: Could somebody make sure this is right?</em>
<li>Which aspect of the report is to be graphed.
There are three graphs available:
<ul><li>Average Balance during interval</li>
<li>Net Gain/Loss over interval</li>
<li>Gains and losses over interval</li></ul></ul>
<hr> <hr>
<p>Return to <a href="xacc-main.html">Main Documentation <p>Return to <a href="xacc-main.html">Main Documentation
Page.</a></p> Page.</a></p>
</body> </body>

View File

@ -11,14 +11,14 @@
<body> <body>
<h1>Balance Sheet</h1> <h1>Balance Sheet</h1>
<img src="report-baln.gif">
<p>This report summarizes your assets, liabilities, and <p>This report summarizes your assets, liabilities, and
equity.</p> equity.</p>
<p>There are currently no options for this report, but the <p>You can select the date for which the balance sheet
option to specify a date for which the balance sheet is to be is to be calculated up to using the "preferences" toolbar
calculated will be added soon.</p> button. The default is today.</p>
<p>Return to <a href="xacc-main.html">Main Documentation <p>Return to <a href="xacc-main.html">Main Documentation
Page.</a></p> Page.</a></p>
</body> </body>

View File

@ -32,12 +32,11 @@
<li><tt>R , r</tt> end of year</li> <li><tt>R , r</tt> end of year</li>
<li><tt>T , t</tt> today GnuCash can be compiled to use <li><tt>T , t</tt> today </li>
either European style dates or US Style dates.</li>
<li><tt>Grep</tt> for <var>UK_DATES</var> in <tt>
dates.h</tt></li>
</ul> </ul>
<p>GnuCash can be configured to use a variety of date input formats
by <a href="xacc-globalprefs.html">setting a preference</a>.</p>
<hr> <hr>
<p>Return to <a href="xacc-main.html">Main Documentation <p>Return to <a href="xacc-main.html">Main Documentation

View File

@ -63,13 +63,15 @@
<li><a href="xacc-expense.html">Using Income/Expense <li><a href="xacc-expense.html">Using Income/Expense
Accounts</a></li> Accounts</a></li>
<li><a href="xacc-globalprefs.html">Customizing Gnucash's <li><a href="xacc-globalprefs.html">Personalising Gnucash</a></li>
Appearance</a></li>
<li><a href="xacc-accountedit.html">Changing Account <li><a href="xacc-accountedit.html">Changing Account
Properties</a></li> Properties</a></li>
<li> <a href="xacc-y2k.html">Y2K Considerations</a></li>
<li>
<a href="xacc-reports.html">Reports</a></li>
</ul>
</ul> </ul>
<h1>Extended Help/System Documentation</h1> <h1>Extended Help/System Documentation</h1>
<p>The following documentation is about the <em> <p>The following documentation is about the <em>
@ -83,28 +85,7 @@
<ul> <ul>
<li><a href="projects.html">GnuCash Project Goals</a></li> <li><a href="projects.html">GnuCash Project Goals</a></li>
<li><a href="xacc-print.html">Printing and Web <li><a href="xacc-print.html">Printing</a></li>
Serving</a></li>
<li>
<a href="xacc-reports.html">Reports</a>
<p>The reporting subsystem is presently undergoing active
development; documentation should eventually include:</p>
<ul>
<li>User documentation on how to use built-in
reports</li>
<li>"Power User" documentation on how to create new
reports</li>
<li>A design overview describing the reporting
architecture</li>
</ul>
</li>
<li><a href="xacc-y2k.html">Y2K Considerations</a></li>
</ul> </ul>
<hr> <hr>
</body> </body>

View File

@ -11,12 +11,14 @@
<body> <body>
<h1>Profit and Loss Statement</h1> <h1>Profit and Loss Statement</h1>
<img src="report-pnl.gif">
<p>This report summarizes your sources of income and <p>This report summarizes your sources of income and
expenditure.</p> expenditure.</p>
<p>There are currently no options for this report, but the <p>You can specify the accounting period for the report using
option to specify an accounting period will be added soon.</p> the "parameters" toolbar button.</p>
<p>Return to <a href="xacc-main.html">Main Documentation <p>Return to <a href="xacc-main.html">Main Documentation
Page.</a></p> Page.</a></p>

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" title="normal" type="text/css" href= <link rel="stylesheet" title="normal" type="text/css" href=
"gnucash.css"> "gnucash.css">
<title>Printing and Web Serving</title> <title>Printing</title>
</head> </head>
<body> <body>
@ -14,36 +14,11 @@
<p>At present, the only type of printing directly supported by <p>At present, the only type of printing directly supported by
GnuCash is <a href="xacc-print-check.html">check printing</a>. GnuCash is <a href="xacc-print-check.html">check printing</a>.
Other types of printing are expected to be supported soon.</p> Other types of printing will be added in version 1.5.</p>
<p>You may create a printout of the register window contents by
opening a register window and selecting <tt>Print... To <p><a href="xacc-reports.html">Reports</a> can also be <a href=
File</tt> from the <tt>File</tt> menu. <a href= "xacc-reports.html#export">exported as HTML</a>.</p>
"xacc-reports.html">Reports</a> can also be <a href=
"xacc-reports.html">exported as HTML</a>.</p>
<h1>GnuCash as Web Server</h1>
<p>Following the latest fashionable trends of <b>Internet
Hype,</b> GnuCash can also act as a cheesy web server!</p>
<ul>
<li>From an open register window, select <tt>Print ... To
WWW</tt> from the <tt>File</tt> menu.</li>
<li>Then aim your browser at <tt>http://localhost:1080/</tt>
or <tt>http://yourmachinename.com:1080/</tt>and you will see
your register window.<br>
<br>
</li>
<li>But, remember, we said <em>cheesy;</em> in order to view
the page a second time, you have to <em>pick the menu item
again</em> to "reload" things and allow prepare it for
another data dump.<br>
<br>
</li>
</ul>
<hr> <hr>
<p>Return to <a href="xacc-main.html">Main Documentation <p>Return to <a href="xacc-main.html">Main Documentation

View File

@ -17,11 +17,12 @@
are entered here.</p> are entered here.</p>
<p>To enter a new transaction, just type into the last blank <p>To enter a new transaction, just type into the last blank
transaction. Use the mouse or the <a href= transaction. As well as just typing them in, ou can use can use
"xacc-regwin_kbd.html">Register Keyboard Shortcuts</a>to move the <a href="xacc-date.html">Date Accelerator keys</a> to quickly
enter dates. Use the mouse or the <a
href="xacc-regwin_kbd.html">Register Keyboard Shortcuts</a>to move
between fields, and hit the Enter key or click record to record between fields, and hit the Enter key or click record to record
the transaction:</p> the transaction:</p> <img src="regwin-single2.gif">
<img src="regwin-single2.gif">
<p>Notice how a the transaction has been recorded and a new, <p>Notice how a the transaction has been recorded and a new,
blank transaction has been created.</p> blank transaction has been created.</p>
@ -29,6 +30,11 @@
<p>You can edit existing transactions in a similar manner. <p>You can edit existing transactions in a similar manner.
GnuCash will prompt you to confirm any changes you make.</p> GnuCash will prompt you to confirm any changes you make.</p>
<p>After you have entered a few transactions, GnuCash will try to
guess some or all of the remaining details of a transaction when
you type into the "Description" field. If GnuCash has guessed wrong,
simply type over or delete the incorrect information and replace it
with the correct information.</p>
<h1>Manipulating transactions</h1> <h1>Manipulating transactions</h1>
<p>You can manipulate transactions with the toolbar or the <p>You can manipulate transactions with the toolbar or the

View File

@ -13,20 +13,22 @@
<h1>Reports</h1> <h1>Reports</h1>
<p>A variety of financial reports can be selected on the <p>A variety of financial reports can be selected on the
"Extensions" menu":</p> "Reports" menu":</p>
<ul> <ul>
<li><a href="xacc-balsheet.html">Balance Sheet:</a>shows <li><a href="xacc-balsheet.html">Balance Sheet:</a>shows
Assets, Liabilities and Equity.</li> Assets, Liabilities and Equity.</li>
<li><a href="xacc-pnl.html">Profit And Loss State:</a>shows <li><a href="xacc-pnl.html">Profit And Loss State:</a>shows
Income and expenses over a selectable period <em>well, it Income and expenses over a selectable period.</li>
will when I get around to adding period support</em></li>
<li><a href="xacc-trans_report.html">Transaction <li><a href="xacc-trans_report.html">Transaction
Report</a>shows transactions in an account, presented in a Report</a>shows transactions in an account, presented in a
variety of ways.</li> variety of ways.</li>
<li><a href="xacc-portfolio_report.html">Stock Portfolio</a>
provides a quick summary of your stocks, their current value,
and profits made.</li>
<li><a href="xacc-bal_tracker.html">Balance Tracker</a> <li><a href="xacc-bal_tracker.html">Balance Tracker</a>
tracks the balance of one or more accounts over time, and tracks the balance of one or more accounts over time, and
supports graphical output (if you have gnuplot supports graphical output (if you have gnuplot
@ -55,8 +57,8 @@
<p>See the help for the individual reports for details of <p>See the help for the individual reports for details of
options available.</p> options available.</p>
</li> </li>
<li><b>Export</b> allows you to export the contents of the <li><a name="export"><b>Export</b> allows you to export the contents of the
report as a HTML file for later viewing or printing.</li> report as a HTML file for later viewing or printing.</li>
<li><b>Close</b> closes the report window.</li> <li><b>Close</b> closes the report window.</li>

View File

@ -19,7 +19,7 @@
<p>Options specifiable for this report include:</p> <p>Options specifiable for this report include:</p>
<ul> <ul>
<li><b>Account:</b> the account to do the report on.</li> <li><b>Account:</b> the account(s) to do the report on.</li>
<li><b>Date To and Date From:</b> the date range for the <li><b>Date To and Date From:</b> the date range for the
report to cover.</li> report to cover.</li>

View File

@ -103,6 +103,7 @@ errs*
.#* .#*
TAGS TAGS
#*# #*#
aclocal.m4
libtool libtool
conf.h conf.h
stamp-h stamp-h
@ -113,15 +114,18 @@ gnucash.engine.i
gnucash.pm gnucash.pm
gnucash-engine-perl5_wrap.c gnucash-engine-perl5_wrap.c
g-wrap-guile g-wrap-guile
libgncengine.la
libgwrapguile.la libgwrapguile.la
libgwraprs.la libgwraprs.la
gnc-autogen.h gnc-autogen.h
src/gnucash
src/guile/gnc.c src/guile/gnc.c
src/guile/gnc.h src/guile/gnc.h
src/guile/gnc.html src/guile/gnc.html
src/guile/gnucash.c src/guile/gnucash.c
src/scm/bootstrap.scm src/scm/bootstrap.scm
src/swig/perl5/gnucash.engine_wrap.doc src/optional/swig/libgncswig.la
src/optional/swig/gnucash.engine_wrap.doc
g-wrap.info g-wrap.info
src/quotes/gnc-prices src/quotes/gnc-prices
*.wrap *.wrap