Author: sichen
Date: Fri Sep 29 10:40:02 2006
New Revision: 451359

URL: http://svn.apache.org/viewvc?view=rev&rev=451359
Log:
Comments on the marketing package production run service

Modified:
    
incubator/ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml?view=diff&rev=451359&r1=451358&r2=451359
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml
 Fri Sep 29 10:40:02 2006
@@ -278,7 +278,9 @@
     </service>
     <service name="createProductionRunForMktgPkg" engine="java"
             
location="org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices" 
invoke="createProductionRunForMktgPkg" auth="true">
-        <description>Creates a production run for a marketing 
package.</description>
+        <description>Creates a production run for a marketing package when the 
ordered item is out of stock (ATP quantity less than zero.)  
+                The quantity produced is either the quantity ordered or to 
bring total ATP quantity of the product back up to zero,
+                whichever is less.</description>
         <attribute mode="IN" name="orderId" optional="false" type="String"/>
         <attribute mode="IN" name="orderItemSeqId" optional="false" 
type="String"/>
         <attribute mode="IN" name="facilityId" optional="false" type="String"/>


Reply via email to