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

Contents of /trunk/sql/pgsql/destination_shon.reqmo.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 312 - (show annotations)
Wed Mar 28 17:19:49 2012 UTC (12 years, 10 months ago) by atreal
File size: 1011 byte(s)
passage des fichiers .inc en .inc.php dans sql/pgsql
ajout d'un nouveau champ texte libre pour le complément de travaux.
Ex : construction d'une maison + piscine + portail, avec pour motif de travaux Construction de maison individuelle

1 <?php //$Id: destination_shon.reqmo.inc,v 1.2 2008-09-08 14:45:04 jbastide Exp $
2 $reqmo['libelle']="destination_shon";
3 $reqmo['sql']="select [destination_shon],[dossier.dossier as dossier],[etat],
4 to_char(date_depot,'DD/MM/YYYY')as date_depot,
5 [destination.destination as destination],
6 [destination.libelle as destinationlib],
7 [destination_shon.shon as shon],
8 from ".DB_PREFIXE."destination_shon inner join ".DB_PREFIXE."destination on destination.destination = destination_shon.destination
9 inner join ".DB_PREFIXE."dossier on dossier.dossier= destination_shon.dossier
10 order by [tri]";
11 $reqmo['tri']= array('destination_shon','etat');
12 $reqmo['destination_shon']="checked";
13 $reqmo['dossier']="checked";
14 $reqmo['destination']="checked";
15 $reqmo['destinationlib']="checked";
16 $reqmo['shon']="checked";
17 $reqmo['etat']="checked";
18 $reqmo['date_depot']="checked";
19 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26