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/11 17:09:00 UTC

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

Author: jaz
Date: Wed Apr 11 08:08:59 2007
New Revision: 527516

URL: http://svn.apache.org/viewvc?view=rev&rev=527516
Log:
added date-time manufactured to inventory item

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=527516&r1=527515&r2=527516
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Wed Apr 11 08:08:59 2007
@@ -1070,6 +1070,7 @@
       <field name="ownerPartyId" type="id"><description>The owner of the inventory item.</description></field>
       <field name="statusId" type="id"></field>
       <field name="datetimeReceived" type="date-time"></field>
+      <field name="datetimeManufactured" type="date-time"></field>
       <field name="expireDate" type="date-time"></field>
       <field name="facilityId" type="id"></field>
       <field name="containerId" type="id"></field>