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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
Original Path: trunk/sql/pgsql/travaux_nature.reqmo.inc
File size: 506 byte(s)
version initiale


1 <?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