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

Contents of /trunk/sql/pgsql/dossierlimite.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 80 - (show annotations)
Mon Aug 22 15:54:28 2011 UTC (13 years, 5 months ago) by fraynaud
Original Path: trunk/sql/pgsql/dossierlimite.inc
File size: 871 byte(s)
wid + consultation retour + dossier limite -> TDB



1 <?php
2 //$Id: tachenonsolde.inc,v 1.6 2009-10-06 15:40:54 fraynaud Exp $
3 $DEBUG=0;
4 $serie=20;
5 $ent = _("dossier_limite");
6 $ico = "../img/ico_tache.png";
7 $edition="";
8 $table="dossier left join om_utilisateur on om_utilisateur.om_utilisateur = dossier.instructeur";
9 $champAffiche=array("dossier","to_char(date_limite,'DD/MM/YYYY') as limite, etat, om_utilisateur.login");
10 $champRecherche=array("dossier");
11 $selection = "where (date_limite <= current_date + 10)";
12 $selection.= " and om_utilisateur.login = '".$_SESSION['login']."'";
13 $selection.= " and etat ='notifier' ";
14
15
16
17 // pas d ajout
18 //$href[0]['lien']= "";
19 //$href[0]['id']= "";
20 //$href[0]['lib']= "";
21 //$href[1]['lien']= "";
22 //$href[1]['id']= "";
23 //$href[1]['lib']= "";
24 // vu courrier
25 //$href[2]['lien'] = "dossier.php?idx=";
26 //$href[2]['id']= "";
27 //$href[2]['lib']= "<img src='../img/dossier.png' border='0'>";
28 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26