147 lines
5.2 KiB
PHP
Executable File
147 lines
5.2 KiB
PHP
Executable File
<?php
|
|
// $this->titre = "INTER SANTE - Récap résiliation";
|
|
$nbFactAntiDate = $this->nettoyer($avenant['nbFactAntiDate']);
|
|
?>
|
|
|
|
<INPUT class="sr-only" TYPE="text" id="nomForm" NAME="nomForm" value="Fichechangementcollege">
|
|
|
|
<button id="btn_pop" NAME="btn_pop" type="button" class="sr-only" data-bs-toggle="modal" data-bs-target="#popdetailassure"></button>
|
|
<button id="btn_changementcollege" NAME="btn_changementcollege" type="button" class="sr-only" data-bs-toggle="modal" data-bs-target="#popchangementcollege"></button>
|
|
<button id="btn_changementcollege_masse" NAME="btn_changementcollege_masse" type="button" class="sr-only" data-bs-toggle="modal" data-bs-target="#popchangementcollegemasse"></button>
|
|
|
|
<legend> <?= _("RECAPITULATIF DU CHANGEMENT DE COLLEGE DE LA POLICE") . " : " . $this->nettoyer($_SESSION['numeroPolice_C'])?> </legend>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:9pt; text-align:center'>
|
|
<thead>
|
|
<tr>
|
|
<th width="16%" style='text-align:center'> <?= _("Date Effet Police") ?> </th>
|
|
<th width="16%" style='text-align:center'> <?= _("Date Echéance Police") ?> </th>
|
|
<th width="16%" style='text-align:center'> <?= _("Durée Police") ?> </th>
|
|
|
|
<th width="16%" style='text-align:center'> <?= _("Date Effet Avenant") ?> </th>
|
|
<th width="16%" style='text-align:center'> <?= _("Date Echéance Avenant") ?> </th>
|
|
<th width="20%" style='text-align:center'> <?= _("Durée Avenant") ?> </th>
|
|
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
<td> <?= dateLang($this->nettoyer($emission['dateEffet'])) ?> </td>
|
|
<td> <?= dateLang($this->nettoyer($emission['dateEcheance'])) ?> </td>
|
|
<td> <?= $this->nettoyer($emission['dureePolice']) ?> </td>
|
|
|
|
<td> <?= dateLang($this->nettoyer($avenant['dateEffet'])) ?> </td>
|
|
<td> <?= dateLang($this->nettoyer($avenant['dateEcheance'])) ?> </td>
|
|
<td> <?= $this->nettoyer($avenant['dureeAvenant']) ?> </td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:9pt; text-align:center'>
|
|
<thead>
|
|
<tr>
|
|
<th width="20%" style='text-align:center'> <?= _("Primes Totales") ?> </th>
|
|
<th width="20%" style='text-align:center'> <?= _("Primes Acquises") ?> </th>
|
|
<th width="20%" style='text-align:center'> <?= _("Consommations") ?> </th>
|
|
<th width="20%" style='text-align:center'> <?= _("Rapport S/P") ?> </th>
|
|
<th width="20%" style='text-align:center'> TOTAL </th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td> <?= format_N($this->nettoyer($sppolice['primestat'])) ?> </td>
|
|
|
|
<td> <?= format_N($this->nettoyer($sppolice['prime_acquise'])) ?> </td>
|
|
|
|
<td> <?= format_N($this->nettoyer($sppolice['consommation'])) ?> </td>
|
|
|
|
<td> <?= $this->nettoyer($sppolice['rapportsp']) ?> </td>
|
|
|
|
<td> <?= $this->nettoyer($sppolice['rapportspgeneral']) ?> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<legend> <?= _("DETAIL PRIMES") ?> </legend>
|
|
|
|
<div id="div_assure_a_retirer">
|
|
<?php require "Vue/Ajaxdetailchangementcollege/index.php";?>
|
|
</div>
|
|
|
|
<div class="modal fade" id="popdetailassure" role="dialog" data-bs-backdrop="static" data-bs-keyboard="false" >
|
|
<div class="modal-dialog" style="max-width: 85%;" role="document">
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
<h4 class="modal-title"> <?= _("Sélection des familles concernées") ?> </h4>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<div id="div_selection_assure">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="modal fade" id="popchangementcollege" role="dialog" data-bs-backdrop="static" data-bs-keyboard="false" >
|
|
<div class="modal-dialog" style="max-width: 85%;" role="document">
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
<h4 class="modal-title"> <?= _("Changement collège individuel") ?> </h4>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<div id="div_changementcollege">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="modal fade" id="popchangementcollegemasse" role="dialog" data-bs-backdrop="static" data-bs-keyboard="false" >
|
|
<div class="modal-dialog" style="max-width: 85%;" role="document">
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
<h4 class="modal-title"> <?= _("Changement collège en masse") ?> </h4>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<div id="div_changementcollege_masse">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|