{{-- New-Unity ERP | purchases/orders/pdf.blade.php | v1.1 | 29/06/2026 --}} {{-- v1.1 — Rediseño completo basado en OCs BYNET/GMV. --}} {{-- Incluye: header empresa, datos proveedor, datos facturación, --}} {{-- tabla partidas con marca/SKU, totales, datos entrega, --}} {{-- condiciones, sección autorización con firmas. --}}
| # | Cant. | U/M | SKU | Descripción del Producto | Marca | Precio Unit. | IVA% | Subtotal | Total c/IVA |
|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ number_format($item->quantity, 2) }} | {{ $item->unit }} | {{ $item->product?->sku ?? '—' }} |
{{ $item->product_name_snapshot }}
@if($item->notes)
{{ $item->notes }} @endif |
{{ $item->product?->brand?->validbrand_id ?? '—' }} | ${{ number_format($item->unit_cost, 2) }} | {{ $item->iva_perc }}% | ${{ number_format($item->subtotal, 2) }} | ${{ number_format($item->total_cost, 2) }} |
| Total de partidas: {{ $order->items->count() }} | ${{ number_format($order->subtotal, 2) }} | ${{ number_format($order->total, 2) }} | |||||||