mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
2609e33300
commit
aa6a2cb8c8
@ -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
25
Docs/xacc-print.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user