[OFBiz] SVN: r6724 - trunk/specialized/opentravelsystem/webapp/hotelbackend/WEB-INF

hansbak@svn.ofbiz.org hansbak at svn.ofbiz.org
Mon Feb 13 01:14:34 CST 2006


Author: hansbak
Date: 2006-02-13 01:14:24 -0600 (Mon, 13 Feb 2006)
New Revision: 6724

Modified:
   trunk/specialized/opentravelsystem/webapp/hotelbackend/WEB-INF/controller.xml
Log:
OTS: send invoice per email enabled

Modified: trunk/specialized/opentravelsystem/webapp/hotelbackend/WEB-INF/controller.xml
===================================================================
--- trunk/specialized/opentravelsystem/webapp/hotelbackend/WEB-INF/controller.xml	2006-02-13 03:18:03 UTC (rev 6723)
+++ trunk/specialized/opentravelsystem/webapp/hotelbackend/WEB-INF/controller.xml	2006-02-13 07:14:24 UTC (rev 6724)
@@ -2612,7 +2612,16 @@
         <response name="success" type="view" value="invoiceOverview"/>
         <response name="error" type="view" value="invoiceOverview"/>
     </request-map>
-    
+    <request-map uri="sendPerEmail">
+        <security https="true" auth="true"/>
+        <response name="success" type="view" value="sendPerEmail"/>
+    </request-map>
+    <request-map uri="executeSendPerEmail">
+        <security https="true" auth="true"/>
+        <event type="service" invoke="sendInvoicePerEmail"/>
+        <response name="success" type="view" value="invoiceOverview"/>
+        <response name="error" type="view" value="invoiceOverview"/>
+    </request-map>
     <!-- payment requests -->
     <request-map uri="findPayments">
         <security https="true" auth="true"/>
@@ -3168,6 +3177,7 @@
     <view-map name="invoiceStatus" type="screen" page="component://accountingext/widget/InvoiceScreens.xml#InvoiceStatus"/>
     <view-map name="editInvoiceApplications" type="screen" page="component://accountingext/widget/InvoiceScreens.xml#EditInvoiceApplications"/>
     <view-map name="invoiceRoles" type="screen" page="component://accountingext/widget/InvoiceScreens.xml#InvoiceRoles"/>
+    <view-map name="sendPerEmail" type="screen" page="component://accountingext/widget/InvoiceScreens.xml#SendPerEmail"/>
     <!-- payments -->
     <view-map name="findPayments" type="screen" page="component://accountingext/widget/PaymentScreens.xml#FindPayments"/>
     <view-map name="paymentOverview" type="screen" page="component://accountingext/widget/PaymentScreens.xml#PaymentOverview"/>



More information about the Svn mailing list