View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [SOLVED] Repport / Planning / synthesis of availability all pool without affection on 8.1 - ProjeQtOr

Prochaines Sessions

Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)
 

13 mai 2025 (10h30-12h)

5 juin 2025 (16h-17h30)

 
 

Planifiez avec ProjeQtOr

14 et 15 mai 2025 (9h-12h30)

18 et 19 juin 2025 (9h-12h30)

 
 

Administrez avec ProjeQtOr

20 et 21 mai (9h-12h30)

25 et 26 juin (9h-12h30)

 

 

 

[SOLVED] Repport / Planning / synthesis of availability all pool without affection on 8.1

More
02 Juil 2019 10:36 #1 by pipobru
Hello,
After update with the last version, i launch a planning calcul. After that in report Synthesis of availability all poll have 0 availability whithout planification (green color). Some error in log files see in attachement.
Attachments:

Please Connexion or Create an account to join the conversation.

More
03 Juil 2019 16:04 #2 by babynus
This looks like a real major issue.
Ticket #4106 recorded.

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: pipobru

Please Connexion or Create an account to join the conversation.

More
03 Juil 2019 17:00 #3 by babynus
Issue fixed.
Will be included in patch V8.1.1

Fix is to replace few line in 2 files : lines 250+ in /model/Assignment.php from and lines 711+ in /model/PlanningElement.php
          if (substr($field,-4)=='Date') {
            $query.=" $field='".$newVal."' ";
          } else {
            $query.=" $field=".$newVal;
          }
to
          if ($newVal===null or $newVal==='') {
            $query.=" $field=null ";
          } else if (substr($field,-4)=='Date') {
            $query.=" $field='".$newVal."' ";
          } else {
            $query.=" $field=".$newVal;
          }

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

More
03 Juil 2019 17:00 #4 by pipobru
thanks for your answer. I have a ressource with important expertise on PHP. I would help you on this sujet. How i can help you ?

Please Connexion or Create an account to join the conversation.

More
03 Juil 2019 17:09 #5 by babynus
I thging our last messages crossed.
Issue already fixed.

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: pipobru

Please Connexion or Create an account to join the conversation.

More
03 Juil 2019 17:09 #6 by pipobru
After modification no crach but i have this error:
2019-07-03 17:10:21.660 ===== TRACE ===== Error for planning mode '16' not found in Planning Mode table

Please Connexion or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.064 seconds

Paramétrages de cookies

×

Cookies fonctionnels

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Veuillez vous connecter pour voir vos activités!

Autres cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.