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