gnucash stable: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Mon Apr 1 07:32:02 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/9f998892 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d2263b36 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ac915f34 (commit)



commit 9f998892b5d010798ac6425218aec476728fad3e
Merge: ac915f34f7 d2263b368a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Apr 1 19:30:50 2024 +0800

    Merge branch 'txn-columns' into stable #1880
    
    Report in Experimental submenu

commit d2263b368a84d4013b8d8ded64bcb4e69d8f7096
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Mar 9 09:45:42 2024 +0800

    [txn-columns.scm] Transaction Breakdown Report
    
    - retrieves transactions from an account
    - distribute splits into accounts
    - note if a transaction has 2 or more splits into 1 account, the
    transaction account cell will show the sum of the 2 splits
    - note if a transaction's currency is different from the account's
    currency, both amounts will be shown into the appropriate currency.
    
    [txn-columns] multilevel sorting - type then name
    
    https://code.gnucash.org/logs/2024/03/16.html



Summary of changes:
 gnucash/report/reports/CMakeLists.txt           |   1 +
 gnucash/report/reports/standard/txn-columns.scm | 262 ++++++++++++++++++++++++
 po/POTFILES.in                                  |   1 +
 3 files changed, 264 insertions(+)
 create mode 100644 gnucash/report/reports/standard/txn-columns.scm



More information about the gnucash-patches mailing list