svn commit: r984399 [16/16] - in /ofbiz/branches/jquery: ./ applications/accounting/config/ applications/accounting/data/ applications/accounting/data/helpdata/ applications/accounting/entitydef/ applications/accounting/script/org/ofbiz/accounting/ app...

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

svn commit: r984399 [16/16] - in /ofbiz/branches/jquery: ./ applications/accounting/config/ applications/accounting/data/ applications/accounting/data/helpdata/ applications/accounting/entitydef/ applications/accounting/script/org/ofbiz/accounting/ app...

jleroux@apache.org
Modified: ofbiz/branches/jquery/specialpurpose/googlecheckout/widget/GoogleCheckoutMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/googlecheckout/widget/GoogleCheckoutMenus.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/googlecheckout/widget/GoogleCheckoutMenus.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/googlecheckout/widget/GoogleCheckoutMenus.xml Wed Aug 11 13:22:40 2010
@@ -24,4 +24,4 @@ under the License.
         <menu-item name="GoogleCheckoutConfigurations" title="${uiLabelMap.GoogleCheckoutGoogleCheckoutConfiguration}"><link target="GoogleCheckoutConfigurations"/></menu-item>
         <menu-item name="GoogleCheckoutShippingMethods" title="${uiLabelMap.GoogleCheckoutShippingMethods}"><link target="GoogleCheckoutShippingMethods"/></menu-item>
     </menu>
-</menus>
\ No newline at end of file
+</menus>

Modified: ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy Wed Aug 11 13:22:40 2010
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-context.facilities = delegator.findList("Facility", null, null, null, null, false);
\ No newline at end of file
+context.facilities = delegator.findList("Facility", null, null, null, null, false);

Propchange: ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Aug 11 13:22:40 2010
@@ -1,3 +1,3 @@
 /incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy:418499-490456
 /ofbiz/branches/multitenant20100310/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy:921280-927264
-/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy:951708-965493
+/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy:951708-984373

Modified: ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy Wed Aug 11 13:22:40 2010
@@ -20,4 +20,4 @@
 productList = request.getAttribute("productList");
 if (productList) {
     context.productList = productList;
-}
\ No newline at end of file
+}

Propchange: ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Aug 11 13:22:40 2010
@@ -1,3 +1,3 @@
 /incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy:418499-490456
 /ofbiz/branches/multitenant20100310/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy:921280-927264
-/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy:951708-965493
+/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy:951708-984373

Modified: ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy Wed Aug 11 13:22:40 2010
@@ -98,4 +98,4 @@ if (productId) {
     if (negativeQOH) {
         context.negativeQOH = "true";
     }
-}
\ No newline at end of file
+}

Propchange: ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Aug 11 13:22:40 2010
@@ -1,3 +1,3 @@
 /incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy:418499-490456
 /ofbiz/branches/multitenant20100310/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy:921280-927264
-/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy:951708-965493
+/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy:951708-984373

Modified: ofbiz/branches/jquery/specialpurpose/myportal/widget/MyPortalMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/myportal/widget/MyPortalMenus.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/myportal/widget/MyPortalMenus.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/myportal/widget/MyPortalMenus.xml Wed Aug 11 13:22:40 2010
@@ -30,4 +30,4 @@ under the License.
         </menu-item>
     </menu>
 
-</menus>
\ No newline at end of file
+</menus>

Modified: ofbiz/branches/jquery/specialpurpose/oagis/widget/MessageInfoScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/oagis/widget/MessageInfoScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/oagis/widget/MessageInfoScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/oagis/widget/MessageInfoScreens.xml Wed Aug 11 13:22:40 2010
@@ -144,4 +144,4 @@
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/oagis/widget/forms/MessageInfoForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/oagis/widget/forms/MessageInfoForms.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/oagis/widget/forms/MessageInfoForms.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/oagis/widget/forms/MessageInfoForms.xml Wed Aug 11 13:22:40 2010
@@ -100,4 +100,4 @@ under the License.
             <submit button-type="button"/>
         </field>
     </form>
-</forms>
\ No newline at end of file
+</forms>

Modified: ofbiz/branches/jquery/specialpurpose/ofbizwebsite/widget/OfbizScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/ofbizwebsite/widget/OfbizScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/ofbizwebsite/widget/OfbizScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/ofbizwebsite/widget/OfbizScreens.xml Wed Aug 11 13:22:40 2010
@@ -43,4 +43,4 @@
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/pos/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/pos/entitydef/entitymodel.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/pos/entitydef/entitymodel.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/pos/entitydef/entitymodel.xml Wed Aug 11 13:22:40 2010
@@ -110,4 +110,4 @@ under the License.
           <key-map field-name="reasonEnumId" rel-field-name="enumId"/>
       </relation>
     </entity>
-</entitymodel>
\ No newline at end of file
+</entitymodel>

Modified: ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/component/Journal.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/component/Journal.java?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/component/Journal.java (original)
+++ ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/component/Journal.java Wed Aug 11 13:22:40 2010
@@ -194,4 +194,4 @@ public class Journal {
         }
         return newNode;
     }
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java (original)
+++ ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java Wed Aug 11 13:22:40 2010
@@ -242,4 +242,4 @@ public class LoadSale extends XPage {
     private void closeDlg() {
         m_dialog.closeDlg();
     }
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java (original)
+++ ofbiz/branches/jquery/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java Wed Aug 11 13:22:40 2010
@@ -325,4 +325,4 @@ public class NumericKeypad extends XPage
             return;
         }
     }
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/ListCurrentProjects.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/ListCurrentProjects.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/ListCurrentProjects.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/ListCurrentProjects.groovy Wed Aug 11 13:22:40 2010
@@ -38,4 +38,4 @@ allProjects.each { project ->
 }
 if (projects) {
     context.projects = projects;
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getLastRequestAssignment.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getLastRequestAssignment.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getLastRequestAssignment.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getLastRequestAssignment.groovy Wed Aug 11 13:22:40 2010
@@ -36,4 +36,4 @@ if (custRequestList) {
             }
         }
     }
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getProjectId.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getProjectId.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getProjectId.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getProjectId.groovy Wed Aug 11 13:22:40 2010
@@ -30,4 +30,4 @@ if (parameters.workEffortId) {
         context.put("projectId", projects.get(0).getString("projectId"));
         context.put("projectName", projects.get(0).getString("projectName"));
     }
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/widget/CustRequestScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/widget/CustRequestScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/widget/CustRequestScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/widget/CustRequestScreens.xml Wed Aug 11 13:22:40 2010
@@ -162,4 +162,4 @@ under the License.
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/widget/ResourceScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/widget/ResourceScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/widget/ResourceScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/widget/ResourceScreens.xml Wed Aug 11 13:22:40 2010
@@ -175,4 +175,4 @@ under the License.
         </section>
     </screen>
 
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/widget/TaskScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/widget/TaskScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/widget/TaskScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/widget/TaskScreens.xml Wed Aug 11 13:22:40 2010
@@ -585,4 +585,4 @@ under the License.
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/widget/TimeSheetScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/widget/TimeSheetScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/widget/TimeSheetScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/widget/TimeSheetScreens.xml Wed Aug 11 13:22:40 2010
@@ -250,4 +250,4 @@ under the License.
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml Wed Aug 11 13:22:40 2010
@@ -204,4 +204,4 @@ under the License.
         <field name="partyId"><ignored/></field>
         <field name="name"><ignored/></field>
     </form>
-</forms>
\ No newline at end of file
+</forms>

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/ProjectForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/ProjectForms.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/ProjectForms.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Wed Aug 11 13:22:40 2010
@@ -995,4 +995,4 @@
         <field name="statusId"><hidden/></field>
         <field name="datetimeStarted"><hidden/></field>
     </form>
-</forms>
\ No newline at end of file
+</forms>

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/ResourceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/ResourceForms.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/ResourceForms.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/ResourceForms.xml Wed Aug 11 13:22:40 2010
@@ -88,4 +88,4 @@
             </drop-down>
         </field>
     </form>
-</forms>
\ No newline at end of file
+</forms>

Modified: ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/TaskForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/TaskForms.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/TaskForms.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/projectmgr/widget/forms/TaskForms.xml Wed Aug 11 13:22:40 2010
@@ -763,4 +763,4 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field>
     </form>
-</forms>
\ No newline at end of file
+</forms>

Modified: ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/WebPosEvents.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/WebPosEvents.java?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/WebPosEvents.java (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/WebPosEvents.java Wed Aug 11 13:22:40 2010
@@ -113,4 +113,4 @@ public class WebPosEvents {
         }
         return "success";
     }
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/session/WebPosSession.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/session/WebPosSession.java?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/session/WebPosSession.java (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/session/WebPosSession.java Wed Aug 11 13:22:40 2010
@@ -266,4 +266,4 @@ public class WebPosSession {
             super(nested);
         }
     }
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java Wed Aug 11 13:22:40 2010
@@ -515,4 +515,4 @@ public class WebPosTransaction {
     public ShoppingCart getCart() {
         return webPosSession.getCart();
     }
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/Login.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/Login.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/Login.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/Login.groovy Wed Aug 11 13:22:40 2010
@@ -46,4 +46,4 @@ if (productStore) {
     } else {
         context.posTerminals = delegator.findList("PosTerminal", null, null, ["posTerminalId"], null, false);
     }
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Main.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Main.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Main.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Main.groovy Wed Aug 11 13:22:40 2010
@@ -32,4 +32,4 @@ if (webPosSession) {
     }
 } else {
     context.shoppingCartSize = 0;
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Payment.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Payment.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Payment.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Payment.groovy Wed Aug 11 13:22:40 2010
@@ -30,4 +30,4 @@ if (webPosSession) {
 
     context.totalDue = webPosSession.getCurrentTransaction().getTotalDue();
     context.totalPayments = webPosSession.getCurrentTransaction().getPaymentTotal();
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/MicroCart.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/MicroCart.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/MicroCart.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/MicroCart.groovy Wed Aug 11 13:22:40 2010
@@ -77,4 +77,4 @@ if (shoppingCart) {
 context.paymentCash   = delegator.findOne("PaymentMethodType", ["paymentMethodTypeId" : "CASH"], true);
 context.paymentCheck  = delegator.findOne("PaymentMethodType", ["paymentMethodTypeId" : "PERSONAL_CHECK"], true);
 context.paymentGift   = delegator.findOne("PaymentMethodType", ["paymentMethodTypeId" : "GIFT_CARD"], true);
-context.paymentCredit = delegator.findOne("PaymentMethodType", ["paymentMethodTypeId" : "CREDIT_CARD"], true);
\ No newline at end of file
+context.paymentCredit = delegator.findOne("PaymentMethodType", ["paymentMethodTypeId" : "CREDIT_CARD"], true);

Modified: ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy Wed Aug 11 13:22:40 2010
@@ -40,4 +40,4 @@ if (request.getAttribute("add_product_id
     add_product_id = request.getParameter("add_product_id");
     product = delegator.findOne("Product", [productId : add_product_id], true);
     context.product = product;
-}
\ No newline at end of file
+}

Modified: ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/manager/PaidOutAndIn.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/manager/PaidOutAndIn.groovy?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/manager/PaidOutAndIn.groovy (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/manager/PaidOutAndIn.groovy Wed Aug 11 13:22:40 2010
@@ -20,4 +20,4 @@
 import org.ofbiz.entity.condition.*;
 
 context.paidReasonIn  = delegator.findList("Enumeration", EntityCondition.makeCondition("enumTypeId", EntityOperator.EQUALS, "POS_PAID_REASON_IN") , null, ["sequenceId"], null, false);
-context.paidReasonOut = delegator.findList("Enumeration", EntityCondition.makeCondition("enumTypeId", EntityOperator.EQUALS, "POS_PAID_REASON_OUT"), null, ["sequenceId"], null, false);
\ No newline at end of file
+context.paidReasonOut = delegator.findList("Enumeration", EntityCondition.makeCondition("enumTypeId", EntityOperator.EQUALS, "POS_PAID_REASON_OUT"), null, ["sequenceId"], null, false);

Modified: ofbiz/branches/jquery/specialpurpose/webpos/widget/ButtonsScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/widget/ButtonsScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/widget/ButtonsScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/widget/ButtonsScreens.xml Wed Aug 11 13:22:40 2010
@@ -72,4 +72,4 @@ under the License.
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/webpos/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/widget/CommonScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/widget/CommonScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/widget/CommonScreens.xml Wed Aug 11 13:22:40 2010
@@ -200,4 +200,4 @@ under the License.
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/webpos/widget/ManagerScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/widget/ManagerScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/widget/ManagerScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/widget/ManagerScreens.xml Wed Aug 11 13:22:40 2010
@@ -96,4 +96,4 @@ under the License.
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/webpos/widget/PaymentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/widget/PaymentScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/widget/PaymentScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/widget/PaymentScreens.xml Wed Aug 11 13:22:40 2010
@@ -112,4 +112,4 @@ under the License.
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/webpos/widget/PromoScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/widget/PromoScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/widget/PromoScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/widget/PromoScreens.xml Wed Aug 11 13:22:40 2010
@@ -35,4 +35,4 @@ under the License.
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>

Modified: ofbiz/branches/jquery/specialpurpose/webpos/widget/WebPosScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/webpos/widget/WebPosScreens.xml?rev=984399&r1=984398&r2=984399&view=diff
==============================================================================
--- ofbiz/branches/jquery/specialpurpose/webpos/widget/WebPosScreens.xml (original)
+++ ofbiz/branches/jquery/specialpurpose/webpos/widget/WebPosScreens.xml Wed Aug 11 13:22:40 2010
@@ -159,4 +159,4 @@ under the License.
             </widgets>
         </section>
     </screen>
-</screens>
\ No newline at end of file
+</screens>