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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 200 - (hide annotations)
Mon Oct 17 07:31:00 2011 UTC (13 years, 3 months ago) by fraynaud
Original Path: trunk/sql/pgsql/destination_shon.reqmo.inc
File size: 969 byte(s)
correction des reqmo
acces servitude_point.php
mise au pt sitadel


1 fraynaud 3 <?php //$Id: destination_shon.reqmo.inc,v 1.2 2008-09-08 14:45:04 jbastide Exp $
2     $reqmo['libelle']="destination_shon";
3     $reqmo['sql']="select [destination_shon],[dossier.dossier as dossier],[etat],
4 fraynaud 200 to_char(date_depot,'DD/MM/YYYY')as date_depot,
5 fraynaud 3 [destination.destination as destination],
6     [destination.libelle as destinationlib],
7     [destination_shon.shon as shon],
8     from destination_shon inner join destination on destination.destination = destination_shon.destination
9     inner join dossier on dossier.dossier= destination_shon.dossier
10     order by [tri]";
11     $reqmo['tri']= array('destination_shon','etat');
12     $reqmo['destination_shon']="checked";
13     $reqmo['dossier']="checked";
14     $reqmo['destination']="checked";
15     $reqmo['destinationlib']="checked";
16     $reqmo['shon']="checked";
17     $reqmo['etat']="checked";
18     $reqmo['date_depot']="checked";
19     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26