Sync: code local unifié
Synchronisation du code source local (fait foi). Signed-off-by: lions dev Team
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
</ui:define>
|
||||
</ui:include>
|
||||
|
||||
<!-- Statistiques de paiement -->
|
||||
<div class="grid">
|
||||
<!-- Statistiques de paiement - TRESORIER/ADMIN SEULEMENT -->
|
||||
<div class="grid" rendered="#{menuBean.gestionFinancesMenuVisible}">
|
||||
<ui:include src="/templates/components/cards/stat-card.xhtml">
|
||||
<ui:param name="value" value="#{cotisationsBean.statistiques.totalCollecteFormatte}" />
|
||||
<ui:param name="label" value="Total Collecté" />
|
||||
@@ -63,8 +63,8 @@
|
||||
</ui:include>
|
||||
</div>
|
||||
|
||||
<!-- Répartition par méthode de paiement -->
|
||||
<div class="card">
|
||||
<!-- Répartition par méthode de paiement - TRESORIER/ADMIN SEULEMENT -->
|
||||
<div class="card" rendered="#{menuBean.gestionFinancesMenuVisible}">
|
||||
<h5>
|
||||
<i class="pi pi-chart-pie mr-2"></i>
|
||||
Répartition par Méthode de Paiement
|
||||
@@ -118,6 +118,7 @@
|
||||
value="#{cotisationsBean.cotisationsFiltrees}"
|
||||
var="cotisation"
|
||||
filteredValue="#{cotisationsBean.cotisationsFiltrees}"
|
||||
rowKey="#{cotisation.id}"
|
||||
paginator="true"
|
||||
rows="20"
|
||||
emptyMessage="Aucune cotisation en attente"
|
||||
@@ -137,7 +138,9 @@
|
||||
</div>
|
||||
</f:facet>
|
||||
|
||||
<p:column headerText="Membre" sortBy="#{cotisation.nomMembre}">
|
||||
<!-- Colonne Membre - TRESORIER/ADMIN SEULEMENT -->
|
||||
<p:column headerText="Membre" sortBy="#{cotisation.nomMembre}"
|
||||
rendered="#{menuBean.gestionFinancesMenuVisible}">
|
||||
<div>
|
||||
<div class="font-medium">#{cotisation.nomMembre}</div>
|
||||
<div class="text-600 text-sm">#{cotisation.numeroMembre}</div>
|
||||
|
||||
Reference in New Issue
Block a user