Plugins  LAST
 All Data Structures Files Functions Variables Pages
historic.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of NOALYSS.
5  *
6  * NOALYSS is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * NOALYSS is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with NOALYSS; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19  */
20 /* $Revision$ */
21 
22 // Copyright (c) 2002 Author Dany De Bontridder dany@alchimerys.be
23 
24 /**
25  * @file
26  * @brief display history
27  *
28  */
29 ?>
30 <table class="result">
31  <tr>
32  <th>
33  Date
34  </th>
35  <th>
36  Budget
37  </th>
38  <th>
39  Clef de rĂ©partition (appel par montant)
40  </th>
41 
42  <th>
43  Montant
44  </th>
45  <th>
46  OpĂ©ration
47  </th>
48  <th>
49  Pourcentage
50  </th>
51  <th>
52  Exercice
53  </th>
54 
55  </tr>
56 <?php for ($i=0;$i<count($array);$i++): ?>
57  <tr>
58  <td>
59  <?php echo $array[$i]['str_date']?>
60  </td>
61  <td>
62  <?php echo $array[$i]['b_name']?>
63  </td>
64  <td>
65  <?php echo $array[$i]['cr_name']?>
66  </td>
67  <td>
68  <?php echo nb($array[$i]['af_amount'])?>
69  </td>
70  <td>
71  <?php echo HtmlInput::detail_op($array[$i]['jr_id'], $array[$i]['jr_internal'])?>
72  </td>
73  <td>
74  <?php echo $array[$i]['af_percent']?>
75  </td>
76  <td>
77  <?php echo $array[$i]['b_exercice']?>
78  </td>
79  </tr>
80 <?php endfor; ?>
81 
82 </table>
endfor
if(isset($_POST['remove'])) $array
$categorie_appel table