mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1570 57a11ea4-9604-0410-9ed3-97b8803252fd
29 lines
917 B
HTML
29 lines
917 B
HTML
<!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>
|
|
<li><a href="report-folio.phtml">Show Stock Portfolio Valuation</a>
|
|
</ul>
|
|
</body>
|
|
</html>
|