svn commit: r1747796 - in /ofbiz/trunk/specialpurpose/webpos: groovyScripts/ webapp/webpos/WEB-INF/ webapp/webpos/WEB-INF/actions/ widget/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1747796 - in /ofbiz/trunk/specialpurpose/webpos: groovyScripts/ webapp/webpos/WEB-INF/ webapp/webpos/WEB-INF/actions/ widget/

Deepak Dixit-5
Author: deepak
Date: Fri Jun 10 20:01:05 2016
New Revision: 1747796

URL: http://svn.apache.org/viewvc?rev=1747796&view=rev
Log:
(OFBIZ-7244) Relocate .groovy files in the specialpurpose/webpos component

Added:
    ofbiz/trunk/specialpurpose/webpos/groovyScripts/
      - copied from r1747740, ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/
Removed:
    ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/
Modified:
    ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/webpos/widget/CartScreens.xml
    ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml
    ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml
    ofbiz/trunk/specialpurpose/webpos/widget/CustomerScreens.xml
    ofbiz/trunk/specialpurpose/webpos/widget/ManagerScreens.xml
    ofbiz/trunk/specialpurpose/webpos/widget/SearchScreens.xml
    ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.xml

Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml?rev=1747796&r1=1747795&r2=1747796&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml Fri Jun 10 20:01:05 2016
@@ -457,7 +457,7 @@
     
     <request-map uri="EditAddress">
         <security https="false" auth="true"/>
-        <event type="groovy" path="component://webpos/webapp/webpos/WEB-INF/actions/customer/EditAddress.groovy"/>
+        <event type="groovy" path="component://webpos/groovyScripts/customer/EditAddress.groovy"/>
         <response name="success" type="request" value="json"/>
         <response name="error" type="request" value="json"/>
     </request-map>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/CartScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CartScreens.xml?rev=1747796&r1=1747795&r2=1747796&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/CartScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/CartScreens.xml Fri Jun 10 20:01:05 2016
@@ -43,7 +43,7 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy"/>
+                <script location="component://webpos/groovyScripts/cart/ShowCart.groovy"/>
             </actions>
             <widgets>
                 <container>
@@ -75,7 +75,7 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy"/>
+                <script location="component://webpos/groovyScripts/cart/ShowCart.groovy"/>
             </actions>
             <widgets>
                 <container>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml?rev=1747796&r1=1747795&r2=1747796&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml Fri Jun 10 20:01:05 2016
@@ -37,7 +37,7 @@ under the License.
         <section>
             <actions>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/catalog/SideDeepCategory.groovy"/>
+                <script location="component://webpos/groovyScripts/catalog/SideDeepCategory.groovy"/>
             </actions>
             <widgets>
                 <container>
@@ -63,7 +63,7 @@ under the License.
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleCategoryPage"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/catalog/Category.groovy"/>
+                <script location="component://webpos/groovyScripts/catalog/Category.groovy"/>
                 <script location="component://order/groovyScripts/entry/catalog/CategoryDetail.groovy"/>
             </actions>
             <widgets>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml?rev=1747796&r1=1747795&r2=1747796&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml Fri Jun 10 20:01:05 2016
@@ -31,7 +31,7 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/WebPosSetup.groovy"/>
+                <script location="component://webpos/groovyScripts/WebPosSetup.groovy"/>
                 
                 <set field="layoutSettings.styleSheets[+0]" value="/webpos/images/webpos.css" global="true"/>
                 <set field="layoutSettings.companyName" from-field="uiLabelMap.WebPosCompanyName" global="true"/>
@@ -235,7 +235,7 @@ under the License.
                 <set field="MainColumnStyle" value="leftonly"/>
                 <set field="titleProperty" value="PageTitleLogin"/>
                 <set field="headerItem" value="login"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/Login.groovy"/>
+                <script location="component://webpos/groovyScripts/Login.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -254,7 +254,7 @@ under the License.
             <actions>
                 <set field="MainColumnStyle" value="leftonly"/>
                 <set field="titleProperty" value="PageTitleLogin"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/Login.groovy"/>
+                <script location="component://webpos/groovyScripts/Login.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/specialpurpose/webpos/widget/CustomerScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CustomerScreens.xml?rev=1747796&r1=1747795&r2=1747796&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/CustomerScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/CustomerScreens.xml Fri Jun 10 20:01:05 2016
@@ -41,7 +41,7 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/customer/EditAddress.groovy"/>
+                <script location="component://webpos/groovyScripts/customer/EditAddress.groovy"/>
             </actions>
             <widgets>
                 <container>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/ManagerScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/ManagerScreens.xml?rev=1747796&r1=1747795&r2=1747796&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/ManagerScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/ManagerScreens.xml Fri Jun 10 20:01:05 2016
@@ -54,7 +54,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="WebPosPageTitlePaidOutAndIn"/>
                 <set field="headerItem" value="PaidOutAndIn"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/manager/PaidOutAndIn.groovy"/>
+                <script location="component://webpos/groovyScripts/manager/PaidOutAndIn.groovy"/>
             </actions>
             <widgets>
                 <container>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/SearchScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/SearchScreens.xml?rev=1747796&r1=1747795&r2=1747796&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/SearchScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/SearchScreens.xml Fri Jun 10 20:01:05 2016
@@ -61,7 +61,7 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/search/CustomerAddress.groovy"/>
+                <script location="component://webpos/groovyScripts/search/CustomerAddress.groovy"/>
             </actions>
             <widgets>
                 <container>
@@ -109,7 +109,7 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://webpos/webapp/webpos/WEB-INF/actions/search/SearchSalesReps.groovy"/>
+                <script location="component://webpos/groovyScripts/search/SearchSalesReps.groovy"/>
             </actions>
             <widgets>
                 <container>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.xml?rev=1747796&r1=1747795&r2=1747796&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.xml Fri Jun 10 20:01:05 2016
@@ -20,7 +20,7 @@ under the License.
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd">
     <menu name="WebPosAppBar" title="${uiLabelMap.WebPosMenuMain}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
         <actions>
-            <script location="component://webpos/webapp/webpos/WEB-INF/actions/WebPosMenus.groovy"/>
+            <script location="component://webpos/groovyScripts/WebPosMenus.groovy"/>
         </actions>
         <menu-item name="Manager" title="${uiLabelMap.WebPosMenuManager}">
           <condition>
@@ -35,7 +35,7 @@ under the License.
     
     <menu name="ManagerTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
         <actions>
-            <script location="component://webpos/webapp/webpos/WEB-INF/actions/WebPosMenus.groovy"/>
+            <script location="component://webpos/groovyScripts/WebPosMenus.groovy"/>
         </actions>
         <menu-item name="ManagerOpenTerminal" title="${uiLabelMap.WebPosManagerOpenTerminal}">
           <link target="javascript:openTerminal();" url-mode="plain"/>