gnucash stable: Bug 799069 - Multicurrency Invoice Payment

Christopher Lam clam at code.gnucash.org
Mon Aug 28 01:03:31 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/9802c809 (commit)
	from  https://github.com/Gnucash/gnucash/commit/eb2dd3ef (commit)



commit 9802c80996589143fa3d3738b1e55987d84bf039
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Aug 28 13:00:11 2023 +0800

    Bug 799069 - Multicurrency Invoice Payment
    
    Don't use TransGetCurrency/SplitValue to show payment details. They
    may convert to the user's home currency. Use SplitAccount's and
    SplitAmount to show the payment details in the APAR currency.



Summary of changes:
 gnucash/report/reports/standard/invoice.scm          |  9 ++++-----
 gnucash/report/reports/support/receipt.eguile.scm    |  7 +++----
 gnucash/report/reports/support/taxinvoice.eguile.scm | 11 +++++------
 3 files changed, 12 insertions(+), 15 deletions(-)



More information about the gnucash-patches mailing list