/[Apache-SVN]
ViewVC logotype

Revision 1361130


Jump to revision: Previous Next
Author: jacopoc
Date: Fri Jul 13 09:48:32 2012 UTC (11 years, 8 months ago)
Changed paths: 144 (showing only 100; show all)
Log Message:
Moved the "birt" component out of framework to specialpurpose; moved all the birt reports from the applications to the birt component itself, where the application webapps are overriden to inject the reports; the end result is the same but since all these birt reports are simply a proof of concepts that cannot be used in production (for example they use hardcoded userlogin for authentication) the birt component should be probably disabled by default (but this will be discussed in the dev list).
Now it will be very easy to extract the birt component (for OFBiz Extras) or to disable it when deploying to production or when interested in sparing some hardware resources. I did some cursory tests but since the work has been challenging and rather complex I would appreciate testing help and also reviews to finds chunks of code that I could have missed and that could be moved out as well.



Changed paths

Path Details
Directoryofbiz/trunk/.classpath modified , text changed
Directoryofbiz/trunk/LICENSE modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/payment/PaymentReport.groovy deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/AcctgTransEntriesSearchResultsParameters.groovy deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/BalanceSheetParameters.groovy deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/IncomeStatementParameters.groovy deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/InvoiceAcctgTransEntryParameters.groovy deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/PaymentAcctgTransEntryParameters.groovy deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/TrialBalanceParameters.groovy deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/payment/report/ deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/reports/BalanceSheet.rptdesign deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/reports/IncomeStatement.rptdesign deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign deleted
Directoryofbiz/trunk/applications/accounting/webapp/accounting/reports/TrialBalance.rptdesign deleted
Directoryofbiz/trunk/applications/accounting/widget/AccountingMenus.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/widget/PaymentForms.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/widget/PaymentScreens.xml modified , text changed
Directoryofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml modified , text changed
Directoryofbiz/trunk/applications/content/data/BirtHelpData.xml deleted
Directoryofbiz/trunk/applications/content/ofbiz-component.xml modified , text changed
Directoryofbiz/trunk/applications/order/data/OrderPortletData.xml modified , text changed
Directoryofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/CheckReportBy.groovy deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/NetBeforeOverheadReport.groovy deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OrderByChannel.groovy deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/ProductDemandReport.groovy deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/SalesReport.groovy deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/applications/order/webapp/ordermgr/reports/CouponSalesReport.rptdesign deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/reports/Last3MonthsSalesReport.rptdesign deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/reports/NetBeforeOverheadReport.rptdesign deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/reports/OrderByReferrer.rptdesign deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/reports/OrderDiscountCodeReport.rptdesign deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/reports/OrdersByChannel.rptdesign deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/reports/ProductDemandReport.rptdesign deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/reports/SalesReport.rptdesign deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/reports/SalesReportMonth.rptdesign deleted
Directoryofbiz/trunk/applications/order/webapp/ordermgr/reports/SalesReportWeek.rptdesign deleted
Directoryofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml modified , text changed
Directoryofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml modified , text changed
Directoryofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/InventoryItemReport.groovy deleted
Directoryofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/applications/product/webapp/facility/inventory/report/ deleted
Directoryofbiz/trunk/applications/product/widget/facility/FacilityForms.xml modified , text changed
Directoryofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml modified , text changed
Directoryofbiz/trunk/applications/product/widget/facility/ReportScreens.xml modified , text changed
Directoryofbiz/trunk/build.xml modified , text changed
Directoryofbiz/trunk/framework/birt/ deleted
Directoryofbiz/trunk/framework/build.xml modified , text changed
Directoryofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml modified , text changed
Directoryofbiz/trunk/framework/component-load.xml modified , text changed
Directoryofbiz/trunk/framework/webapp/dtd/site-conf.xsd modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/
(Copied from ofbiz/trunk/framework/birt, r1360638)
added
Directoryofbiz/trunk/specialpurpose/birt/build.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/config/BirtUiLabels.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/data/BirtHelpData.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/data/OrderPortletData.xml added
Directoryofbiz/trunk/specialpurpose/birt/ofbiz-component.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/AcctgTransEntriesSearchResultsParameters.groovy
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/AcctgTransEntriesSearchResultsParameters.groovy, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/BalanceSheetParameters.groovy
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/BalanceSheetParameters.groovy, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/IncomeStatementParameters.groovy
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/IncomeStatementParameters.groovy, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/InvoiceAcctgTransEntryParameters.groovy
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/InvoiceAcctgTransEntryParameters.groovy, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/PaymentAcctgTransEntryParameters.groovy
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/PaymentAcctgTransEntryParameters.groovy, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/PaymentReport.groovy
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/payment/PaymentReport.groovy, r1360745)
added , props changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/TrialBalanceParameters.groovy
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/TrialBalanceParameters.groovy, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/controller.xml added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/web.xml added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/reports/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/reports/BalanceSheet.rptdesign
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/reports/BalanceSheet.rptdesign, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/reports/IncomeStatement.rptdesign
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/reports/IncomeStatement.rptdesign, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/reports/PaymentReport.rptdesign
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/payment/report/PaymentReport.rptdesign, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/reports/TrialBalance.rptdesign
(Copied from ofbiz/trunk/applications/accounting/webapp/accounting/reports/TrialBalance.rptdesign, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/birt/
(Copied from ofbiz/trunk/specialpurpose/example/webapp/birt, r1360745)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/birt/birt/chartReport.ftl modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/birt/birt/report.ftl modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/actions/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/actions/inventory/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/actions/inventory/InventoryItemReport.groovy
(Copied from ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/InventoryItemReport.groovy, r1360638)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/controller.xml added
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/web.xml
(Copied from ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml, r1360638)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/inventory/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/inventory/report/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/inventory/report/InventoryReport.rptdesign
(Copied from ofbiz/trunk/applications/product/webapp/facility/inventory/report/InventoryReport.rptdesign, r1360638)
added
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/ added
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/actions/ added
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26