mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Report fs cleanup - move business report data files to a common reports data directory
This commit is contained in:
parent
e97bb62f8c
commit
c3b9d38956
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
add_subdirectory(business-reports)
|
|
||||||
add_subdirectory(jqplot)
|
add_subdirectory(jqplot)
|
||||||
add_subdirectory(locale-specific)
|
add_subdirectory(locale-specific)
|
||||||
add_subdirectory(report-gnome)
|
add_subdirectory(report-gnome)
|
||||||
@ -9,5 +8,5 @@ add_subdirectory(stylesheets)
|
|||||||
add_subdirectory(utility-reports)
|
add_subdirectory(utility-reports)
|
||||||
|
|
||||||
set_local_dist(report_DIST_local CMakeLists.txt )
|
set_local_dist(report_DIST_local CMakeLists.txt )
|
||||||
set(report_DIST ${report_DIST_local} ${business_reports_DIST} ${jqplot_DIST} ${locale_specific_DIST} ${report_gnome_DIST} ${report_system_DIST}
|
set(report_DIST ${report_DIST_local} ${jqplot_DIST} ${locale_specific_DIST} ${report_gnome_DIST} ${report_system_DIST}
|
||||||
${reports_DIST} ${stylesheets_DIST} ${utility_reports_DIST} PARENT_SCOPE)
|
${reports_DIST} ${stylesheets_DIST} ${utility_reports_DIST} PARENT_SCOPE)
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
set(business_reports_DATA
|
|
||||||
taxinvoice.eguile.scm
|
|
||||||
taxinvoice.css
|
|
||||||
receipt.eguile.scm
|
|
||||||
receipt.css
|
|
||||||
balsheet-eg.css
|
|
||||||
balsheet-eg.eguile.scm
|
|
||||||
)
|
|
||||||
|
|
||||||
install(FILES ${business_reports_DATA} DESTINATION ${SCHEME_INSTALLED_SOURCE_DIR}/gnucash/report)
|
|
||||||
|
|
||||||
set_local_dist(business_reports_DIST_local CMakeLists.txt
|
|
||||||
${business_reports_DATA})
|
|
||||||
set(business_reports_DIST ${business_reports_DIST_local} PARENT_SCOPE)
|
|
@ -146,9 +146,9 @@
|
|||||||
(gnc:report-render-starting (gnc:html-document-title doc))
|
(gnc:report-render-starting (gnc:html-document-title doc))
|
||||||
(when headers?
|
(when headers?
|
||||||
;;This is the only place where <html> appears
|
;;This is the only place where <html> appears
|
||||||
;;with the exception of 2 reports:
|
;;with the exception of 2 eguile report templates:
|
||||||
;;./share/gnucash/scm/gnucash/report/taxinvoice.eguile.scm:<html>
|
;;./share/gnucash/scm/gnucash/report/reports/data/taxinvoice.eguile.scm:<html>
|
||||||
;;./share/gnucash/scm/gnucash/report/balsheet-eg.eguile.scm:<html>
|
;;./share/gnucash/scm/gnucash/report/reports/data/balsheet-eg.eguile.scm:<html>
|
||||||
|
|
||||||
(push "<html>\n")
|
(push "<html>\n")
|
||||||
(push "<head>\n")
|
(push "<head>\n")
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
add_subdirectory(standard/test)
|
add_subdirectory(standard/test)
|
||||||
|
add_subdirectory(data)
|
||||||
|
|
||||||
set (reports_common_SCHEME
|
set (reports_common_SCHEME
|
||||||
aging.scm
|
aging.scm
|
||||||
@ -92,4 +93,4 @@ gnc_add_scheme_targets(scm-reports-standard
|
|||||||
add_custom_target(scm-reports ALL DEPENDS scm-reports-standard scm-reports-common scm-rpt-reports)
|
add_custom_target(scm-reports ALL DEPENDS scm-reports-standard scm-reports-common scm-rpt-reports)
|
||||||
|
|
||||||
set_local_dist(reports_DIST_local CMakeLists.txt ${reports_SCHEME} ${reports_common_SCHEME} ${reports_standard_SCHEME})
|
set_local_dist(reports_DIST_local CMakeLists.txt ${reports_SCHEME} ${reports_common_SCHEME} ${reports_standard_SCHEME})
|
||||||
set(reports_DIST ${reports_DIST_local} ${test_reports_standard_DIST} PARENT_SCOPE)
|
set(reports_DIST ${reports_DIST_local} ${reports_data_DIST} ${test_reports_standard_DIST} PARENT_SCOPE)
|
||||||
|
13
gnucash/report/reports/data/CMakeLists.txt
Normal file
13
gnucash/report/reports/data/CMakeLists.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
set(reports_DATA
|
||||||
|
taxinvoice.eguile.scm
|
||||||
|
taxinvoice.css
|
||||||
|
receipt.eguile.scm
|
||||||
|
receipt.css
|
||||||
|
balsheet-eg.css
|
||||||
|
balsheet-eg.eguile.scm
|
||||||
|
)
|
||||||
|
|
||||||
|
install(FILES ${reports_DATA} DESTINATION ${SCHEME_INSTALLED_SOURCE_DIR}/gnucash/report)
|
||||||
|
|
||||||
|
set_local_dist(reports_data_DIST_local CMakeLists.txt ${reports_DATA})
|
||||||
|
set(reports_data_DIST ${reports_data_DIST_local} PARENT_SCOPE)
|
@ -411,9 +411,6 @@ gnucash/register/register-gnome/gnucash-style.c
|
|||||||
gnucash/register/register-gnome/pricecell-gnome.c
|
gnucash/register/register-gnome/pricecell-gnome.c
|
||||||
gnucash/register/register-gnome/quickfillcell-gnome.c
|
gnucash/register/register-gnome/quickfillcell-gnome.c
|
||||||
gnucash/register/register-gnome/table-gnome.c
|
gnucash/register/register-gnome/table-gnome.c
|
||||||
gnucash/report/business-reports/balsheet-eg.eguile.scm
|
|
||||||
gnucash/report/business-reports/receipt.eguile.scm
|
|
||||||
gnucash/report/business-reports/taxinvoice.eguile.scm
|
|
||||||
gnucash/report/locale-specific/us/de_DE.scm
|
gnucash/report/locale-specific/us/de_DE.scm
|
||||||
gnucash/report/locale-specific/us/gncmod-locale-reports-us.c
|
gnucash/report/locale-specific/us/gncmod-locale-reports-us.c
|
||||||
gnucash/report/locale-specific/us/taxtxf-de_DE.scm
|
gnucash/report/locale-specific/us/taxtxf-de_DE.scm
|
||||||
@ -427,6 +424,9 @@ gnucash/report/report-gnome/gnc-plugin-page-report.c
|
|||||||
gnucash/report/report-gnome/report-gnome.scm
|
gnucash/report/report-gnome/report-gnome.scm
|
||||||
gnucash/report/report-gnome/window-report.c
|
gnucash/report/report-gnome/window-report.c
|
||||||
gnucash/report/reports/aging.scm
|
gnucash/report/reports/aging.scm
|
||||||
|
gnucash/report/reports/data/balsheet-eg.eguile.scm
|
||||||
|
gnucash/report/reports/data/receipt.eguile.scm
|
||||||
|
gnucash/report/reports/data/taxinvoice.eguile.scm
|
||||||
gnucash/report/reports/reports.scm
|
gnucash/report/reports/reports.scm
|
||||||
gnucash/report/reports/standard/account-piecharts.scm
|
gnucash/report/reports/standard/account-piecharts.scm
|
||||||
gnucash/report/reports/standard/account-summary.scm
|
gnucash/report/reports/standard/account-summary.scm
|
||||||
|
Loading…
Reference in New Issue
Block a user