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.
hi
i have a little problem
the user choose a projet " X"
the sum the "assigned task" in the'resource planning' tab is different than in 'planning 'tab
i count the "assigned task" of all my resources and this quantity is different than the quantity that i can see in 'planning' tab
the reason is because in jsonResourcePlanning .php file in line 91, it is written
';$queryWhere.=' ass.plannedWork>0
the problemis the projet leader has fiiled out the activity
leftwork=0
ralwork=0;
assignedwork=2.5;
then we can't see this activity in resource Planing tab,
but i can see this activity in planning tab
perhaps, this issue can mislead the user,
i don' t know the runctional reason why the user can't see the activities bigger than 0 , in resource planning tab
thanks a lot
Activity with left work = 0 is concidered as finished (no more work to do).
If left = 0 and real = 0, then activity has no planned work : planned = real + left.
Resouce planning displays the work to be done for a resource, so activities with no work done and no work left to be done are not displayed.