| {{$row->order->slip_number}} |
{{$row->order->order_date}} |
{{$row->order->shipment_date}} |
{{$row->order->delivery_date}} |
{{obj_attr($row->order->customer, 'customer_code')}} |
{{$row->order->customer_name}} |
{{obj_attr($row->order->delivery, 'delivery_code')}} |
{{$row->order->delivery_name}} |
{{$row->order_number}} |
{{$row->product?->jan_code}} |
{{$row->product_name}} |
{{num_format($row->order_qty)}} |
{{Enum::abbr('AllocationType', $allocation_type)}} |
@php($total = $row->order->total_standard + $row->order->total_reduced + $row->order->total_exempt)
{{num_format($total)}}
|
{{Enum::abbr('ShippingInstructionStatus', $row->shipping_instruction_status)}}
@if(Enum::value('ShippingInstructionStatus.Issued') == $row->shipping_instruction_status)
({{ num_format($row->order->shipments?->first()->shipment_sequence ?? '') }})
@endif
|
$row->order_id])}}')" />
$row->order_id])}}')" class="{{$visibleUpdate}}" />
|
@endforeach