Author: jonesde
Date: Wed Apr  4 18:46:36 2007
New Revision: 525677

URL: http://svn.apache.org/viewvc?view=rev&rev=525677
Log:
Added some fields for more flexible/general tracking of serialized inventory 
items, especially for electronic devices

Modified:
    ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?view=diff&rev=525677&r1=525676&r2=525677
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Wed Apr  4 
18:46:36 2007
@@ -1083,6 +1083,8 @@
       <field name="oldQuantityOnHand" col-name="QUANTITY_ON_HAND" 
type="floating-point"></field>
       <field name="oldAvailableToPromise" col-name="AVAILABLE_TO_PROMISE" 
type="floating-point"></field>
       <field name="serialNumber" type="value"></field>
+      <field name="softIdentifier" type="value"></field>
+      <field name="activationNumber" type="value"></field>
       <field name="unitCost" type="floating-point"><description>Higher 
precision in case it is a calculated number</description></field>
       <field name="currencyUomId" type="id"><description>The currency Uom of 
the unit cost.</description></field>
       <prim-key field="inventoryItemId"/>


Reply via email to