mirror of https://github.com/Gnucash/gnucash
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.
53 lines
1.5 KiB
53 lines
1.5 KiB
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" title="normal" type="text/css" href=
|
|
"gnucash.css">
|
|
|
|
<title>Printing and Web Serving</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Printing</h1>
|
|
|
|
<p> At present, the only type of printing directly supported by
|
|
GnuCash is <a href="xacc-print-check.html">check printing</a>.
|
|
Other types of printing are expected to be supported soon.
|
|
|
|
<p> You may create a printout of the register
|
|
window contents by opening a register window and selecting <tt>
|
|
Print... To File</tt> from the <tt>File</tt> menu.
|
|
<a href="xacc-reports.html">Reports</a> can also be
|
|
<a href="xacc-reports.html">exported as HTML</a>.
|
|
|
|
<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>
|
|
|
|
<p> Return to <a href="xacc-main.html"> Main Documentation
|
|
Page.</a></p>
|
|
</body>
|
|
</html>
|
|
|