Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Recalculation sometimes producing unexplained results like assigning real(h) to value like 40,960.00 and there is no way to fix this issue.
Another issue with recalculation is that tasks start date is moving independently from the start date set for task, so it creating a complete mess.
There is no way to submit screenshot which will be useful for explanation.
Regards,
Evgueni
Please submit screenshot to support@toolware.fr.
Move start date may depend on planning mode : see planning description in Manual, it may help.
I have been looking at manual but still in many cases project recalculation is unpredictable....
Hi,
Looking like I found the source of the problem. The problem is in assignment of hours to developer. Without it recalculation is working Ok but after assigning hours it unpredictable. I suspect it (sometimes) recalculating project taking this hours as a days and after that recalculating this hours again. Quite reproducable I would say.
Hope this will help to fix the problem.
Regards,
Evgueni
Thnaks for the information.
It may help.
I just fixed this issue for V2.0.
This happend when updating assignment with real work, when work is displayed in hours.
Luckily, any new input of real work corrects the value.
If you need to fix it, in /tool/saveAssignment.php
replace line 89 :
$assignment->realWork=$realWork;
with
$assignment->realWork=Work::convertWork($realWork);
Looking like the fix you provided not working - when work hours assigned to developer it will extend the bar to the beginning of the project for some reason and will calculate the planned hours based on that
Regards,
Evgueni
Hi,
I don't understand.
The prevoius issue was about work calculation, and you're now talking about gantt chart.
Could you please explain ?
I am talking about system response on click button "Calculate activities planning" - this is when system been recalculating work
Hi,
I realy don't understand.
There is no issue on the planning.
The issue was about real work update when modifying assignment.
The fix fixes this.
But does not correct data.
Can you test :
- find one assingmnt with the error
- go to the "real work input" for resource assigned, and save
- check the assignment : it must be corrected.
- then update again assignement : the real work sould not increase any more with the fix
If you still have an issue, please describe your step by step case (described like above)
Thanks.