/[openfoncier]/trunk/obj/instruction.class.php
ViewVC logotype

Annotation of /trunk/obj/instruction.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2562 - (hide annotations)
Mon Dec 2 17:06:04 2013 UTC (11 years, 2 months ago) by softime
File size: 99313 byte(s)
- Modification du traitement des instructions lors de la mise à jour de date : si l'événement principal à un événement retour, des données sont répliquées dans celui-ci
- Mise à jour de l'aide dans le formulaire d'action
- Ajout d'un test fonctionnel sur un retour de signature
- MàJ HISTORY.txt
- Traductions

1 fraynaud 3 <?php
2 fmichon 1540 /**
3     *
4     *
5     * specific :
6     * - cle secondaire
7     * destruction autorisée que pour le dernier evenement
8     * [delete the last event ]
9     * - variable globale [global variables]
10     * var $archive_date_depot;
11     * var $retourformulaire;
12     * var $idxformulaire;
13     * - modification des données dans dossier trigger avant
14     * [modify dossier data with trigger function]
15     * - function moisdate : pour ajouter des mois a une date
16     * [add months (delay) and calculation final date]
17     * - voir script_lang.js : bible ...
18     *
19     * @package openfoncier
20     * @version SVN : $Id$
21     */
22 fraynaud 3
23 fmichon 1540 //
24     require_once "../gen/obj/instruction.class.php";
25    
26     //
27     require_once "../services/outgoing/messageenqueuer.php";
28    
29     //
30 fraynaud 3 class instruction extends instruction_gen {
31    
32 fraynaud 20 var $archive_date_depot; // specific
33     var $retourformulaire; // specific
34     var $idxformulaire; // specific
35 nhaye 1724 var $valEvenement;
36 nhaye 1945 // Tableau contenant une partie des métadonnées arrêtés
37     var $metadonneesArrete;
38 fraynaud 3
39 nhaye 1928 var $metadata = array(
40 nhaye 1938 "om_fichier_instruction" => array(
41 nhaye 1928 "dossier" => "getDossier",
42 softime 2016 "dossier_version" => "getDossierVersion",
43 softime 2025 "numDemandeAutor" => "getNumDemandeAutor",
44     "anneemoisDemandeAutor" => "getAnneemoisDemandeAutor",
45     "typeInstruction" => "getTypeInstruction",
46     "statutAutorisation" => "getStatutAutorisation",
47     "typeAutorisation" => "getTypeAutorisation",
48     "dateEvenementDocument" => "getDateEvenementDocument",
49 softime 2016 "groupeInstruction" => 'getGroupeInstruction',
50 softime 2025 "title" => 'getTitle',
51 nhaye 1928 ),
52     );
53    
54 nhaye 1945
55 nhaye 2561 function __construct($id, &$db, $debug) {
56 fmichon 1540 $this->constructeur($id, $db, $debug);
57     }
58 fraynaud 20
59 fmichon 944 // {{{ Gestion de la confidentialité des données spécifiques
60    
61     /**
62     * Surcharge pour gérer les actions disponibles dans le portlet
63     */
64     function checkAccessibility() {
65     //
66     parent::checkAccessibility();
67 fmichon 1540 // Si l'utilisateur est un intructeur qui ne correspond pas à la
68 fmichon 944 // division du dossier
69     if ($this->f->isUserInstructeur()
70     && isset($this->f->om_utilisateur["division"])
71     && $this->f->om_utilisateur["division"] != $this->getDivisionFromDossier()) {
72     //
73 vpihour 2104 //On cache les liens d'action
74     $this->parameters["actions"]["modifier"] = NULL;
75     $this->parameters["actions"]["supprimer"] = NULL;
76     $this->actions_sup["finalisation"] = NULL;
77 fmichon 944 }
78     // Si une action 'lu' est présente et que le champ lu est à true
79     // on supprime l'action
80     if (isset($this->actions_sup["lu"])
81     && isset($this->val[array_search("lu", $this->champs)])
82     && $this->val[array_search("lu", $this->champs)]== "t") {
83     unset($this->actions_sup["lu"]);
84     }
85 vpihour 1899
86     //Si le document est déjà finalisé, on affiche uniquement le lien de
87     //dé-finalisation
88 vpihour 1931 $om_final_instruction = $this->getVal("om_final_instruction");
89 vpihour 1899 if ( isset($this->actions_sup["finalisation"]) &&
90 vpihour 1931 $om_final_instruction== "t" ){
91 vpihour 1921
92 vpihour 1986 //On cache les liens d'action
93     $this->parameters["actions"]["modifier"] = NULL;
94     $this->parameters["actions"]["supprimer"] = NULL;
95 vpihour 1921 //On cache le lien de finalisation et on affiche le bon lien pour l'édition
96 vpihour 1986 $this->actions_sup["finalisation"] = NULL;
97 vpihour 1921 $this->actions_sup["pdfetat"]["lien"] = "../spg/file.php?id=";
98     $this->actions_sup["pdfetat"]["id"] =
99 vpihour 1927 "&amp;obj=instruction&amp;champ=om_fichier_instruction";
100 vpihour 1899 }
101     //Si le document n'est pas finalisé, on affiche uniquement le lien de
102     //finalisation
103     if ( isset($this->actions_sup["definalisation"]) &&
104 vpihour 1931 $om_final_instruction!= "t" ){
105 vpihour 1921
106     //On cache le lien de finalisation et on affiche le bon lien pour l'édition
107 vpihour 1986 $this->actions_sup["definalisation"] = NULL;
108 vpihour 1921 $this->actions_sup["pdfetat"]["lien"] = "../app/pdf_instruction.php?idx=";
109     $this->actions_sup["pdfetat"]["id"] = "";
110 vpihour 1899 }
111 vpihour 1978
112     $idxformulaire = $this->getParameter("idxformulaire");
113     $retourformulaire = $this->getParameter("retourformulaire");
114     //Si le dossier d'instruction auquel est rattachée l'instruction est cloturé,
115     //on affiche pas les liens du portlet
116     if ( $idxformulaire != '' &&
117     (
118     $retourformulaire == 'dossier' ||
119     $retourformulaire == 'dossier_instruction' ||
120     $retourformulaire == 'dossier_instruction_mes_encours' ||
121     $retourformulaire == 'dossier_instruction_tous_encours' ||
122     $retourformulaire == 'dossier_instruction_mes_clotures' ||
123     $retourformulaire == 'dossier_instruction_tous_clotures'
124     )){
125    
126     //On récuppère le statut du dossier d'instruction
127 softime 2025 $statut = $this->getStatutAutorisationDossier($idxformulaire);
128 vpihour 1978 if ( $this->f->isUserInstructeur() && $statut == "cloture" ){
129    
130     //On cache le lien de modification
131     $this->parameters["actions"]["modifier"] = NULL;
132     $this->actions_sup["finalisation"] = NULL;
133     $this->actions_sup["definalisation"] = NULL;
134     }
135     }
136 fmichon 944 }
137    
138     /**
139     * Cette methode est à surcharger elle permet de tester dans chaque classe
140     * des droits des droits spécifiques en fonction des données
141     */
142     function canAccess() {
143     // Si l'utilisateur est un intructeur qui ne correspond pas à la
144     // division du dossier
145     if ($this->f->isUserInstructeur()
146     && $this->f->om_utilisateur["division"] != $this->getDivisionFromDossier()
147     && $this->getParameter("maj") != 3) {
148     //
149 fmichon 1908 $this->addToLog("canAccess(): utilisateur instructeur sur un dossier d'une autre division", EXTRA_VERBOSE_MODE);
150 fmichon 944 return false;
151     }
152 vpihour 1978
153     $retourformulaire = $this->getParameter("retourformulaire");
154     // Si l'utilisateur est un instructeur et que le dossier est cloturé
155     if ( $this->f->isUserInstructeur() &&
156 softime 2025 $this->getStatutAutorisationDossier($this->getParameter("idxformulaire")) == "cloture" &&
157 vpihour 1978 (
158     $retourformulaire == 'dossier' ||
159     $retourformulaire == 'dossier_instruction' ||
160     $retourformulaire == 'dossier_instruction_mes_encours' ||
161     $retourformulaire == 'dossier_instruction_tous_encours' ||
162     $retourformulaire == 'dossier_instruction_mes_clotures' ||
163     $retourformulaire == 'dossier_instruction_tous_clotures'
164     )
165     && $this->getParameter("maj") != 3 && $this->getParameter("maj") != 0 ) {
166    
167     return false;
168     }
169 fmichon 944 //
170     return true;
171     }
172    
173     /**
174 fmichon 1908 * Cette variable permet de stocker le résultat de la méthode
175     * getDivisionFromDossier() afin de ne pas effectuer le recalcul à chacun de
176     * ces appels.
177     * @var string Code de la division du dossier en cours
178 fmichon 944 */
179 fmichon 1908 var $_division_from_dossier = NULL;
180    
181     /**
182     * Cette méthode permet de récupérer le code de division correspondant
183     * au dossier sur lequel on se trouve.
184     *
185     * @return string Code de la division du dossier en cours
186     */
187 fmichon 944 function getDivisionFromDossier() {
188 fmichon 1908
189     // Cette méthode peut être appelée plusieurs fois lors d'une requête.
190     // Pour éviter de refaire le traitement de recherche de la division
191     // alors on vérifie si nous ne l'avons pas déjà calculé.
192     if ($this->_division_from_dossier != NULL) {
193     // Logger
194     $this->addToLog("getDivisionFromDossier(): retour de la valeur déjà calculée - '".$this->_division_from_dossier."'", EXTRA_VERBOSE_MODE);
195     // On retourne la valeur déjà calculée
196     return $this->_division_from_dossier;
197 fmichon 944 }
198 fmichon 1908
199     // Par défaut, on définit la valeur du dossier à NULL
200     $dossier = NULL;
201     // Test sur le mode et le contexte du formulaire
202     if ($this->getParameter("maj") == 0
203     && ($this->getParameter("retourformulaire") == "dossier"
204     || $this->getParameter("retourformulaire") == "dossier_instruction"
205     || $this->getParameter("retourformulaire") == "dossier_instruction_mes_encours"
206     || $this->getParameter("retourformulaire") == "dossier_instruction_tous_encours"
207     || $this->getParameter("retourformulaire") == "dossier_instruction_mes_clotures"
208     || $this->getParameter("retourformulaire") == "dossier_instruction_tous_clotures")) {
209     // Si on se trouve en mode AJOUT (seul mode où l'enregistrement
210     // n'existe pas en base de données) ET que nous nous trouvons
211     // dans le contexte d'un dossier d'instruction alors on récupère
212     // le numéro de dossier depuis le paramètre 'idxformulaire'
213     $dossier = $this->getParameter("idxformulaire");
214     } else {
215     // Sinon on récupère le numéro de dossier dans le champs dossier de
216     // l'enregistrement (en base de données)
217     $dossier = $this->getVal("dossier");
218     }
219    
220     // On appelle la méthode de la classe utils qui renvoi le code de la
221     // division d'un dossier, on la stocke pour ne pas refaire le calcul au
222     // prochain appel de cette méthode
223     $this->_division_from_dossier = $this->f->getDivisionFromDossier($dossier);
224     // Logger
225     $this->addToLog("getDivisionFromDossier(): retour de la valeur nouvellement calculée - '".$this->_division_from_dossier."'", EXTRA_VERBOSE_MODE);
226     // On retourne la valeur retournée
227     return $this->_division_from_dossier;
228    
229 fmichon 944 }
230    
231 nhaye 1643 /**
232     * Cette méthode permet de récupérer le dossier d'autorisation d'un dossier
233     */
234 softime 2025 function getNumDemandeAutorFromDossier($id) {
235 nhaye 1643 //
236     if (!isset($id)) {
237     return NULL;
238     }
239     //
240     $sql = "select dossier_autorisation from ".DB_PREFIXE."dossier ";
241     $sql .= " where dossier='".$id."'";
242     //
243     $dossier_autorisation = $this->db->getOne($sql);
244 softime 2025 $this->addToLog("getNumDemandeAutorFromDossier(): db->getone(\"".$sql."\")", VERBOSE_MODE);
245 nhaye 1643 database::isError($dossier_autorisation);
246     //
247     return $dossier_autorisation;
248     }
249    
250 fmichon 944 // }}}
251    
252 fmichon 1540 function setType(&$form, $maj) {
253     //
254     parent::setType($form, $maj);
255     // On cache tous les champs
256     // XXX
257 fraynaud 20 $form->setType('complement3', 'hidden');
258     $form->setType('bible3', 'hidden');
259     $form->setType('complement4', 'hidden');
260     $form->setType('bible4', 'hidden');
261     $form->setType('complement5', 'hidden');
262     $form->setType('bible5', 'hidden');
263     $form->setType('complement6', 'hidden');
264     $form->setType('bible6', 'hidden');
265     $form->setType('complement7', 'hidden');
266     $form->setType('bible7', 'hidden');
267     $form->setType('complement8', 'hidden');
268     $form->setType('bible8', 'hidden');
269     $form->setType('complement9', 'hidden');
270     $form->setType('bible9', 'hidden');
271     $form->setType('complement10', 'hidden');
272     $form->setType('bible10', 'hidden');
273     $form->setType('complement11', 'hidden');
274     $form->setType('bible11', 'hidden');
275     $form->setType('complement12', 'hidden');
276     $form->setType('bible12', 'hidden');
277     $form->setType('complement13', 'hidden');
278     $form->setType('bible13', 'hidden');
279     $form->setType('complement14', 'hidden');
280     $form->setType('bible14', 'hidden');
281     $form->setType('complement15', 'hidden');
282     $form->setType('bible15', 'hidden');
283 fmichon 1540 //
284 fraynaud 20 $form->setType('delai', 'hidden');
285     $form->setType('etat', 'hidden');
286     $form->setType('accord_tacite', 'hidden');
287     $form->setType('action', 'hidden');
288     $form->setType('delai_notification', 'hidden');
289 vpihour 489 $form->setType('avis_decision', 'hidden');
290 nhaye 2099 $form->setType('autorite_competente', 'hidden');
291 fmichon 1540 //
292 fraynaud 20 $form->setType('archive_delai', 'hidden');
293     $form->setType('archive_etat', 'hidden');
294     $form->setType('archive_accord_tacite', 'hidden');
295     $form->setType('archive_avis', 'hidden');
296     $form->setType('archive_date_complet', 'hidden');
297 nhaye 1571 $form->setType('archive_date_dernier_depot', 'hidden');
298 fraynaud 20 $form->setType('archive_date_rejet', 'hidden');
299     $form->setType('archive_date_limite', 'hidden');
300     $form->setType('archive_date_notification_delai', 'hidden');
301     $form->setType('archive_date_decision', 'hidden');
302     $form->setType('archive_date_validite', 'hidden');
303     $form->setType('archive_date_achevement', 'hidden');
304     $form->setType('archive_date_conformite', 'hidden');
305 nhaye 2099 $form->setType('archive_date_chantier', 'hidden');
306     $form->setType('archive_autorite_competente','hidden');
307 fmichon 1540 //
308 vpihour 1307 $form->setType('numero_arrete', 'hidden');
309 vpihour 1784 //
310     $form->setType('code_barres', 'hidden');
311 fmichon 1540
312     //
313 nhaye 1717 $form->setType('archive_incompletude','hidden');
314     $form->setType('archive_evenement_suivant_tacite','hidden');
315     $form->setType('archive_evenement_suivant_tacite_incompletude','hidden');
316     $form->setType('archive_etat_pendant_incompletude','hidden');
317     $form->setType('archive_date_limite_incompletude','hidden');
318     $form->setType('archive_delai_incompletude','hidden');
319 softime 2142
320     //
321     $form->setType('duree_validite','hidden');
322     $form->setType('duree_validite_parametrage','hidden');
323 fmichon 1540 if ($maj < 2) { //ajouter et modifier
324     $form->setType('destinataire', 'hidden');
325     $form->setType('lettretype', 'hiddenstatic');
326     $form->setType('complement', 'textarea');
327     $form->setType('complement2', 'textarea');
328     $form->setType('bible_auto', 'httpclick');
329     $form->setType('bible', 'httpclick');
330     $form->setType('bible2', 'httpclick');
331     $form->setType('dossier', 'hidden');
332     $form->setType('libelle', 'hiddenstatic');
333     $form->setType('signataire_arrete','select');
334 nhaye 1564 $form->setType('date_envoi_signature','datedisabled');
335     $form->setType('date_retour_signature','datedisabled');
336     $form->setType('date_envoi_rar','datedisabled');
337     $form->setType('date_retour_rar','datedisabled');
338     $form->setType('date_envoi_controle_legalite','datedisabled');
339     $form->setType('date_retour_controle_legalite','datedisabled');
340 vpihour 1966 $form->setType('date_finalisation_courrier','datedisabled');
341 softime 2049
342     // l'administrateur peut modifier les champs de retour de date
343     if ($this->f->user_is_admin == true) {
344     $form->setType('date_retour_signature','date');
345     $form->setType('date_retour_rar','date');
346     $form->setType('date_retour_controle_legalite','date');
347     }
348    
349 fmichon 1540 if($maj==0){ // add
350     $form->setType('instruction', 'hiddenstatic');
351     $form->setType('evenement', 'select');
352     $form->setType('date_evenement', 'date2');
353     }else{ // modify
354     $form->setType('instruction', 'hiddenstatic');
355     $form->setType('evenement', 'selecthiddenstatic');
356     //$form->setType('date_evenement', 'hiddenstaticdate');
357     $form->setType('date_evenement', 'date2');
358     // necessaire pour calcul de date en modification
359     //$form->setType('delai', 'hiddenstatic');
360     }
361     } elseif($maj==2){
362     $form->setType('dossier', 'hidden');
363     $form->setType('bible_auto', 'hidden');
364     $form->setType('bible', 'hidden');
365     $form->setType('bible2', 'hidden');
366     }else {
367     $form->setType('destinataire', 'hidden');
368     $form->setType('dossier', 'hidden');
369     $form->setType('bible_auto', 'hidden');
370     $form->setType('bible', 'hidden');
371     $form->setType('bible2', 'hidden');
372     }
373 vpihour 1899
374     //Cache les champs pour la finalisation
375     $form->setType('om_fichier_instruction', 'hidden');
376     $form->setType('om_final_instruction', 'hidden');
377 nhaye 1945 // Cache le document arrêté
378 softime 2030 $form->setType('document_numerise', 'hidden');
379 vpihour 2069
380     //Masquer les champs date_envoi_controle_legalite et
381     //date_retour_controle_legalite si ce n'est pas un arrêté
382     if ( !is_numeric($this->getVal("avis_decision"))){
383    
384     $form->setType("date_envoi_controle_legalite", "hidden");
385     $form->setType("date_retour_controle_legalite", "hidden");
386     }
387 fraynaud 20 }
388 fmichon 1540
389     function setSelect(&$form, $maj,&$db,$debug) {
390     /**
391     * On ne surcharge pas la méthode parent car une requête sur la table
392     * dossier est mauvaise pour les performances, car la requête qui
393     * concerne evenement est plus complexe que celle générée et car les
394     * champs action, avis_decision et etat ne sont pas utilisés comme des
395     * select
396     */
397 atreal 312 if(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc.php"))
398     include ("../sql/".$db->phptype."/".$this->table.".form.inc.php");
399 fmichon 1540 elseif(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc"))
400     include ("../sql/".$db->phptype."/".$this->table.".form.inc");
401 nhaye 428
402 fmichon 1540 //// action
403     //$this->init_select($form, $db, $maj, $debug, "action",
404     // $sql_action, $sql_action_by_id, false);
405 vpihour 1227
406 fmichon 1540 //// avis_decision
407     //$this->init_select($form, $db, $maj, $debug, "avis_decision",
408     // $sql_avis_decision, $sql_avis_decision_by_id, false);
409 nhaye 1140
410 fmichon 1540 //// dossier
411     //$this->init_select($form, $db, $maj, $debug, "dossier",
412     // $sql_dossier, $sql_dossier_by_id, false);
413 nhaye 428
414 fmichon 1540 //// etat
415     //$this->init_select($form, $db, $maj, $debug, "etat",
416     // $sql_etat, $sql_etat_by_id, false);
417    
418     //// evenement
419     //$this->init_select($form, $db, $maj, $debug, "evenement",
420     // $sql_evenement, $sql_evenement_by_id, false);
421    
422     // signataire_arrete
423     $this->init_select($form, $db, $maj, $debug, "signataire_arrete",
424     $sql_signataire_arrete, $sql_signataire_arrete_by_id, true);
425    
426     /**
427     * Gestion du filtre sur les événements de workflow disponibles
428     * On récupère ici en fonction de l'état du dossier d'instruction en
429     * cours et du type du dossier d'instruction en cours la liste
430     * événements disponibles.
431     */
432     if ($maj == 0) {
433     // Récupération des événements par une jointure entre la table dossier
434     // et la table transition et la table evenement et la table
435     // lien_dossier_instruction_type_evenement en fonction de l'identifiant
436     // du dossier d'instruction en cours
437     $sql = "SELECT
438     evenement.evenement,
439 softime 2144 CONCAT(evenement.libelle, ' ['||evenement.action||']') as lib
440 fmichon 1540 FROM ".DB_PREFIXE."dossier
441     INNER JOIN ".DB_PREFIXE."lien_dossier_instruction_type_evenement
442     ON dossier.dossier_instruction_type=lien_dossier_instruction_type_evenement.dossier_instruction_type
443     INNER JOIN ".DB_PREFIXE."evenement
444     ON evenement.evenement=lien_dossier_instruction_type_evenement.evenement
445     INNER JOIN ".DB_PREFIXE."transition
446     ON evenement.evenement = transition.evenement
447     AND dossier.etat=transition.etat
448     WHERE dossier.dossier='".$this->idxformulaire."'
449     ORDER BY evenement.action";
450     $res = $db->query($sql);
451     $this->addToLog("setSelect(): db->query(\"".$sql."\");", VERBOSE_MODE);
452     if (database::isError($res)) {
453     die($res->getMessage());
454 fraynaud 20 }
455 fmichon 1540 // Remplissage du tableau du select
456     $contenu = array(
457     0 => array("",),
458     1 => array(_('choisir')." "._('evenement'),)
459     );
460     while ($row=& $res->fetchRow()) {
461     $contenu[0][] = $row[0];
462     $contenu[1][] = $row[1];
463     }
464     $form->setSelect("evenement", $contenu);
465     } else {
466     $sql = "SELECT
467 softime 2144 CONCAT(evenement.libelle, ' ['||evenement.action||']') as lib
468 fmichon 1540 FROM ".DB_PREFIXE."evenement
469     WHERE evenement.evenement=".$this->getVal("evenement")."";
470     $res = $db->getone($sql);
471     $this->addToLog("setSelect(): db->getone(\"".$sql."\");", VERBOSE_MODE);
472     if (database::isError($res)) {
473     die($res->getMessage());
474     }
475     //
476     $contenu = array(
477     0 => array($this->getVal("evenement"),),
478     1 => array($res,)
479     );
480     $form->setSelect("evenement", $contenu);
481 fraynaud 20 }
482 fmichon 1540
483     /**
484     * Gesion des liens vers la bible
485     */
486     // lien bible_auto
487     $contenu = array(_("automatique"));
488 nhaye 428 $form->setSelect("bible_auto",$contenu);
489     // lien bible1
490 fmichon 1540 $contenu = array(_("bible"));
491 nhaye 428 $form->setSelect("bible",$contenu);
492     // lien bible2
493 fmichon 1540 $contenu = array(_("bible"));
494 nhaye 428 $form->setSelect("bible2",$contenu);
495 fmichon 1540 }
496 fraynaud 20
497 fmichon 1540 function cleSecondaire($id, &$db, $val, $DEBUG) {
498     //
499     parent::cleSecondaire($id, $db, $val, $DEBUG);
500 vpihour 2000
501     // Aucune clé secondaire n'a été trouvée, l'instruction peut être supprimée
502     if ( $this->correct !== false ){
503    
504     /**
505     * Vérification que l'élément supprimé est le dernier pour pouvoir
506     * remodifier les données de manière itérative.
507     */
508     // Initialisation
509     $dernierevenement = "";
510     // Récupération du dernier élément de la table d'instruction qui
511     // concerne le dossier en cours
512     $sql = "SELECT max(instruction)
513     FROM ".DB_PREFIXE."instruction
514     WHERE dossier ='".$this->idxformulaire."'";
515     $dernierevenement = $db->getOne($sql);
516     $this->addToLog("setSelect(): db->getone(\"".$sql."\");", VERBOSE_MODE);
517     if (database::isError($dernierevenement)) {
518     die($dernierevenement->getMessage());
519     }
520     // Si on se trouve effectivement sur le dernier evenement d'instruction
521     if ($dernierevenement == $id) {
522     // Alors on valide la suppression
523     $this->correct = true;
524     $this->addToMessage(_('Destruction_chronologique'));
525     } else {
526     // Alors on annule la suppression
527     $this->correct = false;
528     $this->addToMessage(_("Seul le dernier evenement d'instruction peut etre supprime."));
529     }
530 fmichon 1540 }
531     }
532    
533 nhaye 2412 /**
534     * Vérification de la possibilité ou non de modifier des dates de suivi
535     * @param string $champ champ date à vérifier
536     */
537 nhaye 1564 function updateDate($champ) {
538 nhaye 2412
539 softime 2562 //Si le retourformulaire est "dossier_instruction"
540     if ($this->retourformulaire == "dossier_instruction") {
541    
542     // Vérification de la possibilité de modifier les dates si déjà éditées
543     if($this->valF[$champ] != "" AND !$this->f->user_is_admin) {
544     // si l'utilisateur n'est pas un admin
545     if($this->getVal($champ) != "" AND $this->getVal($champ) != $this->valF[$champ]) {
546     $this->correct = false;
547     $this->addToMessage(_("Les dates de suivis ne peuvent etre modifiees"));
548     }
549 nhaye 1564 }
550     }
551 softime 2562
552     //
553 nhaye 2412 return true;
554 nhaye 1564 }
555    
556 fmichon 1540 // Sélectionne le signataire_arrete par défaut
557     function setVal(&$form,$maj,$validation){
558    
559     // Ajout
560     if($maj == 0) {
561    
562     // Création de la requête
563     $sql = "SELECT signataire_arrete
564     FROM ".DB_PREFIXE."signataire_arrete
565     WHERE defaut IS TRUE";
566    
567     // Exécution de la requête
568 vpihour 1777 $res = $this->f->db->query($sql);
569 vpihour 2456 $this->f->addToLog("setVal(): db->query(\"".$sql."\");", VERBOSE_MODE);
570 vpihour 1777 if ( database::isError($res)){
571     die();
572     }
573 fmichon 1540
574     $row = $res->fetchrow(DB_FETCHMODE_ASSOC);
575    
576     if ( isset($row['signataire_arrete']) && is_numeric($row['signataire_arrete'])){
577    
578     $form->setVal("signataire_arrete",$row['signataire_arrete']);
579     }
580     }
581     }
582    
583     /*Met des valeurs par défaut dans certains des sous-formulaire*/
584     function setValsousformulaire(&$form,$maj,$validation,$idxformulaire,$retourformulaire,$typeformulaire){
585     if ($validation==0 and $maj<2) {
586     if ($maj == 0){
587     $form->setVal("destinataire", $idxformulaire);
588     $form->setVal("dossier", $idxformulaire);
589     $form->setVal("date_evenement", date('Y-m-d'));
590     }
591     $form->setVal("bible_auto","bible_auto()");
592     $form->setVal("bible","bible()");
593     $form->setVal("bible2","bible2()");
594     }
595     $this->retourformulaire=$retourformulaire;
596     $this->idxformulaire=$idxformulaire;
597     }
598    
599    
600 nhaye 1439 function setLayout(&$form, $maj){
601     if ( $maj < 2 OR $maj == 3 ) {
602     /*Champ sur lequel s'ouvre le bloc 1 */
603     $form->setBloc('evenement','D',"","col_12");
604 fraynaud 20
605 nhaye 1439 $form->setFieldset('evenement','D',_('Evenement'));
606     $form->setFieldset('lettretype','F','');
607    
608     $form->setBloc('lettretype','F');
609    
610     $form->setBloc('date_finalisation_courrier','D',"","col_12");
611    
612     $form->setFieldset('date_finalisation_courrier','D',_('Dates'));
613     $form->setBloc('date_finalisation_courrier','D',"","col_6");
614     $form->setBloc('date_envoi_controle_legalite','F');
615    
616     $form->setBloc('signataire_arrete','D',"","col_6");
617     $form->setBloc('date_retour_controle_legalite','F');
618     $form->setFieldset('date_retour_controle_legalite','F','');
619    
620     $form->setBloc('date_retour_controle_legalite','F');
621    
622     $form->setBloc('complement','D',"","col_12");
623     $form->setFieldset('complement','D',_('Complement'));
624     $form->setFieldset('bible','F','');
625     $form->setBloc('bible','F');
626    
627     $form->setBloc('complement2','D',"","col_12");
628     $form->setFieldset('complement2','D',_('Complement 2'));
629     $form->setFieldset('bible2','F','');
630     $form->setBloc('bible2','F');
631     }
632 fraynaud 20 }
633    
634 fmichon 1540 function setLib(&$form, $maj) {
635     //
636     parent::setLib($form, $maj);
637     //
638     $form->setLib('bible_auto', "");
639     $form->setLib('bible', "");
640     $form->setLib('bible2', "");
641 fraynaud 20 }
642    
643 fmichon 1540 function triggerajouter($id, &$db, $val, $DEBUG) {
644     /**
645     * Le code suivant permet de récupérer des valeurs des tables evenement
646     * et dossier pour les stocker dans l'instruction :
647     * DEPUIS L'EVENEMENT
648     * - action
649     * - delai
650     * - accord_tacite
651     * - etat
652     * - avis_decision
653     * - delai_notification
654     * - lettretype
655 nhaye 2099 * - autorite_competente
656 fmichon 1540 * DEPUIS LE DOSSIER D'INSTRUCTION
657     * - archive_delai
658     * - archive_accord_tacite
659     * - archive_etat
660     * - archive_avis
661     * - date_complet
662     * - date_rejet
663     * - date_limite
664     * - date_notification_delai
665     * - date_decision
666     * - date_validite
667     * - date_achevement
668     * - date_chantier
669     * - date_conformite
670 nhaye 2099 * - avis_decision
671 fmichon 1540 * Il permet également de stocker la date_depot du dossier d'instruction
672     * dans l'attribut $this->archive_date_depot de la classe.
673     */
674     // Récupération de tous les paramètres de l'événement sélectionné
675     $sql = "SELECT * FROM ".DB_PREFIXE."evenement
676     WHERE evenement=".$this->valF['evenement'];
677 fraynaud 20 $res = $db->query($sql);
678 fmichon 1540 $this->addToLog("triggerajouter(): db->query(\"".$sql."\");", VERBOSE_MODE);
679     if (database::isError($res)) {
680     die($res->getMessage());
681     }
682     while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)) {
683     // Récupération de l'identifiant de l'action
684     // si une action est paramétrée dans l'événement
685     $this->valF['action'] = NULL;
686     if (isset($row['action']) and !empty($row['action'])) {
687 nhaye 460 $this->valF['action']=$row['action'];
688     }
689 fmichon 1540 // Récupération de la valeur du délai
690     $this->valF['delai'] = $row['delai'];
691     // Récupération de l'identifiant de l'état
692     // si un état est paramétré dans l'événement
693     $this->valF['etat']=NULL;
694     if (isset($row['etat']) and !empty($row['etat'])) {
695 nhaye 460 $this->valF['etat']=$row['etat'];
696     }
697 fmichon 1540 // Récupération de la valeur d'accord tacite
698 fraynaud 20 $this->valF['accord_tacite']=$row['accord_tacite'];
699 fmichon 1540 // Récupération de la valeur du délai de notification
700 fraynaud 20 $this->valF['delai_notification']=$row['delai_notification'];
701 fmichon 1540 // Récupération de l'identifiant de l'avis
702     // si un avis est paramétré dans l'événement
703     $this->valF['avis_decision'] = NULL;
704 vpihour 489 if(isset($row['avis_decision']) and !empty($row['avis_decision'])) {
705     $this->valF['avis_decision']=$row['avis_decision'];
706 fmichon 1540 }
707 nhaye 2099 // Récupération de la valeur de l'autorité compétente
708     // si l'autorité compétente est paramétré dans l'événement
709     $this->valF['autorite_competente'] = NULL;
710     if(isset($row['autorite_competente']) and !empty($row['autorite_competente'])) {
711     $this->valF['autorite_competente']=$row['autorite_competente'];
712     }
713 fmichon 1540 // Récupération de la valeur de la lettre type
714     // Sinon on lui affecte lavaleur par défaut standard
715     if ($row['lettretype'] != "") {
716     $this->valF['lettretype']=$row['lettretype'];
717 nhaye 460 } else {
718 fmichon 1540 $this->valF['lettretype'] = "standard"; // XXX
719 nhaye 460 }
720 fraynaud 20 }
721 fmichon 1540 // Récupération de toutes les valeurs du dossier d'instruction en cours
722     $sql = "SELECT * FROM ".DB_PREFIXE."dossier
723     WHERE dossier='".$this->valF['dossier']."'";
724 fraynaud 20 $res = $db->query($sql);
725 fmichon 1540 $this->addToLog("triggerajouter(): db->query(\"".$sql."\");", VERBOSE_MODE);
726     if (database::isError($res)) {
727 fraynaud 20 die($res->getMessage());
728 fmichon 1540 }
729     while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)) {
730     // XXX On stocke la date de dépôt actuelle du dossier d'instruction
731     // dans un attribut de la classe
732 fraynaud 20 $this->archive_date_depot = $row['date_depot'];
733 fmichon 1540 // Récupération de la valeur actuelle du délai, de l'accord tacite,
734     // de l'état et de l'avis du dossier d'instruction
735 fraynaud 20 $this->valF['archive_delai']=$row['delai'];
736     $this->valF['archive_accord_tacite']=$row['accord_tacite'];
737     $this->valF['archive_etat']=$row['etat'];
738 vpihour 489 $this->valF['archive_avis']=$row['avis_decision'];
739 fmichon 1540 // Récupération de la valeur actuelle des 9 dates du dossier
740     // d'instruction
741     if ($row['date_complet'] != '') {
742     $this->valF['archive_date_complet']=$row['date_complet'];
743     }
744 nhaye 1571 if ($row['date_dernier_depot'] != '') {
745     $this->valF['archive_date_dernier_depot']=$row['date_dernier_depot'];
746     }
747 fmichon 1540 if ($row['date_rejet']!='') {
748     $this->valF['archive_date_rejet']= $row['date_rejet'];
749     }
750     if ($row['date_limite']!='') {
751     $this->valF['archive_date_limite']= $row['date_limite'];
752     }
753     if ($row['date_notification_delai']!='') {
754     $this->valF['archive_date_notification_delai']= $row['date_notification_delai'];
755     }
756     if ($row['date_decision']!='') {
757     $this->valF['archive_date_decision']= $row['date_decision'];
758     }
759     if ($row['date_validite']!='') {
760     $this->valF['archive_date_validite']= $row['date_validite'];
761     }
762     if ($row['date_achevement']!='') {
763     $this->valF['archive_date_achevement']= $row['date_achevement'];
764     }
765     if ($row['date_chantier']!='') {
766     $this->valF['archive_date_chantier']= $row['date_chantier'];
767     }
768     if ($row['date_conformite']!='') {
769     $this->valF['archive_date_conformite']= $row['date_conformite'];
770     }
771 nhaye 1724 if ($row['incompletude']!='') {
772     $this->valF['archive_incompletude']= $row['incompletude'];
773     }
774     if ($row['evenement_suivant_tacite']!='') {
775     $this->valF['archive_evenement_suivant_tacite']= $row['evenement_suivant_tacite'];
776     }
777     if ($row['evenement_suivant_tacite_incompletude']!='') {
778     $this->valF['archive_evenement_suivant_tacite_incompletude']= $row['evenement_suivant_tacite_incompletude'];
779     }
780     if ($row['etat_pendant_incompletude']!='') {
781     $this->valF['archive_etat_pendant_incompletude']= $row['etat_pendant_incompletude'];
782     }
783     if ($row['date_limite_incompletude']!='') {
784     $this->valF['archive_date_limite_incompletude']= $row['date_limite_incompletude'];
785     }
786     if ($row['delai_incompletude']!='') {
787     $this->valF['archive_delai_incompletude']= $row['delai_incompletude'];
788     }
789 nhaye 2099 if ($row['autorite_competente']!='') {
790     $this->valF['archive_autorite_competente']= $row['autorite_competente'];
791     }
792 softime 2142 if ($row['duree_validite']!='') {
793     $this->valF['duree_validite']= $row['duree_validite'];
794     }
795 fraynaud 20 }
796 softime 2142 // Récupération de la duree de validite du dossier d'autorisation
797     $sql = "SELECT duree_validite_parametrage
798     FROM ".DB_PREFIXE."dossier_autorisation_type_detaille
799     LEFT JOIN ".DB_PREFIXE."dossier_autorisation
800     ON dossier_autorisation.dossier_autorisation_type_detaille = dossier_autorisation_type_detaille.dossier_autorisation_type_detaille
801     LEFT JOIN ".DB_PREFIXE."dossier
802     ON dossier.dossier_autorisation = dossier_autorisation.dossier_autorisation
803     WHERE dossier.dossier='".$this->valF['dossier']."'";
804     $duree_validite_parametrage = $db->getOne($sql);
805     $this->addToLog("triggerajouter(): db->getOne(\"".$sql."\");", VERBOSE_MODE);
806     database::isError($duree_validite_parametrage);
807     if ($duree_validite_parametrage != '') {
808     $this->valF['duree_validite_parametrage']= $duree_validite_parametrage;
809     }
810 vpihour 1784
811     // Identifiant du type de courrier
812     $idTypeCourrier = '11';
813     $idCourrier = str_pad($this->valF["instruction"], 10, "0", STR_PAD_LEFT);
814     // Code barres
815     $this->valF["code_barres"] = $idTypeCourrier . $idCourrier;
816 fraynaud 20 }
817    
818 vpihour 1137 // Test si une restriction est valide
819     // return boolean
820     function restrictionIsValid($restriction){
821 softime 2305
822     // Liste des opérateurs possible
823     $operateurs = array(">=", "<=", "+", "-");
824     // Liste des opérateurs avec espace
825     $operateurs_blank = array(" >= ", " <= ", " + ", " - ");
826    
827     // Supprime tous les espaces de la chaîne de caractère
828     $restriction = str_replace(' ', '', $restriction);
829 vpihour 1137
830 softime 2305 // Met des espace avant et après les opérateurs puis transforme la
831     // chaine en un tableau
832     $tabRestriction = str_replace($operateurs, $operateurs_blank,
833     $restriction);
834     $tabRestriction = explode(" ", $tabRestriction);
835    
836     // Tableau comprenant les résultat
837 vpihour 1137 $res = array();
838 softime 2305 // Compteur pour les résultat
839     // commence à 1 car le 0 doit rester inchangé tout au long du traitement
840     $j = 1;
841     // Comparateur du calcul
842     $comparateur = '';
843     // Booléen retourné
844     $res_bool = true;
845    
846     // Si le tableau n'est pas vide
847     if (count($tabRestriction) > 0) {
848    
849     // Boucle dans le tableau pour récupérer seulement les valeurs
850     foreach ($tabRestriction as $key => $value) {
851 vpihour 1137
852 softime 2305 //
853     if (!in_array($value, $operateurs)) {
854     if ($this->getRestrictionValue($value) != false) {
855     $res[] = $this->getRestrictionValue($value);
856     } else {
857     return false;
858     }
859 vpihour 1137 }
860 softime 2305 }
861    
862     // Boucle dans le tableau
863     // commence à 1 car le 0 doit rester inchangé tout au long du
864     // traitement
865     for ($i = 1; $i<count($tabRestriction); $i++) {
866    
867     // Récupère le comparateur
868     if ($tabRestriction[$i] === ">="
869     || $tabRestriction[$i] === "<=") {
870     $comparateur = $tabRestriction[$i];
871 vpihour 1137 }
872 softime 2305
873     // Si l'opérateur qui suit est un "+"
874     if ($tabRestriction[$i] === "+") {
875     $dateDep = strtotime($res[$j]);
876     unset($res[$j]);$j++;
877     $duree = $res[$j];
878     unset($res[$j]);
879     $res[$j] = date('Y-m-d',
880     strtotime('+'.$duree.' month', $dateDep));
881     }
882    
883     // Si l'opérateur qui suit est un "-"
884     if ($tabRestriction[$i] === "-") {
885     $dateDep = strtotime($res[$j]);
886     unset($res[$j]);$j++;
887     $duree = $res[$j];
888     unset($res[$j]);
889     $res[$j] = date('Y-m-d',
890     strtotime('-'.$duree.' month', $dateDep));
891     }
892 vpihour 1137 }
893    
894     }
895    
896 softime 2305 // Si les tableau des résultats n'est pas vide
897     if (count($res) > 0) {
898     //
899     $res_bool = false;
900     // Effectue le test
901     if ($comparateur === ">=") {
902     //
903     if (strtotime($res[0]) >= strtotime($res[$j])) {
904     $res_bool = true;
905     }
906 vpihour 1137 }
907 softime 2305 if ($comparateur === "<=") {
908 vpihour 1137
909 softime 2305 if (strtotime($res[0]) <= strtotime($res[$j])) {
910     $res_bool = true;
911     }
912 vpihour 1137 }
913     }
914    
915 softime 2305 return $res_bool;
916    
917 vpihour 1137 }
918 softime 2373
919     /**
920     * Récupère la valeur du champ dans la restriction
921     * @param string $restrictionValue Nom du champ
922     * @return mixed Valeur du champ
923     */
924 vpihour 1137 function getRestrictionValue($restrictionValue){
925 softime 2305
926 softime 2373 // Initialisation de la valeur de retour
927 softime 2305 $return = false;
928    
929 softime 2373 // Récupére les valeurs du dossier
930     $value_dossier = $this->get_dossier_actual();
931    
932     //
933 softime 2305 if (is_numeric($restrictionValue)) {
934     $return = $restrictionValue;
935 softime 2373 }elseif (isset($value_dossier[$restrictionValue])) {
936     $return = $value_dossier[$restrictionValue];
937 softime 2305 }elseif (isset($this->valF[$restrictionValue])) {
938     $return = $this->valF[$restrictionValue];
939     }
940    
941 softime 2373 // Retourne la valeur du champ
942 softime 2305 return $return;
943 vpihour 1137 }
944    
945 fraynaud 123 function regle($regle){
946     $temp = explode ("+",$regle);
947 atreal 208 //echo '|'.$regle;
948 fraynaud 124 // cas rejet
949 fraynaud 129 if($regle=="null") // 1 dimension -> null
950 fraynaud 124 return null;
951     if(sizeof($temp)==1) // 1 dimension
952     if($temp[0]=="archive_date_depot") // initialisation avec le depot
953 fraynaud 123 return $this->$regle;
954 fraynaud 124 else // cas general
955 fraynaud 123 return $this->valF[$regle];
956 fraynaud 124 if(sizeof($temp)==2){ // 2 dimensions
957     if($temp[0]=="archive_date_depot") //initialisation avec le depot
958 fraynaud 123 if(is_numeric($temp[1]))
959     return $this->moisdate($this->$temp[0], $temp[1]);
960     else
961     return $this->moisdate($this->$temp[0], $this->valF[$temp[1]]);
962 fraynaud 124 if($temp[0]=="archive_delai") // majoration de delai
963     return $this->valF[$temp[0]]+$this->valF[$temp[1]];
964     // cas general 2 dimensions
965 fraynaud 123 if(is_numeric($temp[1]))
966     return $this->moisdate($this->valF[$temp[0]], $temp[1]);
967     else
968     return $this->moisdate($this->valF[$temp[0]], $this->valF[$temp[1]]);
969     }
970 fraynaud 124 if(sizeof($temp)==3){ // 3 dimensions
971     // cas date de validite de sursis
972     if(is_numeric($temp[1]))
973     $temp1 = $this->moisdate($this->valF[$temp[0]], $temp[1]);
974     else
975     $temp1 = $this->moisdate($this->valF[$temp[0]], $this->valF[$temp[1]]);
976     if(is_numeric($temp[2]))
977     return $this->moisdate($temp1, $temp[2]);
978     else
979     return $this->moisdate($temp1, $this->valF[$temp[2]]);
980     }
981 fraynaud 123 }
982    
983    
984 fmichon 1540
985 fraynaud 20 function triggerajouterapres($id,&$db,$val,$DEBUG) {
986 fmichon 1540 /**
987     * Mise à jour des valeurs du dossier en fonction des valeurs calculées
988     * par l'action
989     */
990 nhaye 1724 $this->getValEvenement();
991 fmichon 1540 // Initialisation
992     $valF = "";
993 nhaye 1741 // état de complétude actuel du dossier
994     $incompletude = $this->dossierIncomplet();
995    
996     if($incompletude === FALSE) {
997     // Si l'événement d'instruction est de type incompletude
998     if($this->valEvenement['type'] == "incompletude") {
999     // On marque le dossier en incomplétude pour application des actions
1000     $incompletude = TRUE;
1001     // Set du flag incomplétude de la table dossier
1002     $valF['incompletude'] = TRUE;
1003     // Enregistrement de l'état dans la variable provisoire
1004     $valF['etat_pendant_incompletude'] = $this->valF['archive_etat'];
1005     }
1006     } else {
1007     // Si l'evenement d'instruction est de type retour ou contient une
1008     // decision, on sort d'incomplétude
1009     if($this->valEvenement['type'] == "retour" OR
1010     $this->valEvenement['avis_decision'] != NULL) {
1011     // On enlève la marque d'incomplétude pour application des actions
1012     $incompletude = FALSE;
1013     // On enlève le flag d'incomplétude sur l'enregistrement de la table dossier
1014     $valF['incompletude'] = FALSE;
1015     // Restauration de l'état depuis l'état provisoire
1016     $valF['etat'] = $this->valF['archive_etat_pendant_incompletude'];
1017     // On vide la variable provisoire ainsi que le délai de complétude
1018     // et la date limite de complétude
1019     $valF['etat_pendant_incompletude'] = NULL;
1020     $valF['delai_incompletude'] = NULL;
1021     $valF['date_limite_incompletude'] = NULL;
1022     }
1023     }
1024 fmichon 1540 // Récupération des paramètres de l'action
1025     $sql = "SELECT * FROM ".DB_PREFIXE."action
1026     WHERE action='".$this->valF['action']."'";
1027     $res = $db->query($sql);
1028     $this->addToLog("triggerajouterapres(): db->query(\"".$sql."\");", VERBOSE_MODE);
1029     if (database::isError($res)) {
1030     die($res->getMessage());
1031     }
1032     while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)) {
1033 nhaye 1724
1034 fmichon 1540 // pour chacune des regles, on applique la regle
1035     if($row['regle_delai']!=''){
1036     $valF['delai'] = $this->regle($row['regle_delai']);
1037     }
1038     if($row['regle_accord_tacite']!=''){
1039     $valF['accord_tacite'] = $this->regle($row['regle_accord_tacite']);
1040     }
1041     if($row['regle_avis']!=''){
1042     $valF['avis_decision'] = $this->regle($row['regle_avis']);
1043     }
1044     if($row['regle_date_limite']!=''){
1045     $valF['date_limite']= $this->regle($row['regle_date_limite']);
1046     }
1047     if($row['regle_date_complet']!=''){
1048     $valF['date_complet']= $this->regle($row['regle_date_complet']);
1049     }
1050 nhaye 1571 if($row['regle_date_dernier_depot']!=''){
1051     $valF['date_dernier_depot']= $this->regle($row['regle_date_dernier_depot']);
1052     }
1053 fmichon 1540 if($row['regle_date_notification_delai']!=''){
1054     $valF['date_notification_delai']= $this->regle($row['regle_date_notification_delai']);
1055     }
1056     if($row['regle_date_decision']!=''){
1057     $valF['date_decision']= $this->regle($row['regle_date_decision']);
1058     }
1059     if($row['regle_date_rejet']!=''){
1060     $valF['date_rejet']= $this->regle($row['regle_date_rejet']);
1061     }
1062     if($row['regle_date_validite']!=''){
1063     $valF['date_validite']= $this->regle($row['regle_date_validite']);
1064     }
1065     if($row['regle_date_chantier']!=''){
1066     $valF['date_chantier']= $this->regle($row['regle_date_chantier']);
1067     }
1068     if($row['regle_date_achevement']!=''){
1069     $valF['date_achevement']= $this->regle($row['regle_date_achevement']);
1070     }
1071     if($row['regle_date_conformite']!=''){
1072     $valF['date_conformite']= $this->regle($row['regle_date_conformite']);
1073     }
1074 nhaye 1731 if($row['regle_date_limite_incompletude']!=''){
1075     $valF['date_limite_incompletude']= $this->regle($row['regle_date_limite_incompletude']);
1076     }
1077     if($row['regle_delai_incompletude']!=''){
1078     $valF['delai_incompletude']= $this->regle($row['regle_delai_incompletude']);
1079     }
1080 nhaye 2099 if($row['regle_autorite_competente']!=''){
1081     $valF['autorite_competente']= $this->regle($row['regle_autorite_competente']);
1082     }
1083 nhaye 1741 if($row['regle_etat']!=''){
1084     // Si on est dans le cas général ou qu'on est en incomplétude et
1085     // qu'on a un événement de type incomplétude alors : on stocke
1086     // l'état dans la variable courante
1087     if ($incompletude == FALSE OR $this->valEvenement['type'] == "incompletude") {
1088     $valF['etat'] = $this->regle($row['regle_etat']);
1089     } else {
1090     $valF['etat_pendant_incompletude'] = $this->regle($row['regle_etat']);
1091     }
1092     }
1093     if($this->valEvenement['evenement_suivant_tacite'] != '') {
1094     // Si on est pas en incomplétude on stocke l'événement tacite
1095     //de l'événement dans la variable courante
1096     if ($incompletude == FALSE) {
1097     $valF['evenement_suivant_tacite'] = $this->valEvenement['evenement_suivant_tacite'];
1098     } else {
1099     $valF['evenement_suivant_tacite_incompletude'] = $this->valEvenement['evenement_suivant_tacite'];
1100     }
1101     }
1102 fmichon 1540 }
1103     // Si des valeurs ont été calculées alors on met à jour l'enregistrement
1104     if ($valF != "") {
1105     // On met à jour le dossier
1106     $cle = " dossier='".$this->valF['dossier']."'";
1107     $res1 = $db->autoExecute(DB_PREFIXE.'dossier', $valF, DB_AUTOQUERY_UPDATE, $cle);
1108     $this->addToLog("triggerajouterapres(): db->autoexecute(\"".DB_PREFIXE."dossier\", ".print_r($valF, true).", DB_AUTOQUERY_UPDATE, \"".$cle."\");", VERBOSE_MODE);
1109     if (database::isError($res1)) {
1110 fraynaud 20 die($res->getMessage());
1111 fmichon 1540 }
1112     // Affichage d'informations à l'utilisateur
1113     $this->addToMessage(_('enregistrement')." ".$this->valF['dossier']." "._('table')." dossier [".$db->affectedRows()." "._('enregistrement')." "._('mis_a_jour')."]");
1114 fraynaud 20 }
1115 fmichon 1540
1116     /**
1117     * REFERENTIEL ERP
1118     */
1119 fmichon 1005 // verification si envoi vers ERP est active
1120     if ($this->f->getParameter('option_erp') != "") {
1121     // la nature du dossier
1122     $nature_dossier = substr($this->idxformulaire,0,2);
1123 fmichon 1540 //
1124     $sql = "SELECT erp
1125     FROM ".DB_PREFIXE."dossier
1126     WHERE dossier='".$this->valF['dossier']."'";
1127     $dossier_erp = $this->db->getone($sql);
1128     $this->addToLog("triggerajouterapres(): db->getone(\"".$sql."\");", VERBOSE_MODE);
1129     if (database::isError($res)) {
1130     die($res->getMessage());
1131     }
1132     //
1133     $sql = "SELECT libelle
1134     FROM ".DB_PREFIXE."evenement
1135     WHERE evenement='".$this->valF['evenement']."'";
1136     $evenement_libelle = $this->db->getone($sql);
1137     $this->addToLog("triggerajouterapres(): db->getone(\"".$sql."\");", VERBOSE_MODE);
1138     if (database::isError($res)) {
1139     die($res->getMessage());
1140     }
1141     //
1142 fmichon 1005 if ($dossier_erp == 't') {
1143     // envoi du message en cas d'un PC qui est ERP et sur lequel un evenement
1144     // d'acceptation etait fait
1145     if ($nature_dossier ==
1146     $this->f->getParameter('erp_evenement_accepter_dossier_PC')
1147     && $this->valF['evenement'] ==
1148     $this->f->getParameter('erp_evenement_accepter_sans_reserve')) {
1149     $msgenque = new MessageEnqueuer();
1150     $msgenque->setDossierInstructionIdentifier($this->valF['dossier']);
1151     $msgenque->setDecision($evenement_libelle);
1152     $msgenque->enqueueMessage($msgenque::$ERP_ARRETE_PC_EFFECTUE);
1153     }
1154     if ($this->valF['evenement'] ==
1155     $this->f->getParameter('erp_evenement_refuser_dossier')) {
1156     $msgenque = new MessageEnqueuer();
1157     $msgenque->setDossierInstructionIdentifier($this->valF['dossier']);
1158     $msgenque->enqueueMessage($msgenque::$ERP_DECISION_CONFORMITE_EFFECTUE);
1159     }
1160 mlimic 936 }
1161 fmichon 1005 } // fin de if ($this->f->getParameter('option_erp') != "")
1162 nhaye 1643
1163     // Mise à jour des données du dossier d'autorisation
1164     require_once "../obj/dossier_autorisation.class.php";
1165 softime 2025 $da = new dossier_autorisation($this->getNumDemandeAutorFromDossier($this->valF['dossier']), $this->db, DEBUG);
1166 nhaye 1643 $da->majDossierAutorisation();
1167 fmichon 1540 }
1168 softime 2030
1169 fraynaud 129 function triggermodifierapres($id,&$db,$val,$DEBUG) {
1170 fmichon 1540 /**
1171     * L'objectif ici est d'effectuer les recalculs de date dans le dossier
1172     * si la date de l'evenement est modifiee
1173     */
1174     // Initialisation
1175     $valF = "";
1176 nhaye 2561 // Initialisation du type d'événement
1177     $type_evmt = "";
1178 fmichon 1540 // Récupération de l'action correspondante à l'événement
1179     $sql = "SELECT action
1180     FROM ".DB_PREFIXE."evenement
1181     WHERE evenement=".$this->valF['evenement'];
1182 fraynaud 129 $action = $db->getOne($sql);
1183 fmichon 1540 $this->addToLog("triggermodifierapres(): db->getone(\"".$sql."\");", VERBOSE_MODE);
1184     if (database::isError($action)) {
1185     die($action->getMessage());
1186     }
1187 nhaye 1564
1188 fmichon 1540 // Récupération des paramètres de l'action
1189     $sql = "SELECT * FROM ".DB_PREFIXE."action
1190     WHERE action='".$action."'";
1191 fraynaud 129 $res = $db->query($sql);
1192 fmichon 1540 $this->addToLog("triggermodifierapres(): db->query(\"".$sql."\");", VERBOSE_MODE);
1193     if (database::isError($res)) {
1194     die($res->getMessage());
1195     }
1196 fraynaud 129 while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){
1197     // application des regles sur le courrier + delai
1198 vpihour 1127 if(preg_match("/date_evenement/",$row['regle_date_limite'])){
1199 fraynaud 129 $valF['date_limite']= $this->regle($row['regle_date_limite']);
1200     }
1201 vpihour 1127 if(preg_match("/date_evenement/",$row['regle_date_complet'])){
1202 fraynaud 129 $valF['date_complet']= $this->regle($row['regle_date_complet']);
1203     }
1204 nhaye 1571 if(preg_match("/date_evenement/",$row['regle_date_dernier_depot'])){
1205     $valF['date_dernier_depot']= $this->regle($row['regle_date_dernier_depot']);
1206     }
1207 vpihour 1127 if(preg_match("/date_evenement/",$row['regle_date_notification_delai'])){
1208 fraynaud 129 $valF['date_notification_delai']= $this->regle($row['regle_date_notification_delai']);
1209     }
1210 vpihour 1127 if(preg_match("/date_evenement/",$row['regle_date_decision'])){
1211 fraynaud 129 $valF['date_decision']= $this->regle($row['regle_date_decision']);
1212     }
1213 vpihour 1127 if(preg_match("/date_evenement/",$row['regle_date_rejet'])){
1214 fraynaud 129 $valF['date_rejet']= $this->regle($row['regle_date_rejet']);
1215     }
1216 vpihour 1127 if(preg_match("/date_evenement/",$row['regle_date_validite'])){
1217 fraynaud 129 $valF['date_validite']= $this->regle($row['regle_date_validite']);
1218     }
1219 vpihour 1127 if(preg_match("/date_evenement/",$row['regle_date_chantier'])){
1220 fraynaud 129 $valF['date_chantier']= $this->regle($row['regle_date_chantier']);
1221     }
1222 vpihour 1127 if(preg_match("/date_evenement/",$row['regle_date_achevement'])){
1223 fraynaud 129 $valF['date_achevement']= $this->regle($row['regle_date_achevement']);
1224     }
1225 vpihour 1127 if(preg_match("/date_evenement/",$row['regle_date_conformite'])){
1226 fraynaud 129 $valF['date_conformite']= $this->regle($row['regle_date_conformite']);
1227     }
1228 fmichon 1540 }
1229     // Si des valeurs ont été calculées alors on met à jour l'enregistrement
1230     if ($valF != "") {
1231     // On met à jour le dossier
1232     $cle = " dossier='".$this->valF['dossier']."'";
1233     $res1 = $db->autoExecute(DB_PREFIXE.'dossier', $valF, DB_AUTOQUERY_UPDATE, $cle);
1234 softime 2562 $this->addToLog("triggermodifierapres(): db->autoexecute(\"".DB_PREFIXE."dossier\", ".print_r($valF, true).", DB_AUTOQUERY_UPDATE, \"".$cle."\");", VERBOSE_MODE);
1235 fmichon 1540 if (database::isError($res1)) {
1236 fraynaud 129 die($res->getMessage());
1237 fmichon 1540 }
1238     // Affichage d'informations à l'utilisateur
1239     $this->addToMessage(_('enregistrement')." ".$this->valF['dossier']." "._('table')." dossier [".$db->affectedRows()." "._('enregistrement')." "._('mis_a_jour')."]");
1240 fraynaud 129 }
1241 nhaye 1299
1242 softime 2562 // Récupération de tous les paramètres de l'événement sélectionné
1243     $sql = "SELECT * FROM ".DB_PREFIXE."evenement
1244     WHERE evenement=".$this->valF['evenement'];
1245     $res = $db->query($sql);
1246     $this->addToLog("triggermodifierapres(): db->query(\"".$sql."\");", VERBOSE_MODE);
1247     if (database::isError($res)) {
1248     die($res->getMessage());
1249     }
1250     while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)) {
1251     // Si la date de retour signature est éditée on vérifie si il existe un événement automatique
1252     if ($this->getVal('date_retour_signature') == "" AND
1253     $this->valF['date_retour_signature'] != "" AND
1254     $row['evenement_retour_signature'] != "") {
1255     $new_instruction = new instruction("]", $db, $DEBUG);
1256     // Création d'un tableau avec la liste des champs de l'instruction
1257     foreach($new_instruction->champs as $champ) {
1258     $valNewInstr[$champ] = "";
1259     }
1260     // Définition des valeurs de la nouvelle instruction
1261     $valNewInstr["evenement"] = $row['evenement_retour_signature'];
1262     $valNewInstr["destinataire"] = $this->valF['destinataire'];
1263     $valNewInstr["dossier"] = $this->valF['dossier'];
1264     $valNewInstr["date_evenement"] = date("d/m/Y");
1265     $valNewInstr["date_envoi_signature"] = $this->f->formatDate($this->valF['date_envoi_signature']);
1266     $valNewInstr["date_retour_signature"] = $this->f->formatDate($this->valF['date_retour_signature']);
1267     $valNewInstr["date_envoi_rar"] = $this->f->formatDate($this->valF['date_envoi_rar']);
1268     $valNewInstr["date_retour_rar"] = $this->f->formatDate($this->valF['date_retour_rar']);
1269     $valNewInstr["date_envoi_controle_legalite"] = $this->f->formatDate($this->valF['date_envoi_controle_legalite']);
1270     $valNewInstr["date_retour_controle_legalite"] = $this->f->formatDate($this->valF['date_retour_controle_legalite']);
1271     $new_instruction->ajouter($valNewInstr,$db, $DEBUG);
1272     }
1273     // Si la date de retour AR est éditée on vérifie si il existe un événement automatique
1274     if ($this->getVal('date_retour_rar') == "" AND
1275     $this->valF['date_retour_rar'] != "" AND
1276     $row['evenement_retour_ar'] != "" ) {
1277     $new_instruction = new instruction("]", $db, $DEBUG);
1278     // Création d'un tableau avec la liste des champs de l'instruction
1279     foreach($new_instruction->champs as $champ) {
1280     $valNewInstr[$champ] = "";
1281     }
1282     // Définition des valeurs de la nouvelle instruction
1283     $valNewInstr["evenement"] = $row['evenement_retour_ar'];
1284     $valNewInstr["destinataire"] = $this->valF['destinataire'];
1285     $valNewInstr["dossier"] = $this->valF['dossier'];
1286     $valNewInstr["date_evenement"] = date("d/m/Y");
1287     $valNewInstr["date_envoi_signature"] = $this->f->formatDate($this->valF['date_envoi_signature']);
1288     $valNewInstr["date_retour_signature"] = $this->f->formatDate($this->valF['date_retour_signature']);
1289     $valNewInstr["date_envoi_rar"] = $this->f->formatDate($this->valF['date_envoi_rar']);
1290     $valNewInstr["date_retour_rar"] = $this->f->formatDate($this->valF['date_retour_rar']);
1291     $valNewInstr["date_envoi_controle_legalite"] = $this->f->formatDate($this->valF['date_envoi_controle_legalite']);
1292     $valNewInstr["date_retour_controle_legalite"] = $this->f->formatDate($this->valF['date_retour_controle_legalite']);
1293     $new_instruction->ajouter($valNewInstr,$db, $DEBUG);
1294     }
1295     }
1296    
1297 fmichon 1540 /**
1298     * REFERENTIEL ARRETE
1299     */
1300 nhaye 2561 // Si l'option référentiel arrêté est activé et l'événement est de type
1301     // arrêté
1302     if ($this->f->getParameter('option_referentiel_arrete') != "" AND
1303     $type_evmt == "arrete") {
1304 fmichon 1540 if ($this->valF['date_retour_signature'] != $this->getVal('date_retour_signature')) {
1305     $msgenque = new MessageEnqueuer();
1306     $sqlArrete = "SELECT instruction.signataire_arrete as \"ws_DA_In_Signataire\",
1307     signataire_arrete.nom as \"ws_DA_In_Sign_Nom\",
1308     signataire_arrete.prenom as \"ws_DA_In_Sign_Prenom\",
1309     signataire_arrete.qualite as \"ws_DA_In_Sign_Qualite\",
1310     instruction.date_evenement as \"ws_DA_In_Dte_Redac\",
1311     '' as \"ws_DA_In_lieu_Redac\",
1312     instruction.dossier as \"ws_DA_In_N_Doss_DAS\",
1313     '' as \"ws_DA_In_Sigle\",
1314     instruction.etat as \"ws_DA_In_Decision\",
1315     dossier.date_depot as \"ws_DA_In_Dte_Depot_Dem\",
1316 nhaye 2561 dossier.terrain_adresse_voie_numero as \"ws_DA_In_N_Voie\",
1317 fmichon 1540 '' as \"ws_DA_In_Type_Voie\",
1318 softime 2061 dossier.terrain_adresse_voie as \"ws_DA_In_Adresse1\",
1319 fmichon 1540 dossier.terrain_adresse_lieu_dit as \"ws_DA_In_Adresse2\",
1320     dossier.terrain_adresse_code_postal as \"ws_DA_In_CP\",
1321     dossier.terrain_adresse_localite as \"ws_DA_In_Ville\",
1322     dossier.terrain_references_cadastrales as \"ws_DA_In_Nb_Parcelle\",
1323     '' as \"ws_DA_In_Detail_Parcelle\",
1324     CONCAT(donnees_techniques.am_projet_desc,' ',donnees_techniques.co_projet_desc) as \"ws_DA_In_Nature_Trvx\",
1325     '' as \"ws_DA_In_Destination_Trvx\",
1326     dossier_autorisation_type_detaille.code as \"ws_DA_In_Type_Dos_Autoris\",
1327     COALESCE(particulier_nom,personne_morale_raison_sociale) as \"ws_DA_In_Nom_Petition\",
1328     COALESCE(particulier_prenom, personne_morale_denomination) as \"ws_DA_In_Prenom_Petition\",
1329     '' as \"ws_DA_In_Piece_GED\",
1330     instruction.date_retour_signature as \"ws_DA_In_Dte_Signature\"
1331     FROM ".DB_PREFIXE."instruction
1332     LEFT JOIN ".DB_PREFIXE."signataire_arrete ON
1333     instruction.signataire_arrete = signataire_arrete.signataire_arrete
1334     LEFT JOIN ".DB_PREFIXE."dossier ON
1335     instruction.dossier = dossier.dossier
1336     LEFT JOIN ".DB_PREFIXE."lien_dossier_demandeur ON
1337     lien_dossier_demandeur.dossier = dossier.dossier
1338     LEFT JOIN ".DB_PREFIXE."demandeur ON
1339     lien_dossier_demandeur.demandeur = demandeur.demandeur
1340     LEFT JOIN ".DB_PREFIXE."dossier_instruction_type ON
1341     dossier.dossier_instruction_type = dossier_instruction_type.dossier_instruction_type
1342     LEFT JOIN ".DB_PREFIXE."dossier_autorisation_type_detaille ON
1343     dossier_instruction_type.dossier_autorisation_type_detaille =
1344     dossier_autorisation_type_detaille.dossier_autorisation_type_detaille
1345     LEFT JOIN ".DB_PREFIXE."donnees_techniques ON
1346     donnees_techniques.dossier_instruction = dossier.dossier
1347     WHERE instruction.instruction = ".$this->valF['instruction'];
1348     $resArrete = $this->db->query($sqlArrete);
1349 softime 2562 $this->f->addToLog("triggermodifierapres(): db->query(\"".$sqlArrete."\");", VERBOSE_MODE);
1350 vpihour 1777 if ( database::isError($resArrete)){
1351     die();
1352     }
1353 fmichon 1540
1354     $rowArrete = $resArrete->fetchRow(DB_FETCHMODE_ASSOC);
1355     $msgenque->setArreteInfo($rowArrete);
1356     $msgenque->enqueueMessage($msgenque::$ARRETE_ENVOI);
1357     }
1358 nhaye 1299 }
1359 nhaye 1643
1360     // Mise à jour des données du dossier d'autorisation
1361     require_once "../obj/dossier_autorisation.class.php";
1362 softime 2025 $da = new dossier_autorisation($this->getNumDemandeAutorFromDossier($this->valF['dossier']), $this->db, DEBUG);
1363 nhaye 1643 $da->majDossierAutorisation();
1364 fraynaud 129 }
1365    
1366 fraynaud 20 function triggersupprimer($id,&$db,$val,$DEBUG) {
1367 fmichon 1540 /**
1368     * L'objectif ici est de repositionner les valeurs récupérées en
1369     * archive dans le dossier d'instruction avant de supprimer l'événement
1370     * d'instruction
1371     */
1372 fmichon 1618 // Mise à jour des 4 valeurs modifiées par l'action
1373     $valF['delai'] = $val['archive_delai'];
1374     $valF['accord_tacite'] = $val['archive_accord_tacite'];
1375     $valF['etat'] = $val['archive_etat'];
1376     if ($val['archive_avis'] != '') {
1377     $valF['avis_decision'] = $val['archive_avis'];
1378     } else {
1379     $valF['avis_decision'] = NULL;
1380     }
1381     // Mise à jour des 10 dates avec la valeur présente dans le formulaire
1382     // de suppression. Si la valeur de la date est vide alors on fixe
1383     // à la valeur NULL
1384     //
1385     if ($val['archive_date_complet'] != '') {
1386     $valF['date_complet'] = $val['archive_date_complet'];
1387     } else {
1388     $valF['date_complet'] = NULL;
1389     }
1390     if ($val['archive_date_dernier_depot'] != '') {
1391     $valF['date_dernier_depot'] = $val['archive_date_dernier_depot'];
1392     } else {
1393     $valF['date_dernier_depot'] = NULL;
1394     }
1395     if ($val['archive_date_rejet'] != '') {
1396     $valF['date_rejet'] = $val['archive_date_rejet'];
1397     } else {
1398     $valF['date_rejet'] = NULL;
1399     }
1400     if ($val['archive_date_limite'] != '') {
1401     $valF['date_limite'] = $val['archive_date_limite'];
1402     } else {
1403     $valF['date_limite'] = NULL;
1404     }
1405     if ($val['archive_date_notification_delai'] != '') {
1406     $valF['date_notification_delai'] = $val['archive_date_notification_delai'];
1407     } else {
1408     $valF['date_notification_delai'] = NULL;
1409     }
1410     if ($val['archive_date_decision'] != '') {
1411     $valF['date_decision'] = $val['archive_date_decision'];
1412     } else {
1413     $valF['date_decision'] = NULL;
1414     }
1415     if ($val['archive_date_validite'] != '') {
1416     $valF['date_validite'] = $val['archive_date_validite'];
1417     } else {
1418     $valF['date_validite'] = NULL;
1419     }
1420     if ($val['archive_date_achevement'] != '') {
1421     $valF['date_achevement'] = $val['archive_date_achevement'];
1422     } else {
1423     $valF['date_achevement'] = NULL;
1424     }
1425     if ($val['archive_date_chantier'] != '') {
1426     $valF['date_chantier'] = $val['archive_date_chantier'];
1427     } else {
1428     $valF['date_chantier'] = NULL;
1429     }
1430     if ($val['archive_date_conformite'] != '') {
1431     $valF['date_conformite'] = $val['archive_date_conformite'];
1432     } else {
1433     $valF['date_conformite'] = NULL;
1434     }
1435 nhaye 1724 if ($val['archive_incompletude'] != '') {
1436     $valF['incompletude'] = $val['archive_incompletude'];
1437     } else {
1438     $valF['incompletude'] = NULL;
1439     }
1440     if ($val['archive_evenement_suivant_tacite'] != '') {
1441     $valF['evenement_suivant_tacite'] = $val['archive_evenement_suivant_tacite'];
1442     } else {
1443     $valF['evenement_suivant_tacite'] = NULL;
1444     }
1445     if ($val['archive_evenement_suivant_tacite_incompletude'] != '') {
1446     $valF['evenement_suivant_tacite_incompletude'] = $val['archive_evenement_suivant_tacite_incompletude'];
1447     } else {
1448     $valF['evenement_suivant_tacite_incompletude'] = NULL;
1449     }
1450     if ($val['archive_etat_pendant_incompletude'] != '') {
1451     $valF['etat_pendant_incompletude'] = $val['archive_etat_pendant_incompletude'];
1452     } else {
1453     $valF['etat_pendant_incompletude'] = NULL;
1454     }
1455     if ($val['archive_date_limite_incompletude'] != '') {
1456     $valF['date_limite_incompletude'] = $val['archive_date_limite_incompletude'];
1457     } else {
1458     $valF['date_limite_incompletude'] = NULL;
1459     }
1460     if ($val['archive_delai_incompletude'] != '') {
1461     $valF['delai_incompletude'] = $val['archive_delai_incompletude'];
1462     } else {
1463     $valF['delai_incompletude'] = NULL;
1464     }
1465 nhaye 2099 if ($val['archive_autorite_competente'] != '') {
1466     $valF['autorite_competente'] = $val['archive_autorite_competente'];
1467     } else {
1468     $valF['autorite_competente'] = NULL;
1469     }
1470 fmichon 1540 // On met à jour le dossier
1471     $cle = " dossier='".$val['dossier']."'";
1472 fmichon 1618 $res = $db->autoExecute(DB_PREFIXE.'dossier', $valF, DB_AUTOQUERY_UPDATE, $cle);
1473 nhaye 1571 $this->addToLog("triggersupprimer(): db->autoexecute(\"".DB_PREFIXE."dossier\", ".print_r($valF, true).", DB_AUTOQUERY_UPDATE, \"".$cle."\");", VERBOSE_MODE);
1474 fmichon 1618 if (database::isError($res)) {
1475 fraynaud 20 die($res->getMessage());
1476     }
1477 fmichon 1540 // Affichage d'informations à l'utilisateur
1478 nhaye 1571 $this->addToMessage(_("Suppression de l'instruction")." [".$db->affectedRows()." "._('enregistrement')." "._('mis_a_jour')."]");
1479 nhaye 1643
1480 vpihour 2000 // Mise à jour de la demande si un récépissé d'instruction correspond à l'instruction à supprimer
1481 fraynaud 20 }
1482 fmichon 1540
1483 nhaye 1643 function triggersupprimerapres($id,&$db,$val,$DEBUG) {
1484    
1485     // Mise à jour des données du dossier d'autorisation
1486     require_once "../obj/dossier_autorisation.class.php";
1487 softime 2025 $da = new dossier_autorisation($this->getNumDemandeAutorFromDossier($val["dossier"]), $this->db, DEBUG);
1488 nhaye 1643 $da->majDossierAutorisation();
1489     }
1490    
1491 fraynaud 20 // =============================================
1492     // calcul de date avec ajout de mois (delais)
1493     // [add months (delay) and calculation final date]
1494     // LIMITE DE LA FONCTION si delai >24 MOIS
1495     // [limit : delay < 24 month]
1496     // =============================================
1497     function moisdate($date,$delaimois) {
1498     $temp = explode("-" , $date);
1499     $jour = (int) $temp[2];
1500     $mois = (int) $temp[1];
1501     $annee = (int) $temp[0];
1502     // calcul si delai superieur à 12 (limite 24) [delay > 24 month]
1503     if($delaimois>=12){
1504     $delaimois=$delaimois-12;
1505     $annee=$annee+1;
1506     }
1507     if($delaimois>=12){
1508     $delaimois=$delaimois-12;
1509     $annee=$annee+1;
1510     }
1511     // mois
1512     $mois=$mois+$delaimois;
1513     // calcul mois annee [calculation number of years if > 12 month]
1514     // nb de mois > à 12
1515     if ($mois>12){
1516     $mois=$mois-12;
1517     $annee=$annee+1;
1518     }
1519     // Calcul du nombre de jours dans le mois sélectionné [calculation number of days]
1520     switch($mois) {
1521     case "2":
1522     if ($annee % 4 == 0 && $annee % 100 != 0 || $annee % 400 == 0)
1523     $jourmax = 29;
1524     else
1525     $jourmax = 28;
1526     break;
1527     case "4":
1528     case "6":
1529     case "9":
1530     case "11":
1531     $jourmax = 30;
1532     break;
1533     default:
1534     $jourmax = 31;
1535     }
1536     if ($jour > $jourmax)
1537     $jour = $jourmax;
1538     //$dateretour=$annee."-".$mois."-".$jour;
1539     return $annee."-".$mois."-".$jour ;
1540     }
1541    
1542 vpihour 1137 // Vérifie la restriction sur l'événement
1543     function verifier($val = array(), &$db, $DEBUG){
1544 nhaye 1186 parent::verifier($val, $db, $DEBUG);
1545 vpihour 1784
1546     if ( isset($val['evenement']) && is_numeric($val['evenement'])){
1547 nhaye 2412 //Récupère la restriction
1548 vpihour 1784 $sql= "SELECT
1549     restriction
1550     FROM
1551     ".DB_PREFIXE."evenement
1552     WHERE
1553     evenement =".$val['evenement'];
1554    
1555     $res = $db->query($sql);
1556     $this->addToLog("verifier(): db->query(\"".$sql."\");", VERBOSE_MODE);
1557     if (database::isError($res)) {
1558     die($res->getMessage());
1559     }
1560     $row=& $res->fetchRow(DB_FETCHMODE_ASSOC);
1561    
1562     //Test qu'une restriction est présente
1563     if ( isset($row['restriction']) && $row['restriction'] != "" ){
1564 softime 2305
1565     $restriction = $row['restriction'];
1566 vpihour 1137
1567 vpihour 1784 //Test si la restriction est valide
1568 softime 2305 if ( !$this->restrictionIsValid($restriction) ){
1569 vpihour 1784
1570     $this->correct=false;
1571     $this->addToMessage(_("Restriction non valide"));
1572     }
1573     else {
1574    
1575     $this->correct = true;
1576     }
1577 softime 2305
1578     // Liste des opérateurs possible
1579     $operateurs = array(">=", "<=", "+", "-");
1580    
1581     // Supprime tous les espaces de la chaîne de caractère
1582     $restriction = str_replace(' ', '', $restriction);
1583    
1584     // Met des espace avant et après les opérateurs puis transforme la
1585     // chaine en un tableau
1586     $tabRestriction = str_replace($operateurs, " ", $restriction);
1587     // Tableau des champ
1588     $tabRestriction = explode(" ", $tabRestriction);
1589     // Supprime les numériques du tableau
1590     foreach ($tabRestriction as $key => $value) {
1591     if (is_numeric($value)) {
1592     unset($tabRestriction[$key]);
1593     }
1594     }
1595    
1596     // Vérifie les champs utilisés pour la restriction
1597     $check_field_exist = $this->f->check_field_exist($tabRestriction, 'instruction');
1598     if ($check_field_exist !== true) {
1599    
1600     // Liste des champs en erreur
1601     $string_error_fields = implode(", ", $check_field_exist);
1602    
1603     // Message d'erreur
1604     $error_message = _("Le champ %s n'est pas utilisable pour le champ %s");
1605     if (count($check_field_exist) > 1) {
1606     $error_message = _("Les champs %s ne sont pas utilisable pour le champ %s");
1607     }
1608    
1609     // Affiche l'erreur
1610     $this->correct=false;
1611     $this->addToMessage(sprintf($error_message, $string_error_fields, _("restriction")));
1612     $this->addToMessage(_("Veuillez contacter votre administrateur."));
1613     }
1614 vpihour 1137 }
1615 softime 2305
1616 vpihour 1137 }
1617 nhaye 2412 if(!$this->updateDate("date_envoi_signature")) {
1618     return false;
1619     }
1620     if(!$this->updateDate("date_retour_signature")) {
1621     return false;
1622     }
1623     if(!$this->updateDate("date_envoi_rar")) {
1624     return false;
1625     }
1626     if(!$this->updateDate("date_retour_rar")) {
1627     return false;
1628     }
1629     if(!$this->updateDate("date_envoi_controle_legalite")) {
1630     return false;
1631     }
1632     if(!$this->updateDate("date_retour_controle_legalite")) {
1633     return false;
1634     }
1635 vpihour 1921
1636 vpihour 1137 }
1637 vpihour 1284
1638 nhaye 1724 /**
1639     * Méthode permettant de récupérer toutes les valeurs de l'événement
1640     * sélectionné après validation du formulaire d'instruction
1641     *
1642     * @return array() veleurs de l'événement lié
1643     */
1644    
1645     private function getValEvenement() {
1646     if(!empty($this->valEvenement)) {
1647     return $this->valEvenement;
1648     } else {
1649     $sql = "SELECT * FROM ".DB_PREFIXE."evenement
1650     WHERE evenement=".$this->valF['evenement'];
1651     $res = $this->db->query($sql);
1652     $this->addToLog("getValEvenement(): db->query(\"".$sql."\");", VERBOSE_MODE);
1653     if (database::isError($res)) {
1654     die($res->getMessage());
1655     }
1656     $this->valEvenement = $res->fetchRow(DB_FETCHMODE_ASSOC);
1657     return $this->valEvenement;
1658     }
1659     }
1660    
1661     /**
1662     * Méthode permettant de savoir si le dossier lié à l'instruction à le flag
1663     * incompletude à true après validation du formulaire d'instruction
1664     *
1665     * @return boolean
1666     */
1667     private function dossierIncomplet() {
1668     $sql = "SELECT incompletude FROM ".DB_PREFIXE."dossier
1669     WHERE dossier='".$this->valF['dossier']."'";
1670     $incompletude = $this->db->getOne($sql);
1671     $this->addToLog("dossierIncomplet(): db->query(\"".$sql."\");", VERBOSE_MODE);
1672     if (database::isError($incompletude)) {
1673     die($incompletude->getMessage());
1674     }
1675     if ($incompletude == 't') {
1676     return true;
1677     } else {
1678     return false;
1679     }
1680     }
1681 vpihour 1921
1682     /**
1683 nhaye 1949 * Finalisation des documents.
1684     * @param string $champ champ du fichier à finaliser
1685     * @param booleen $status permet de définir si on finalise ou définalise
1686     * @param string $sousform permet de savoir si se trouve dans un sousformulaire (passé au javascript)
1687 vpihour 1921 */
1688 vpihour 1986 function finaliser( $champ = '', $status, $sousform, $retourformulaire){
1689 nhaye 1724
1690 vpihour 1921 //Si on finalise le document
1691     if ( $status == 1 ){
1692    
1693     //Génération du PDF
1694     $_GET['output'] = "string";
1695     $f = $this->f;
1696     include '../app/pdf_instruction.php';
1697    
1698     //Métadonnées du document
1699     $metadata = array(
1700 vpihour 1927 'filename' => 'instruction_'.$idx.'.pdf',
1701 vpihour 1921 'mimetype' => 'application/pdf',
1702     'size' => strlen($pdf_output)
1703     );
1704    
1705 nhaye 1928 // Récupération des métadonnées calculées après validation
1706 nhaye 1938 $spe_metadata = $this->getMetadata("om_fichier_instruction");
1707 nhaye 1928
1708     $metadata = array_merge($metadata, $spe_metadata);
1709 vpihour 1921 //Si le document a déjà été finalisé
1710     //on met à jour le document mais pas son uid
1711 vpihour 1927 if ( $this->getVal("om_fichier_instruction") != '' ){
1712     $uid = $this->f->storage->update(
1713     $this->getVal("om_fichier_instruction"), $pdf_output, $metadata);
1714 vpihour 1921 }
1715     //Sinon, on joute le document et on récupère son uid
1716     else {
1717     //Stockage du PDF
1718     $uid = $this->f->storage->create($pdf_output, $metadata);
1719     }
1720     }
1721     else {
1722     //Récupération de l'uid du document finalisé
1723 vpihour 1927 $uid = $this->getVal("om_fichier_instruction");
1724 vpihour 1921
1725     //On dé-finalise avant de finaliser
1726     if ( $uid == '' ){
1727     return -1;
1728     }
1729     }
1730    
1731     //Mise à jour des données
1732     if ( $uid != '' ){
1733     // Logger
1734 vpihour 1927 $this->addToLog("finaliser() - begin", EXTRA_VERBOSE_MODE);
1735 vpihour 1921 // Recuperation de la valeur de la cle primaire de l'objet
1736 vpihour 1927 if($this->getVal($this->clePrimaire) != '')
1737     $id = $this->getVal($this->clePrimaire);
1738 vpihour 1921 else
1739     $id=$this->id;
1740 vpihour 1986
1741     $actions = array();
1742 vpihour 1921 //Tableau contenant le lien vers le PDF et lien du portlet pour la mise
1743     //à jour de l'interface
1744     if ( $status == 0 ){
1745     $lien = '../app/pdf_instruction.php?idx='.$id;
1746 vpihour 1986
1747     //Ajout des actions
1748     //Si l'utilisateur a le droit de modifier l'objet
1749     if ( $this->f->isAccredited('instruction') ||
1750     $this->f->isAccredited('instruction_modifier') ){
1751    
1752     $actions["modifier"] = ($sousform!='')?
1753     '<li><a href="#" onclick="ajaxIt(\'instruction\',
1754     \'../scr/sousform.php?obj=instruction&amp;action=1&amp;idx='.
1755     $this->getVal($this->clePrimaire).
1756     '&amp;premiersf=0&amp;trisf=&amp;retourformulaire='.$retourformulaire.'&amp;idxformulaire='.
1757     $this->getVal("dossier").
1758     '&amp;retour=form\');">
1759     <span class="om-prev-icon om-icon-16 edit-16" title="'.
1760     _('Modifier').'">'.
1761     _('Modifier').
1762     '</span></a></li>':
1763     '<li>
1764     <a href="form.php?obj=instruction&amp;action=1'.'&amp;idx='.
1765     $this->getVal($this->clePrimaire).
1766     '&amp;premier=&amp;advs_id=&amp;recherche=&amp;tricol=&amp;selectioncol=&amp;valide=&amp;retour=form">
1767     <span class="om-prev-icon om-icon-16 edit-16" title="'.
1768     _('Modifier').'">'.
1769     _('Modifier').
1770     '</span></a></li>';
1771     }
1772 softime 1994 //Si l'utilisateur a le droit de supprimer l'objet
1773 vpihour 1986 if ( $this->f->isAccredited('instruction') ||
1774     $this->f->isAccredited('instruction_supprimer') ){
1775    
1776     $actions["supprimer"] = ($sousform!='')?
1777     '<li><a href="#" onclick="ajaxIt(\'instruction\',
1778     \'../scr/sousform.php?obj=instruction&amp;action=2&amp;idx='.
1779     $this->getVal($this->clePrimaire).
1780     '&amp;premiersf=0&amp;trisf=&amp;retourformulaire='.$retourformulaire.'&amp;idxformulaire='.
1781     $this->getVal("dossier").
1782     '&amp;retour=form\');">
1783     <span class="om-prev-icon om-icon-16 delete-16" title="'.
1784     _('Supprimer').'">'.
1785     _('Supprimer').
1786     '</span></a></li>':
1787     '<li>
1788     <a href="form.php?obj=instruction&amp;action=1'.'&amp;idx='.
1789     $this->getVal($this->clePrimaire).
1790     '&amp;premier=&amp;advs_id=&amp;recherche=&amp;tricol=&amp;selectioncol=&amp;valide=&amp;retour=form">
1791     <span class="om-prev-icon om-icon-16 delete-16" title="'.
1792     _('Supprimer').'">'.
1793     _('Supprimer').
1794     '</span></a></li>';
1795     }
1796 vpihour 1921 }
1797     else {
1798     $lien = '../spg/file.php?obj=instruction&'.
1799     'champ=om_fichier_instruction&id='.$id;
1800     }
1801    
1802     $retour = array(
1803     "portlet"=> "<a href=\"#\" onclick=\"finalizeDocument(".
1804     $id.", 'instruction', '".$sousform."', ".(($status==0)?1:0).")\">
1805 vpihour 1986 <span class=\"om-prev-icon om-icon-16 om-icon-fix "
1806 vpihour 1921 .(($status==1)?"de":"")."finalise\" title=\"".
1807     (($status==1)?_("Reprendre la redaction du document"):_("Finaliser le document"))."\">".
1808     (($status==1)?_("Reprendre la redaction du document"):_("Finaliser le document"))."</span>
1809     </a>",
1810 vpihour 1986 "pdf" => $lien,
1811     "actions" => $actions
1812 vpihour 1921 );
1813    
1814     foreach ( $this->champs as $key=>$value )
1815     $val[$value] = $this->val[$key];
1816     $val['date_evenement']=$this->dateDBToForm($val['date_evenement']);
1817     $val['archive_date_complet']=$this->dateDBToForm($val['archive_date_complet']);
1818     $val['archive_date_rejet']=$this->dateDBToForm($val['archive_date_rejet']);
1819     $val['archive_date_limite']=$this->dateDBToForm($val['archive_date_limite']);
1820     $val['archive_date_notification_delai']=$this->dateDBToForm($val['archive_date_notification_delai']);
1821     $val['archive_date_decision']=$this->dateDBToForm($val['archive_date_decision']);
1822     $val['archive_date_validite']=$this->dateDBToForm($val['archive_date_validite']);
1823     $val['archive_date_achevement']=$this->dateDBToForm($val['archive_date_achevement']);
1824     $val['archive_date_chantier']=$this->dateDBToForm($val['archive_date_chantier']);
1825     $val['archive_date_conformite']=$this->dateDBToForm($val['archive_date_conformite']);
1826     $val['archive_date_dernier_depot']=$this->dateDBToForm($val['archive_date_dernier_depot']);
1827     $val['archive_date_limite_incompletude']=$this->dateDBToForm($val['archive_date_limite_incompletude']);
1828     $val['date_finalisation_courrier']=$this->dateDBToForm($val['date_finalisation_courrier']);
1829     $val['date_envoi_signature']=$this->dateDBToForm($val['date_envoi_signature']);
1830     $val['date_retour_signature']=$this->dateDBToForm($val['date_retour_signature']);
1831     $val['date_envoi_rar']=$this->dateDBToForm($val['date_envoi_rar']);
1832     $val['date_retour_rar']=$this->dateDBToForm($val['date_retour_rar']);
1833     $val['date_envoi_controle_legalite']=$this->dateDBToForm($val['date_envoi_controle_legalite']);
1834     $val['date_retour_controle_legalite']=$this->dateDBToForm($val['date_retour_controle_legalite']);
1835    
1836     $this->setvalF($val);
1837    
1838     // Verification de la validite des donnees
1839     $this->verifier($this->val, $this->db, DEBUG);
1840     // Verification du verrou
1841     $this->testverrou();
1842     // Si les verifications precedentes sont correctes, on procede a
1843     // la modification, sinon on ne fait rien et on retourne une erreur
1844     if ($this->correct) {
1845     // Execution du trigger 'before' specifique au MODE 'update'
1846     $this->triggermodifier( $id, $this->db, $this->val, DEBUG);
1847     $valF = array(
1848     "om_final_instruction"=> ($status==1)?TRUE:FALSE,
1849 vpihour 1966 "om_fichier_instruction"=>$uid,
1850     "date_finalisation_courrier"=>date('Y-m-d'));
1851 vpihour 1921 // Execution de la requête de modification des donnees de l'attribut
1852     // valF de l'objet dans l'attribut table de l'objet
1853     $res = $this->db->autoExecute(DB_PREFIXE.$this->table, $valF,
1854     DB_AUTOQUERY_UPDATE, $this->getCle($id));
1855 vpihour 1927 $this->addToLog("finaliser() : db->autoExecute(\"".DB_PREFIXE.$this->table."\", ".print_r($valF, true).", DB_AUTOQUERY_UPDATE, \"".$this->getCle($id)."\")", VERBOSE_MODE);
1856 vpihour 1921 // Si une erreur survient
1857     if (database::isError($res)) {
1858     // Appel de la methode de recuperation des erreurs
1859     $this->erreur_db($res->getDebugInfo(), $res->getMessage(), '');
1860     } else {
1861     // Log
1862     $this->addToLog(_("Requete executee"), VERBOSE_MODE);
1863     // Log
1864     $message = _("Enregistrement")."&nbsp;".$id."&nbsp;";
1865     $message .= _("de la table")."&nbsp;\"".$this->table."\"&nbsp;";
1866     $message .= "[&nbsp;".$this->db->affectedRows()."&nbsp;";
1867     $message .= _("enregistrement(s) mis a jour")."&nbsp;]";
1868     $this->addToLog($message, VERBOSE_MODE);
1869     // Mise en place du verrou pour ne pas finaliser plusieurs fois
1870     // le meme document
1871     $this->verrouille();
1872     // Execution du trigger 'after' specifique au MODE 'update'
1873     //$this->triggermodifierapres($id, $this->db, $val, DEBUG);
1874    
1875     return $retour;
1876     }
1877     } else {
1878     // Message d'echec (saut d'une ligne supplementaire avant le
1879     // message pour qu'il soit mis en evidence)
1880 vpihour 2290 $this->addToLog(_("Finalisation non enregistree"));
1881 vpihour 1921 return -1;
1882     }
1883     }
1884     // Si le document n'a pas été stocké
1885     else{
1886     return -1;
1887     }
1888     }
1889 vpihour 1927
1890     /**
1891 nhaye 1928 * Récupération du numéro de dossier d'instruction à ajouter aux métadonnées
1892 nhaye 1949 * @return string numéro de dossier d'instruction
1893 nhaye 1928 */
1894     protected function getDossier() {
1895     if(empty($this->specificMetadata)) {
1896     $this->getSpecificMetadata();
1897     }
1898     return $this->specificMetadata->dossier;
1899     }
1900     /**
1901 softime 2016 * Récupération la version du dossier d'instruction à ajouter aux métadonnées
1902     * @return int Version
1903     */
1904     protected function getDossierVersion() {
1905     if(empty($this->specificMetadata)) {
1906     $this->getSpecificMetadata();
1907     }
1908     return $this->specificMetadata->version;
1909     }
1910     /**
1911 nhaye 1928 * Récupération du numéro de dossier d'autorisation à ajouter aux métadonnées
1912 nhaye 1949 * @return string numéro de dossier d'autorisation
1913 nhaye 1928 */
1914 softime 2025 protected function getNumDemandeAutor() {
1915 nhaye 1928 if(empty($this->specificMetadata)) {
1916     $this->getSpecificMetadata();
1917     }
1918     return $this->specificMetadata->dossier_autorisation;
1919     }
1920     /**
1921     * Récupération de la date de demande initiale du dossier à ajouter aux métadonnées
1922 nhaye 1949 * @return date de la demande initiale
1923 nhaye 1928 */
1924 softime 2025 protected function getAnneemoisDemandeAutor() {
1925 nhaye 1928 if(empty($this->specificMetadata)) {
1926     $this->getSpecificMetadata();
1927     }
1928     return $this->specificMetadata->date_demande_initiale;
1929     }
1930     /**
1931     * Récupération du type de dossier d'instruction à ajouter aux métadonnées
1932 nhaye 1949 * @return string type du dossier d'instruction
1933 nhaye 1928 */
1934 softime 2025 protected function getTypeInstruction() {
1935 nhaye 1928 if(empty($this->specificMetadata)) {
1936     $this->getSpecificMetadata();
1937     }
1938     return $this->specificMetadata->dossier_instruction_type;
1939     }
1940     /**
1941     * Récupération du statut du dossier d'autorisation à ajouter aux métadonnées
1942 nhaye 1949 * @return string avis
1943 nhaye 1928 */
1944 softime 2025 protected function getStatutAutorisation() {
1945 nhaye 1928 if(empty($this->specificMetadata)) {
1946     $this->getSpecificMetadata();
1947     }
1948     return $this->specificMetadata->statut;
1949     }
1950     /**
1951     * Récupération du type de dossier d'autorisation à ajouter aux métadonnées
1952 nhaye 1949 * @return string type du dossier d'autorisation
1953 nhaye 1928 */
1954 softime 2025 protected function getTypeAutorisation() {
1955 nhaye 1928 if(empty($this->specificMetadata)) {
1956     $this->getSpecificMetadata();
1957     }
1958     return $this->specificMetadata->dossier_autorisation_type;
1959     }
1960     /**
1961     * Récupération de la date d'ajout de document à ajouter aux métadonnées
1962 nhaye 1949 * @return date de l'évènement
1963 nhaye 1928 */
1964 softime 2025 protected function getDateEvenementDocument() {
1965 softime 2046 return date("Y-m-d");
1966 nhaye 1928 }
1967     /**
1968     * Récupération du groupe d'instruction à ajouter aux métadonnées
1969     * @return string Groupe d'instruction
1970     */
1971     protected function getGroupeInstruction() {
1972     if(empty($this->specificMetadata)) {
1973     $this->getSpecificMetadata();
1974     }
1975     return $this->specificMetadata->groupe_instruction;
1976     }
1977 softime 2002 /**
1978     * Récupération du libellé du type du document à ajouter aux métadonnées
1979     * @return string Groupe d'instruction
1980     */
1981 softime 2025 protected function getTitle() {
1982 nhaye 1928
1983 softime 2002 // Récupère le champ événement
1984     if (isset($this->valF["evenement"]) AND $this->valF["evenement"] != "") {
1985     $evenement = $this->valF["evenement"];
1986     } else {
1987     $evenement = $this->getVal("evenement");
1988     }
1989    
1990     // Requête sql
1991     $sql = "SELECT libelle FROM ".DB_PREFIXE."evenement
1992     WHERE evenement=".$evenement;
1993     $evenement_libelle = $this->db->getOne($sql);
1994 softime 2025 $this->addToLog("getTitle(): db->getOne(\"".$sql."\");", VERBOSE_MODE);
1995 softime 2002 if (database::isError($evenement_libelle)) {
1996     die();
1997     }
1998    
1999     // Retourne le libelle de l'événement
2000     return $evenement_libelle;
2001     }
2002    
2003 nhaye 1928 /**
2004     * Cette méthode permet de stocker en attribut toutes les métadonnées
2005     * nécessaire à l'ajout d'un document.
2006     */
2007     public function getSpecificMetadata() {
2008     if (isset($this->valF["dossier"]) AND $this->valF["dossier"] != "") {
2009     $dossier = $this->valF["dossier"];
2010     } else {
2011     $dossier = $this->getVal("dossier");
2012     }
2013     //Requête pour récupérer les informations essentiels sur le dossier d'instruction
2014     $sql = "SELECT dossier.dossier as dossier,
2015     dossier_autorisation.dossier_autorisation as dossier_autorisation,
2016     to_char(dossier.date_demande, 'YYYY/MM') as date_demande_initiale,
2017     dossier_instruction_type.code as dossier_instruction_type,
2018     etat_dossier_autorisation.libelle as statut,
2019     dossier_autorisation_type.code as dossier_autorisation_type,
2020     groupe.code as groupe_instruction
2021     FROM ".DB_PREFIXE."dossier
2022     LEFT JOIN ".DB_PREFIXE."dossier_instruction_type
2023     ON dossier.dossier_instruction_type = dossier_instruction_type.dossier_instruction_type
2024     LEFT JOIN ".DB_PREFIXE."dossier_autorisation
2025     ON dossier.dossier_autorisation = dossier_autorisation.dossier_autorisation
2026     LEFT JOIN ".DB_PREFIXE."etat_dossier_autorisation
2027     ON dossier_autorisation.etat_dossier_autorisation = etat_dossier_autorisation.etat_dossier_autorisation
2028     LEFT JOIN ".DB_PREFIXE."dossier_autorisation_type_detaille
2029     ON dossier_autorisation.dossier_autorisation_type_detaille = dossier_autorisation_type_detaille.dossier_autorisation_type_detaille
2030     LEFT JOIN ".DB_PREFIXE."dossier_autorisation_type
2031     ON dossier_autorisation_type_detaille.dossier_autorisation_type = dossier_autorisation_type.dossier_autorisation_type
2032     LEFT JOIN ".DB_PREFIXE."groupe
2033     ON dossier_autorisation_type.groupe = groupe.groupe
2034     WHERE dossier.dossier = '".$dossier."'";
2035     $res = $this->db->query($sql);
2036 softime 2030 $this->f->addToLog("getSpecificMetadata() : db->query(".$sql.")", VERBOSE_MODE);
2037 nhaye 1928 if ( database::isError($res)){
2038     die();
2039     }
2040    
2041     //Le résultat est récupéré dans un objet
2042     $row =& $res->fetchRow(DB_FETCHMODE_OBJECT);
2043    
2044     //Si il y a un résultat
2045     if ($row !== null) {
2046 vpihour 2119
2047     //Génération du numéro de version
2048     $sql = "SELECT
2049     count(*)
2050     FROM
2051     ".DB_PREFIXE."dossier
2052     LEFT JOIN
2053     ".DB_PREFIXE."dossier_autorisation
2054     ON
2055     dossier_autorisation.dossier_autorisation = dossier.dossier_autorisation
2056     LEFT JOIN
2057     ".DB_PREFIXE."dossier_instruction_type
2058     ON
2059     dossier_instruction_type.dossier_instruction_type = dossier.dossier_instruction_type
2060     WHERE
2061 vpihour 2124 dossier_autorisation.dossier_autorisation = '".$row->dossier_autorisation."'
2062 vpihour 2119 AND
2063 vpihour 2124 dossier_instruction_type.code = '".$row->dossier_instruction_type."'";
2064     $row->version = $this->db->getOne($sql);
2065 vpihour 2119 $this->f->addToLog("getSpecificMetadata(): db->getOne(\"".$sql."\")", VERBOSE_MODE);
2066 vpihour 2124 if ( database::isError($row->version)){
2067     $this->f->addToError("", $row->version, $row->version);
2068 vpihour 2119 return false;
2069     }
2070    
2071     //Formatage du numéro de version
2072 vpihour 2124 $row->version = str_pad($row->version, 2, "0", STR_PAD_LEFT);
2073 nhaye 1928
2074     //Alors on créé l'objet dossier_instruction
2075     $this->specificMetadata = $row;
2076    
2077     }
2078     }
2079 vpihour 1978
2080     /**
2081     * Retourne le statut du dossier d'instruction
2082     * @param string $idx Identifiant du dossier d'instruction
2083     * @return string Le statut du dossier d'instruction
2084     */
2085 softime 2025 function getStatutAutorisationDossier($idx){
2086 vpihour 1978
2087     $statut = '';
2088    
2089     //Si l'identifiant du dossier d'instruction fourni est correct
2090     if ( $idx != '' ){
2091    
2092     //On récupère le statut de l'état du dossier à partir de l'identifiant du
2093     //dossier
2094     $sql = "SELECT etat.statut
2095     FROM ".DB_PREFIXE."dossier
2096     LEFT JOIN
2097     ".DB_PREFIXE."etat
2098     ON
2099     dossier.etat = etat.etat
2100     WHERE dossier ='".$idx."'";
2101     $statut = $this->db->getOne($sql);
2102 softime 2025 $this->f->addToLog("getStatutAutorisationDossier() : db->getOne(\"".$sql."\")", VERBOSE_MODE);
2103 vpihour 1978 if ( database::isError($statut)){
2104     die();
2105     }
2106     }
2107     return $statut;
2108     }
2109 softime 2373
2110     /**
2111     * Récupère les données du dossier
2112     * @return array
2113     */
2114     function get_dossier_actual() {
2115    
2116     // Initialisation de la valeur de retour
2117     $return = array();
2118    
2119     // Récupération de toutes les valeurs du dossier d'instruction en cours
2120     $sql = "SELECT * FROM ".DB_PREFIXE."dossier
2121     WHERE dossier='".$this->valF['dossier']."'";
2122     $res = $this->db->query($sql);
2123     $this->addToLog("get_dossier_actual(): db->query(\"".$sql."\");", VERBOSE_MODE);
2124     $this->f->isDatabaseError($res);
2125    
2126     //
2127     while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)) {
2128    
2129     // Récupération de la valeur actuelle du délai, de l'accord tacite,
2130     // de l'état et de l'avis du dossier d'instruction
2131     $return['archive_delai']=$row['delai'];
2132     $return['archive_accord_tacite']=$row['accord_tacite'];
2133     $return['archive_etat']=$row['etat'];
2134     $return['archive_avis']=$row['avis_decision'];
2135     // Récupération de la valeur actuelle des 9 dates du dossier
2136     // d'instruction
2137     $return['archive_date_complet']=$row['date_complet'];
2138     $return['archive_date_dernier_depot']=$row['date_dernier_depot'];
2139     $return['archive_date_rejet']= $row['date_rejet'];
2140     $return['archive_date_limite']= $row['date_limite'];
2141     $return['archive_date_notification_delai']= $row['date_notification_delai'];
2142     $return['archive_date_decision']= $row['date_decision'];
2143     $return['archive_date_validite']= $row['date_validite'];
2144     $return['archive_date_achevement']= $row['date_achevement'];
2145     $return['archive_date_chantier']= $row['date_chantier'];
2146     $return['archive_date_conformite']= $row['date_conformite'];
2147     $return['archive_incompletude']= $row['incompletude'];
2148     $return['archive_evenement_suivant_tacite']= $row['evenement_suivant_tacite'];
2149     $return['archive_evenement_suivant_tacite_incompletude']= $row['evenement_suivant_tacite_incompletude'];
2150     $return['archive_etat_pendant_incompletude']= $row['etat_pendant_incompletude'];
2151     $return['archive_date_limite_incompletude']= $row['date_limite_incompletude'];
2152     $return['archive_delai_incompletude']= $row['delai_incompletude'];
2153     $return['archive_autorite_competente']= $row['autorite_competente'];
2154     $return['duree_validite']= $row['duree_validite'];
2155     }
2156    
2157     // Retour de la fonction
2158     return $return;
2159    
2160     }
2161    
2162 fraynaud 3 }// fin classe
2163 atreal 208 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26