You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/04/09 21:05:34 UTC

svn commit: r526877 - /ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Author: jaz
Date: Mon Apr  9 12:05:33 2007
New Revision: 526877

URL: http://svn.apache.org/viewvc?view=rev&rev=526877
Log:
added activationValidThru timestamp

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=526877&r1=526876&r2=526877
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Mon Apr  9 12:05:33 2007
@@ -1085,7 +1085,8 @@
       <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="activationValidThru" type="date-time"></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"/>
       <relation type="one" fk-name="INV_ITEM_TYPE" rel-entity-name="InventoryItemType">