Hello,
I have planned a project which should have started last year in August. The validated start date was 22/08/2016 and the end date 30/09/2016. But now we could only start at 13/06/2017. So I set the project on ‘in progress’ on 13/06/2017 but didn’t change the validated dates. The program changed the planned date to the actual start date but didn’t change the planned end date. So I got an error note because the planned end date is before the start date. But now I can’t change anything. Is this a bug or is it my mistake? What can I do?
Enclosed I send you a screenshot of the problem. As you can see the gantt chart is right.
Thanks you very much for your help! 🙂
Just run planning calculation to fix this.
Are you using latest V6.2.5 ?
(if not, consider migrating)
Yes, we use already V6.2.5
Do you need any more niformation?
From what I can see on screenshot, you don't have assigned work.
Try and add at least 0,1 assigned work and replan (then you can remove added work if you please)
You can also try the workaround we'll integrate in V6.3 :
add new line befor line 1428 in /view/objectDetail.php, this way :
if ($val<$min) $val=$min;
if ($min) echo ' dropDownDefaultValue="'.$min.'" ';
Thanks very much.
I tried both solutions and both work 🙂