add A/R notes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3982 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.6
Linas Vepstas 25 years ago
parent 3a53cc1f9d
commit 2b120f5e96

@ -2511,6 +2511,27 @@ Password:
When an invoice has been paid off, then there should be a
view mode where the invoice and its payment is no longer shown
(i.e. so that only outstanding, unpaid entires are shown ...)
<li>create report showing everything but the a/p:
Here's an example. I buy a chair for a friend, and three
days later he pays me back. What I've been doing is ...
<pre>
> 1/12/01 Credit -$100
> A/R +$100
> 1/15/01 Cash +$100
> A/R -$100
</pre>
To make it less painful to read and understand, the
report should look like:
<pre>
> 1/12/01 Credit -$100
> 1/15/01 Cash +$100
</pre>
i.e. there would be a new kind of 'transaction report' that
would pair up transactions in this way, showing things
'as if' the A/R didn't exist, and 'as if' a transaction
was spread over a bunch of days.
</ul>
<p></p>
</dd>

Loading…
Cancel
Save