altocompta/include/template/ledger_search.php

61 lines
1.1 KiB
PHP

<?=_('Dans le journal')?>
<?php echo $f_ledger; ?>
<table>
<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>