You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2006/11/10 02:44:18 UTC

svn commit: r473162 - /incubator/ofbiz/trunk/applications/order/servicedef/services.xml

Author: sichen
Date: Thu Nov  9 17:44:18 2006
New Revision: 473162

URL: http://svn.apache.org/viewvc?view=rev&rev=473162
Log:
comments

Modified:
    incubator/ofbiz/trunk/applications/order/servicedef/services.xml

Modified: incubator/ofbiz/trunk/applications/order/servicedef/services.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/servicedef/services.xml?view=diff&rev=473162&r1=473161&r2=473162
==============================================================================
--- incubator/ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ incubator/ofbiz/trunk/applications/order/servicedef/services.xml Thu Nov  9 17:44:18 2006
@@ -315,7 +315,11 @@
 
     <service name="autoCancelOrderItems" engine="java"
             location="org.ofbiz.order.order.OrderServices" invoke="cancelFlaggedSalesOrders">
-        <description>Batch service for doing auto-cancel on set items</description>
+            <description>Batch service which automatically canels sales order items.  Items will be canceled if (a) they are on 
+                orders in the CREATED state and it has been either 30 days or ProductStore.daysCancelNoPay since the order was created or 
+                (b) if the item is flagged with an autoCancelDate and does not have a dontCancelDate and dontCancelUserLogin associated with it,
+                and it is past the autoCancelDate.</description> 
+                
         <!-- this service has no parameters IN or OUT -->
     </service>