Author: jleroux
Date: Sun Oct 18 04:52:40 2015 New Revision: 1709231 URL: http://svn.apache.org/viewvc?rev=1709231&view=rev Log: Completes r1709192 for Changes for "SalaryStep entity missing From and Thru dates" https://issues.apache.org/jira/browse/OFBIZ-5758 I also decided that the "Salary StepSeq Id" Lookup needed not only a search on the fromDate but also to display the through date and the amount. Modified: ofbiz/trunk/applications/humanres/widget/LookupScreens.xml ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml Modified: ofbiz/trunk/applications/humanres/widget/LookupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/LookupScreens.xml?rev=1709231&r1=1709230&r2=1709231&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/LookupScreens.xml (original) +++ ofbiz/trunk/applications/humanres/widget/LookupScreens.xml Sun Oct 18 04:52:40 2015 @@ -114,6 +114,7 @@ <section> <actions> <property-map resource="HumanResUiLabels" map-name="uiLabelMap" global="true"/> + <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/> <set field="title" value="${uiLabelMap.HumanResLookupSalaryStepSeqId}"/> <set field="queryString" from-field="result.queryString"/> <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/> Modified: ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml?rev=1709231&r1=1709230&r2=1709231&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml (original) +++ ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml Sun Oct 18 04:52:40 2015 @@ -142,6 +142,7 @@ under the License. header-row-style="header-row" default-table-style="basic-table"> <auto-fields-entity entity-name="SalaryStep" default-field-type="hidden"/> <field name="salaryStepSeqId" title="${uiLabelMap.HumanResLookupSalaryStepSeqId}"><text-find/></field> + <field name="fromDate" title="${uiLabelMap.CommonFrom}"><text-find/></field> <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> @@ -158,7 +159,9 @@ under the License. <field name="salaryStepSeqId" title="${uiLabelMap.HumanResLookupSalaryStepSeqId}" widget-style="buttontext"> <hyperlink also-hidden="false" target-type="plain" description="${salaryStepSeqId}" target="javascript:set_value('${salaryStepSeqId}')"/> </field> - <field name="description"><display/></field> + <field name="fromDate" title="${uiLabelMap.CommonFrom}"><display/></field> + <field name="thruDate" title="${uiLabelMap.CommonThru}"><display/></field> + <field name="amount" title="${uiLabelMap.AccountingAmount}"><display/></field> </form> <form name="LookupPayGrade" type="single" target="LookupPayGrade" header-row-style="header-row" default-table-style="basic-table"> |
Free forum by Nabble | Edit this page |