Association Sénégalaise de la Valls Icamp
RAPPORT FINANCIER GLOBAL
@if($filters['start_date'] && $filters['end_date']) Période du {{ \Carbon\Carbon::parse($filters['start_date'])->format('d/m/Y') }} au {{ \Carbon\Carbon::parse($filters['end_date'])->format('d/m/Y') }} @elseif($filters['start_date']) Depuis le {{ \Carbon\Carbon::parse($filters['start_date'])->format('d/m/Y') }} @elseif($filters['end_date']) Jusqu'au {{ \Carbon\Carbon::parse($filters['end_date'])->format('d/m/Y') }} @else Période globale @endif @if(array_filter($filters))
@if($filters['year']) Gestion : {{ $filters['year'] }} @endif @if($filters['project']) Projet : {{ $filters['project'] }} @endif @if($filters['member']) Membre : {{ $filters['member'] }} @endif @if($filters['account']) Compte : {{ $filters['account'] }} @endif
@endif
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 TOTAL DE TOUS LES COMPTES : {{ number_format($totalAccountBalance, 0, ',', ' ') }} {{ $currency }}
Détail des Cotisations
@foreach($contributions as $item) @endforeach @if($contributions->isEmpty()) @endif
Date Membre Projet Compte Montant
{{ $item->payment_date ? $item->payment_date->format('d/m/Y') : '-' }} {{ $item->user->name ?? ($item->user->first_name . ' ' . $item->user->last_name) }} {{ $item->project->name ?? '-' }} {{ $item->account->name ?? '-' }} {{ number_format($item->amount, 0, ',', ' ') }} {{ $currency }}
Aucune cotisation trouvée
Détail des Opérations Financières
@foreach($transactions as $item) @endforeach @if($transactions->isEmpty()) @endif
Date Type Description Compte Montant
{{ $item->date ? $item->date->format('d/m/Y') : '-' }} {{ ucfirst($item->type) }} {{ $item->description }} {{ $item->account->name ?? '-' }} {{ $item->type === 'credit' ? '+' : '-' }} {{ number_format($item->amount, 0, ',', ' ') }} {{ $currency }}
Aucune opération trouvée