/[openfoncier]/trunk/sql/pgsql/instruction_observatoire.reqmo.inc.php
ViewVC logotype

Diff of /trunk/sql/pgsql/instruction_observatoire.reqmo.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 312 by atreal, Wed Mar 28 17:19:49 2012 UTC revision 1138 by nhaye, Thu Jan 3 15:18:21 2013 UTC
# Line 1  Line 1 
1  <?php  <?php
2  $reqmo['libelle']=" Evenement �tat cloturer";  $reqmo['libelle']="Evenement etat cloturer";
3    
4  $reqmo['sql']="select instruction.dossier,  $reqmo['sql']="select instruction.dossier,
5                          dossier.demandeur_nom,                          dossier.demandeur_nom,
6                          datecourrier,                          date_evenement,
7                          [instruction.evenement as evenement],                          [instruction.evenement as evenement],
8                          libelle                            libelle  
9                         from ".DB_PREFIXE."instruction inner join ".DB_PREFIXE."dossier on instruction.dossier = dossier.dossier                          from ".DB_PREFIXE."instruction
10                         inner join ".DB_PREFIXE."evenement on instruction.evenement =evenement.evenement                          inner join ".DB_PREFIXE."dossier on instruction.dossier = dossier.dossier
11                         where dossier.nature = '[SELECTION]' and instruction.etat ='cloturer'";                          inner join ".DB_PREFIXE."evenement on instruction.evenement =evenement.evenement
12  $reqmo['SELECTION']= array('PC','PD','DP','PA','CU');                          INNER JOIN ".DB_PREFIXE."dossier_autorisation
13                                ON dossier.dossier_autorisation=dossier_autorisation.dossier_autorisation
14                            INNER JOIN ".DB_PREFIXE."dossier_autorisation_type_detaille
15                                ON dossier_autorisation.dossier_autorisation_type_detaille
16                                = dossier_autorisation_type_detaille.dossier_autorisation_type_detaille
17                           where dossier_autorisation_type_detaille.code = '[SELECTION]' and instruction.etat ='cloturer'";
18    
19  $reqmo['evenement']="checked";  $reqmo['evenement']="checked";
 ?>  
20    
21    $reqmo['selection']= array('PCI','PCA','PD','DP','PA','CU','AZ','DAT');
22    
23    ?>

Legend:
Removed from v.312  
changed lines
  Added in v.1138

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26