[
https://issues.apache.org/jira/browse/OFBIZ-5758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129809#comment-14129809 ]
Pierre Smits commented on OFBIZ-5758:
-------------------------------------
Currently, the model for the entity looks like:
{code}
<entity entity-name="SalaryStep"
package-name="org.ofbiz.humanres.employment"
title="Salary Step Entity">
<field name="salaryStepSeqId" type="id-ne"></field>
<field name="payGradeId" type="id-ne"></field>
<field name="dateModified" type="date-time"></field>
<field name="amount" type="currency-amount"></field>
<prim-key field="salaryStepSeqId"/>
<prim-key field="payGradeId"/>
<relation type="one" fk-name="SLRY_STP_PGRD" rel-entity-name="PayGrade">
<key-map field-name="payGradeId"/>
</relation>
</entity>
{code}
> SalaryStep entity missing From and Thru dates
> ---------------------------------------------
>
> Key: OFBIZ-5758
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5758> Project: OFBiz
> Issue Type: Improvement
> Components: humanres
> Affects Versions: Trunk
> Reporter: Al Cullen
>
> The SalaryStep entity is missing From and Thru dates which means that the record for a SalaryStep can only hold the current value of the salary
> This means, for example, that if a company wants to apply a 10% increase to salary step value that is effective from a future date they currently would have to wait until that date is reached before they could modify the value
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)