164 lines
11 KiB
PHP
164 lines
11 KiB
PHP
<?php
|
|
$montantreferentapresdcpt = $this->nettoyer($montantreferent['apresDecompte']);
|
|
foreach($montantreferent as $treferent){
|
|
$montantreferentapresdcpt += $treferent['apresDecompte'];
|
|
}
|
|
|
|
?>
|
|
<div id="div_ente_requete">
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="6%" > <?= _("Garant") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="codeGcAssureur" NAME="codeGcAssureur" required AUTOCOMPLETE="OFF"
|
|
onChange="javascript:filtrespolicegarant()">
|
|
<?php liste_options($garants, $_SESSION['codeGcAssureurStat'],true); ?>
|
|
</SELECT>
|
|
</td>
|
|
<td width="8%" class="text-center"> <?= _("Police") ?> </td>
|
|
<td colspan="4">
|
|
<div id="div_policegarant">
|
|
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="idPolice" NAME="idPolice" required AUTOCOMPLETE="OFF">
|
|
<?php liste_options($polices,$_SESSION['idPoliceStat'],true);
|
|
?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td width="6%" > <?= _("Période du") ?> </td>
|
|
<td > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="debutStat" NAME="debutStat" value="<?=dateLang($_SESSION['debutStat'])?>" > </td>
|
|
|
|
<td align="center" width="3%"> <?= _("au") ?> </td>
|
|
<td > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="finStat" NAME="finStat" value="<?=dateLang($_SESSION['finStat'])?>" > </td>
|
|
|
|
<td class="text-center"> <?= _("Dépenses > à") ?> </td>
|
|
<td width="22%">
|
|
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" id="depenses" NAME="depenses" value="0" onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);">
|
|
</td>
|
|
|
|
<td width="10%"><button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:etatstatsmaladiefichetechique('tous');"> <?= _("Télécharger le kit") ?> </button> </td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td width="8%" class="text-center"> <?= _("Chargement") ?> </td>
|
|
<td>
|
|
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" id="Chargement" NAME="Chargement" value="30" onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);">
|
|
</td>
|
|
|
|
<td colspan = 3 align="center" > <?= _("Montant référent") ?> </td>
|
|
<td > <INPUT style='text-align:center; font-size:14pt; color: red; font-weight: bold;' class="form-control" TYPE="text" id="montantreferent" NAME="montantreferent" value="<?=format_N($montantreferentapresdcpt) ?>" readonly> </td>
|
|
|
|
<td colspan = 3 ><button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:ajaxentetestatmaladiepolicemontantreferent();" > <?= _("Calculer") ?> </button> </td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_export_a">
|
|
</div>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:11pt;'>
|
|
<tbody >
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 1: " ?></strong><?=_("Données élémentaires"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('un');"> <?= _("FICHE 01") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 2: " ?></strong><?=_("Etat des dépenses par contrat"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('deux');"> <?= _("FICHE 02") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 3: " ?></strong><?=_("Récapitulatif des dépenses par statut de bénéficiaires"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('trois');"> <?= _("FICHE 03") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 4: " ?></strong><?=_("Récapitulatif des dépenses par tranches d'âge"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('quatre');"> <?= _("FICHE 04") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 5: " ?></strong><?=_("Evolution mensuelle des dépenses"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('cinq');"> <?= _("FICHE 05") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 6: " ?></strong><?=_("Etat des dépenses par famille d'assurés"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('six');"> <?= _("FICHE 06") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 7: " ?></strong><?=_("Evolution mensuelle des dépenses par famille d'assurés"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('sept');"> <?= _("FICHE 07") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 8: " ?></strong><?=_("Etat récapitulatif des dépenses par famille d'actes médicaux"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('huit');"> <?= _("FICHE 08") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 9: " ?></strong><?=_("Etat détaillé des dépenses par famille d'actes"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('neuf');"> <?= _("FICHE 09") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 10: " ?></strong><?=_("Evolution mensuelle des dépenses par famille d'actes"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('dix');"> <?= _("FICHE 10") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 11: " ?></strong><?=_("Etat comparatif des dépenses des années n-1 et n"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('onze');"> <?= _("FICHE 11") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 12: " ?></strong><?=_("Etat des dépenses par prestataires médicaux"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('douze');"> <?= _("FICHE 12") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 13: " ?></strong><?=_("Etat des dépenses par famille d'actes et par prestataires"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('treize');"> <?= _("FICHE 13") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 14: " ?></strong><?=_("Etat des hospitalisations par affections"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('quatorze');"> <?= _("FICHE 14") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 15: " ?></strong><?=_("Etat des dépenses par actes liés à une famille d'affection"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('quinze');"> <?= _("FICHE 15") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 16: " ?></strong><?=_("Etat des dépenses par affection"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('seize');"> <?= _("FICHE 16") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 17: " ?></strong><?=_("Etat des dépenses par pharmacie"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('dixsept');"> <?= _("FICHE 17") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 18: " ?></strong><?=_("Etat des dépenses des bénéficiaires déplafonnés"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;background: #808080;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('dixhuit');"> <?= _("FICHE 18") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 19: " ?></strong><?=_("Etat résultat technique (*Sélectionner la Police)"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('dixneuf');"> <?= _("FICHE 19") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 20: " ?></strong><?=_("Récapitulatif des emissions compagnies"); ?> </td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('vingt');"> <?= _("FICHE 20") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 21: " ?></strong><?=_("Primes emises par courtier (*Sélectionner le Garant)"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('vingtun');"> <?= _("FICHE 21") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 22: " ?></strong><?=_("Récapitulatif par Compagnie et par apporteur"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('vingtdeux');"> <?= _("FICHE 22") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHNIQUE")." No 23: " ?></strong><?=_("Rapport sinistre / prime (R. S/P)"); ?></td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('vingttrois');"> <?= _("FICHE 23") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|