a
This commit is contained in:
parent
844147eb47
commit
40c46818bf
|
|
@ -5122,9 +5122,9 @@ function enregistrer_changement_etat_beneficiaire()
|
|||
|
||||
function pop_afficher_selection_retrait()
|
||||
{
|
||||
var div_selection_assure = $('#div_selection_assure');
|
||||
|
||||
var div_selection_assure = $('#div_selection_assure');
|
||||
div_selection_assure.html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
$("#btn_pop").click();
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxselectionretrait/",
|
||||
|
|
@ -5142,7 +5142,7 @@ function pop_afficher_selection_retrait()
|
|||
}, 500);
|
||||
},
|
||||
complete: function() {
|
||||
$("#btn_pop").click();
|
||||
// $("#btn_pop").click();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -5616,6 +5616,8 @@ function enregistrer_changement_limite()
|
|||
function pop_afficher_selection_limite(p_id_college_temp)
|
||||
{
|
||||
var div_selection_assure = $('#div_selection_assure');
|
||||
$("#btn_pop").click();
|
||||
|
||||
donnees = 'id_college_temp='+p_id_college_temp;
|
||||
|
||||
$.ajax({
|
||||
|
|
@ -5628,7 +5630,7 @@ function pop_afficher_selection_limite(p_id_college_temp)
|
|||
div_selection_assure.html(data);
|
||||
},
|
||||
complete: function() {
|
||||
$("#btn_pop").click();
|
||||
// $("#btn_pop").click();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -55485,9 +55487,9 @@ function change_categorie_college_temp_lien_parente()
|
|||
|
||||
function pop_afficher_selection_changementcollege()
|
||||
{
|
||||
var div_selection_assure = $('#div_selection_assure');
|
||||
|
||||
var div_selection_assure = $('#div_selection_assure');
|
||||
div_selection_assure.html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
$("#btn_pop").click();
|
||||
|
||||
$.ajax({
|
||||
// url: $("#racineWeb").val()+"Ajaxselectionretrait/",
|
||||
|
|
@ -55507,7 +55509,7 @@ function pop_afficher_selection_changementcollege()
|
|||
|
||||
},
|
||||
complete: function() {
|
||||
$("#btn_pop").click();
|
||||
// $("#btn_pop").click();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -60647,11 +60649,9 @@ function recapituler_quittance_manuelle()
|
|||
function pop_afficher_selection_quittance_manuelle()
|
||||
{
|
||||
var div_selection_assure = $('#div_selection_assure');
|
||||
var div_patienter = $('#div_patienter');
|
||||
|
||||
var div_patienter = $('#div_patienter');
|
||||
div_selection_assure.html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
|
||||
$("#btn_pop").click();
|
||||
|
||||
div_patienter.html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
|
|
@ -60667,7 +60667,7 @@ function pop_afficher_selection_quittance_manuelle()
|
|||
div_patienter.html('');
|
||||
},
|
||||
complete: function() {
|
||||
$("#btn_pop").click();
|
||||
// $("#btn_pop").click();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -79435,8 +79435,8 @@ function validation_ancien_numero()
|
|||
function pop_afficher_selection_suspension_assure()
|
||||
{
|
||||
var div_selection_assure = $('#div_selection_assure');
|
||||
|
||||
div_selection_assure.html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
$("#btn_pop").click();
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxselectionsuspensionassure/",
|
||||
|
|
@ -79454,7 +79454,7 @@ function pop_afficher_selection_suspension_assure()
|
|||
}, 500);
|
||||
},
|
||||
complete: function() {
|
||||
$("#btn_pop").click();
|
||||
// $("#btn_pop").click();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -79544,9 +79544,9 @@ function enregistrer_suspension_assure()
|
|||
|
||||
function pop_afficher_selection_remiseenvigueur_assure()
|
||||
{
|
||||
var div_selection_assure = $('#div_selection_assure');
|
||||
|
||||
var div_selection_assure = $('#div_selection_assure');
|
||||
div_selection_assure.html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
$("#btn_pop").click();
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxselectionremiseenvigueurassure/",
|
||||
|
|
@ -79564,7 +79564,7 @@ function pop_afficher_selection_remiseenvigueur_assure()
|
|||
}, 500);
|
||||
},
|
||||
complete: function() {
|
||||
$("#btn_pop").click();
|
||||
// $("#btn_pop").click();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
113
Vue/Ajaxdetailreincorporation/index.php
Executable file
113
Vue/Ajaxdetailreincorporation/index.php
Executable file
|
|
@ -0,0 +1,113 @@
|
|||
<div id="div_assure_a_retirer">
|
||||
<table class="table table-responsive table-condensed" style='font-size:9pt; text-align:center'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="12%" style='text-align:center'> <?= _("P NETTE DE COMM") ?> </th>
|
||||
<th width="12%" style='text-align:center'> <?= _("COMM COURTAGE") ?> </th>
|
||||
<th width="12%" style='text-align:center'> <?= _("COMM COMMERC") ?> </th>
|
||||
<th width="12%" style='text-align:center'> <?= _("PRIMES NETTES") ?> </th>
|
||||
<th width="12%" style='text-align:center'> <?= (isset($_SESSION['composanteprime']['Taxes'])) ? _($_SESSION['composanteprime']['Taxes']) : _("Taxes") ?> </th>
|
||||
<th width="12%" style='text-align:center'> <?= _("ACCESSOIRES") ?> </th>
|
||||
<th width="16%" style='text-align:center'> <?= _("TTC") ?> </th>
|
||||
<th width="12%" style='text-align:center'> <?= _("P NETTE STAT") ?> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> <?= format_N($this->nettoyer($avenant['primeNette'])) ?> </td>
|
||||
<td> <?= format_N($this->nettoyer($avenant['commission'])) ?> </td>
|
||||
<td> <?= format_N($this->nettoyer($avenant['commissionAutre'])) ?> </td>
|
||||
<td> <?= format_N($this->nettoyer($avenant['primeHt'])) ?> </td>
|
||||
<td> <?= format_N($this->nettoyer($avenant['taxe'])) ?> </td>
|
||||
<td> <?= format_N($this->nettoyer($avenant['fraisCarte'])) ?> </td>
|
||||
<td> <?= format_N($this->nettoyer($avenant['primeTtcInitial'])) ?> </td>
|
||||
<td> <?= format_N($this->nettoyer($avenant['primeNetteStat'])) ?> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Taux Ristourne(%)") ?> </td>
|
||||
<td>
|
||||
<INPUT style='font-size:10pt; text-align:center' class="form-control" id="tauxRistourne" NAME="tauxRistourne" TYPE="text" value="<?= $this->nettoyer($avenant['tauxRistourne']) ?>"
|
||||
onChange="javascript:appliquer_taux_ristourne();" >
|
||||
</td>
|
||||
<td> <button type="button" style='font-size:10pt;' class="form-control btn btn-info" onclick="javascript:appliquer_taux_ristourne();" > <?= _("Appliquer Taux...") ?> </button> </td>
|
||||
|
||||
<td colspan="2"> <button type="button" style='font-size:10pt;' class="form-control btn btn-info" onclick="javascript:pop_afficher_selection_retrait();" > <?= _("Sélection des assurées à retirer...") ?> </button> </td>
|
||||
|
||||
<td colspan="1"> <input style='font-size:10pt;' class = "form-control btn btn-danger" type="button" value="<?= _("Récapituler") ?>" onClick="javascript:recapituler_retrait();"> </td>
|
||||
|
||||
<td colspan="2"> <input style='font-size:10pt;' class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" onClick="javascript:enregistrer_retrait();"> </td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<legend> <?= _("DETAIL DES ASSURES A RETIRER") ?> </legend>
|
||||
|
||||
<INPUT class="sr-only" id="nbAliment" NAME="nbAliment" TYPE="text" value="<?= $this->nettoyer($avenant['nbAliment']) ?>" >
|
||||
|
||||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive tabliste compact" style="font-size:8pt;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> <?= _("Cat") ?> </th>
|
||||
<th> <?= _("Nom") ?> </th>
|
||||
<th style='text-align:center'> Type </th>
|
||||
<th style='text-align:center'> <?= _("No") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Entrée") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Durée") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Dur Rist") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Ratio") ?> </th>
|
||||
<th style='text-align:center'> <?= _("S/P") ?> </th>
|
||||
<th style='text-align:center'> <?= _("P Nette An") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Ttc An") ?> </th>
|
||||
<th style='text-align:center'> <?= _("P Non Acquise") ?> </th>
|
||||
<th style='text-align:center'> <?= _("P Nette Rist") ?> </th>
|
||||
<th style='text-align:center'> <?= (isset($_SESSION['composanteprime']['Taxes'])) ? _($_SESSION['composanteprime']['Taxes']) : _("Taxes") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Ttc Rist") ?> </th>
|
||||
<th width="5%" style='text-align:center'> <?= _("Choix") ?> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" style='text-align:center'> <?= _("Nbre assurés à retirer") . " : " . $this->nettoyer($avenant['nbAliment']) ?> </td>
|
||||
<td colspan="9" style='text-align:center'> Total </td>
|
||||
<td align='center'><?= format_N($this->nettoyer($avenant['primeNonAcquise'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($avenant['primeHt'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($avenant['taxe'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($avenant['primeTtc'])) ?></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
<tbody>
|
||||
<?php foreach ($beneficiaires_sel as $beneficiaire_sel):?>
|
||||
<tr valign="top">
|
||||
<td align='center'><?= $this->nettoyer($beneficiaire_sel['codeProduit']) ?></td>
|
||||
<td><?= $this->nettoyer($beneficiaire_sel['nomBeneficiaire']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($beneficiaire_sel['codeLienParente']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($beneficiaire_sel['numeroBeneficiaire']) ?></td>
|
||||
<td align='center'><?= dateLang($this->nettoyer($beneficiaire_sel['dateEntree'])) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($beneficiaire_sel['duree']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($beneficiaire_sel['duree_non_acquise']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($beneficiaire_sel['ratioNonAcquise']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($beneficiaire_sel['rapportsp']) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($beneficiaire_sel['primeNetteStat_an'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($beneficiaire_sel['primeTtc_an'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($beneficiaire_sel['primeNonAcquise'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($beneficiaire_sel['primeHt'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($beneficiaire_sel['taxe'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($beneficiaire_sel['primeTtc'])) ?></td>
|
||||
|
||||
<?php if($beneficiaire_sel['choix']=='1'): ?>
|
||||
<td align='center'> <input type="checkbox" checked value="<?= $beneficiaire_sel['choix'] ?>" onClick="javascript:if(this.value=='1'){this.value='0'}else{this.value='1'};beneficiaire_a_retirer(this.value, <?= $beneficiaire_sel['idBeneficiaire_temp'] ?>);"></td>
|
||||
<?php else: ?>
|
||||
<td align='center'> <input type="checkbox" value="<?= $beneficiaire_sel['choix'] ?>" onClick="javascript:if(this.value=='1'){this.value='0'}else{this.value='1'};beneficiaire_a_retirer(this.value, <?= $beneficiaire_sel['idBeneficiaire_temp'] ?>);"></td>
|
||||
<?php endif; ?>
|
||||
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user