Skip to content

Commit

Permalink
Add investment-lots.scm report
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mcbridebt authored and jralls committed Dec 23, 2022
1 parent c8eb55b commit ea026ff
Show file tree
Hide file tree
Showing 3 changed files with 2,074 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnucash/report/reports/CMakeLists.txt
Expand Up @@ -37,6 +37,7 @@ set (reports_standard_SCHEME
standard/ifrs-cost-basis.scm
standard/income-gst-statement.scm
standard/income-statement.scm
standard/investment-lots.scm
standard/lot-viewer.scm
standard/net-charts.scm
standard/portfolio.scm
Expand Down

0 comments on commit ea026ff

Please sign in to comment.