altocompta/include/template/ledger_search.php
2011-11-24 09:53:07 +00:00

67 lines
1.2 KiB
PHP

<table>
<tr>
<td style="text-align:right;width:30em">
<?=_('Dans le journal')?>
</td>
<td>
<?php echo $f_ledger; ?>
</td>
</tr>
<tr>
<td style="text-align:right;width:30em">
<?=_('Et Compris entre les date')?>
</td>
<td>
<?php echo $f_date_start->input(); ?> <?=_('et')?> <?php echo $f_date_end->input(); ?>
</td>
</tr>
<tr>
<td style="text-align:right;width:30em">
<?=_('Et contenant dans le libellé, pièce justificative ou n° interne')?>
</td>
<td>
<?php echo $f_descript->input(); ?>
</td>
</tr>
<tr>
<td style="text-align:right;width:30em">
<?=_('Et compris entre les montants')?>
</td>
<td >
<?php echo $f_amount_min->input(); ?> <?=_('et')?> <?php echo $f_amount_max->input(); ; ?>
</td>
</tr>
<tr>
<td style="text-align:right;width:30em">
<?=_('Et utilisant la fiche (quick code)')?>
</td>
<td>
<?php echo $f_qcode->search();echo $f_qcode->input(); ?>
</td>
</tr>
<tr>
<td style="text-align:right;width:30em">
<?php echo _('Et utilisant le poste comptable').$info?>
</td>
<td>
<?php echo $f_accounting->input(); ?>
</td>
</tr>
<tr>
<td style="text-align:right;width:30em">
<?=_('Et uniquement non payées')?>
</td>
<td>
<?php echo $f_paid->input(); ?>
</td>
</tr>
</table>