gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Dec 23 14:08:45 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/ff6d3d89 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/79d46be8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7b3928c4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ea026ff4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/c8eb55bb (commit)



commit ff6d3d899bfd100e6f50ea201e6b70175d06e751
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 23 11:08:34 2022 -0800

    Fix some unknown symbol warnings in reports.

commit 79d46be8bc7aeed8c2bf53e431f03022faf020da
Merge: c8eb55bb3 7b3928c4d
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 23 11:07:22 2022 -0800

    Merge Brad McBride's Investment Lots Report into master.

commit 7b3928c4dac621f581a53718b36b24647a119cb0
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 23 11:06:50 2022 -0800

    Update investment lots report to new options API.

commit ea026ff4ee56a9bca44d0dd5aa4e20b7c79846fe
Author: mcbridebt <46758663+mcbridebt at users.noreply.github.com>
Date:   Sun Nov 13 16:51:47 2022 -0800

    Add investment-lots.scm report
    
    Add investment-lots.scm report
    
    cleanup code comments
    
    add start date, fix end date, add stats collector
    
    Fix format errors (breaks on Guile 3.0, but not 2.2?)
    
    Fix build warnings
    
    Fix bugs
    
    Reduce set! usage, add new validation warning, misc code cleanup
    
    fix bug where value display strings were wrongly respecting the show-mnemonics option that should only apply to amount display strings
    
    misc bug fixes
    
    gain age: use last bought date instead of first
    
    change basis calculation to be more like cap-gains.c
    
    Move report to Assets & Liabilities menu
    
    fix chart bug, add option to group sales by age
    
    Add support for alternate-row style
    
    resolve code review comments



Summary of changes:
 gnucash/report/report-core.scm                     |    2 +-
 gnucash/report/reports/CMakeLists.txt              |    1 +
 .../report/reports/standard/account-piecharts.scm  |    2 +-
 .../report/reports/standard/investment-lots.scm    | 2035 ++++++++++++++++++++
 gnucash/report/reports/standard/new-aging.scm      |    2 +-
 .../reports/standard/test/test-transaction.scm     |    2 +-
 po/POTFILES.in                                     |    1 +
 7 files changed, 2041 insertions(+), 4 deletions(-)
 create mode 100644 gnucash/report/reports/standard/investment-lots.scm



More information about the gnucash-patches mailing list