Rapports & Statistiques

Analyse financière et rapports détaillés

Effacer

Cotisations Perçues

{{ number_format($totalContributions, 0, ',', ' ') }} {{ $currency }}

En Attente

{{ number_format($totalPending, 0, ',', ' ') }} {{ $currency }}

Total Crédits

{{ number_format($totalCredits, 0, ',', ' ') }} {{ $currency }}

Total Débits

{{ number_format($totalDebits, 0, ',', ' ') }} {{ $currency }}

Solde de Tous les Comptes

{{ number_format($totalAccountBalance, 0, ',', ' ') }} {{ $currency }}

@forelse($contributions as $contribution) @empty @endforelse
Date Membre Projet Compte Montant Statut
{{ $contribution->payment_date ? $contribution->payment_date->format('d/m/Y') : '-' }} {{ $contribution->user->name ?? ($contribution->user->first_name . ' ' . $contribution->user->last_name) }} {{ $contribution->project->name ?? '-' }} {{ $contribution->account->name ?? '-' }} {{ number_format($contribution->amount, 0, ',', ' ') }} {{ $currency }} @if($contribution->status === 'paye') Payé @else En attente @endif
Aucune cotisation trouvée.