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.

difference between ...
 
Notifications
Clear all

difference between planning and planning resource

2 Posts
2 Users
0 Reactions
4,382 Views
(@pepito)
Posts: 12
Active Member
Topic starter
 
[#1724]

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


 
Posted : 27 Mar 2014 16H56
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 28 Mar 2014 11H05
Share:

Scroll to Top