[jira] Created: (OFBIZ-3534) totalYearsWorkExperience - doesn't make sense

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-3534) totalYearsWorkExperience - doesn't make sense

Nicolas Malin (Jira)
totalYearsWorkExperience - doesn't make sense
---------------------------------------------

                 Key: OFBIZ-3534
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3534
             Project: OFBiz
          Issue Type: Bug
          Components: party
    Affects Versions: SVN trunk
            Reporter: chris snow
            Priority: Trivial


totalYearsWorkExperience field doesn't make sense.  For example,

2008 - Enter person, setting totalYearsWorkExperience to 8.0 (years)
2009 - still shows 8 years, even though the person now has 9 years
2010 - still shows 8 years, even though the person now has 10 years

To fix this, the totalYearsWorkExperience could be periodically recalculated, or there could be a totalYearsWorkExperienceDate field for when the totalYearsWorkExperience field was last updated, e.g.

totalYearsWorkExperience = 8
totalYearsWorkExperienceDate = 2001-01-01

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3534) totalYearsWorkExperience is not automatically calculated/updated

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato updated OFBIZ-3534:
-------------------------------------

    Description:
totalYearsWorkExperience is not automatically calculated/updated.  For example,

2008 - Enter person, setting totalYearsWorkExperience to 8.0 (years)
2009 - still shows 8 years, even though the person now has 9 years
2010 - still shows 8 years, even though the person now has 10 years

To fix this, the totalYearsWorkExperience could be periodically recalculated, or there could be a totalYearsWorkExperienceDate field for when the totalYearsWorkExperience field was last updated, e.g.

totalYearsWorkExperience = 8
totalYearsWorkExperienceDate = 2001-01-01

  was:
totalYearsWorkExperience field doesn't make sense.  For example,

2008 - Enter person, setting totalYearsWorkExperience to 8.0 (years)
2009 - still shows 8 years, even though the person now has 9 years
2010 - still shows 8 years, even though the person now has 10 years

To fix this, the totalYearsWorkExperience could be periodically recalculated, or there could be a totalYearsWorkExperienceDate field for when the totalYearsWorkExperience field was last updated, e.g.

totalYearsWorkExperience = 8
totalYearsWorkExperienceDate = 2001-01-01

     Issue Type: Wish  (was: Bug)
        Summary: totalYearsWorkExperience is not automatically calculated/updated  (was: totalYearsWorkExperience - doesn't make sense)

> totalYearsWorkExperience is not automatically calculated/updated
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-3534
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3534
>             Project: OFBiz
>          Issue Type: Wish
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: chris snow
>            Priority: Trivial
>
> totalYearsWorkExperience is not automatically calculated/updated.  For example,
> 2008 - Enter person, setting totalYearsWorkExperience to 8.0 (years)
> 2009 - still shows 8 years, even though the person now has 9 years
> 2010 - still shows 8 years, even though the person now has 10 years
> To fix this, the totalYearsWorkExperience could be periodically recalculated, or there could be a totalYearsWorkExperienceDate field for when the totalYearsWorkExperience field was last updated, e.g.
> totalYearsWorkExperience = 8
> totalYearsWorkExperienceDate = 2001-01-01

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3534) totalYearsWorkExperience is not automatically calculated/updated

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Adrian Crum commented on OFBIZ-3534:
------------------------------------

Better yet, have fromDate and thruDate fields.


> totalYearsWorkExperience is not automatically calculated/updated
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-3534
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3534
>             Project: OFBiz
>          Issue Type: Wish
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: chris snow
>            Priority: Trivial
>
> totalYearsWorkExperience is not automatically calculated/updated.  For example,
> 2008 - Enter person, setting totalYearsWorkExperience to 8.0 (years)
> 2009 - still shows 8 years, even though the person now has 9 years
> 2010 - still shows 8 years, even though the person now has 10 years
> To fix this, the totalYearsWorkExperience could be periodically recalculated, or there could be a totalYearsWorkExperienceDate field for when the totalYearsWorkExperience field was last updated, e.g.
> totalYearsWorkExperience = 8
> totalYearsWorkExperienceDate = 2001-01-01

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.