svn commit: r451806 - /incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r451806 - /incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml

jonesde
Author: jonesde
Date: Sun Oct  1 13:40:39 2006
New Revision: 451806

URL: http://svn.apache.org/viewvc?view=rev&rev=451806
Log:
Added end of life fields

Modified:
    incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml

Modified: incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml?view=diff&rev=451806&r1=451805&r2=451806
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Sun Oct  1 13:40:39 2006
@@ -342,6 +342,8 @@
         <field name="dateAcquired" type="date-time"></field>
         <field name="dateLastServiced" type="date-time"></field>
         <field name="dateNextService" type="date-time"></field>
+        <field name="expectedEndOfLife" type="date"></field>
+        <field name="actualEndOfLife" type="date"></field>
         <field name="productionCapacity" type="floating-point"></field>
         <field name="calendarId" type="id-ne"></field>
         <field name="serialNumber" type="long-varchar"></field>