gnucash stable: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri Apr 7 08:42:02 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/5dc0b827 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/229efb52 (commit)
	from  https://github.com/Gnucash/gnucash/commit/e5349a8b (commit)



commit 5dc0b8271a790406f1bcf62e74e8ab42f9c7dee0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Apr 7 20:41:11 2023 +0800

    [csv-transactions-export] fix category in export with simple layout
    
    If Trading accounts is enabled, and the transaction is a transfer
    between two accounts of differing commodities, the CSV simple-layout
    export would incorrectly show "--Split Transaction--" as the
    category.
    
    This commit changes the algorithm to ignore the trading splits when
    determining the other split account, thereby returning a more useful
    other account name.

commit 229efb52ede7438dd21707c12cbb98cc6815a0a6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Apr 7 20:27:29 2023 +0800

    [csv-export-helpers] move account_get_fullname_str to support file



Summary of changes:
 .../import-export/csv-exp/csv-export-helpers.cpp    |  9 +++++++++
 .../import-export/csv-exp/csv-export-helpers.hpp    |  2 ++
 .../csv-exp/csv-transactions-export.cpp             | 21 +++------------------
 gnucash/import-export/csv-exp/csv-tree-export.cpp   |  9 ---------
 4 files changed, 14 insertions(+), 27 deletions(-)



More information about the gnucash-patches mailing list