f
This commit is contained in:
parent
99893cb769
commit
ca0518e8b6
|
|
@ -13,7 +13,7 @@
|
|||
<div class="card shadow-sm border-0 bg-light">
|
||||
<div class="card-body py-3">
|
||||
<h6 class="text-muted small fw-bold text-uppercase mb-1"><?= _("Volume Total") ?></h6>
|
||||
<h4 class="mb-0 fw-bold"><?= format_N($ente_nonfacture['nbLignesTotal']) ?> <span class="small fw-normal text-muted fs-6"><?= _("Lignes") ?></span></h4>
|
||||
<h6 class="mb-0 fw-bold"><?= format_N($ente_nonfacture['nbLignesTotal']) ?> <span class="small fw-normal text-muted fs-6"><?= _("Lignes") ?></span></h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
<div class="card shadow-sm border-0 bg-light">
|
||||
<div class="card-body py-3">
|
||||
<h6 class="text-muted small fw-bold text-uppercase mb-1"><?= _("Total HT") ?></h6>
|
||||
<h4 class="mb-0 fw-bold text-dark"><?= format_N($ente_nonfacture['primeHtTotal']) ?></h4>
|
||||
<h6 class="mb-0 fw-bold text-dark"><?= format_N($ente_nonfacture['primeHtTotal']) ?></h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -29,15 +29,15 @@
|
|||
<div class="card shadow-sm border-0 bg-light border-start border-info border-4">
|
||||
<div class="card-body py-3">
|
||||
<h6 class="text-muted small fw-bold text-uppercase mb-1"><?= _("Taxes & Frais") ?></h6>
|
||||
<h4 class="mb-0 fw-bold text-info"><?= format_N($ente_nonfacture['taxeTotal'] + $ente_nonfacture['fraisCarteTotal']) ?></h4>
|
||||
<h6 class="mb-0 fw-bold text-info"><?= format_N($ente_nonfacture['taxeTotal'] + $ente_nonfacture['fraisCarteTotal']) ?></h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="card shadow-sm border-0 bg-dark text-white">
|
||||
<div class="card shadow-sm border-0 bg-dark text-dark">
|
||||
<div class="card-body py-3">
|
||||
<h6 class="text-white-50 small fw-bold text-uppercase mb-1"><?= _("Total TTC") ?></h6>
|
||||
<h4 class="mb-0 fw-bold"><?= format_N($ente_nonfacture['primeTtcTotal']) ?></h4>
|
||||
<h6 class="mb-0 fw-bold"><?= format_N($ente_nonfacture['primeTtcTotal']) ?></h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user