163 lines
7.8 KiB
PHP
Executable File
163 lines
7.8 KiB
PHP
Executable File
<?php
|
|
$this->titre = "INTER-SANTE - Modification Dossier Remboursement Classique";
|
|
$numeroLotDecompte = $dossier['numeroLotDecompte'];
|
|
$idDossierClassique = $dossier['idDossierClassique'];
|
|
$regle = $dossier['regle'];
|
|
?>
|
|
|
|
<input class="sr-only" type="text" id="idDossierClassique" name="idDossierClassique" value="<?= $idDossierClassique ?>" >
|
|
<input class="sr-only" type="text" id="regle" name="regle" value="<?= $regle ?>" >
|
|
|
|
<input style='text-align:center; font-size:11pt;' class="form-control" type="text" value= "<?= _("Dossier de remboursement classique") . " => " . _("No Lot") . " : " . $numeroLotDecompte ?>" readonly >
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:9pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Prestataire Cons") ?> </td>
|
|
<td width="24%" > <INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $this->nettoyer($dossier['prestataireConsultation']) ?>" readonly> </td>
|
|
|
|
<td width="10%" align="center" > <?= _("Date Cons") ?> </td>
|
|
<td width="23%" > <INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($dossier['dateConsultation'])) ?>" readonly> </td>
|
|
|
|
<td width="10%" align="center" > <?= _("Demandeur") ?> </td>
|
|
<td width="24%" > <INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $this->nettoyer($dossier['demandeur']) ?>" readonly> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Lien Parenté") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['liendemandeur'] ?>" readonly ></td>
|
|
|
|
<td align="center" > <?= _("Raison Consult") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['raisonconsultation'] ?>" readonly ></td>
|
|
|
|
<td align="center" > Hospit ? </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['libellehospitalisation'] ?>" readonly ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Bénéficiaire") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['beneficiaireReglement'] ?>" readonly ></td>
|
|
|
|
<td align="center"> <?= _("Lien Parenté") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['lienbeneficiaire'] ?>" readonly ></td>
|
|
|
|
<td align="center" > Observations </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['observations'] ?>" readonly ></td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td colspan="6"> <input style='text-align:center; font-size:11pt; background-color:green;color:white;' class="form-control" type="text" value= "Informations sur le paiement proposées par le bénéficiaire" disabled > </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Mode P") ?> </td>
|
|
<td > <INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['modepaiementBeneficiaire'] ?>" readonly > </td>
|
|
|
|
<td align="center"> <?= _("Banque Bénéf") ?> </td>
|
|
<td > <INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['banqueBeneficiaire'] ?>" readonly > </td>
|
|
|
|
<td align="center"> <?= _("No Cpte Bénéf") ?> </td>
|
|
<td > <INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['numeroCompteBeneficiaire'] ?>" readonly > </td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
<input style='text-align:center; font-size:11pt;' class="form-control" type="text" value= "Nouvelles informations sur la demande de frais funéraires" readonly >
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:9pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Prestataire") ?> </td>
|
|
<td width="24%" > <INPUT id="prestataireConsultation" NAME="prestataireConsultation" style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $this->nettoyer($dossier['prestataireConsultation']) ?>" autofocus > </td>
|
|
|
|
<td width="10%" align="center" > <?= _("Date Cons") ?> </td>
|
|
<td width="23%" > <INPUT style='font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateConsultation" NAME="dateConsultation" value="<?= dateLang($this->nettoyer($dossier['dateConsultation'])) ?>" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td width="10%" align="center" > <?= _("Demandeur") ?> </td>
|
|
<td width="24%" > <INPUT id="demandeur" NAME="demandeur" style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $this->nettoyer($dossier['demandeur']) ?>" > </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Lien Parenté") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeLienDemandeur" NAME="codeLienDemandeur" required AUTOCOMPLETE="OFF" style='font-size:9pt;'>
|
|
<?php liste_options($liendemandeur, $dossier['codeLienDemandeur']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center" > <?= _("Raison Consult") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeRaisonConsultation" NAME="codeRaisonConsultation" required AUTOCOMPLETE="OFF" style='font-size:9pt;'>
|
|
<?php liste_options($raison, $dossier['codeRaisonConsultation']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center" > Hospit ? </td>
|
|
<td>
|
|
<SELECT class="form-control" id="hospitalisation" NAME="hospitalisation" style='font-size:10pt;' >
|
|
<?php liste_options($ouinonhospit, $dossier['hospitalisation']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Bénéficiaire") ?> </td>
|
|
<td><INPUT id="beneficiaireReglement" NAME="beneficiaireReglement" style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['beneficiaireReglement'] ?>" ></td>
|
|
|
|
<td align="center"> <?= _("Lien Parenté") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeLienBeneficiaire" NAME="codeLienBeneficiaire" required AUTOCOMPLETE="OFF" style='font-size:10pt;'>
|
|
<?php liste_options($lienbeneficiaire, $dossier['codeLienBeneficiaire']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
|
|
<td align="center" > Observations </td>
|
|
<td ><INPUT id="observations" NAME="observations" style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $dossier['observations'] ?>" ></td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td colspan="6"> <input style='text-align:center; font-size:11pt; background-color:green;color:white;' class="form-control" type="text" value= "Informations sur le paiement proposées par le bénéficiaire" disabled > </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Mode P") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeModePaiementDemande" NAME="codeModePaiementDemande" required AUTOCOMPLETE="OFF" style='font-size:9pt;' >
|
|
<?php liste_options($modepaiement, $dossier['codeModePaiementDemande']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("Banque Bénéf") ?> </td>
|
|
<td>
|
|
<SELECT style='font-size:9pt;' class="form-control" id="codeBanqueBeneficiaire" NAME="codeBanqueBeneficiaire" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($banque, $dossier['codeBanqueBeneficiaire']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("No Cpte Bénéf") ?> </td>
|
|
<td > <INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="numeroCompteBeneficiaire" NAME="numeroCompteBeneficiaire" value="<?= $dossier['numeroCompteBeneficiaire'] ?>" required AUTOCOMPLETE="OFF" > </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="5"> <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer les Modifications") ?>" onClick="enregistrermodificationsdossierclassique();" style='font-size:10pt;' > </td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<?php if (isset($msgErreur)): ?>
|
|
<div id ="msgErreur" class="alert alert-danger" style="height:38px; padding:5px;" >
|
|
<H4><?= $msgErreur ?></H4>
|
|
</div>
|
|
<?php endif; ?>
|
|
|
|
<div id="div_test">
|
|
</div>
|