Plugins  LAST
 All Data Structures Files Functions Variables Pages
bud_detail.php
Go to the documentation of this file.
1 <?php
2 /*
3  * Copyright 2010 De Bontridder Dany <dany@alchimerys.be>
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 ?>
21  <?php
22 /**
23  * @file montre les détails d'un budget
24  * @see Budget::detail()
25  */
27 
28 echo HtmlInput::hidden('p_jrn',$g_copro_parameter->journal_appel);
29 ?>
30 <table class="result">
31  <tr>
32  <th>Fiche dépense</th>
33  <th>Label</th>
34  <th>Clef de répartition </th>
35  <th>Montant</th>
36  </tr>
37 <?php for ($i=0;$i < count($a_input);$i++):?>
38  <tr>
39  <td>
40  <?php echo $a_input[$i]['card']?>
41  </td>
42  <td>
43  <?php echo $a_input[$i]['card_label']?>
44  </td>
45  <td>
46  <?php echo $a_input[$i]['key']?>
47 
48  </td>
49 
50  <td>
51  <?php echo $a_input[$i]['amount']?>
52 
53  </td>
54  </tr>
55 
56 <?php endfor?>
57 
58 </table>
59 <p>
60  Total <span id="sbud_total"><?php echo nbm($bud_amount)?></span>
61 </p>
62 <p>
63 Différence <span id="span_diff"></span>
64 </p>
endfor
global $g_copro_parameter
Definition: bud_detail.php:26
$categorie_appel table