This commit is contained in:
KANE LAZENI 2026-01-19 14:40:11 +00:00
parent e0eb668d7d
commit d970ff8597
3 changed files with 0 additions and 52 deletions

View File

@ -19,25 +19,4 @@ class ControleurAjaxmouvementassure extends Controleur {
$this->genererVueAjax(array('mouvementassures' => $mouvementassures));
}
public function vide()
{
$this->genererVueAjax(array());
}
public function client()
{
$_SESSION['idPolice_C'] = $this->requete->getParametreFormulaire("idPolice");
$codeSensMouvement = $this->requete->getParametreFormulaire("codeSensMouvement");
$valide = $this->requete->getParametreFormulaire("valide");
$ajoutClient = $this->requete->getParametreFormulaire("ajoutClient");
$debut = $this->requete->getParametreDate("debut");
$fin = $this->requete->getParametreDate("fin");
$mouvementassures = $this->mouvementassure->getMouvementassure($ajoutClient, $codeSensMouvement, $valide, $debut, $fin);
$this->genererVueAjax(array('mouvementassures' => $mouvementassures));
}
}

View File

@ -1,4 +0,0 @@
MOUVEMENTS CLIENTS
<?php include 'Vue/Ajaxmouvementassure/index.php'; ?>

View File

@ -1,27 +0,0 @@
<table class="table table-striped table-bordered table-condensed table-responsive" style="font-size:8pt;">
<thead>
<tr>
<th rowspan="2" style='text-align:center'> No </th>
<th rowspan="2" style='text-align:center'> Date </th>
<th rowspan="2" style='text-align:center'> <?= _("Médicament") ?> </th>
<th rowspan="2" style='text-align:center'> <?= _("Qté") ?> </th>
<th rowspan="2" style='text-align:center'> <?= _("Prestataire") ?> </th>
<th rowspan="2" colspan="2" style='text-align:center'> <?= _("Bénéficiaire") ?> </th>
<th rowspan="2" style='text-align:center'> <?= _("Répondue le") ?> </th>
<th rowspan="2" style='text-align:center'> <?= _("Répondue par") ?> </th>
<th rowspan="2" style='text-align:center'> <?= _("Situation") ?> </th>
<th colspan="2" style='text-align:center'> <?= _("Motif Réponse") ?> </th>
<th rowspan="2" style='text-align:center'> <?= _("Facturé") ?> </th>
</tr>
<tr>
<th style='text-align:center'> <?= _("Réel") ?> </th>
<th style='text-align:center'> <?= _("A l'assuré") ?> </th>
</tr>
</thead>
<tbody>
</tbody>
</table>