{{ $dateFrom }} to {{ $dateTo }}
| Date | Type | Reference | Description | Debit | Credit | Balance |
|---|---|---|---|---|---|---|
| Opening balance | KES {{ number_format($statement['opening_balance'], 2) }} | |||||
| {{ $entry['sort_at']->format('d M Y') }} | {{ $entry['type'] }} | {{ $entry['reference'] }} | {{ $entry['description'] }} | {{ $entry['debit'] ? number_format($entry['debit'], 2) : '-' }} | {{ $entry['credit'] ? number_format($entry['credit'], 2) : '-' }} | {{ number_format($entry['balance'], 2) }} |
| No ledger activity in this period. | ||||||
Select a customer to generate a statement
The opening balance includes all valid transactions before the selected period.