39 lines
1.4 KiB
PHP
39 lines
1.4 KiB
PHP
<?php
|
|
// $this->titre = "INTER-SANTE - Repos Médical";
|
|
// $numeroFeuilleMaladie = $_SESSION['numeroFeuilleMaladie_C'];
|
|
?>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<legend> <?= _("Factures du dossier") ?> </legend>
|
|
|
|
|
|
<button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:afficher_factures_feuille();"> <?= _("Actualiser...") ?> </button>
|
|
|
|
<div id="div_detail_factures">
|
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
|
|
<thead>
|
|
<tr>
|
|
<th width="20%" > <?= _("Prestataire") ?> </th>
|
|
<th style='text-align:center'> Date </th>
|
|
<th style='text-align:center'> <?= _("Fact") ?> </th>
|
|
<th style='text-align:center'> <?= _("Cons") ?> </th>
|
|
<th style='text-align:center'> <?= _("Ordon") ?> </th>
|
|
<th style='text-align:center'> <?= _("Hospit") ?> </th>
|
|
<th style='text-align:center'> <?= _("Optic") ?> </th>
|
|
<th style='text-align:center'> <?= _("Frais") ?> </th>
|
|
<th style='text-align:center'> <?= _("T M") ?> </th>
|
|
<th style='text-align:center'> <?= _("A Remb") ?> </th>
|
|
<th style='text-align:center'> <?= _("Dépas") ?> </th>
|
|
<th style='text-align:center'> <?= _("Ret") ?> </th>
|
|
<th style='text-align:center'> <?= _("Décpte") ?> </th>
|
|
<th style='text-align:center'> <?= _("Remb") ?> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|