@vite(['resources/css/app.css', 'resources/js/app.js'])
Star Cloud System
Tenant: {{ Auth::user()->company?->name ?? __('Platform Operator') }}
{{ $order->type === \App\Models\Warehouse\TransferOrder::TYPE_W2W ? __('Warehouse to Warehouse Transfer') : __('Machine to Warehouse Return') }}
{{ __('Order Number') }}
{{ $order->order_no }}
{{ __('Source Warehouse') }}
{{ $order->fromWarehouse?->name ?? '-' }}
@else{{ __('Source Machine') }}
{{ $order->fromMachine?->name ?? '-' }} ({{ $order->fromMachine?->serial_no }})
@endif{{ __('Target Warehouse') }}
{{ $order->toWarehouse?->name ?? '-' }}
{{ __('Created By') }}
{{ $order->creator?->name ?? __('System') }}
{{ __('Transfer Type') }}
{{ $order->type === \App\Models\Warehouse\TransferOrder::TYPE_W2W ? __('Warehouse to Warehouse') : __('Machine to Warehouse') }}
{{ __('Created At') }}
{{ $order->created_at->timezone('Asia/Taipei')->format('Y-m-d H:i:s') }}
{{ __('Print Time') }}
{{ now()->timezone('Asia/Taipei')->format('Y-m-d H:i:s') }}
{{ __('Note') }}
{{ $order->note }}
| # | {{ __('Image') }} | {{ __('Product Name') }} | {{ __('Barcode') }} | {{ __('Transfer Qty') }} | {{ __('Check') }} | {{ __('Actual Qty') }} |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@if($item->product?->image_url)
|
{{ $item->product?->localized_name ?? __('Unknown') }} ID: {{ $item->product_id }} |
{{ $item->product?->barcode ?? '-' }} |
x{{ $item->quantity }} |
{{ __('Print Notice') }}
{{ __('Please make sure to enable "Background graphics" in your browser print settings to print product images and styled components correctly.') }}
{{ __('Prepared By') }}
{{ __('Transfer Out Confirmation') }}
{{ __('Courier/Dispatcher') }}
{{ __('Transfer In Confirmation') }}