RÉPUBLIQUE TUNISIENNE

MINISTÈRE DES FINANCES

DIRECTION GÉNÉRALE DES IMPÔTS

ÉCRITURE COMPTABLE

Détails de l'Écriture

Entreprise:
{{ $entry->fiscalYear->company->name }}
Exercice fiscal:
{{ $entry->fiscalYear->year }}
Date d'écriture:
{{ $entry->entry_date->format('d/m/Y') }}
Numéro de compte:
{{ $entry->account }}
Libellé:
{{ $entry->label ?? 'Non spécifié' }}
Débit
{{ number_format($entry->debit, 3, ',', ' ') }} DT
Crédit
{{ number_format($entry->credit, 3, ',', ' ') }} DT

Informations Complémentaires

Solde de l'écriture:
@if($entry->debit > 0) {{ number_format($entry->debit, 3, ',', ' ') }} DT (Débit) @else {{ number_format($entry->credit, 3, ',', ' ') }} DT (Crédit) @endif
Date de création:
{{ $entry->created_at->format('d/m/Y H:i') }}