a
This commit is contained in:
parent
15f785e17f
commit
a60f9f2689
|
|
@ -20,24 +20,6 @@
|
||||||
|
|
||||||
<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%" > <?= _("Souscrip.") ?> </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.") ?> </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"> <?= _("Bénéf.") ?> </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 Bénéf.") ?> </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 >
|
<td >
|
||||||
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
||||||
|
|
@ -202,33 +184,28 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="livraison">
|
<div id="livraison">
|
||||||
<!--
|
|
||||||
<input class="sr-only" id="statutBIO" name="statutBIO" type="text" value= "<?= $statutBIO ?>">
|
|
||||||
<input class="sr-only" id="statutIMA" name="statutIMA" type="text" value= "<?= $statutIMA ?>">
|
|
||||||
<input class="sr-only" id="statutEXA" name="statutEXA" type="text" value= "<?= $statutEXA ?>">
|
|
||||||
-->
|
|
||||||
<?php if($facture == "0") : ?>
|
<?php if($facture == "0") : ?>
|
||||||
|
<div id="div_messages">
|
||||||
<div id="div_messages">
|
</div>
|
||||||
</div>
|
|
||||||
|
<div id="recap">
|
||||||
<div id="recap">
|
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
|
||||||
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
|
<tbody>
|
||||||
<tbody>
|
<tr>
|
||||||
<tr>
|
<td align="center" style="font-weight: bold;"> <?= _("Réclamé") ?> </td>
|
||||||
<td align="center" style="font-weight: bold;"> <?= _("Réclamé") ?> </td>
|
<td > <INPUT class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($prescription['fraisReelLivre'])) ?>" readonly style="text-align: center; font-size:14pt; font-weight:bold;"> </td>
|
||||||
<td > <INPUT class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($prescription['fraisReelLivre'])) ?>" readonly style="text-align: center; font-size:14pt; font-weight:bold;"> </td>
|
|
||||||
|
<td align="center" style="font-weight: bold;"> <?= _("Part Assuré") ?> </td>
|
||||||
<td align="center" style="font-weight: bold;"> <?= _("Part Assuré") ?> </td>
|
<td > <INPUT class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($prescription['montantTmLivre']+$prescription['depassementLivre'])) ?>" readonly style="text-align: center; font-size:14pt; font-weight:bold; color:red;"> </td>
|
||||||
<td > <INPUT class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($prescription['montantTmLivre']+$prescription['depassementLivre'])) ?>" readonly style="text-align: center; font-size:14pt; font-weight:bold; color:red;"> </td>
|
|
||||||
|
|
||||||
<td align="center" style="font-weight: bold;"> <?= _("A Rembourser") ?> </td>
|
<td align="center" style="font-weight: bold;"> <?= _("A Rembourser") ?> </td>
|
||||||
<td > <INPUT class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($prescription['fraisRetenuLivre'])) ?>" readonly style="text-align: center; font-size:14pt; font-weight:bold;"> </td>
|
<td > <INPUT class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($prescription['fraisRetenuLivre'])) ?>" readonly style="text-align: center; font-size:14pt; font-weight:bold;"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<div id="non_livre">
|
<div id="non_livre">
|
||||||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:10pt;'>
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:10pt;'>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -251,25 +228,13 @@
|
||||||
$idNonLivre=$this->nettoyer($detailnonlivre['id']);
|
$idNonLivre=$this->nettoyer($detailnonlivre['id']);
|
||||||
$valeurActe = $this->nettoyer($detailnonlivre['valeurActe']);
|
$valeurActe = $this->nettoyer($detailnonlivre['valeurActe']);
|
||||||
$ententePrealable = $this->nettoyer($detailnonlivre['ententePrealable']);
|
$ententePrealable = $this->nettoyer($detailnonlivre['ententePrealable']);
|
||||||
|
|
||||||
|
|
||||||
$codeActe = $this->nettoyer($detailnonlivre['codeActe']);
|
$codeActe = $this->nettoyer($detailnonlivre['codeActe']);
|
||||||
|
|
||||||
$libelleActe = $this->nettoyer($detailnonlivre['libelleActe']);
|
$libelleActe = $this->nettoyer($detailnonlivre['libelleActe']);
|
||||||
|
|
||||||
/*
|
|
||||||
if($actVisible!="1")
|
|
||||||
{
|
|
||||||
$libelleActe = $codeActe;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
$codeGarantie = $this->nettoyer($detailnonlivre['codeGarantie']);
|
$codeGarantie = $this->nettoyer($detailnonlivre['codeGarantie']);
|
||||||
|
|
||||||
$tarif = $this->nettoyer($detailnonlivre['tarif']);
|
$tarif = $this->nettoyer($detailnonlivre['tarif']);
|
||||||
?>
|
?>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<?php if($valeurActe=="0") : ?>
|
<?php if($valeurActe=="0" && $prixActeModifiable=="0") : ?>
|
||||||
<td width="5%" align='center'> </td>
|
<td width="5%" align='center'> </td>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?php if($ententePrealable=='2'): ?>
|
<?php if($ententePrealable=='2'): ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user