You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2008/05/26 13:28:41 UTC

svn commit: r660163 - /ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml

Author: ashish
Date: Mon May 26 04:28:40 2008
New Revision: 660163

URL: http://svn.apache.org/viewvc?rev=660163&view=rev
Log:
Added few more RateType record.
This can be used in HR module.

Modified:
    ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml

Modified: ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml?rev=660163&r1=660162&r2=660163&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml (original)
+++ ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml Mon May 26 04:28:40 2008
@@ -21,6 +21,9 @@
     <RateType rateTypeId="STANDARD" description="Standard Hourly Rate"/>
     <RateType rateTypeId="DISCOUNTED" description="Discounted Hourly Rate"/>
     <RateType rateTypeId="OVERTIME" description="Overtime Hourly Rate"/>
+    <RateType rateTypeId="AVERAGE_PAY_RATE" description="Average Pay Rate"/>
+    <RateType rateTypeId="HIGH_PAY_RATE" description="Highest Pay Rate"/>
+    <RateType rateTypeId="LOW_PAY_RATE" description="Lowest Pay Rate"/>
     
     <EnumerationType description="Parent Type for all Work Effort enum types" enumTypeId="WORK_EFFORT" hasTable="N" parentTypeId=""/>
     <EnumerationType description="Parent Type for all Workflow enum types" enumTypeId="WORKFLOW" hasTable="N" parentTypeId=""/>