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

Annotation of /trunk/sql/pgsql/dossier_horslimite.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (hide annotations)
Mon Jul 18 15:36:44 2011 UTC (13 years, 6 months ago) by fraynaud
Original Path: trunk/sql/pgsql/dossier_horslimite.inc
File size: 965 byte(s)
maj sql scr spg 3.0.0


1 fraynaud 25 <?php
2     //$Id: dossier_horslimite.inc,v 1.2 2010-07-28 10:58:48 fraynaud Exp $
3     $DEBUG=0;
4     $serie=15;
5     $ent = "Dossier -> hors limite";
6     $ico = "../img/ico_dossier.png";
7     $edition="";
8     //
9     $table="dossier";
10     $champAffiche=array("dossier",
11     "(demandeur_nom||' '||demandeur_societe||'<br>'||demandeur_adresse||'<br>'||demandeur_cp||' '||demandeur_ville) as demandeur_nom",
12     "to_char(date_limite,'DD/MM/YYYY') as limite",
13     );
14     $champRecherche=array("demandeur_nom");
15     $tri= "";
16     $selection=" where nature= 'PC' and date_limite < '".date('Y-m-d')."'";
17     // sous formulaire
18     $sousformulaire=array("consultation","courrier","terrain");
19     $sousformulaire_class="sousformulaire_profil";
20     $soustab="onglets_profil";
21     $href[0]['lien']="";
22     $href[1]['lien'] = "form.php?obj=PC&idx=";
23     $href[1]['id'] = "&premier=".$premier."&recherche=".$recherche1;
24     $href[1]['lib'] = "";
25     $href[2]['lien']= ""
26     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26