mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
0ae7c92e8a
commit
ae3f6b2f1c
@ -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>
|
||||
|
@ -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
27
Docs/xacc-reports.html
Normal 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 & Loss</a>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user