Saved Orders:
| Season | Date | PO Number | Invoice Number | Customer Ref | Colour | Qty | Erdos Price | RT Price | Invoice Value | % | Commission | Drops | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $invoice['season'] }} | {{ $invoice['date']->format('d/m/y') }} | {{ $invoice['po_number'] }} | {{ $invoice['invoice_no'] }} | {{ $line['product_id'] }} | @php $hasColour = !empty($line['colour'] ?? ''); @endphp {{ $line['colour'] ?? 'Unresolved' }} | {{ $line['quantity'] }} | {{ number_format($line['unit_price'] ?? 0, 2) }} | {{ number_format($line['rt_price'] ?? 0, 2) }} | {{ number_format($line['line_total'] ?? 0, 2) }} | {{ number_format($line['commission_percent'] ?? 0, 2) }} | {{ $line['commission'] ?? 0 }} |
@if(!empty($line['match']))
No Drops Matched.
@if(!empty($line['colour'] ?? ''))
Check colour match
@endif
@endif
Assign drop(s) — qty shows remaining on this page:
|