Positive means outstanding; negative means credit.
{{ $invoice->status }} · due {{ $invoice->due_on?->format('Y-m-d') }}
No invoices.
@endforelse| Date | Description | Debit | Credit |
|---|---|---|---|
| {{ $entry->occurred_at->format('Y-m-d') }} | {{ $entry->description }} | {{ number_format($entry->debit_minor/100,2) }} | {{ number_format($entry->credit_minor/100,2) }} |