You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2008/07/02 20:54:10 UTC

svn commit: r673463 - /ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml

Author: jonesde
Date: Wed Jul  2 11:54:10 2008
New Revision: 673463

URL: http://svn.apache.org/viewvc?rev=673463&view=rev
Log:
Added fields to RateType for normal rates, to be overridden by PartyRate or WEA Rate, also added rateUomId

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

Modified: ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml?rev=673463&r1=673462&r2=673463&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml Wed Jul  2 11:54:10 2008
@@ -66,6 +66,8 @@
             title="Rate Type Entity">
       <field name="rateTypeId" type="id-ne"></field>
       <field name="description" type="description"></field>
+      <field name="normalRate" type="currency-amount"></field>
+      <field name="rateUomId" type="id"></field>
       <prim-key field="rateTypeId"/>
     </entity>
     <entity entity-name="TimeEntry"