Author: hansbak
Date: Sun Jan 16 09:22:07 2011
New Revision: 1059520
URL: http://svn.apache.org/viewvc?rev=1059520&view=rev
Log:
add some meaningfull table data for the review item and change the order of the
fields in a more meaningfull way
Modified:
ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml
ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml
Modified: ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml?rev=1059520&r1=1059519&r2=1059520&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml (original)
+++ ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml Sun Jan 16
09:22:07 2011
@@ -154,4 +154,16 @@ under the License.
<EmplLeaveReasonType description="Medical" hasTable="N" parentTypeId=""
emplLeaveReasonTypeId="Fever"/>
<EmplLeaveReasonType description="Casual" hasTable="N" parentTypeId=""
emplLeaveReasonTypeId="Personal Work"/>
+ <PerfReviewItemType perfRatingTypeId="TECH" hasTable="N"
description="Technical skills"/>
+ <PerfReviewItemType perfRatingTypeId="RESP" hasTable="N"
description="Responsibility"/>
+ <PerfReviewItemType perfRatingTypeId="ATT" hasTable="N"
description="Attitude"/>
+ <PerfReviewItemType perfRatingTypeId="COMM" hasTable="N"
description="Communication skills"/>
+ <PerfReviewItemType perfRatingTypeId="JOBSAT" hasTable="N"
description="Job Satisfaction"/>
+
+ <PerfRatingType perfRatingTypeId="1" hasTable="N" description="Fails to
Meet Expectations"/>
+ <PerfRatingType perfRatingTypeId="2" hasTable="N"
description="Inconsistently Fulfills"/>
+ <PerfRatingType perfRatingTypeId="3" hasTable="N" description="Fulfilled
Expectations"/>
+ <PerfRatingType perfRatingTypeId="4" hasTable="N" description="Frequently
Exceeds"/>
+ <PerfRatingType perfRatingTypeId="5" hasTable="N"
description="Consistently Exceeds"/>
+
</entity-engine-xml>
Modified: ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml?rev=1059520&r1=1059519&r2=1059520&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml Sun Jan 16
09:22:07 2011
@@ -168,8 +168,8 @@ under the License.
<field name="employeeRoleTypeId" type="id"></field>
<field name="perfReviewId" type="id-ne"></field>
<field name="perfReviewItemSeqId" type="id-ne"></field>
- <field name="perfRatingTypeId" type="id"></field>
<field name="perfReviewItemTypeId" type="id"></field>
+ <field name="perfRatingTypeId" type="id"></field>
<field name="comments" type="comment"></field>
<prim-key field="employeePartyId"/>
<prim-key field="employeeRoleTypeId"/>