From 2b120f5e96ab850ebaa418c564b5acd5e5a2d117 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 16 Apr 2001 16:01:53 +0000 Subject: [PATCH] add A/R notes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3982 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/projects.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/projects.html b/doc/projects.html index f674d8b3d3..f8b2d1fab9 100644 --- a/doc/projects.html +++ b/doc/projects.html @@ -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 ...) +
  • 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 ... +
    +>   1/12/01  Credit    -$100
    +>            A/R       +$100
    +>   1/15/01  Cash      +$100
    +>            A/R       -$100
    +
    + To make it less painful to read and understand, the + report should look like: + +
    +>   1/12/01 Credit -$100
    +>   1/15/01 Cash   +$100
    +
    + 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. +