Forum

Bug in the indicato...
 
Notifications
Retirer tout

Bug in the indicators configuration

6 Posts
4 Utilisateurs
0 Reactions
1,764 Vu
(@fmartin)
Posts: 43
Active Member
Début du sujet
 
[#6395]

Hello,

I'm setting an indicator to raise warning and alert when the consumption of an activity has reached 80%.

I'm in the section "Indicator" (not "Indicator per project"):
I set up an alert with:
Element = activity
Type = empty
Project = empty
Indicator = "real work compared to validated work"
Reminder = 80%
Alert = 90%

Recording the indicator works fine.

However, I can not retrieve it and modify it. (It does not show in the list of indicator)


 
Posté : 29 Nov PM 17:1111
(@alain-fourastie)
Posts: 366
Membre Moderator
 

Hello,

Does the list is fully empty ?
Have you tried with another indicator ? This one is it shown on the list ?
Please, reset the display of the columns organization, (see below)

Regards.


 
Posté : 2 Déc PM 12:1212
(@fmartin)
Posts: 43
Active Member
Début du sujet
 

Dear Alain,

I created an other indicator with same configuration, saving is successfull, but I still cannot see it in the list of indicators.

I reset the columns (which I didn't edit), but same result. the indicator created doesn't appear in the list.


 
Posté : 4 Déc PM 13:1212
(@fmartin)
Posts: 43
Active Member
Début du sujet
 

The problem is when there is no project selected, it does not display.

I should be able to see it even when no project is selected. Especially as I'm in the section "Indicator" and not "Indicator per project"


 
Posté : 4 Déc PM 13:1212
Damian
(@damian-sd)
Posts: 119
Membre Admin Registered
 

Hello Martin,

we cannot reproduce your issue, because we need more information about this issue.
send screenshot of indicator definition,
check your log file and console log,
check if you dont have filter actived on indicator and if your indicator is not closed.
what is your Projeqtor version ?


 
Posté : 4 Déc PM 16:1212
(@babynus)
Posts: 14952
Membre Admin
 

This issue may happen if you deleted the allocation to the project of a resource assigned to an activity of the project with a "recurrent" planning mode.
Quick workaround is to re-create the allocation.

Issue recorded as Ticket #4348.

Fix is to replace line 1040 in model/plannedWork.php from

$rateProj=Resource::findAffectationRate($ress[$projectKey]['rate'],$currentDate) / 100;

to

$rateProj=(isset($ress[$projectKey]))?Resource::findAffectationRate($ress[$projectKey]['rate'],$currentDate) / 100:0;

Fix will be incuded in V8.3.0


 
Posté : 4 Déc PM 16:1212
Share:
Retour en haut