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

Annotation of /trunk/sql/pgsql/travaux_nature.reqmo.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 312 - (hide annotations)
Wed Mar 28 17:19:49 2012 UTC (12 years, 10 months ago) by atreal
File size: 506 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 fraynaud 3 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:37
4     $reqmo['libelle']=' public.travaux';
5     $reqmo['reqmo_libelle']=' public.travaux';
6     $reqmo['sql']="select [travaux], [libelle], [codelascot], [solde] from ".DB_PREFIXE."travaux where nature = '[nature]' order by [tri]";
7     $reqmo['travaux']='checked';
8     $reqmo['libelle']='checked';
9     $reqmo['nature']="select * from ".DB_PREFIXE."nature";
10     $reqmo['codelascot']='checked';
11     $reqmo['solde']='checked';
12     $reqmo['tri']=array('travaux','libelle','codelascot','solde');
13     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26