mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move eguile balance report to business-reports as it depends on business
utils. This is a source code move, the report will remain in the same menu location in the GUI BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21591 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3ff4234b2a
commit
fa28ef8cf4
@ -12,7 +12,10 @@ gncscmmod_DATA = \
|
|||||||
job-report.scm \
|
job-report.scm \
|
||||||
owner-report.scm \
|
owner-report.scm \
|
||||||
payables.scm \
|
payables.scm \
|
||||||
receivables.scm
|
receivables.scm \
|
||||||
|
balsheet-eg.css \
|
||||||
|
balsheet-eg.eguile.scm \
|
||||||
|
balsheet-eg.scm
|
||||||
|
|
||||||
if GNUCASH_SEPARATE_BUILDDIR
|
if GNUCASH_SEPARATE_BUILDDIR
|
||||||
SCM_FILE_LINKS = ${gncscmmod_DATA}
|
SCM_FILE_LINKS = ${gncscmmod_DATA}
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
;;
|
;;
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(define-module (gnucash report standard-reports balsheet-eg))
|
(define-module (gnucash report balsheet-eg))
|
||||||
(use-modules (gnucash main))
|
(use-modules (gnucash main))
|
||||||
(use-modules (gnucash gnc-module))
|
(use-modules (gnucash gnc-module))
|
||||||
(use-modules (gnucash business-utils))
|
(use-modules (gnucash business-utils))
|
@ -108,6 +108,7 @@
|
|||||||
(use-modules (gnucash report payables))
|
(use-modules (gnucash report payables))
|
||||||
(use-modules (gnucash report receivables))
|
(use-modules (gnucash report receivables))
|
||||||
(use-modules (gnucash report customer-summary))
|
(use-modules (gnucash report customer-summary))
|
||||||
|
(use-modules (gnucash report balsheet-eg))
|
||||||
|
|
||||||
(define gnc:invoice-report-create gnc:invoice-report-create-internal)
|
(define gnc:invoice-report-create gnc:invoice-report-create-internal)
|
||||||
|
|
||||||
|
@ -20,9 +20,7 @@ AM_CPPFLAGS = \
|
|||||||
|
|
||||||
gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report/
|
gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report/
|
||||||
gncscmmod_DATA = \
|
gncscmmod_DATA = \
|
||||||
standard-reports.scm \
|
standard-reports.scm
|
||||||
balsheet-eg.css \
|
|
||||||
balsheet-eg.eguile.scm
|
|
||||||
|
|
||||||
gncscmreportmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report/standard-reports
|
gncscmreportmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report/standard-reports
|
||||||
gncscmreportmod_DATA = \
|
gncscmreportmod_DATA = \
|
||||||
@ -49,8 +47,7 @@ gncscmreportmod_DATA = \
|
|||||||
general-journal.scm \
|
general-journal.scm \
|
||||||
general-ledger.scm \
|
general-ledger.scm \
|
||||||
transaction.scm \
|
transaction.scm \
|
||||||
sx-summary.scm \
|
sx-summary.scm
|
||||||
balsheet-eg.scm
|
|
||||||
|
|
||||||
if GNUCASH_SEPARATE_BUILDDIR
|
if GNUCASH_SEPARATE_BUILDDIR
|
||||||
#For executing test cases
|
#For executing test cases
|
||||||
|
Loading…
Reference in New Issue
Block a user