You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Olivier Heintz (Updated) (JIRA)" <ji...@apache.org> on 2012/02/11 17:09:59 UTC

[jira] [Updated] (OFBIZ-4686) Correction on actualCompletionDate calculation for a task (phase or project) in a project

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

Olivier Heintz updated OFBIZ-4686:
----------------------------------

    Attachment: OFBIZ-4686.patch
    
> Correction on actualCompletionDate calculation for a task (phase or project) in a project
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4686
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4686
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Olivier Heintz
>         Attachments: OFBIZ-4686.patch
>
>
> Currently in projectmgr, the actualCompletionDate of task, phase and project are calculated by :
> 1) max(actualCompletionDate) for task or all task in phase or in project
> 2) if there are some timeEntries and if max(thruDate) of all timeEntries > max(actualCompletionDate), use "max(thruDate) of all timeEntries"
> I think that point 2 is wrong, only 1) should be used. 
> This patch remove point 2 and field actualEntryCompletionDate from entityView (it was used only by this process)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira