gnucash maint: [new-owner-report] job-reports reverse according to ownertype

Christopher Lam clam at code.gnucash.org
Tue Nov 5 10:20:04 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/1a9825fe (commit)
	from  https://github.com/Gnucash/gnucash/commit/d0743cd0 (commit)



commit 1a9825febcaadbd17298a45d3d032f94e59ee6d7
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Nov 5 23:08:08 2019 +0800

    [new-owner-report] job-reports reverse according to ownertype
    
    Previously job-report assumed owner was customer and assumed use of
    A/Receivable account.
    
    This fix ensures the payable? boolean must be derived dynamically from
    owner-type rather than from report-type. This commit will check
    whether owner is vendor/employee and uses a/payable; otherwise uses
    a/receivable.



Summary of changes:
 gnucash/report/business-reports/new-owner-report.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)



More information about the gnucash-patches mailing list