From aa6a2cb8c840b630abac4b1af6ea07ffcf445f0a Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 10 Aug 1998 08:16:38 +0000 Subject: [PATCH] add some silly docs git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@980 57a11ea4-9604-0410-9ed3-97b8803252fd --- Docs/xacc-main.html | 1 + Docs/xacc-print.html | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Docs/xacc-print.html diff --git a/Docs/xacc-main.html b/Docs/xacc-main.html index 40c60bda1e..902e646d62 100644 --- a/Docs/xacc-main.html +++ b/Docs/xacc-main.html @@ -20,6 +20,7 @@
  • Warrenty
  • The Main Window +
  • Printing, Reports, Web Serving
  • The Reconcile Window
  • The Register Window
  • Using Double Entry diff --git a/Docs/xacc-print.html b/Docs/xacc-print.html new file mode 100644 index 0000000000..61bf7d8281 --- /dev/null +++ b/Docs/xacc-print.html @@ -0,0 +1,25 @@ + + + + Printing and Web Serving + + + +

    Reports, Printing and Web Serving

    + 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. +

    + 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 + http://localhost:1080/ or + http://yourmachinename.com:1080/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. +

    +
    + + +