1 |
<?php |
2 |
/** |
3 |
* Ce fichier permet de definir des variables specifiques a passer dans la |
4 |
* methode tableau des objets metier |
5 |
* |
6 |
* @package openmairie_exemple |
7 |
* @version SVN : $Id: tab.inc.php 5208 2015-09-23 21:32:51Z fmichon $ |
8 |
*/ |
9 |
|
10 |
/** |
11 |
* Exemple : un ecran specifique me permet de passer la date de naissance de |
12 |
* l'utilisateur au tableau uniquement lorsque l'objet est "agenda". |
13 |
* |
14 |
* if ($obj == "agenda") { |
15 |
* $datenaissance = ""; |
16 |
* if (isset($_GET['datenaissance'])) { |
17 |
* $datenaissance = $_GET['datenaissance']; |
18 |
* } |
19 |
* $extra_parameters["datenaissance"] = $datenaissance; |
20 |
* } |
21 |
* |
22 |
* Ainsi dans la methode tableau de l'objet en question la valeur de la date |
23 |
* de naissance sera accessible |
24 |
*/ |
25 |
|
26 |
// WIDGET DASHBOARD - widget_dossiers_limites. |
27 |
// Permet de passer les paramètres du widget dossiers limites |
28 |
if ($obj == "dossiers_limites") { |
29 |
// |
30 |
$nombre_de_jours = ""; |
31 |
if (isset($_GET['nombre_de_jours'])) { |
32 |
$nombre_de_jours = $_GET['nombre_de_jours']; |
33 |
} |
34 |
$extra_parameters["nombre_de_jours"] = $nombre_de_jours; |
35 |
// |
36 |
$codes_datd = ""; |
37 |
if (isset($_GET['codes_datd'])) { |
38 |
$codes_datd = $_GET['codes_datd']; |
39 |
} |
40 |
$extra_parameters["codes_datd"] = $codes_datd; |
41 |
// |
42 |
$filtre = ""; |
43 |
if (isset($_GET['filtre'])) { |
44 |
$filtre = $_GET['filtre']; |
45 |
} |
46 |
$extra_parameters["filtre"] = $filtre; |
47 |
} |
48 |
|
49 |
// WIDGET DASHBOARD - widget_derniers_dossiers. |
50 |
// Permet de passer les paramètres du widget dossiers limites |
51 |
if ($obj == "derniers_dossiers_deposes") { |
52 |
// |
53 |
$nombre_de_jours = ""; |
54 |
if (isset($_GET['nombre_de_jours'])) { |
55 |
$nombre_de_jours = $_GET['nombre_de_jours']; |
56 |
} |
57 |
$extra_parameters["nombre_de_jours"] = $nombre_de_jours; |
58 |
// |
59 |
$codes_datd = ""; |
60 |
if (isset($_GET['codes_datd'])) { |
61 |
$codes_datd = $_GET['codes_datd']; |
62 |
} |
63 |
$extra_parameters["codes_datd"] = $codes_datd; |
64 |
// |
65 |
$filtre = ""; |
66 |
if (isset($_GET['filtre'])) { |
67 |
$filtre = $_GET['filtre']; |
68 |
} |
69 |
$extra_parameters["filtre"] = $filtre; |
70 |
// |
71 |
$restreindre_aux_tacites = ""; |
72 |
if (isset($_GET['restreindre_aux_tacites'])) { |
73 |
$restreindre_aux_tacites = $_GET['restreindre_aux_tacites']; |
74 |
} |
75 |
$extra_parameters["restreindre_aux_tacites"] = $restreindre_aux_tacites; |
76 |
} |
77 |
|
78 |
// Permet de filtrer les dossiers dont on peut modifier la décision |
79 |
if ($obj == "dossier_instruction") { |
80 |
$filtre_decision = false; |
81 |
if (isset($_GET['decision']) && $_GET['decision'] == 'true') { |
82 |
$filtre_decision = true; |
83 |
} |
84 |
$extra_parameters["filtre_decision"] = $filtre_decision; |
85 |
} |
86 |
// Permet de filtrer les dossiers dont on peut modifier la décision |
87 |
if ($obj == "dossier_non_transmis") { |
88 |
$date_depot_debut = null; |
89 |
if (isset($_GET['date_depot_debut'])) { |
90 |
$date_depot_debut = $_GET['date_depot_debut']; |
91 |
} |
92 |
$extra_parameters["date_depot_debut"] = $date_depot_debut; |
93 |
} |
94 |
|
95 |
if ($obj == "suivi_instruction_parametrable") { |
96 |
// |
97 |
$statut_signature = ""; |
98 |
if (isset($_GET['statut_signature'])) { |
99 |
$statut_signature = $_GET['statut_signature']; |
100 |
} |
101 |
$extra_parameters["statut_signature"] = $statut_signature; |
102 |
// |
103 |
$message_help = ""; |
104 |
if (isset($_GET['message_help'])) { |
105 |
$message_help = $_GET['message_help']; |
106 |
} |
107 |
$extra_parameters["message_help"] = $message_help; |
108 |
// |
109 |
$tri = ""; |
110 |
if (isset($_GET['tri'])) { |
111 |
$tri = $_GET['tri']; |
112 |
} |
113 |
$extra_parameters["tri"] = $tri; |
114 |
// |
115 |
$filtre = ""; |
116 |
if (isset($_GET['filtre'])) { |
117 |
$filtre = $_GET['filtre']; |
118 |
} |
119 |
$extra_parameters["filtre"] = $filtre; |
120 |
|
121 |
$widget_recherche_id = ""; |
122 |
if (isset($_GET['widget_recherche_id'])) { |
123 |
$widget_recherche_id = $_GET['widget_recherche_id']; |
124 |
} |
125 |
$extra_parameters["widget_recherche_id"] = $widget_recherche_id; |
126 |
} |
127 |
|
128 |
|
129 |
// Pour tous les listings des objets suivants, on passe les paramètres des widgets |
130 |
// correspondants |
131 |
if ($obj == "dossier_contentieux_contradictoires" |
132 |
|| $obj == "dossier_contentieux_ait" |
133 |
|| $obj == "dossier_contentieux_alerte_parquet" |
134 |
|| $obj == "dossier_contentieux_alerte_visite" |
135 |
|| $obj == "dossier_contentieux_audience" |
136 |
|| $obj == "dossier_contentieux_clotures" |
137 |
|| $obj == "dossier_contentieux_inaffectes" |
138 |
|| $obj == "dossiers_evenement_incomplet_majoration" |
139 |
|| $obj == "dossiers_pre_instruction" |
140 |
|| $obj == "dossier_non_transmis") { |
141 |
// |
142 |
$filtre = ""; |
143 |
if (isset($_GET['filtre'])) { |
144 |
$filtre = $_GET['filtre']; |
145 |
} |
146 |
$extra_parameters["filtre"] = $filtre; |
147 |
} |
148 |
|
149 |
// Recherche avancée : complétion uniquement à droite |
150 |
$options[] = array('type' => 'wildcard', 'left' => '', 'right' => '%'); |
151 |
?> |