ser
This commit is contained in:
parent
b8e9d7bd79
commit
cb5fd23b71
|
|
@ -181,7 +181,7 @@
|
|||
<div class="h5 fw-bold text-primary"><?= $gc['gcTauxFraisReel'] ?> %</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-3 border-end">
|
||||
<label class="small text-primary fw-bold text-uppercase d-block mb-3"><?= _("Taxes & Taux") ?></label>
|
||||
<div class="mb-3"><div class="text-muted small"><?= _("TVA") ?></div><div class="h6 fw-bold"><?= $gc['gcTauxTva'] ?> %</div></div>
|
||||
|
|
@ -247,25 +247,29 @@
|
|||
<div class="card border-0 shadow-sm p-4">
|
||||
<div class="row g-4">
|
||||
<div class="col-md-4">
|
||||
<label class="small text-muted fw-bold text-uppercase d-block mb-3"><?= _("Comptes Comptables") ?></label>
|
||||
<label class="small text-primary fw-bold text-uppercase d-block mb-3"><?= _("Comptes Comptables") ?></label>
|
||||
<div class="p-2 bg-light border-start border-3 border-primary mb-2">
|
||||
<small class="text-muted d-block"><?= _("N° Compte Tiers Payant") ?></small><span class="fw-bold"><?= $gc['numerodeCompteComptableTP'] ?></span>
|
||||
</div>
|
||||
|
||||
<div class="p-2 bg-light border-start border-3 border-warning mb-2">
|
||||
<small class="text-muted d-block"><?= _("N° Compte Remboursement Direct") ?></small><span class="fw-bold"><?= $gc['numerodeCompteComptableRD'] ?></span>
|
||||
</div>
|
||||
|
||||
<div class="p-2 bg-light border-start border-3 border-info">
|
||||
<small class="text-muted d-block"><?= _("N° Compte Contribuable") ?></small><span class="fw-bold"><?= $gc['numeroCompteContribuable'] ?></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="small text-muted fw-bold text-uppercase d-block mb-3"><?= _("Règlement & Convention") ?></label>
|
||||
<label class="small text-primary fw-bold text-uppercase d-block mb-3"><?= _("Règlement & Convention") ?></label>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Mode Paiement") ?></small><span class="fw-bold text-primary"><?= $modepaiement; ?></span></div>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Convention") ?></small><span class="fw-bold"><?= $conventions; ?></span></div>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Tarif Actes") ?></small><span class="fw-bold"><?= $tarifActe; ?></span></div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="small text-muted fw-bold text-uppercase d-block mb-3"><?= _("Complément Caution") ?></label>
|
||||
<label class="small text-primary fw-bold text-uppercase d-block mb-3"><?= _("Complément Caution") ?></label>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Fraction (Nombre mois / 12)") ?></small><span class="fw-bold fs-6"><?= format_N($gc['nbMoisCaution']) ?></span></div>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Seuil Complément (%)") ?></small><span class="fw-bold fs-6"><?= format_N($gc['seuilComplementCaution']) ?> %</span></div>
|
||||
<div class="p-2 rounded <?= ($gc['encaissementExige'] == "1") ? 'bg-danger text-white' : 'bg-success text-white' ?> fw-bold small text-center">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user