a
This commit is contained in:
parent
8cf3f7870c
commit
f7cb47dcb0
|
|
@ -22407,7 +22407,6 @@ function modidieravishospitalisation()
|
||||||
function afficheReponseAvis(){
|
function afficheReponseAvis(){
|
||||||
var avisHospitalisation = $('#avisHospitalisation').val();
|
var avisHospitalisation = $('#avisHospitalisation').val();
|
||||||
|
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: $("#racineWeb").val()+"Ajaxreponseavis/",
|
url: $("#racineWeb").val()+"Ajaxreponseavis/",
|
||||||
success: function(data)
|
success: function(data)
|
||||||
|
|
|
||||||
|
|
@ -133,24 +133,6 @@
|
||||||
</table>
|
</table>
|
||||||
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
||||||
<tbody>
|
<tbody>
|
||||||
<!--
|
|
||||||
<tr>
|
|
||||||
<td width="5%" > <?= _("Souscripteur") ?> </td>
|
|
||||||
<td width="20%">
|
|
||||||
<INPUT style='text-align:center; font-size:11pt;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
|
||||||
value="<?= $_SESSION['p_nomClient_C'] ?>" onChange="" readonly >
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td width="5%" align="center" > <?= _("Adhérent") ?> </td>
|
|
||||||
<td width="20%" > <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_adherent_C']; ?>" readonly style="text-align: center; font-size:9pt;" > </td>
|
|
||||||
|
|
||||||
<td width="5%" align="center"> <?= _("Patient") ?> </td>
|
|
||||||
<td width="25%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_beneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
|
||||||
|
|
||||||
<td width="7%" align="center"> <?= _("Tél Patient") ?> </td>
|
|
||||||
<td width="13%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_telephonePortableBeneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
|
||||||
</tr>
|
|
||||||
-->
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8">
|
<td colspan="8">
|
||||||
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="taux" name="taux"
|
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="taux" name="taux"
|
||||||
|
|
@ -312,7 +294,6 @@
|
||||||
<th style="text-align:center"> <?= _("Qté") ?> </th>
|
<th style="text-align:center"> <?= _("Qté") ?> </th>
|
||||||
<th style="text-align:center"> <?= _("Prestataire") ?> </th>
|
<th style="text-align:center"> <?= _("Prestataire") ?> </th>
|
||||||
<th style="text-align:center"> <?= _("Bon Séance") ?> </th>
|
<th style="text-align:center"> <?= _("Bon Séance") ?> </th>
|
||||||
<!--<th style="text-align:center"> <?= _("Base") ?> </th>-->
|
|
||||||
<th style="text-align:center"> <?= _("Prix Unitaire") ?> </th>
|
<th style="text-align:center"> <?= _("Prix Unitaire") ?> </th>
|
||||||
<th style="text-align:center"> <?= _("Prix Total") ?> </th>
|
<th style="text-align:center"> <?= _("Prix Total") ?> </th>
|
||||||
<th style="text-align:center"> <?= _("TM") ?> </th>
|
<th style="text-align:center"> <?= _("TM") ?> </th>
|
||||||
|
|
@ -325,7 +306,6 @@
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" colspan="7"> Total </td>
|
<td align="center" colspan="7"> Total </td>
|
||||||
|
|
||||||
<td align="center" ><?= format_N($totalseances['fraisReel_total']); ?></td>
|
<td align="center" ><?= format_N($totalseances['fraisReel_total']); ?></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td align="center" ><?= format_N($totalseances['montantTm_total']); ?></td>
|
<td align="center" ><?= format_N($totalseances['montantTm_total']); ?></td>
|
||||||
|
|
|
||||||
|
|
@ -136,24 +136,6 @@
|
||||||
</table>
|
</table>
|
||||||
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
||||||
<tbody>
|
<tbody>
|
||||||
<!--
|
|
||||||
<tr>
|
|
||||||
<td width="7%" > <?= _("Souscripteur") ?> </td>
|
|
||||||
<td width="20%">
|
|
||||||
<INPUT style='text-align:center; font-size:11pt;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
|
||||||
value="<?= $_SESSION['p_nomClient_C'] ?>" onChange="" readonly >
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td width="5%" align="center" > <?= _("Adhérent") ?> </td>
|
|
||||||
<td width="20%" > <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_adherent_C']; ?>" readonly style="text-align: center; font-size:9pt;" > </td>
|
|
||||||
|
|
||||||
<td width="5%" align="center"> <?= _("Patient") ?> </td>
|
|
||||||
<td width="25%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_beneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
|
||||||
|
|
||||||
<td width="7%" align="center"> <?= _("Tél Patient") ?> </td>
|
|
||||||
<td width="13%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_telephonePortableBeneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
|
||||||
</tr>
|
|
||||||
-->
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8">
|
<td colspan="8">
|
||||||
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="taux" name="taux"
|
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="taux" name="taux"
|
||||||
|
|
@ -226,7 +208,6 @@
|
||||||
<?php if($nbFait == '0' && $_SESSION['proforma_envoye'] == '0' && $codePrestataireAccorde ==''): ?>
|
<?php if($nbFait == '0' && $_SESSION['proforma_envoye'] == '0' && $codePrestataireAccorde ==''): ?>
|
||||||
<button type="button" id="btn_proforma" name="btn_proforma" class="form-control btn btn-info" style="font-weight:bold; font-size:12pt;" onclick="javascript:proforma_seance_cso('<?= $codeActePrescription ?>');"> <?= _("Envoyer une demande d'accord préalable...") ?></button>
|
<button type="button" id="btn_proforma" name="btn_proforma" class="form-control btn btn-info" style="font-weight:bold; font-size:12pt;" onclick="javascript:proforma_seance_cso('<?= $codeActePrescription ?>');"> <?= _("Envoyer une demande d'accord préalable...") ?></button>
|
||||||
<?php elseif($_SESSION['proforma_envoye']=='1' && $proformaAccorde=='0' && $codePrestataireAccorde ==''): ?>
|
<?php elseif($_SESSION['proforma_envoye']=='1' && $proformaAccorde=='0' && $codePrestataireAccorde ==''): ?>
|
||||||
<!--<button type="button" id="btn_actualiser" name="btn_actualiser" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:actualiser_seance_cso()"> <?= _("Actualiser") ?></button>-->
|
|
||||||
<marquee behavior="scroll" direction="left" scrollamount="10" style="color:red; background-color:yellow; font-size:14pt">
|
<marquee behavior="scroll" direction="left" scrollamount="10" style="color:red; background-color:yellow; font-size:14pt">
|
||||||
<?= _("Veuillez patienter, votre demande sera traitée dans un court instant! Merci.") ?>
|
<?= _("Veuillez patienter, votre demande sera traitée dans un court instant! Merci.") ?>
|
||||||
</marquee>
|
</marquee>
|
||||||
|
|
@ -255,18 +236,13 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
<?php if($facture == '0'): ?>
|
<?php if($facture == '0'): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3"><textarea style='font-size:10pt;' id ="rapportTraitement" name="rapportTraitement" rows="20" class="form-control-lg" placeholder="<?= _('Rapport traitement ici') ?>" required AUTOCOMPLETE="OFF" autofocus style="width:100%;" onchange="javascript:enregistrer_rapport_seance();"><?= $rapportTraitement;?></textarea></td>
|
<td colspan="3"><textarea style='font-size:10pt;' id ="rapportTraitement" name="rapportTraitement" rows="20" class="form-control-lg" placeholder="<?= _('Rapport traitement ici') ?>" required AUTOCOMPLETE="OFF" autofocus style="width:100%;" onchange="javascript:enregistrer_rapport_seance();"><?= $rapportTraitement;?></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--
|
|
||||||
<tr>
|
|
||||||
<td colspan="3" align="center"> <input style='font-size:10pt;' type="button" class = "form-control btn btn-primary" value="<?= _("Enregistrer") ?>" onClick="javascript:enregistrer_rapport_seance();"> </td>
|
|
||||||
</tr>
|
|
||||||
-->
|
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3"><textarea style='font-size:10pt;' id ="rapportTraitement" name="rapportTraitement" rows="20" class="form-control-lg" placeholder="<?= _('Rapport traitement ici') ?>" disabled style="width:100%;"><?= $rapportTraitement;?></textarea></td>
|
<td colspan="3"><textarea style='font-size:10pt;' id ="rapportTraitement" name="rapportTraitement" rows="20" class="form-control-lg" placeholder="<?= _('Rapport traitement ici') ?>" disabled style="width:100%;"><?= $rapportTraitement;?></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user