mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix (harmless) report warnings as reported in bug 639371
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23520 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6b9dbd9faa
commit
8d59144c08
@ -33,6 +33,7 @@
|
|||||||
(use-modules (gnucash printf))
|
(use-modules (gnucash printf))
|
||||||
(use-modules (gnucash report report-system report-collectors))
|
(use-modules (gnucash report report-system report-collectors))
|
||||||
(use-modules (gnucash report report-system collectors))
|
(use-modules (gnucash report report-system collectors))
|
||||||
|
(use-modules (gnucash report standard-reports category-barchart)) ; for guids of called reports
|
||||||
|
|
||||||
(gnc:module-load "gnucash/report/report-system" 0)
|
(gnc:module-load "gnucash/report/report-system" 0)
|
||||||
|
|
||||||
@ -363,8 +364,8 @@
|
|||||||
(list
|
(list
|
||||||
(gnc:make-report-anchor
|
(gnc:make-report-anchor
|
||||||
(if inc-exp?
|
(if inc-exp?
|
||||||
"Income Over Time"
|
category-barchart-income-uuid
|
||||||
"Assets Over Time")
|
category-barchart-asset-uuid)
|
||||||
report-obj
|
report-obj
|
||||||
(list
|
(list
|
||||||
(list gnc:pagename-display
|
(list gnc:pagename-display
|
||||||
@ -376,8 +377,8 @@
|
|||||||
(_ "Asset Chart")))))
|
(_ "Asset Chart")))))
|
||||||
(gnc:make-report-anchor
|
(gnc:make-report-anchor
|
||||||
(if inc-exp?
|
(if inc-exp?
|
||||||
"Expense Over Time"
|
category-barchart-expense-uuid
|
||||||
"Liabilities Over Time")
|
category-barchart-liability-uuid)
|
||||||
report-obj
|
report-obj
|
||||||
(list
|
(list
|
||||||
(list gnc:pagename-display
|
(list gnc:pagename-display
|
||||||
|
@ -412,8 +412,8 @@
|
|||||||
(list
|
(list
|
||||||
(gnc:make-report-anchor
|
(gnc:make-report-anchor
|
||||||
(if inc-exp?
|
(if inc-exp?
|
||||||
"Income Over Time"
|
category-barchart-income-uuid
|
||||||
"Assets Over Time")
|
category-barchart-asset-uuid)
|
||||||
report-obj
|
report-obj
|
||||||
(list
|
(list
|
||||||
(list gnc:pagename-display
|
(list gnc:pagename-display
|
||||||
@ -425,8 +425,8 @@
|
|||||||
(_ "Asset Chart")))))
|
(_ "Asset Chart")))))
|
||||||
(gnc:make-report-anchor
|
(gnc:make-report-anchor
|
||||||
(if inc-exp?
|
(if inc-exp?
|
||||||
"Expense Over Time"
|
category-barchart-expense-uuid
|
||||||
"Liabilities Over Time")
|
category-barchart-liability-uuid)
|
||||||
report-obj
|
report-obj
|
||||||
(list
|
(list
|
||||||
(list gnc:pagename-display
|
(list gnc:pagename-display
|
||||||
|
Loading…
Reference in New Issue
Block a user