| Résultat | Écritures | Produits | Charges | Actions | ||
|---|---|---|---|---|---|---|
|
@if(auth()->user()->hasPermission('accounting-view'))
{{ $fiscalYear->id }}
@else
{{ $fiscalYear->id }}
@endif
|
@if($fiscalYear->status === 'open') Ouvert @else Clôturé @endif |
{{ $fiscalYear->result >= 0 ? '+' : '' }}{{ number_format($fiscalYear->result, 2, ',', ' ') }} €
|
{{ $fiscalYear->transactions_count }}
|
{{ number_format($fiscalYear->total_income, 2, ',', ' ') }} €
|
{{ number_format($fiscalYear->total_expense, 2, ',', ' ') }} €
|
|
| Aucun exercice fiscal trouvé. | ||||||