You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/Docs/xacc-print.html

26 lines
912 B

<!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>