Import initial du projet Production
This commit is contained in:
28
Vue/Provisonssin/index.php
Executable file
28
Vue/Provisonssin/index.php
Executable file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
$this->titre = "INTER SANTE - Provisions de Sinistres";
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<legend> <?= _("Provisions de Sinistres") ?> </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['lang']) ?>" required AUTOCOMPLETE="OFF"></td>
|
||||
|
||||
<td> </td>
|
||||
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:lister_provisions_sys();"> <?= _("Selon date Système...") ?> </button> </td>
|
||||
|
||||
<td> </td>
|
||||
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:lister_provisions_cpt();"> <?= _("Selon date Comptable...") ?> </button> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div id="div_export_a">
|
||||
</div>
|
||||
Reference in New Issue
Block a user