Plugins  LAST
 All Data Structures Files Functions Variables Pages
numbering.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 echo HtmlInput::button('receipt_bt','Renuméroter les pièces','onclick="$(\'div_receipt\').show();"');
5 ?>
6 <form method="POST" id="form1" onsubmit="return confirm_box(this,'Vous confirmez ?')">
7  <input type="hidden" name="act" id="act" value="">
8 <div id="div_receipt" class="inner_box" style="top:230;margin:5;overflow:visible;display:none;">
9 <h2 class="info" >Rénuméroter les pièces, donner le préfixe puis le numéro</h2>
10 <p class="notice">Il vaut mieux que le préfixe se termine par autre chose qu'un chiffre</p>
11 <?php echo $hidden?>
12 <table>
13  <TR>
14  <TD>Préfixe</TD>
15  <td><?php echo $prefix->input()?></td>
16  </TR>
17  <TR>
18  <TD>A partir de </TD>
19  <td><?php echo $number->input()?></td>
20  </TR>
21  <TR>
22  <TD>Les opérations ont le même numéro (ex:relevé de banque) </TD>
23  <td><?php echo $with_step->input()?></td>
24  </TR>
25 
26 </table>
27 <?php echo $submit?>
28 <?php
29  echo HtmlInput::button('receipt_hide_bt','Annuler','onclick="$(\'div_receipt\').hide();"');
30 ?>
31 
32 </div>
33 <script type="text/javascript">
34 new Draggable('div_receipt');
35 </script>
$note style
$p_year value
$categorie_appel name