Author: sichen Date: Thu Nov 9 17:30:49 2006 New Revision: 473157 URL: http://svn.apache.org/viewvc?view=rev&rev=473157 Log: comments
Modified: incubator/ofbiz/trunk/applications/order/servicedef/services_shoppinglist.xml Modified: incubator/ofbiz/trunk/applications/order/servicedef/services_shoppinglist.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/servicedef/services_shoppinglist.xml?view=diff&rev=473157&r1=473156&r2=473157 ============================================================================== --- incubator/ofbiz/trunk/applications/order/servicedef/services_shoppinglist.xml (original) +++ incubator/ofbiz/trunk/applications/order/servicedef/services_shoppinglist.xml Thu Nov 9 17:30:49 2006 @@ -64,6 +64,9 @@ <service name="runShoppingListAutoReorder" engine="java" auth="true" use-transaction="false" location="org.ofbiz.order.shoppinglist.ShoppingListServices" invoke="createListReorders"> + <description>A service designed to be automatically run by job scheduler to create orders from auto-order shopping lists. + This is done by looking for all auto-order shopping lists which are active + comparing the lastOrderedDate and the defined recurrenceInfo with the time when the service is run.</description> </service> <service name="createShoppingListRecurrence" engine="java" auth="true" location="org.ofbiz.order.shoppinglist.ShoppingListServices" invoke="setShoppingListRecurrence">