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

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

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

sichen
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>