{{-- New-Unity ERP | app/Modules/Warehouse/Resources/Views/receptions/create.blade.php | v3.1 | 25/07/2026 --}} {{-- v3.1 — novalidate en
: fix silent-block en formularios multi-tab con required. --}} {{-- v2.1 — buildRulesTab: pre-llena Expected desde datos OC. Auto-match con tolerancia. --}} {{-- v2.0 — Wizard 4 tabs SAP-style: Document -> Verification -> Items -> Confirm. --}} {{-- v3.0 — PO Info Strip muestra items con part#, SKU, material type y bin sugerido. --}} {{-- Modal de detalle de producto. searchPo retorna suggested_bins. --}} @extends('layouts.vertical', ['pageTitle' => __('warehouse.gr-new')]) @section('page-title')

{{ __('warehouse.gr-new') }} {{ __('warehouse.gr-scan-to-begin') }}

@endsection @section('content') @if($errors->any())
@endif @csrf {{-- Scanner Bar --}}
{{-- PO Info Strip --}} {{-- Hidden fields --}} {{-- Wizard --}}
{{-- Modal FAIL -- Bloqueo total --}} {{-- Modal WARNING -- Avanzar con advertencia --}} {{-- Modal Etiqueta de Lote --}} {{-- Modal Detalle de Producto --}} @endsection @section('scripts') @include('warehouse::receptions.gr_document_modal') @endsection