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.

The problem with th...
 
Notifications
Clear all

The problem with the assignments

16 Posts
5 Users
0 Reactions
5,103 Views
(@tatiana)
Posts: 12
Active Member
Topic starter
 
[#8905]

Good afternoon,

The planned hour for the activity for the resource is 0 hours. However, when the resourse put the real hours (3 hours) for that activity in the ticket which is connected to the activity, the real time of the entire project became more than 12 thousand hours. How is it even possible?

I attached the screnshoots. 

Thanks.


 
Posted : 22 May 2023 11H15
(@marylene)
Posts: 592
Contributor Admin
 

Hello

Maybe check the real data...
if there are 12,000 hours of information, they are surely there.

There is a difference between what you fill in on the tickets and on the activity.
For a planning activity, where the tickets are linked to an activity, the actual workload indicated on the activity takes into account the workload of the activity AND ALL the tickets attached. The load displayed therefore does not necessarily correspond to all of your tickets.


 
Posted : 22 May 2023 12H24
(@tatiana)
Posts: 12
Active Member
Topic starter
 

Of course I have checked all tickets. That s why I attached screenshots. The real time is 3 hours but in the assignments section its shows that the person had been working for 12949.7 hours. Moreover, overall hours for the project are increased for that amount


 
Posted : 22 May 2023 12H42
(@alain-fourastie)
Posts: 366
Active Member Moderator
 

HI,

Are you really sure that no one had filled workload on this activity into the past regardless tickets ?


 
Posted : 22 May 2023 13H30
(@marylene)
Posts: 592
Contributor Admin
 

Of course, I checked all the tickets.

I didn't say to check the tickets. I said to check the real data... so the imputations.

That's why I have attached screenshots.

And your captures are useless since we cannot make the link between the real which is indicated for the activity and what was informed on a ticket... reread what I explain above. They are not the same data...

The actual time is 3 hours but in the assignments section it shows that the person worked for 12949.7 hours.

tickets + "maybe" work on the activity

  In addition, the overall hours of the project are increased by this amount

which seems logical


 
Posted : 22 May 2023 14H14
 Dan
(@caccia)
Posts: 340
Contributor
 

Hello,

Perhaps similar to something I've experienced also, related to the start / strop time counter on tickets ? 

See this thread if maybe it can help :
https://www.projeqtor.org/en/forum/2-submit-issues/12646-problem-with-start-stop-work-on-tickets/  
 


 
Posted : 22 May 2023 20H10
(@tatiana)
Posts: 12
Active Member
Topic starter
 

What does it mean that toy cannot link the real time which is indicated for the activity and what was informed on a ticket. Cannot you calculate that the sum of tickets does not equal to 12 thousands hours?!

All advice is superficial. I did everything what you said again, nothing changed


 
Posted : 23 May 2023 5H28
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

User can input real time on activity. Let say they enter X days of real work on Activity A.
If then users link tickets to this Activity A as planning activity, and enter real work on the tickets, let say total of Y days, then real work on the activity is X + Y.


 
Posted : 23 May 2023 10H28
(@tatiana)
Posts: 12
Active Member
Topic starter
 

Yes, I do understand that. However, the developer enter the real time in 1 ticket, estimated time was 7 hours, he finished the task for 6,5 hours (screenshot attached). So, the overall real time for the ticket is 6,5 hours. The ticket is linked to the activity. There is only one ticket which is linked to that activity. Our developers dont have rights for the timesheet section to put the real time data to the activity. 

Taking into account this information, the overall real time shoud be 6,5 hours for the activity. Is that right? 
However, the real time for that activity is almost 18 thousands hours. My question is how is that possible? 


 
Posted : 23 May 2023 15H26
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

Can you please try this query on the DB

select * from work where refType='Activity' and refId=6761

What is the result ?


 
Posted : 23 May 2023 16H17
(@tatiana)
Posts: 12
Active Member
Topic starter
 

The result in the attached file


 
Posted : 24 May 2023 6H09
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

You only get one Row ?
To be sure, please execute

select count(*), sum(work), min(workDate) as start, max(workDate) as end from work where refType='Activity' and refId=6761

 
Posted : 24 May 2023 11H07
(@tatiana)
Posts: 12
Active Member
Topic starter
 

count|sum    |start     |end       |
-----+-------+----------+----------+
    1|0.81250|2023-05-16|2023-05-16|The result in the attached file

 


 
Posted : 24 May 2023 11H27
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

Sure there is an issue.
The sum of work is 0,8125 days (6.5 hours).
To try and fix :
=> Be sure to use the latest release (V10.3.5). Migrate is needed.
=> Go to the activity
=> Update left work for assignment with too many real work displayed (you can add 1 day / remove one day)
This should fix the value.
 


 
Posted : 24 May 2023 12H10
(@tatiana)
Posts: 12
Active Member
Topic starter
 

Morning,

We have updated our system to version V10.3.5

Yes, it is working:
=> Go to the activity
=> Update left work for assignment with too many real work displayed (you can add 1 day / remove one day)

However, it does not fix the problem in general. Do I need to do it manually always? Are you going to fix the bug?


 
Posted : 01 Jun 2023 5H29
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

However, it does not fix the problem in general. 

What do you mean

Do I need to do it manually always?

There is no automatic fix for this issue, possibly generate on an old version.

Are you going to fix the bug?

As long as I know, there is no remaining bug.
Data entered on V10.3.5 are correct.


 
Posted : 09 Jun 2023 17H06
Share:

Scroll to Top