mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
917 B
29 lines
917 B
<!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>
|