mirror of https://github.com/Gnucash/gnucash
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1311 57a11ea4-9604-0410-9ed3-97b8803252fdzzzoldfeatures/xacc-12-patch
parent
0ae7c92e8a
commit
ae3f6b2f1c
@ -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