a
This commit is contained in:
parent
42b26575c8
commit
7df91d2764
|
|
@ -197,17 +197,17 @@
|
||||||
<!-- Taux de couverture -->
|
<!-- Taux de couverture -->
|
||||||
<h1 class="fw-bold w100 text-center text-dark" style="margin-top:-10px;"><?= _("Année")." : ".$_SESSION['exercieReference_C']?></h1>
|
<h1 class="fw-bold w100 text-center text-dark" style="margin-top:-10px;"><?= _("Année")." : ".$_SESSION['exercieReference_C']?></h1>
|
||||||
|
|
||||||
<!-- Plafond annuel -->
|
<!-- Plafond annuel OUTPATIENT-->
|
||||||
<div class="col-xl-4 col-6 mb-4">
|
<div class="col-xl-4 col-6 mb-4">
|
||||||
<div class="card shadow h-100 border border-primary">
|
<div class="card shadow h-100 border border-primary">
|
||||||
<div class="card-body p-3">
|
<div class="card-body p-3">
|
||||||
<div class="d-flex align-items-center">
|
<div class="d-flex align-items-center">
|
||||||
<div class="flex-grow-1">
|
<div class="flex-grow-1">
|
||||||
<div class="h4 text-primary text-uppercase mb-1" >
|
<div class="h4 text-primary text-uppercase mb-1" >
|
||||||
<?= _("Plafond") . " OUT/ INP" ?>
|
<?= _("Plafond") ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="h4 mb-0" style="font-weight:bold">
|
<div class="h4 mb-0" style="font-weight:bold">
|
||||||
<?= format_N($limite_adherent['plafondOut'])." / ".format_N($limite_adherent['plafondInp']). " ".substr($_SESSION['devise_C'],0,1) ?>
|
<?= format_N($limite_adherent['plafondOut']) . " ".substr($_SESSION['devise_C'],0,1) ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-2">
|
<div class="ml-2">
|
||||||
|
|
@ -228,7 +228,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex align-items-center">
|
<div class="d-flex align-items-center">
|
||||||
<div class="h4 mb-0 mr-2 me-2" style="font-weight:bold">
|
<div class="h4 mb-0 mr-2 me-2" style="font-weight:bold">
|
||||||
<?= format_N($limite_adherent['consommationOut'])." / ".format_N($limite_adherent['consommationInp']). " ".substr($_SESSION['devise_C'],0,1) ?>
|
<?= format_N($limite_adherent['consommationOut'])." ".substr($_SESSION['devise_C'],0,1) ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="progress flex-grow-1" style="height: 6px;">
|
<div class="progress flex-grow-1" style="height: 6px;">
|
||||||
<div class="progress-bar bg-info border border-info" role="progressbar"
|
<div class="progress-bar bg-info border border-info" role="progressbar"
|
||||||
|
|
@ -254,7 +254,7 @@
|
||||||
<?= _("Solde") ?>
|
<?= _("Solde") ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="h4 mb-0" style="font-weight:bold">
|
<div class="h4 mb-0" style="font-weight:bold">
|
||||||
<?= format_N($limite_adherent['soldeConsommationOut'])." / ".format_N($limite_adherent['soldeConsommationInp']). " ".substr($_SESSION['devise_C'],0,1) ?>
|
<?= format_N($limite_adherent['soldeConsommationOut']). " ".substr($_SESSION['devise_C'],0,1) ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-2">
|
<div class="ml-2">
|
||||||
|
|
@ -273,6 +273,84 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Plafond annuel INPATIENT -->
|
||||||
|
<div class="col-xl-4 col-6 mb-4">
|
||||||
|
<div class="card shadow h-100 border border-primary">
|
||||||
|
<div class="card-body p-3">
|
||||||
|
<div class="d-flex align-items-center">
|
||||||
|
<div class="flex-grow-1">
|
||||||
|
<div class="h4 text-primary text-uppercase mb-1" >
|
||||||
|
<?= _("Plafond") ?>
|
||||||
|
</div>
|
||||||
|
<div class="h4 mb-0" style="font-weight:bold">
|
||||||
|
<?= format_N($limite_adherent['plafondInp']). " ".substr($_SESSION['devise_C'],0,1) ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ml-2">
|
||||||
|
<i class="fas fa-minus-circle fa-2x text-primary"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Consommation Annuelle -->
|
||||||
|
<div class="col-xl-4 col-6 mb-4">
|
||||||
|
<div class="card shadow h-100 border border-info">
|
||||||
|
<div class="card-body p-3">
|
||||||
|
<div class="d-flex flex-column">
|
||||||
|
<div class="h4 text-info text-uppercase mb-1" >
|
||||||
|
<?= _("Dépenses") ?>
|
||||||
|
</div>
|
||||||
|
<div class="d-flex align-items-center">
|
||||||
|
<div class="h4 mb-0 mr-2 me-2" style="font-weight:bold">
|
||||||
|
<?= format_N($limite_adherent['consommationInp']). " ".substr($_SESSION['devise_C'],0,1) ?>
|
||||||
|
</div>
|
||||||
|
<div class="progress flex-grow-1" style="height: 6px;">
|
||||||
|
<div class="progress-bar bg-info border border-info" role="progressbar"
|
||||||
|
style="width: <?= $pourcentageInp; ?>%"
|
||||||
|
aria-valuenow="<?= $pourcentageInp; ?>"
|
||||||
|
aria-valuemin="0"
|
||||||
|
aria-valuemax="100">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Solde Annuel -->
|
||||||
|
<div class="col-xl-4 col-6 mb-4">
|
||||||
|
<div class="card shadow h-100 border border-danger">
|
||||||
|
<div class="card-body p-3">
|
||||||
|
<div class="d-flex align-items-center">
|
||||||
|
<div class="flex-grow-1">
|
||||||
|
<div class="h4 text-danger text-uppercase mb-1" >
|
||||||
|
<?= _("Solde") ?>
|
||||||
|
</div>
|
||||||
|
<div class="h4 mb-0" style="font-weight:bold">
|
||||||
|
<?= format_N($limite_adherent['soldeConsommationInp']). " ".substr($_SESSION['devise_C'],0,1) ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ml-2">
|
||||||
|
<i class="fas fa-money-bill-wave fa-2x text-danger"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- progress-bar -->
|
||||||
|
<div class="progress mb-3" >
|
||||||
|
<div class="progress-bar <?= $niveauGlobalConsoFamilleInp >= 80 ? 'bg-danger' : ($niveauGlobalConsoFamilleInp >= 50 ? 'bg-warning' : 'bg-success') ?>"
|
||||||
|
style="width: <?= min($niveauGlobalConsoFamilleInp, 100) ?>%">
|
||||||
|
<?= number_format($niveauGlobalConsoFamilleInp, 1) ?>%
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user