This commit is contained in:
KANE LAZENI 2026-03-09 16:57:23 +00:00
parent 30d55e5cc1
commit 2420cc2be0

View File

@ -97,61 +97,65 @@
<tr>
<?php if($depassement>"0") : ?>
<td width="15%" style="font-weight:bold;">
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<input class="form-control" style="border:none; background-color:transparent !important;;" type="text" value="" readonly >
<?= _("Réclamé") ?>
</td>
<td width="20%" >
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<td width="15%" style="font-weight:bold;">
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<input class="form-control" style="border:none; background-color:transparent !important;;" type="text" value="" readonly >
<?= _("Réclamé") ?>
</td>
<td width="20%" >
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<?php if($prixActeModifiable=="1") : ?>
<input class="form-control" type="number" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" >
<?php else: ?>
<button id="prixActe_info" name="prixActe_info" TYPE="button" class="form-control button" style="text-align: center; font-size:10pt; font-weight:bold; background-color:#5f9ea0; color:white;" title="<?= _("Voir le tarif appliqué") ?>" onclick='javascript:tarif_applique("<?=$tarif ?>");'>
<i class="fa fa-hand-pointer-o pull-right" ></i>
<?= format_N($prixActe + 100000) ?>
</button>
<?php endif; ?>
</td>
<?php if($prixActeModifiable=="1") : ?>
<input class="form-control" type="number" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" >
<?php else: ?>
<button id="prixActe_info" name="prixActe_info" TYPE="button" class="form-control button" style="text-align: center; font-size:10pt; font-weight:bold; background-color:#5f9ea0; color:white;" title="<?= _("Voir le tarif appliqué") ?>" onclick='javascript:tarif_applique("<?=$tarif ?>");'>
<i class="fa fa-hand-pointer-o pull-right" ></i>
<?= format_N($prixActe + 100000) ?>
</button>
<?php endif; ?>
</td>
<td width="15%" align="center">
<input class="form-control" style="text-align: center; font-size:10pt; border:none; background-color:transparent !important;" type="text" value="<?= _("Montant TM") ?>" readonly >
<input class="form-control" style="text-align: center; font-size:10pt; border:none; background-color:transparent !important;;" type="text" value="<?= _("Dépassement") ?>" readonly >
<input class="form-control" style="text-align: center; font-size:10pt; font-weight:bold; border:none; background-color:transparent !important;;" type="text" value="<?= _("Part Assuré") ?>" readonly >
</td>
<td width="20%" >
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" value="<?= format_N($montantTm) ?>" readonly >
<input id="depassement_info" name="depassement_info" class="form-control" style="text-align: center; font-size:10pt;" type="text" value="<?= format_N($depassement) ?>" readonly >
<input id="partassure_info" name="partassure_info" class="form-control" style="text-align: center; font-size:10pt; font-weight:bold; background-color:#ba74d4 !important; color:white;" type="text" value="<?= format_N($montantTm+$depassement) ?>" readonly >
</td>
<td width="15%" align="center" style="font-weight:bold;">
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<input class="form-control" style="border:none; background-color:transparent !important;;" type="text" value="" readonly >
<?= _("A Rembourser") ?>
</td>
<td width="20%" >
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<input id="aRembourser_info" name="aRembourser_info" class="form-control" style="text-align: center; font-size:10pt; font-weight:bold;" type="text" value="<?= format_N($aRembourser) ?>" readonly >
</td>
<td width="15%" align="center">
<input class="form-control" style="text-align: center; font-size:10pt; border:none; background-color:transparent !important;" type="text" value="<?= _("Montant TM") ?>" readonly >
<input class="form-control" style="text-align: center; font-size:10pt; border:none; background-color:transparent !important;;" type="text" value="<?= _("Dépassement") ?>" readonly >
<input class="form-control" style="text-align: center; font-size:10pt; font-weight:bold; border:none; background-color:transparent !important;;" type="text" value="<?= _("Part Assuré") ?>" readonly >
</td>
<td width="20%" >
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" value="<?= format_N($montantTm) ?>" readonly >
<input id="depassement_info" name="depassement_info" class="form-control" style="text-align: center; font-size:10pt;" type="text" value="<?= format_N($depassement) ?>" readonly >
<input id="partassure_info" name="partassure_info" class="form-control" style="text-align: center; font-size:10pt; font-weight:bold; background-color:#ba74d4 !important; color:white;" type="text" value="<?= format_N($montantTm+$depassement) ?>" readonly >
</td>
<td width="15%" align="center" style="font-weight:bold;">
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<input class="form-control" style="border:none; background-color:transparent !important;;" type="text" value="" readonly >
<?= _("A Rembourser") ?>
</td>
<td width="20%" >
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
<input id="aRembourser_info" name="aRembourser_info" class="form-control" style="text-align: center; font-size:10pt; font-weight:bold;" type="text" value="<?= format_N($aRembourser) ?>" readonly >
</td>
<?php else: ?>
<td width="15%" style="font-weight:bold;"> <?= _("Réclamé") ?> </td>
<td width="20%" >
<button id="prixActe_info" name="prixActe_info" TYPE="button" class="form-control span_link" style="text-align: center; font-size:10pt; font-weight:bold;" title="<?= _("Voir le tarif appliqué") ?>" onclick='javascript:tarif_applique("<?=$tarif ?>");'>
<i class="fa fa-hand-pointer-o pull-right" ></i>
<?= format_N($prixActe) ?>
</button>
</td>
<td width="15%" align="center" style="font-weight:bold;"> <?= _("Part assuré") ?> </td>
<td width="20%" > <input id="montantTm_info" name="montantTm_info" class="form-control" style="text-align: center; font-size:10pt; font-weight:bold; color:red;" type="text" value="<?= format_N($montantTm) ?>" readonly ></td>
<td width="15%" style="font-weight:bold;"> <?= _("Réclamé") ?> </td>
<td width="20%" >
<?php if($prixActeModifiable=="1") : ?>
<input class="form-control" type="number" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" >
<?php else: ?>
<button id="prixActe_info" name="prixActe_info" TYPE="button" class="form-control span_link" style="text-align: center; font-size:10pt; font-weight:bold;" title="<?= _("Voir le tarif appliqué") ?>" onclick='javascript:tarif_applique("<?=$tarif ?>");'>
<i class="fa fa-hand-pointer-o pull-right" ></i>
<?= format_N($prixActe) ?>
</button>
<?php endif; ?>
</td>
<td width="15%" align="center" style="font-weight:bold;"> <?= _("A Rembourser") ?> </td>
<td width="20%" > <input id="aRembourser_info" name="aRembourser_info" class="form-control" style="text-align: center; font-size:10pt; font-weight:bold;" type="text" value="<?= format_N($aRembourser) ?>" readonly ></td>
<td width="15%" align="center" style="font-weight:bold;"> <?= _("Part assuré") ?> </td>
<td width="20%" > <input id="montantTm_info" name="montantTm_info" class="form-control" style="text-align: center; font-size:10pt; font-weight:bold; color:red;" type="text" value="<?= format_N($montantTm) ?>" readonly ></td>
<td width="15%" align="center" style="font-weight:bold;"> <?= _("A Rembourser") ?> </td>
<td width="20%" > <input id="aRembourser_info" name="aRembourser_info" class="form-control" style="text-align: center; font-size:10pt; font-weight:bold;" type="text" value="<?= format_N($aRembourser) ?>" readonly ></td>
<?php endif; ?>
</tr>