gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Jan 25 19:55:03 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/88bfc8b4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3f324952 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5de18cf1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6ab936af (commit)
	 via  https://github.com/Gnucash/gnucash/commit/91b3c8cf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a9be5d40 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4839a563 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ffe3aa79 (commit)



commit 88bfc8b477b577b5d8bfa42d91894e295470f99d
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jan 25 17:16:05 2020 +0800

    [new-owner-report] refine payment->description
    
    LHS payment description are memos from APAR splits
    RHS payment description are memos from non-APAR splits
    RHS payment description should match RHS payment amounts

commit 3f324952d4b39720e57c7ff258f526ac7f4f997f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jan 25 15:22:17 2020 +0800

    [new-owner-report] add interactivity to highlight linked rows
    
    add javascript to highlight matching documents/payments via their
    common link-id attribute.

commit 5de18cf1015d197c23d4d6d27ec04b0ac1795cee
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jan 25 14:16:49 2020 +0800

    [new-owner-report] add invoice/txn link-id to tag via javascript
    
    This commit adds a link-id attribute to describe <td> elements
    containing invoice & payment details. Each link-id is the invoice or
    transaction guid.

commit 6ab936af1f36d0fe25a8988c2f9e27b4d21d5926
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jan 25 11:57:22 2020 +0800

    [new-owner-report] LHS payments have no invoice details. remove code.
    
    a previous commit had split LHS invoice vs payment handling. remove
    invoice handling code in the payment section.

commit 91b3c8cf3a19d6a43c90adc8945e4fd136bc0861
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jan 25 11:56:01 2020 +0800

    [new-owner-report] LHS handle split->anchor differently
    
    remove cell-anchor from add-row
    no functional change

commit a9be5d406f6183f37117649749196912a60f0255
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jan 25 00:29:50 2020 +0800

    [new-owner-report] compact code
    
    * reuse split->anchor for RHS splits
    * use invoice->anchor for invoice anchor

commit 4839a5636722793106497cb0d431ffb76cfb4594
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jan 25 00:07:37 2020 +0800

    [new-owner-report] RHS invoice amount links to invoice posting
    
    RHS invoice amounts links to the APAR posting split instead of a APAR
    payment split.



Summary of changes:
 .../report/business-reports/new-owner-report.scm   | 222 ++++++++++++---------
 gnucash/report/report-system/html-fonts.scm        |   1 +
 2 files changed, 126 insertions(+), 97 deletions(-)



More information about the gnucash-patches mailing list