Import AI Orders - KWT
{{-- Alert Messages --}}
{{-- Upload Processing Results --}} @if(session('upload_success')) @endif @if(session('upload_errors')) @endif @if(session('message')) @endif {{-- Order Creation Results --}} @if(session('messages')) @if(!empty(session('messages.errors'))) @endif @if(!empty(session('messages.saved'))) @endif @endif @if($errors->all()) @endif
Configuration
Upload Orders
@if($inputMethod === 'file')
Supported formats: PDF, Excel (.xls, .xlsx), CSV. Maximum 10 files.
@endif @if($inputMethod === 'text')
@endif
@if($this->files)
Order Details
@foreach($this->files as $f => $file) @foreach($file['purchase_orders'] as $o => $order) @foreach($order['styles'] as $s => $style) @foreach($style['colorways'] as $c => $colorway) @foreach($colorway['shipments'] ?? [] as $sh => $shipment) @foreach($shipment['size_quantities'] ?? [] as $si => $size) @if ($loop->parent->parent->parent->first && $loop->parent->parent->first && $loop->parent->first && $loop->first) @endif @if($loop->first) @endif @if($loop->first) @endif @endforeach @endforeach @endforeach @endforeach @endforeach @endforeach
PO Number Date Incoterms Delivery Address Drop Dates Style & Colourway Size Qty Price (PO) Price (Loop)
Total: {{ number_format($this->getTotalQtyForOrder($order)) }}
Drop {{ $sh + 1 }}
@if(isset($style['unmatched']) && $style['unmatched']) ⚠️ Style not found @else
@if(isset($style['unmatched']) && $style['unmatched']) ⚠️ Style not found - please select manually @endif
@if(isset($style['unmatched']) && $style['unmatched']) ⚠️ Style not found - cannot load colorways @elseif(!$style['style_version_id']) Please select a style first @else @if(isset($colorway['unmatched']) && $colorway['unmatched']) ⚠️ Colorway not found - please select manually @endif @endif
@endif
{{ $size['price'] ?? "" }} {{ $size['quote'] ?? "" }}
Bulk Date Application

Review the order details above before creating

@endif
Loading...
Processing Orders...

AI is analyzing your order data

@script @endscript