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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 561 - (hide annotations)
Wed Oct 31 09:57:15 2012 UTC (12 years, 3 months ago) by nhaye
File size: 7622 byte(s)
Ajout d'un droit de modification du champs lu,
ce champ est automatiquement mis à false lorsqu'un avis est rendu ou modifié

1 fraynaud 3 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:32
4     require_once ("../gen/obj/consultation.class.php");
5    
6     class consultation extends consultation_gen {
7 vpihour 497 var $maj;
8 fraynaud 20 function consultation($id,&$db,$debug) {
9     $this->constructeur($id,$db,$debug);
10     }// fin constructeur
11    
12     function setValsousformulaire(&$form,$maj,$validation,$idxformulaire,$retourformulaire,$typeformulaire){
13     if ($validation==0) {
14     if ($maj == 0){
15 vpihour 497 $form->setVal("dossier", $idxformulaire);
16     $form->setVal("date_envoi",date('d/m/Y'));
17 fraynaud 20 }
18 vpihour 497 else
19     if ( $maj == 1 )
20     $form->setVal("date_retour",date('d/m/Y'));
21 fraynaud 20 }
22     }
23    
24 nhaye 561 function setvalF($val) {
25     parent::setValF($val);
26     // Si un retour d'avis est modifie on passe "lu" a false
27     if($this->val[array_search("avis_consultation",$this->champs)] != $val["avis_consultation"] OR
28     $this->val[array_search("date_retour",$this->champs)] != $val["date_retour"] OR
29     $this->val[array_search("motivation",$this->champs)] != $val["motivation"] OR
30     $this->val[array_search("fichier",$this->champs)] != $val["fichier"]) {
31     $this->valF["lu"]=FALSE;
32     }
33    
34     }
35    
36 fraynaud 20 function setType(&$form,$maj) {
37 nhaye 459 parent::setType($form,$maj);
38 fraynaud 20 if ($maj < 2) { //ajouter et modifier [add and modify]
39     if($maj==0){ // add
40     $form->setType('date_envoi', 'date2');
41     $form->setType('service', 'select');
42     $form->setType('date_limite', 'hidden');
43     $form->setType('date_retour', 'hidden');
44 vpihour 497 $form->setType('avis_consultation', 'hidden');
45 nhaye 561 $form->setType('motivation', 'hidden');
46     $form->setType('fichier', 'hidden');
47     $form->setType('lu', 'hidden');
48     $form->setType('date_reception', 'hidden');
49 fraynaud 20 }else{ // modify
50     $form->setType('date_envoi', 'hiddenstaticdate');
51 vpihour 497 $form->setType('date_limite', 'hiddenstaticdate');
52 nhaye 509 $form->setType('service', 'selecthiddenstatic');
53 fraynaud 20 $form->setType('date_retour', 'date2');
54 vpihour 497 $form->setType('avis_consultation', 'select');
55 nhaye 561 $form->setType('motivation', 'textarea');
56     $form->setType('fichier', 'upload2');
57     if(!$this->f->isAccredited('consultation_modifier_lu')) {
58     $form->setType('lu', 'hidden');
59     }
60 fraynaud 20 }
61     $form->setType('dossier', 'hiddenstatic');
62     }
63 vpihour 507 $form->setType('consultation', 'hidden');
64 nhaye 509
65 fraynaud 20 }
66    
67     // TRIGGER AVANT MODIFICATION DE DONNEES
68     // trigger before modification data
69     function triggerajouter($id,&$db,$val,$DEBUG) {
70     // mise a jour instruction avec evenement [return delay]
71 nhaye 532 if ($this->valF['date_envoi']!=""){
72 fraynaud 242 $sql= "select delai from ".DB_PREFIXE."service where service ='".$this->valF['service']."'";
73 fraynaud 41 $delai = $db->getOne($sql);
74     $this->valF['date_limite'] = $this->moisdate($this->valF['date_envoi'],$delai);
75 nhaye 532 $this->addToMessage(_("delai")." ".
76 fraynaud 41 _("retour")." ".$delai." "._("mois")." -> ".
77 nhaye 532 _("retour")." ".$this->valF['date_limite']."<br>");
78     $this->valF['lu'] = true;
79 fraynaud 41 }
80 nhaye 532
81 fraynaud 20 }
82 nhaye 532
83     function triggerajouterapres($id,&$db,$val,$DEBUG) {
84    
85     // Verification de la demande de notif par mail
86     $sql= "SELECT abrege, notification_email, email FROM ".DB_PREFIXE.
87     "service WHERE service ='".$this->valF['service']."'";
88     $res=$db->query($sql);
89     $notif = $res->fetchrow(DB_FETCHMODE_ASSOC);
90     if (database :: isError($sql))die($res->getMessage()."erreur ".$sql);
91     if ($notif['notification_email']=='t') {
92    
93     // Recuperation des infos du dossier
94     $sql= "SELECT dossier, terrain_adresse, terrain_adresse_complement, terrain_cp, terrain_ville
95     FROM ".DB_PREFIXE."dossier WHERE dossier ='".$this->valF['dossier']."'";
96     $res=$db->query($sql);
97     $dossier = $res->fetchrow(DB_FETCHMODE_ASSOC);
98    
99     // Definition des parametres d'envoi du mail
100     $title=_("Consultation de services : dossier no")." ".$dossier['dossier'];
101     $corps=_("Votre service est consulte concernant le dossier no")." ".$dossier['dossier']."<br/>".
102     _("Il concerne le terrain situe a l'adresse :")." ".utf8_decode($dossier['terrain_adresse']).
103     " ".utf8_decode($dossier['terrain_adresse_complement'])." ".utf8_decode($dossier['terrain_cp'])." ".$dossier['terrain_ville']."<br/>".
104 vpihour 555 _("Vous pouvez y acceder et rendre votre avis a l'adresse")." <a href='".$this->f->getParameter('lien_interne_vdm').
105 nhaye 532 "scr/form.php?obj=consultation&action=3&idx=".$this->valF['consultation']."' >".
106     _("Lien interne (services VDM)")."</a> "._("ou")." <a href='".$this->f->getParameter('lien_externe').
107     "scr/form.php?obj=consultation&action=3&idx=".$this->valF['consultation']."' >".
108     _("Lien externe (hors VDM)")."</a>";
109     // Envoi du mail avec message de retour
110     if($this->f->sendMail($title, $corps, $notif['email'])) {
111     $this->addToMessage(_("Envoi d'un mail de notification au service")." ".$notif['abrege']);
112     } else {
113     $this->addToMessage(_("L'envoi du mail de notification a echoue"));
114     }
115     }
116    
117     }
118 fraynaud 20
119     // =============================================
120     // calcul de date avec ajout de mois (delais)
121     // [add months (delay) and calculation final date]
122     // limite ? => voir fonction instruction
123     // =============================================
124     function moisdate($date,$delaimois) {
125     // rajout de mois à une date (moins de 12)
126     $temp = explode("-" , $date);
127     $jour = (int) $temp[2];
128     $mois = (int) $temp[1];
129     $annee = (int) $temp[0];
130     $mois=$mois+$delaimois;
131     // calcul mois annee
132     if($mois>12){
133     $mois=$mois-12;
134     $annee=$annee+1;
135     }
136     // Calcul du nombre de jours dans le mois sélectionné
137     switch($mois) {
138     case "2":
139     if ($annee % 4 == 0 && $annee % 100 != 0 || $annee % 400 == 0)
140     $jourmax = 29;
141     else
142     $jourmax = 28;
143     break;
144     case "4":
145     case "6":
146     case "9":
147     case "11":
148     $jourmax = 30;
149     break;
150     default:
151     $jourmax = 31;
152     }
153     if ($jour > $jourmax)
154     $jour = $jourmax;
155     return $annee."-".$mois."-".$jour ;
156     }
157 vpihour 497
158     // =============================================
159     // Ajout du fielset
160     // Add fieldset
161     // =============================================
162     function setLayout(&$form, $maj){
163 nhaye 509 if ( $maj < 2 OR $maj == 3 ) {
164 vpihour 497 //Champs sur lequel s'ouvre le fieldset
165     $form->setBloc('dossier','D',"");
166     $form->setFieldset('dossier','D',_('Consultation'));
167 vpihour 494
168 vpihour 497 //Champs sur lequel se ferme le fieldset
169     $form->setFieldset('date_envoi','F','');
170     $form->setBloc('date_envoi','F');
171 nhaye 509 if ( $maj == 1 OR $maj == 3 ){
172 vpihour 497 //Champs sur lequel s'ouvre le fieldset
173     $form->setBloc('date_reception','D',"");
174     $form->setFieldset('date_reception','D',_('Retour d\'avis'));
175    
176     //Champs sur lequel se ferme le fieldset
177     $form->setFieldset('lu','F','');
178     $form->setBloc('lu','F');
179 vpihour 494 }
180     }
181 vpihour 497
182 vpihour 494 }
183    
184 fraynaud 3 }// fin classe
185 nhaye 509 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26