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