cg
This commit is contained in:
parent
7b1b8c0caf
commit
985177dfcd
|
|
@ -46,7 +46,7 @@
|
|||
<tbody>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">01</span></td>
|
||||
<td class="text-dark fw-bold"><?= _("Taux des honoraires ou commissions du gestionnaire sur chaque prime") ?></td>
|
||||
<td class="text-dark fw-bold"><?= _("Part des honoraires/commissions du centre de gestion par prime encaissée.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= $this->nettoyer($societeuser['tauxHonoraires']) ?> %</td>
|
||||
<td>
|
||||
<div class="input-group input-group-sm">
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">02</span></td>
|
||||
<td class="text-dark fw-bold small"><?= _("Rapport S/P au-delà duquel les lignes s'affichent en rouge (spMax)") ?></td>
|
||||
<td class="text-dark fw-bold small"><?= _("Seuil maximum du ratio S/P (spMax) appliqué au taux d'ajustement.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= $this->nettoyer($societeuser['spMax']) ?> %</td>
|
||||
<td>
|
||||
<div class="input-group input-group-sm">
|
||||
|
|
@ -70,9 +70,9 @@
|
|||
|
||||
<?php
|
||||
$cartes = [
|
||||
['03', _("Coût d'une nouvelle carte (assuré entrant)"), 'fraisCarteAN'],
|
||||
['04', _("Coût d'une carte pour un renouvellement"), 'fraisCarteREN'],
|
||||
['05', _("Coût pour ré-imprimer une carte (perdue/abîmée)"), 'fraisCarteImp']
|
||||
['03', _("Frais d'émission de carte pour un nouvel assuré."), 'fraisCarteAN'],
|
||||
['04', _("Frais de carte au renouvellement."), 'fraisCarteREN'],
|
||||
['05', _("Frais de duplicata de carte (perte ou dommage)."), 'fraisCarteImp']
|
||||
];
|
||||
foreach($cartes as $c): ?>
|
||||
<tr class="searchable-row">
|
||||
|
|
@ -88,10 +88,47 @@
|
|||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">06</span></td>
|
||||
<td class="text-dark fw-bold small"><?= _("Ratio S/P marquant une famille en surconsommation.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= $this->nettoyer($societeuser['spAlertAdherent']) ?> %</td>
|
||||
<td>
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control text-center fw-bold border-warning" id="spAlertAdherent" name="spAlertAdherent" type="text" value="<?= $this->nettoyer($societeuser['spAlertAdherent']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['spAlertAdherent']) ?>);">
|
||||
<span class="input-group-text bg-white border-warning">%</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">07</span></td>
|
||||
<td class="text-dark fw-bold small"><?= _("Taux appliqué à la prime non acquise lors d'un retrait.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= $this->nettoyer($societeuser['tauxRistourne']) ?> %</td>
|
||||
<td>
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control text-center fw-bold border-warning" id="tauxRistourne" name="tauxRistourne" type="text" value="<?= $this->nettoyer($societeuser['tauxRistourne']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['tauxRistourne']) ?>);">
|
||||
<span class="input-group-text bg-white border-warning">%</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">08</span></td>
|
||||
<td class="text-dark fw-bold small"><?= _("Seuil S/P annulant la ristourne au retrait de l'assuré.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= $this->nettoyer($societeuser['seuilRistourne']) ?> %</td>
|
||||
<td>
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control text-center fw-bold border-warning" id="seuilRistourne" name="seuilRistourne" type="text" value="<?= $this->nettoyer($societeuser['seuilRistourne']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['seuilRistourne']) ?>);">
|
||||
<span class="input-group-text bg-white border-warning">%</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
$selects = [
|
||||
['09', _("Permettre l'archivage automatique des primes ?"), 'archivageAutomatiquePrime', $archiveautoouinon],
|
||||
['10', _("Envoi du n° assuré par notification (SMS/WA/Mail) ?"), 'notificationSmsNumeroAssure', $notificationSmsNumeroAssureouinon],
|
||||
['09', _("Archiver automatiquement les primes à leur import en base."), 'archivageAutomatiquePrime', $archiveautoouinon],
|
||||
['10', _("Envoyer le numéro de carte à l'assuré via SMS/e-mail/WhatsApp."), 'notificationSmsNumeroAssure', $notificationSmsNumeroAssureouinon],
|
||||
['11', _("Envoyer les numéros de carte familiaux à l'assuré principal via SMS/e-mail/WhatsApp."), 'notificationGroupeNumeroAssure', $notificationGroupeNumeroAssureouinon],
|
||||
['12', _("Activer la facturation d'un garant par produit ?"), 'parametresFacturationGarantProduit', $parametresFacturationGarantProduitouinon],
|
||||
['13', _("Autoriser l'ajout de photos sur le portail assuré ?"), 'assureAjoutPhoto', $assureAjoutPhotoOuinon]
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user