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 |
[ 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 |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-4686: -------------------------------------- Assignee: Erwan de FERRIERES > 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 > Assignee: Erwan de FERRIERES > 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 |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-4686. ------------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Done at rev 1296209 Thanks Olivier > 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 > Assignee: Erwan de FERRIERES > Fix For: SVN trunk > > 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 |
Free forum by Nabble | Edit this page |