Author: erwan
Date: Tue Jan 17 09:55:47 2012 New Revision: 1232373 URL: http://svn.apache.org/viewvc?rev=1232373&view=rev Log: Creating entityLabels in humanres component, and adding some for EmplLeaveType Added: ofbiz/trunk/applications/humanres/config/HumanResEntityLabels.xml Modified: ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml Added: ofbiz/trunk/applications/humanres/config/HumanResEntityLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/config/HumanResEntityLabels.xml?rev=1232373&view=auto ============================================================================== --- ofbiz/trunk/applications/humanres/config/HumanResEntityLabels.xml (added) +++ ofbiz/trunk/applications/humanres/config/HumanResEntityLabels.xml Tue Jan 17 09:55:47 2012 @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <property key="EmplLeaveType.description.INLAND_EARNED"> + <value xml:lang="en">Inland earned</value> + <value xml:lang="fr">Congé payé</value> + </property> + <property key="EmplLeaveType.description.LOSS_OF_PAY"> + <value xml:lang="en">Loss of pay</value> + <value xml:lang="fr">Sans solde</value> + </property> + <property key="EmplLeaveType.description.RESTRICTED_HOLIDAY"> + <value xml:lang="en">Restricted holiday</value> + <value xml:lang="fr">Jour férié</value> + </property> + <property key="EmplLeaveType.description.SPECIAL_DAY_OFF"> + <value xml:lang="en">Special day off</value> + <value xml:lang="fr">Congé</value> + </property> +</resource> \ No newline at end of file Modified: ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml?rev=1232373&r1=1232372&r2=1232373&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml (original) +++ ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml Tue Jan 17 09:55:47 2012 @@ -459,6 +459,7 @@ under the License. </entity> <entity entity-name="EmplLeaveType" package-name="org.ofbiz.humanres.employment" + default-resource-name="HumanResEntityLabels" title="Employee Leave Type Entity"> <field name="leaveTypeId" type="id-ne"/> <field name="parentTypeId" type="id-ne"/> Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml?rev=1232373&r1=1232372&r2=1232373&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml (original) +++ ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml Tue Jan 17 09:55:47 2012 @@ -66,6 +66,7 @@ </sub-hyperlink> </display-entity> </field> + <field name="leaveTypeId"><display-entity entity-name="EmplLeaveType"/></field> <field name="approverPartyId"> <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" key-field-name="partyId"> <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${approverPartyId}" link-style="buttontext"> @@ -144,6 +145,7 @@ </sub-hyperlink> </display-entity> </field> + <field name="leaveTypeId"><display-entity entity-name="EmplLeaveType"/></field> <field name="approverPartyId" field-name="approverPartyId"> <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" key-field-name="partyId"> <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${approverPartyId}" link-style="buttontext"> |
Free forum by Nabble | Edit this page |