[OFBiz] SVN: r6728 - trunk/applications/order/entitydef

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Tue Feb 14 07:19:40 CST 2006


Author: sichen
Date: 2006-02-14 07:19:34 -0600 (Tue, 14 Feb 2006)
New Revision: 6728

Modified:
   trunk/applications/order/entitydef/entitymodel.xml
Log:
Comments on new return entities

Modified: trunk/applications/order/entitydef/entitymodel.xml
===================================================================
--- trunk/applications/order/entitydef/entitymodel.xml	2006-02-14 03:34:13 UTC (rev 6727)
+++ trunk/applications/order/entitydef/entitymodel.xml	2006-02-14 13:19:34 UTC (rev 6728)
@@ -1916,7 +1916,9 @@
             package-name="org.ofbiz.order.return"
             never-cache="true"
             title="Return Adjustment Entity">
-      <description>Note that both includeInTax and includeInShipping should default to true, except in the case where this adjustment is a tax or shipping adjustment then should be ignored.</description>
+      <description>Tax, shipping, and promotional adjustments which are carried over from the order to the return.
+        Note that both includeInTax and includeInShipping should default to true, except in the case where this adjustment is a tax or shipping adjustment 
+        then should be ignored.</description>
       <field name="returnAdjustmentId" type="id-ne"></field>
       <field name="returnAdjustmentTypeId" type="id"></field>
       <field name="returnId" type="id"></field>
@@ -2176,7 +2178,8 @@
     <entity entity-name="ReturnItemTypeMap"
             package-name="org.ofbiz.order.return"
             title="Return Item Type Map Entity">
-        <description>mapping between returnItemType and productType,returnAdjustmentType and orderAdjustmentType</description>
+        <description>Mapping between productTypeId and returnItemTypeId for product order items, orderItemTypeId and returnItemTypeId for other
+          order items, or orderAdjustmentTypeId and returnAdjustmentTypeId.  Separate mappings for different types of returns (customer vs. vendor)</description>
       <field name="returnItemMapKey" type="id-ne"></field>
       <field name="returnHeaderTypeId" type="id-ne"></field>
       <field name="returnItemTypeId" type="id-ne"></field>



More information about the Svn mailing list