noalyss  Version-9
forecast-detail.php
Go to the documentation of this file.
1 <?php
2 //This file is part of NOALYSS and is under GPL
3 //see licence.txt
4 ?>
5 <h2><?php echo $str_name;?></h2>
6 <fieldset>
7 <legend><?php echo $str_action;?></legend>
8 
9 <table id="fortable">
10 <tr>
11 <th><?php echo _('Catégorie');?></th>
12 <th style="width:40%"><?php echo _('Formules');?></th>
13 <th><?php echo _('ou QuickCode');?></th>
14 <th><?php echo _('Libellé');?></th>
15 <th><?php echo _('Montant');?></th>
16 <th><?php echo _('Débit ou Crédit');?></th>
17 </tr>
18 <?php for ($i=0;$i<count($aCat);$i++):?>
19 <tr>
20 <td><?php echo $aCat[$i]['cat'];?></td>
21 <td><?php echo $aCat[$i]['account'];?></td>
22 <td><?php echo $aCat[$i]['qc'];?></td>
23 <td><?php echo $aCat[$i]['name'];?></td>
24 <td><?php echo $aCat[$i]['per'];?></td>
25 
26 <td><?php echo $aCat[$i]['amount'];?></td>
27 <td><?php echo $aCat[$i]['deb'];?></td>
28 </tr>
29 <?php endfor;?>
30 </table>
31 <?php echo $f_add_row ?>
32 </fieldset>
33 
34 
style
$opd_description style
Definition: ajax_mod_predf_op.php:52
tr
tr($p_string, $p_extra='')
Definition: ac_common.php:88
endfor
endfor
Definition: forecast-detail.php:22
$i
$i
Definition: action_document_type_mtable_input.php:83
h2
h2($p_string, $p_class="", $raw="")
Definition: ac_common.php:68
$str_name
$str_name
Definition: forecast_item_mtable-input.php:31
table
$all table
Definition: company.inc.php:138
th
th($p_string, $p_extra='', $raw='')
Definition: ac_common.php:58
td
td($p_string='', $p_extra='')
surround the string with td
Definition: ac_common.php:83