Plugins  LAST
 All Data Structures Files Functions Variables Pages
parameter.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 
6 <?php
7  $bt=new IButton("but_tva_add");
8  $bt->label="Ajout d'une correspondance";
9  $bt->javascript=" $('dtvaadd').show()";
10  echo $bt->input();
11 ?>
12 
13 <table class="result" style="width:60%;margin-left:20%">
14  <tr>
15  <th>Fiche TVA</th>
16  <th>Taux correspondant <?php echo HtmlInput::infobulle(50)?></th>
17  </tr>
18  <?php
19  for ($i = 0; $i < count($atva); $i++):
20  ?>
21  <tr>
22  <td>
23  <?php
24  $wtva = new ITva_Popup("tva_" . $atva[$i]['pt_id']);
25  $wtva->value = $atva[$i]['tva_id'];
26  echo $wtva->input();
27  ?>
28  </td>
29  <td>
30  <?php
31  $wrate = new INum('rate' . $atva[$i]['pt_id']);
32  $wrate->value=$atva[$i]['pt_rate'];
33  echo $wrate->input();
34  ?>
35  </td>
36  </tr>
37 
38 
39 
40  <?php endfor;?>
41 
42 </table>
if(isset($_POST['ftvaadd'])) if(isset($_POST['mod'])) $atva
get data from database
$note style
endfor
Definition: parameter.php:33
$bt
Definition: parameter.php:7
$wrate
Definition: parameter.php:31
$categorie_appel table