Plugins  LAST
 All Data Structures Files Functions Variables Pages
template_ledger_fin.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 <fieldset>
6 <legend><?php echo $f_legend ?> </legend>
7  <?php echo _('Date').' '.$f_date ?><br>
8 <?php echo $f_jrn?><br>
9 <?php echo _('Banque')?><?php echo $ibank->input(); ?><?php echo $ibank->search()?> <span id='e_bank_account_label'><?$f_bank_label?></span>
10 </fieldset>
11 
12 <fieldset>
13 <legend><?php echo $f_legend_detail?></legend>
14  <fieldset><legend><?php echo _('Extrait de compte')?></legend>
15  <?php echo _('Numéro extrait')?> <?php echo $f_extrait?>
16 <input type="text" disabled id="first_sold"></span>
17 </fieldset>
18 <?php echo $str_add_button?>
19  <fieldset><legend><?php echo _('Opérations')?></legend>
20 <table id="fin_item" width="100%" border="0">
21 <tr>
22 <th colspan="2">code<?HtmlInput::infobulle(0)?></TH>
23  <th><?php echo _('Commentaire')?></TH>
24  <th><?php echo _('Montant')?></TH>
25  </tr>
26 
27 <?php foreach ($array as $item) {
28 echo '<tr>';
29 echo td($item['search'].$item['qcode']);
30 echo td($item['span']);
31 echo td($item['comment']);
32 echo td($item['amount']);
33 echo '</tr>';
34 }
35 ?>
36 </table>
37 </fieldset>
38 </fieldset>
39 
40 
$note width
if(isset($_POST['remove'])) $array
$categorie_appel table