production/Vue/Detailfacturegarant/appelfond.php
2025-12-01 16:12:12 +00:00

29 lines
1.6 KiB
PHP
Executable File

<legend><?= _("FACTURATION APPEL DE FONDS")?></legend>
<div id="div_appel_fond">
<table id="" class="table table-responsive table-condensed" style="font-size:12pt;">
<tbody>
<tr>
<td width="10%"><?= _("Assiette") ?></td>
<td width="15%">
<select class="form-select" id="codeAssietteFacturationGarant" NAME="codeAssietteFacturationGarant" style="font-size:12pt; height:30px;" onChange="javascript:charger_appel_fond_garant();">
<?php liste_options($listeassiettes, ""); ?>
</SELECT>
</td>
<td align="center" width="5%"><?= _("HT") ?></td>
<td><INPUT class="form-control text-center" TYPE="text" id="montantHt" NAME="montantHt" value="<?= format_N($entetefacturegarant['montantHt']) ?>" style="font-size:12pt; height:30px;" disabled></td>
<td align="center" width="5%"><?= _("Taxe") ?></td>
<td><INPUT class="form-control text-center" TYPE="text" id="taxe" NAME="taxe" value="<?= format_N($entetefacturegarant['taxe']) ?>" style="font-size:12pt; height:30px;" disabled></td>
<td align="center" width="5%"><?= _("TTC") ?></td>
<td><INPUT class="form-control text-center" TYPE="text" id="montantTtc" NAME="montantTtc" value="<?= format_N($entetefacturegarant['montantTtc']) ?>" style="font-size:12pt; height:30px;" disabled>
<td align="center" width="7%"><?= _("Pop") ?></td>
<td width="8%"><INPUT class="form-control text-center" TYPE="text" id="accessoire" NAME="accessoire" value="<?= format_N($entetefacturegarant['nbAliment']) ?>" style="font-size:12pt; height:30px;" disabled></td>
</tr>
</tbody>
</table>
</div>