assure/Vue/Ajaxfactureconsassure/index.php
2025-12-05 09:34:39 +00:00

120 lines
6.6 KiB
PHP
Executable File

<?php
$tiersPayant = ($this->nettoyer($facture['tiersPayant'])=="1") ? "Oui" : "Non";
?>
<table class="table table-responsive table-condensed" style="font-size:9pt;">
<tbody>
<tr>
<td width="7%"> <?= _("ID facture") ?> </td>
<td width="13%"> <INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['idFacture']) ?>" readonly></td>
<td width="7%" style='text-align:center'> <?= _("Matricule") ?> </td>
<td width="10%" ><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['numeroBeneficiaire']) ?>" readonly></td>
<td width="7%" style='text-align:center'> <?= _("Bénéficiaire") ?> </td>
<td width="25%" ><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['beneficiaire']) ?>" readonly></td>
<td width="7%" style='text-align:center'> <?= _("Adhérent") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['adherent']) ?>" readonly></td>
</tr>
<tr>
<td > <?= _("Police") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['numeroPolice']) ?>" readonly></td>
<td style='text-align:center'> <?= _("Catégorie") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['codeProduit']) ?>" readonly></td>
<td style='text-align:center'> <?= _("Mail / Tél") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['emailAdherent']) ?> / <?= $this->nettoyer($facture['telAdherent']) ?>" readonly></td>
<td style='text-align:center'> <?= _("Client") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['souscripteur']) ?>" readonly></td>
</tr>
<tr>
<td > Date </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= dateheureFr($this->nettoyer($facture['dateSysteme'])) ?>" readonly></td>
<td style='text-align:center'> User </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['codeUtilisateur']) ?>" readonly></td>
<td style='text-align:center'> <?= _("Prestataire") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['prestataire']) ?>" readonly></td>
<td style='text-align:center'> <?= _("Etat") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['etatfacture']) ?>" readonly></td>
</tr>
<tr>
<td> <?= _("Frais") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= format_N($this->nettoyer($facture['fraisReel'])) ?>" readonly></td>
<td style='text-align:center'> <?= _("T M") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= format_N($this->nettoyer($facture['montantTm'])) ?>" readonly></td>
<td style='text-align:center'> <?= _("A Remb.") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= format_N($this->nettoyer($facture['montantArembourser'])) ?>" readonly></td>
<td style='text-align:center'> <?= _("Dépass.") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= format_N($this->nettoyer($facture['fraisExclu'])) ?>" readonly></td>
</tr>
<tr>
<td> <?= _("Retenu") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= format_N($this->nettoyer($facture['fraisRetenu'])) ?>" readonly></td>
<td style='text-align:center'> <?= _("Forcé") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= format_N($this->nettoyer($facture['montantForce'])) ?>" readonly></td>
<td style='text-align:center'> <?= _("Redressé") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= format_N($this->nettoyer($facture['montantRedresse'])) ?>" readonly></td>
<td style='text-align:center'> <?= _("A Payer") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= format_N($this->nettoyer($facture['montantApayer'])) ?>" readonly></td>
</tr>
<tr>
<td > <?= _("Tiers Payant") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $tiersPayant; ?>" readonly></td>
<td style='text-align:center'> <?= _("No Decpte") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['numeroDecompte']) ?>" readonly></td>
<td style='text-align:center'> <?= _("No Lot") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['numeroLotDecompte']) ?>" readonly></td>
</tr>
<tr>
<td > <?= _("Vérificateur") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= $this->nettoyer($facture['userControle']) ?>" readonly></td>
<td style='text-align:center'> <?= _("Date Decpte") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= dateFr($this->nettoyer($facture['dateDecompte'])) ?>" readonly></td>
<td style='text-align:center'> <?= _("Date Reglt") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= dateheureFr($this->nettoyer($facture['heureReglement'])) ?>" readonly></td>
<td style='text-align:center'> <?= _("Reglé") ?> </td>
<td><INPUT style="font-size:9pt;" class="form-control" value="<?= format_N($this->nettoyer($facture['montantPaye'])) ?>" readonly></td>
</tr>
</tbody>
</table>
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
<tbody>
<tr>
<td> <button type="button" style="font-size:10pt;" class="form-control btn btn-info" onclick="javascript:consulterfacturefeuillemaladie();" > Feuille maladie...</button> </td>
<td> <button type="button" style="font-size:10pt;" class="form-control btn btn-info" onclick="javascript:consulterfactureprestationactes();" > Prestations...</button> </td>
<td> <button type="button" style="font-size:10pt;" class="form-control btn btn-info" onclick="javascript:consulterfacturemedicaments();" > Medicaments...</button> </td>
<td> <button type="button" style="font-size:10pt;" class="form-control btn btn-info" onclick="javascript:consulterfactureverres();" > <?= _("Verres...") ?> </button> </td>
<td> <button type="button" style="font-size:10pt;" class="form-control btn btn-info" onclick="javascript:consulterfactureged();" > GED / EDM ...</button> </td>
</tr>
</tbody>
</table>