Author: deepak
Date: Fri Jun 10 19:22:06 2016 New Revision: 1747782 URL: http://svn.apache.org/viewvc?rev=1747782&view=rev Log: (OFBIZ-7234) Relocate .groovy files in the specialpurpose/birt component Added: ofbiz/trunk/specialpurpose/birt/groovyScripts/ ofbiz/trunk/specialpurpose/birt/groovyScripts/accounting/ - copied from r1747740, ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/ ofbiz/trunk/specialpurpose/birt/groovyScripts/facility/ - copied from r1747740, ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/actions/inventory/ ofbiz/trunk/specialpurpose/birt/groovyScripts/order/ - copied from r1747740, ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/actions/reports/ Removed: ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/actions/reports/ ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/actions/inventory/ ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/actions/reports/ Modified: ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/controller.xml ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/controller.xml ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/controller.xml Modified: ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/controller.xml?rev=1747782&r1=1747781&r2=1747782&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/controller.xml Fri Jun 10 19:22:06 2016 @@ -32,42 +32,42 @@ under the License. </request-map> <request-map uri="PaymentAcctgTransEntriesPdf"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/accounting/WEB-INF/actions/reports/PaymentAcctgTransEntryParameters.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/accounting/PaymentAcctgTransEntryParameters.groovy"/> <response name="success" type="view" value="PaymentAcctgTransEntriesPdf"/> </request-map> <request-map uri="InvoiceAcctgTransEntriesPdf"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/accounting/WEB-INF/actions/reports/InvoiceAcctgTransEntryParameters.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/accounting/InvoiceAcctgTransEntryParameters.groovy"/> <response name="success" type="view" value="InvoiceAcctgTransEntriesPdf"/> </request-map> <request-map uri="TrialBalanceSearchResultsPdf.pdf"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/accounting/WEB-INF/actions/reports/TrialBalanceParameters.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/accounting/TrialBalanceParameters.groovy"/> <response name="success" type="view" value="TrialBalanceSearchResultsPdf"/> </request-map> <request-map uri="IncomeStatementListPdf.pdf"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/accounting/WEB-INF/actions/reports/IncomeStatementParameters.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/accounting/IncomeStatementParameters.groovy"/> <response name="success" type="view" value="IncomeStatementListPdf"/> </request-map> <request-map uri="BalanceSheet.pdf"> <security auth="true" https="true"/> - <event type="groovy" path="component://birt/webapp/accounting/WEB-INF/actions/reports/BalanceSheetParameters.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/accounting/BalanceSheetParameters.groovy"/> <response name="success" type="view" value="BalanceSheetPdf"/> </request-map> <request-map uri="AcctgTransEntriesSearchResultsInvoiceAndPaymentPdf.pdf"> <security auth="true" https="true"/> - <event type="groovy" path="component://birt/webapp/accounting/WEB-INF/actions/reports/AcctgTransEntriesSearchResultsParameters.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/accounting/AcctgTransEntriesSearchResultsParameters.groovy"/> <response name="success" type="view" value="AcctgTransEntriesSearchResultsInvoiceAndPaymentPdf"/> </request-map> <request-map uri="paymentReportHtml"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/accounting/WEB-INF/actions/reports/PaymentReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/accounting/PaymentReport.groovy"/> <response name="success" type="view" value="ViewPaymentReportHtml"/> </request-map> <request-map uri="paymentReportPdf"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/accounting/WEB-INF/actions/reports/PaymentReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/accounting/PaymentReport.groovy"/> <response name="success" type="view" value="ViewPaymentReportPdf"/> </request-map> Modified: ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/controller.xml?rev=1747782&r1=1747781&r2=1747782&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/controller.xml Fri Jun 10 19:22:06 2016 @@ -33,27 +33,27 @@ under the License. <request-map uri="RenderInventoryReportHtml"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/facility/WEB-INF/actions/inventory/InventoryItemReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/facility/InventoryItemReport.groovy"/> <response name="success" type="view" value="RenderInventoryReportHtml"/> </request-map> <request-map uri="RenderInventoryReportPDF"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/facility/WEB-INF/actions/inventory/InventoryItemReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/facility/InventoryItemReport.groovy"/> <response name="success" type="view" value="RenderInventoryReportPDF"/> </request-map> <request-map uri="RenderInventoryReportExcel"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/facility/WEB-INF/actions/inventory/InventoryItemReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/facility/InventoryItemReport.groovy"/> <response name="success" type="view" value="RenderInventoryReportExcel"/> </request-map> <request-map uri="RenderInventoryReportMSWord"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/facility/WEB-INF/actions/inventory/InventoryItemReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/facility/InventoryItemReport.groovy"/> <response name="success" type="view" value="RenderInventoryReportMSWord"/> </request-map> <request-map uri="RenderInventoryReportPPT"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/facility/WEB-INF/actions/inventory/InventoryItemReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/facility/InventoryItemReport.groovy"/> <response name="success" type="view" value="RenderInventoryReportPPT"/> </request-map> Modified: ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/controller.xml?rev=1747782&r1=1747781&r2=1747782&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/controller.xml Fri Jun 10 19:22:06 2016 @@ -30,7 +30,7 @@ under the License. <request-map uri="checkReportBy"> <security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/CheckReportBy.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/CheckReportBy.groovy"/> <response name="dayPDF" type="request" value="SalesReport.pdf"/> <response name="weekPDF" type="request" value="SalesReportWeek.pdf"/> <response name="monthPDF" type="request" value="SalesReportMonth.pdf"/> @@ -46,51 +46,51 @@ under the License. </response> </request-map> <request-map uri="SalesReport.pdf"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/SalesReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/SalesReport.groovy"/> <response name="success" type="view" value="SalesOrderReportPDF"/> </request-map> <request-map uri="SalesReportWeek.pdf"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/SalesReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/SalesReport.groovy"/> <response name="success" type="view" value="SalesOrderReportWeekPDF"/> </request-map> <request-map uri="SalesReportMonth.pdf"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/SalesReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/SalesReport.groovy"/> <response name="success" type="view" value="SalesOrderReportMonthPDF"/> </request-map> <request-map uri="SalesReport.excel"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/SalesReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/SalesReport.groovy"/> <response name="success" type="view" value="SalesOrderReportExcel"/> </request-map> <request-map uri="SalesReportWeek.excel"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/SalesReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/SalesReport.groovy"/> <response name="success" type="view" value="SalesOrderReportWeekExcel"/> </request-map> <request-map uri="SalesReportMonth.excel"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/SalesReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/SalesReport.groovy"/> <response name="success" type="view" value="SalesOrderReportMonthExcel"/> </request-map> <request-map uri="SalesReport.html"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/SalesReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/SalesReport.groovy"/> <response name="success" type="view" value="SalesOrderReportHTML"/> </request-map> <request-map uri="SalesReportWeek.html"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/SalesReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/SalesReport.groovy"/> <response name="success" type="view" value="SalesOrderReportWeekHTML"/> </request-map> <request-map uri="SalesReportMonth.html"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/SalesReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/SalesReport.groovy"/> <response name="success" type="view" value="SalesOrderReportMonthHTML"/> </request-map> <request-map uri="NetBeforeOverheadReport.pdf"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/NetBeforeOverheadReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/NetBeforeOverheadReport.groovy"/> <response name="success" type="view" value="NetBeforeOverheadOrderReport"/> </request-map> <request-map uri="ProductDemandReport.pdf"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/ProductDemandReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/ProductDemandReport.groovy"/> <response name="success" type="view" value="ProductDemandOrderReport"/> </request-map> <request-map uri="ProductContributionReport.pdf"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/ProductContributionReport.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/ProductContributionReport.groovy"/> <response name="success" type="view" value="ProductDemandOrderReport"/> </request-map> @@ -98,7 +98,7 @@ under the License. <response name="success" type="view" value="OrderByReferrerReport"/> </request-map> <request-map uri="OrdersByChannel.pdf"><security https="true" auth="true"/> - <event type="groovy" path="component://birt/webapp/ordermgr/WEB-INF/actions/reports/OrderByChannel.groovy"/> + <event type="groovy" path="component://birt/groovyScripts/order/OrderByChannel.groovy"/> <response name="success" type="view" value="OrdersByChannelReport"/> </request-map> <request-map uri="OrderDiscountCode.pdf"> |
Free forum by Nabble | Edit this page |