add some silly docs

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@980 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-08-10 08:16:38 +00:00
parent 2609e33300
commit aa6a2cb8c8
2 changed files with 26 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<li><a href="xacc-gpl.html#SEC003">Warrenty</a>
</ul>
<li><a href="xacc-mainwin.html">The Main Window</a>
<li><a href="xacc-print.html">Printing, Reports, Web Serving</a>
<li><a href="xacc-recnwin.html">The Reconcile Window</a>
<li><a href="xacc-regwin.html">The Register Window</a>
<li><a href="xacc-double.html">Using Double Entry</a>

25
Docs/xacc-print.html Normal file
View File

@ -0,0 +1,25 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Printing and Web Serving</title>
</head>
<body bgcolor=#eeeeee>
<h1>Reports, Printing and Web Serving</h1>
Currently, GnuCash does not support any sort of report generation.
However, you can create a printout of the register window contents
by opening a register window and selecting "Print... To File" from the
"File" menu.
<p>
Following the latest fashionable trends, GnuCash can also act as a
cheesy web server! From an open register window, select
"Print ... To WWW" from the "File" menu. Then aim your browser at
<tt>http://localhost:1080/</tt> or
<tt>http://yourmachinename.com:1080/</tt>and you will see your
register window. But, remember, we said "cheesy": to view the
page again, you have to pick the menu item again.
</p>
<hr>
</body>
</html>