Date du jour
{{ now()->translatedFormat('d M Y') }}
Dernier enreg.
{{ $lastEntry?->date?->translatedFormat('d M Y') ?? '—' }}
Nbr enreg.
{{ $nbrTotal }}
{{ $nbrThisYear }} cette année
Affectation
{{ number_format($unaffected, 2, ',', ' ') }} €
revenus restent à affecter
| Date | Type | Catégorie | Montant | Détails | Balance | Date effective | Actions |
|---|---|---|---|---|---|---|---|
| {{ $transaction->date->translatedFormat('d M Y') }} | {{ $transaction->category->type->label() }} | {{ $transaction->category->name }} | {{ $amountPrefix($transaction) }}{{ number_format($transaction->amount, 2, ',', ' ') }} € | {{ $transaction->details }} | {{ number_format($running[$transaction->id] ?? 0, 2, ',', ' ') }} € | {{ $transaction->date_effective->translatedFormat('d M Y') }} | |
| Aucun enregistrement. | |||||||