À confirmer ce mois-ci
@foreach ($pendingRecurrences as $recurring){{ $recurring->name }} — {{ $recurring->category->name }}
Dernières opérations
{{ $transaction->category->name }} @if ($transaction->details) — {{ $transaction->details }} @endif
{{ $transaction->date->translatedFormat('d M Y') }} · {{ number_format($transaction->amount, 2, ',', ' ') }} €
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
Dépenses ce mois-ci, par personne
{{ $entry['label'] }}
{{ number_format($entry['total'], 2, ',', ' ') }} €
{{ $recurring->name }} — {{ $recurring->category->name }}
le {{ $recurring->day_of_month }} de chaque mois
{{ $editingTransactionId ? 'Modifier l\'opération' : 'Nouvelle opération' }}
| Date | Type | Catégorie | Montant | Détails | Payé par | 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 }} | {{ $transaction->paidBy?->name ?? 'Commun' }} | {{ number_format($running[$transaction->id] ?? 0, 2, ',', ' ') }} € | {{ $transaction->date_effective->translatedFormat('d M Y') }} | |
| Aucun enregistrement. | ||||||||