noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
impress_cat_card.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?><table>
5<tr>
6 <td><?php echo _('Categorie')?> </td>
7 <td><?php echo $str_categorie?></td>
8</tr>
9<tr>
10 <td><?php echo _('Type')?></td>
11 <td><?php echo $str_histo?></td>
12</tr>
13<tr id="trstart">
14 <td><?php echo _('Depuis')?></td>
15 <td> <?php echo $str_start?></td>
16</tr>
17<tr id="trend">
18 <td><?php echo _('Jusque')?></td>
19 <td><?php echo $str_end?></td>
20<tr id="allcard">
21 <td><?php echo _('Pour toutes les catégories')?></td>
22 <td><?php echo $str_icall?></td>
23</tr>
24<tr id="inactive_card">
25 <td><?=_('Inclure les fiches inactives')?></td>
26 <td><?=$str_inactive?></td>
27</tr>
28</table>
29<script>
30 id$('histo').addEventListener('click',function(evt) {
31 let val = id$('histo').value;
32 if ( val == -1 || val == 3) {
33 id$('inactive_card').show();
34 } else {
35 id$('inactive_card').hide();
36 }
37 });
38</script>
tr($p_string, $p_extra='')
Definition ac_common.php:88
td($p_string='', $p_extra='')
surround the string with td
Definition ac_common.php:83
_("actif, passif,charge,...")
$all table
$str_categorie
Definition fiche.inc.php:42
$str_icall
Definition fiche.inc.php:49
$str_end
Definition fiche.inc.php:71
$str_start
Definition fiche.inc.php:70
$str_histo
Definition fiche.inc.php:94
$str_inactive
Definition fiche.inc.php:99