Generated on {{ $generated_at }}
|
Total Transactions
{{ number_format($stats['total']) }}
|
Incoming Operations
{{ number_format($stats['incoming']) }}
|
Outgoing
{{ number_format($stats['outgoing']) }}
|
Direct Deliveries
{{ number_format($stats['direct_deliveries']) }}
|
Transfers
{{ number_format($stats['transfers']) }}
|
| Transaction ID | Date | Type | Reference | Entity/Supplier | Project | Status | Created By |
|---|---|---|---|---|---|---|---|
| {{ $transaction['id'] ?? '-' }} | {{ $transaction['date'] ? \Carbon\Carbon::parse($transaction['date'])->format('d M Y') : '-' }} | {{ $transaction['type'] ?? '-' }} | {{ $transaction['reference'] ?? '-' }} | {{ Str::limit($transaction['entity'] ?? '-', 20) }} | {{ Str::limit($transaction['project'] ?? '-', 20) }} | {{ $transaction['status'] ?? '-' }} | {{ Str::limit($transaction['created_by'] ?? '-', 15) }} |
| No transactions found | |||||||