mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[TR] move options-summary to appear above subtotal-table
It seems more fitting that the order of items is: - title - options summary - subtotal table - main table
This commit is contained in:
@@ -2041,6 +2041,11 @@ be excluded from periodic reporting.")
|
||||
(qof-print-date begindate)
|
||||
(qof-print-date enddate)))))
|
||||
|
||||
(if (eq? infobox-display 'always)
|
||||
(gnc:html-document-add-object!
|
||||
document
|
||||
(gnc:html-render-options-changed options)))
|
||||
|
||||
(if (and (opt-val gnc:pagename-display optname-grid)
|
||||
(if (memq primary-key DATE-SORTING-TYPES)
|
||||
(keylist-get-info date-subtotal-list primary-date-subtotal 'renderer-fn)
|
||||
@@ -2055,11 +2060,6 @@ be excluded from periodic reporting.")
|
||||
(gnc:html-document-add-object!
|
||||
document (grid->html-table grid list-of-rows list-of-cols))))
|
||||
|
||||
(if (eq? infobox-display 'always)
|
||||
(gnc:html-document-add-object!
|
||||
document
|
||||
(gnc:html-render-options-changed options)))
|
||||
|
||||
(gnc:html-document-add-object! document table)))))
|
||||
|
||||
(gnc:report-finished)
|
||||
|
||||
Reference in New Issue
Block a user