You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2014/09/10 09:09:28 UTC

[jira] [Comment Edited] (OFBIZ-5758) SalaryStep entity missing From and Thru dates

    [ https://issues.apache.org/jira/browse/OFBIZ-5758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128160#comment-14128160 ] 

Pierre Smits edited comment on OFBIZ-5758 at 9/10/14 7:08 AM:
--------------------------------------------------------------

I can indeed imagine that salarysteps have a lifespan, but for audit purposes I would also include following elements into the entity and adjust the handling service accordingly.

{code}
<field name="createdByUserLogin" type="id-vlong"></field>
<field name="lastModifiedByUserLogin" type="id-vlong"></field>
{code}

What do you think?


was (Author: pfm.smits):
I can indeed imagine that salarysteps have a lifespan, but for audit purposes I would also include following elements into the entity and adjust the handling service accordingly.

{code}
      <field name="createdByUserLogin" type="id-vlong"></field>
      <field name="lastModifiedByUserLogin" type="id-vlong"></field>
{code]

What do you think?

> 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)