Files
Packing Lists
Factory Invoice
| Status | Style | Color | Order Line | Total Qty | Invoice Price | Loop Price | Cartons | Size Breakdown | Ex-Factory |
|---|---|---|---|---|---|---|---|---|---|
| {!! $item['status_badge'] !!} | {{ $item['style'] }} | {{ $item['color'] }} | @if($item['order_line_display']) {{ $item['order_line_display'] }} @elseif(!empty($item['possible_matches'])) @else N/A @endif | {{ $item['total_qty'] }} | @if($item['invoice_unit_price']) £{{ number_format($item['invoice_unit_price'], 2) }} @else N/A @endif |
@if($item['system_unit_price'])
£{{ number_format($item['system_unit_price'], 2) }}
@if($item['price_match'] === 'higher')
+£{{ number_format(abs($item['price_difference']), 2) }} @elseif($item['price_match'] === 'lower') -£{{ number_format(abs($item['price_difference']), 2) }} @endif @else N/A @endif |
{{ $item['cartons'] }} | {{ $item['size_breakdown'] }} | {{ $item['exfty'] }} |
| No packing list data to preview | |||||||||
| File Total: | {{ $extractedData['_file_total'] ?? 0 }} | ||||||||
Please wait while we process your packing lists