{{-- New-Unity ERP | purchases/orders/pdf3.blade.php | v1.0 | 29/06/2026 --}} {{-- DISEÑO 3 — Corporativo / Formal. Bordes completos, estilo SAP/ERP tradicional. --}}
| Proveedor | {{ $order->supplier?->name }} @if($order->supplier?->commercial_name && $order->supplier->commercial_name !== $order->supplier->name) ({{ $order->supplier->commercial_name }}) @endif | ||
| RFC | {{ $order->supplier?->rfc ?? '—' }} | Teléfono | {{ $order->supplier?->phone ?? '—' }} |
| Dirección | @if($order->supplier?->mainAddress) @php $a = $order->supplier->mainAddress; @endphp {{ $a->street }} {{ $a->exterior_number }}, Col. {{ $a->neighborhood }}, {{ $a->city }}, {{ $a->state }}, C.P. {{ $a->postal_code }} @else — @endif | ||
| Atención a | {{ $order->supplier?->mainContact?->name ?? '—' }} | {{ $order->supplier?->mainContact?->email ?? '—' }} | |
| Cond. Pago | {{ $order->payment_terms ?? '—' }} | F. Entrega | {{ $order->expected_date?->format('d/m/Y') ?? '—' }} |
| Ref. Proveedor | {{ $order->supplier_reference ?? '—' }} | No. RFQ | {{ $order->rfq?->rfq_number ?? '—' }} |
| Razón Social | {{ $company?->name }} | RFC | {{ $company?->rfc }} |
| No. OC | {{ $order->po_number }} | Comprador | {{ $order->createdBy?->name ?? '—' }} |
| LIN | Cant. | U/M | Código | Descripción del Producto | Marca | P. Unitario | 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 partidas: {{ $order->items->count() }} | ${{ number_format($order->subtotal, 2) }} | ${{ number_format($order->total, 2) }} | |||||||
| Subtotal: | ${{ number_format($order->subtotal, 2) }} |
| IVA: | ${{ number_format($order->tax_amount, 2) }} |
| TOTAL {{ $order->currency }}: | ${{ number_format($order->total, 2) }} |
| Datos de Autorización | ||
|
AUTORIZA
{{ $order->createdBy?->name ?? '—' }}
COMPRADOR / DIRECCIÓN
Firma
|
SOLICITA
—
ÁREA SOLICITANTE
Firma
|
CONFIRMACIÓN PROVEEDOR
{{ $order->supplier?->mainContact?->name ?? '—' }}
{{ $order->supplier?->commercial_name ?? $order->supplier?->name }}
Firma y Sello
|