31 lines
1.5 KiB
PHP
Executable File
31 lines
1.5 KiB
PHP
Executable File
<?php
|
|
$this->titre = "INTER-SANTE - Feuilles maladies non facturées";
|
|
?>
|
|
|
|
<legend> <?= _("Feuilles maladies non facturées") ?> </legend>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Début Analyse") ?> </td>
|
|
<td width="15%" ><INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="debutAnalyse" NAME="debutAnalyse" value="<?= $_SESSION['debutExerciceFr_C'] ?>" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td width="10%" align="center"> <?= _("Date Analyse") ?> </td>
|
|
<td width="15%" ><INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateAnalyse" NAME="dateAnalyse" value="<?= dateCouranteLang($_SESSION['p_lang']) ?>" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td> </td>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:lister_feuille_nonfacture();"> <?= _("Afficher") ?> </button> </td>
|
|
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:lister_feuille_nonfacture_pdf();"> <?= _("Format PDF") ?> </button> </td>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-success" onclick="javascript:lister_provisions_cpt();"> <?= _("Format Excel") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_lister">
|
|
|
|
</div>
|
|
|
|
<div id="div_export_a">
|
|
</div>
|