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

Contents of /trunk/sql/pgsql/dossier_sansparcelle.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: 662 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
2 /*
3 * $Id: dossier_sansparcelle.reqmo.inc,v 1.1 2009-10-09 15:16:27 fraynaud Exp $
4 * Created on 9 oct. 2009
5 *
6 * To change the template for this generated file go to
7 * Window - Preferences - PHPeclipse - PHP - Code Templates
8 */
9
10 $reqmo['libelle']="dossier_sansparcelle";
11 $reqmo['sql']="select dossier,
12 [nature],
13 [etat],
14 to_char(date_depot,'DD/MM/YYYY') as date_depot_francais
15 from ".DB_PREFIXE."dossier
16 where parcelle ='' order by date_depot desc";
17 $reqmo['nature']="checked";
18 $reqmo['etat']="checked";
19 //$reqmo['date_depot']="checked"
20 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26