formatting fixes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@747 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-28 08:44:16 +00:00
parent f38675092c
commit 014e12a3e0
3 changed files with 18 additions and 6 deletions

View File

@ -1,24 +1,31 @@
<h1>Accounts Payable & Accounts Receivable</h1>
<html>
<body>
<h1>Accounts Payable &amp; Accounts Receivable</h1>
<pre>
A/R and A/P are kind of deep,
<p>
Anyways, let's consider A/R. We can't really relate to A/P
bcos we always pay *our* bills on time, don't we ? :-)
<p>
So anyways, let's say we give our customers 30 days to pay.
<p>
When we make a sale, the two accounts affected are Sales (an
income account) and A/R. A/R is an asset, but it's not liquid,
and it's not quite cash.
<p>
Then when they come by to pay their bill, dropping off a big bag
of twenty-dollar bills, we transfer the amount from A/R to Cash.
<p>
The reason we do it in two steps is that we've decided to do
our accounting on an accrual basis and not on a cash basis,
bcos, well, most of our transactions are not cash, they're
obligations.
<p>
We report sales in our sales figures as soon as we make them,
but if the auditor wants to know about whether we're gonna get
@ -28,6 +35,7 @@ debt is "written off", like when the cheesing bastards go bankrupt,
we dock both A/R and Sales, so we're going back and patching up
(or rather, "patching down") the Sales account to show that the
Sale was never made good.
<p>
We can use the same technique for things that we prepay. If
we have to plunk down six months' rent in advance, that is an
@ -40,6 +48,7 @@ growth in an Accrued Liability, namely, Payroll Taxes Payable,
on the toher side. When we send the quarterly check to the
Feds so that they can make payroll too, our liability drops
and so does our Cash account.
<p>
</pre>
</body>
</html>

View File

@ -1,4 +1,5 @@
<html>
<body>
<h1>Date Input</h1>
The date cell handles the following accelrator keys:
@ -31,3 +32,5 @@ The date cell handles the following accelrator keys:
't': today
</pre>
</body>
</html>

View File

@ -10,7 +10,7 @@
<li><a href="xacc-about.html">About X-Accountant</a>
<li><a href="xacc-accwin.html">Account Types</a>
<li><a href="xacc-group.html">Account Groups and Account Numbering</a>
<li><a href="xacc-apar.html">Accounts Payable & Accounts Receivable</a>
<li><a href="xacc-apar.html">Accounts Payable &amp; Accounts Receivable</a>
<li><a href="xacc-quicken.html">Categories</a>
<li><a href="xacc-accwin.html">Creating a new account</a>
<li><a href="xacc-date.html">Date Input</a>