fg
This commit is contained in:
parent
876cff4222
commit
23c57bb410
|
|
@ -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-muted fw-bold"><?= _("Part des honoraires/commissions du centre de gestion par prime encaissée.") ?></td>
|
||||
<td class="text-muted fw-bold"><?= _("Quote-part 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">
|
||||
|
|
@ -126,11 +126,11 @@
|
|||
|
||||
<?php
|
||||
$selects = [
|
||||
['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]
|
||||
['09', _("Archiver automatiquement les primes à l'incorporation."), 'archivageAutomatiquePrime', $archiveautoouinon],
|
||||
['10', _("Notifier l'assuré de son numéro de carte."), 'notificationSmsNumeroAssure', $notificationSmsNumeroAssureouinon],
|
||||
['11', _("Notifier l'assuré principal des numéros de carte de sa famille."), 'notificationGroupeNumeroAssure', $notificationGroupeNumeroAssureouinon],
|
||||
['12', _("Activer la facturation par produit pour les garants."), 'parametresFacturationGarantProduit', $parametresFacturationGarantProduitouinon],
|
||||
['13', _("Activer l'upload de photo d'authentification sur le portail assuré."), 'assureAjoutPhoto', $assureAjoutPhotoOuinon]
|
||||
];
|
||||
foreach($selects as $s): ?>
|
||||
<tr class="searchable-row">
|
||||
|
|
@ -151,15 +151,16 @@
|
|||
</div>
|
||||
|
||||
<div class="card border-0 shadow-sm mb-5">
|
||||
<div class="card-header bg-success py-3">
|
||||
<div class="card-header bg-success py-3 d-flex align-items-center justify-content-between">
|
||||
<h6 class="mb-0 text-white fw-bold text-uppercase"><i class="fas fa-calculator me-2"></i><?= _("Paramètres Comptables") ?></h6>
|
||||
</div>
|
||||
<span class="badge bg-white text-primary rounded-pill"><?= _("02 Paramètres") ?></span>
|
||||
</div>
|
||||
<div class="card-body p-0">
|
||||
<table class="table table-hover align-middle mb-0">
|
||||
<tbody>
|
||||
<tr class="searchable-row">
|
||||
<td width="5%" class="text-center"><span class="badge-ghost bg-success-ghost">01</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Valeur de l'écart toléré sur encaissement prime ou garant") ?></td>
|
||||
<td class="text-muted fw-bold"><?= _("Tolérance d'écart à l'encaissement des primes garants.") ?></td>
|
||||
<td width="18%" class="text-center bg-light text-muted fw-bold"><?= format_N($this->nettoyer($societeuser['EcartEncaissementTolerable'])) ?></td>
|
||||
<td width="22%">
|
||||
<div class="input-group input-group-sm">
|
||||
|
|
@ -170,7 +171,7 @@
|
|||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-success-ghost">02</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Le lettrage des encaissements garants est-il automatique ?") ?></td>
|
||||
<td class="text-muted fw-bold"><?= _("Activer le lettrage automatique à l'encaissement des primes garants.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= ($societeuser['lettrageAutoGarant'] == "1") ? _("Oui") : _("Non") ?></td>
|
||||
<td>
|
||||
<select class="form-select form-select-sm fw-bold border-warning" id="lettrageAutoGarant" name="lettrageAutoGarant">
|
||||
|
|
@ -188,8 +189,9 @@
|
|||
<style>
|
||||
/* Style d'input focus spécifique au mode édition */
|
||||
.form-control:focus, .form-select:focus {
|
||||
border-color: #f39c12;
|
||||
box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.15);
|
||||
border-color: #f39c12 !important;
|
||||
box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.15) !important;
|
||||
}
|
||||
.table td { border-bottom: 1px solid #f1f4f6 !important; }
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user