{{ $label }}
LKR{{ number_format($metrics[$key], 0) }} {{ $help }}LIVE PORTFOLIO
Here is what needs your attention across the invoice portfolio.
Financial position across invoices you can access
{{ $label }}
LKR{{ number_format($metrics[$key], 0) }} {{ $help }}Time-sensitive follow-ups and collection risks
Invoices ordered by promised and expected payment dates
| Invoice & customer | Outstanding | Status | Age | Owner | Next follow-up | Priority |
|---|---|---|---|---|---|---|
| {{ strtoupper(substr($invoice->customer->company_name, 0, 1)) }}{{ $invoice->invoice_number }}{{ $invoice->customer->company_name }} | {{ $invoice->currency }} {{ number_format($invoice->outstanding_amount, 0) }}of {{ number_format($invoice->total_amount, 0) }} | {{ $invoice->status->label() }} | {{ (int) $invoice->invoice_date->diffInDays(today()) }} days{{ $invoice->ageing_bucket }} bucket | {{ strtoupper(substr($invoice->assignee->name, 0, 1)) }}{{ $invoice->assignee->name }} | @if($invoice->next_followup_date){{ $followupToday ? 'Today' : $invoice->next_followup_date->format('d M Y') }}@elseNot scheduled@endif | {{ $high ? 'High' : 'Monitor' }} |
No active invoicesInvoices requiring attention will appear here. | ||||||