mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
add A/R notes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3982 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user