Forum

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.

Project recalculate
 
Notifications
Clear all

Project recalculate

10 Posts
2 Users
0 Reactions
11.4 K Views
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 
[#318]

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


 
Posted : 23 Jan 2012 19H04
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

Please submit screenshot to support@toolware.fr.

Move start date may depend on planning mode : see planning description in Manual, it may help.


 
Posted : 23 Jan 2012 21H03
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 

I have been looking at manual but still in many cases project recalculation is unpredictable....


 
Posted : 24 Jan 2012 10H58
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 

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


 
Posted : 26 Jan 2012 18H45
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

Thnaks for the information.
It may help.


 
Posted : 26 Jan 2012 19H02
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

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

 
Posted : 29 Jan 2012 18H44
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 

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


 
Posted : 30 Jan 2012 18H16
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

Hi,
I don't understand.
The prevoius issue was about work calculation, and you're now talking about gantt chart.
Could you please explain ?


 
Posted : 30 Jan 2012 19H16
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 

I am talking about system response on click button "Calculate activities planning" - this is when system been recalculating work


 
Posted : 30 Jan 2012 19H41
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

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.


 
Posted : 30 Jan 2012 20H33
Share:

Scroll to Top