gnucash/gnucash/report
Christopher Lam 6419857462 Bug 797770 - Reconciliation report does not consider credit transactions
A few preparatory changes...

* calculated-cells augmented to allow 7 fields instead of 6. 7th field
defines whether cell is mergeable for subtotal-table. note only the
first element in calculated-cells is currently considered for the
subtotal-table accumulator.

* backward compatible upgrade to trep-engine's add-subtotal-row --
handles both 6-field and 7-field calculated-cells. 7th field, if
missing, is assumed to be #f.

* transaction report: unlock subtotal-table when amount='double in
addition to 'single.

And finally the bug fix itself:

* reconcile-report: fix subtotal-table accumulator to consider both Dr
and Cr
2020-05-27 18:31:41 +08:00
..
doc Merge branch 'maint' 2019-09-18 22:42:48 +02:00
reports Bug 797770 - Reconciliation report does not consider credit transactions 2020-05-27 18:31:41 +08:00
stylesheets Drop all gnc-module dependencies and includes from compilation units that no longer use it 2020-04-24 22:16:24 +02:00
test Drop all gnc-module dependencies and includes from compilation units that no longer use it 2020-04-24 22:16:24 +02:00
CMakeLists.txt Drop all gnc-module dependencies and includes from compilation units that no longer use it 2020-04-24 22:16:24 +02:00
commodity-utilities.scm Merge branch 'maint' 2020-02-06 16:50:08 +01:00
eguile-html-utilities.scm Merge branch 'maint' 2020-04-13 11:27:14 -07:00
eguile-utilities.scm [balsheet-eg] don't use safe-cadr and safe-cdr 2020-05-09 22:33:24 +08:00
eguile.scm [eguile-gnc] don't catch errors in eguile-gnc 2020-05-09 22:33:24 +08:00
gnc-report.c Convert gncmod-report into an ordinary library 2020-04-24 21:17:13 +02:00
gnc-report.h Convert gncmod-report into an ordinary library 2020-04-24 21:17:13 +02:00
html-acct-table.scm Merge branch 'maint' 2019-12-02 23:38:15 +08:00
html-anytag.scm RptCleanup - fold report/report-system into report 2019-06-18 14:25:04 +02:00
html-barchart.scm [html-bar/line/pie/scatter] guard all old api calls 2019-12-18 21:55:51 +08:00
html-chart.scm [html-chart] add z-index:999 to anchor 2020-05-16 23:19:09 +08:00
html-document.scm Merge branch 'maint' 2020-02-15 23:13:40 +08:00
html-fonts.scm Merge branch 'maint' 2020-02-17 10:33:00 +00:00
html-linechart.scm [html-bar/line/pie/scatter] guard all old api calls 2019-12-18 21:55:51 +08:00
html-piechart.scm [html-bar/line/pie/scatter] guard all old api calls 2019-12-18 21:55:51 +08:00
html-scatter.scm [html-bar/line/pie/scatter] guard all old api calls 2019-12-18 21:55:51 +08:00
html-style-info.scm Merge branch 'maint-797743' #720 price renderers 2020-05-13 13:20:09 +08:00
html-style-sheet.scm app-utils - simplify and move gettext wrappers 2019-12-06 19:59:12 +01:00
html-table.scm Merge branch 'maint' 2020-01-14 19:56:35 +01:00
html-text.scm Merge branch 'maint' 2019-12-02 23:38:15 +08:00
html-utilities.scm Merge branch 'maint-797743' #720 price renderers 2020-05-13 13:20:09 +08:00
options-utilities.scm app-utils - simplify and move gettext wrappers 2019-12-06 19:59:12 +01:00
report-core.scm Convert gncmod-report into an ordinary library 2020-04-24 21:17:13 +02:00
report-register-hooks.scm Merge branch 'maint' 2019-10-23 20:11:52 +08:00
report-utilities.scm Merge branch 'maint' 2020-03-29 14:46:55 -07:00
report.i RptCleanup - fold report/report-system into report 2019-06-18 14:25:04 +02:00
report.scm Merge branch 'maint-797743' #720 price renderers 2020-05-13 13:20:09 +08:00
trep-engine.scm Bug 797770 - Reconciliation report does not consider credit transactions 2020-05-27 18:31:41 +08:00