add live reports

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1311 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-10-18 01:45:15 +00:00
parent 0ae7c92e8a
commit ae3f6b2f1c
3 changed files with 28 additions and 15 deletions

View File

@ -149,20 +149,5 @@
</ul>
</ul>
</ul>
<hr>
<h2>Reports</h2>
There are two types of reports: a "Balance Sheet" and
a "Profit and Loss Statement".
<p>
A Balance Sheet shows Assets, Liabilities and Equity. The sum of
all assets should equal the sum of Liabilities and Equity.
<p>
A Profit and Loss Statement shows Income and Expenses. The
sum of all Income minus all expenses is the Profit or Loss.
<p>
The change in Equity from day to day (year to year) should
equal that day's (year's) profit or loss.
<p>
</body>
</html>

View File

@ -25,6 +25,7 @@
<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-reports.html">Reports</a>
<li><a href="xacc-double.html">Using Double Entry</a>
<li><a href="xacc-expense.html">Using Income/Expense Accounts</a>
</ul>

27
Docs/xacc-reports.html Normal file
View File

@ -0,0 +1,27 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Reports</title>
</head>
<body bgcolor=#eeeeee>
<h1>Reports</h1>
There are two types of reports: a <b>Balance Sheet</b> and
a <b>Profit and Loss Statement</b>.
<p>
A Balance Sheet shows Assets, Liabilities and Equity. The sum of
all assets should equal the sum of Liabilities and Equity.
<p>
A Profit and Loss Statement shows Income and Expenses. The
sum of all Income minus all expenses is the Profit or Loss.
<p>
The change in Equity from day to day (year to year) should
equal that day's (year's) profit or loss.
<p>
<ul>
<li><a href="report-baln.phtml">Click Here to Show Balance Sheet</a>
<li><a href="report-pnl.phtml">Click Here to Show Profit &amp; Loss</a>
</ul>
</body>
</html>