{{ $order->purchase_order_number }}
{{ $order->order_supplier->shipping_address }}
@endif{{ $order->order_supplier->shipping_address }}
@endif @if($order->order_supplier->mobile){{ $order->order_supplier->mobile }}
@endif{{ __('order::order.barcode') }} | {{ __('order::order.description') }} | {{ __('order::order.part no') }} | {{ __('order::order.qty') }} | {{ __('order::order.price') }} | {{ __('order::order.total') }} |
---|---|---|---|---|---|
{{ $item->barcode }} | {{ $item->description }} | {{ $item->serialnumber }} | {{ $item->quantity }} | {{ PurchaseOrder::format_payment($item->selling_price) }} | {{ PurchaseOrder::format_payment($item->total) }} |
{{__('order::order.total amount')}} | {{ PurchaseOrder::format_payment($order->order_payment->subtotal) }} |
{{__('order::order.tax rate')}} | {{ $order->order_payment->tax_rate }}% |
{{__('order::order.tax amount')}} | {{ PurchaseOrder::format_payment($order->order_payment->tax_amount) }} |
{{__('order::order.shipping fee')}} | {{ PurchaseOrder::format_payment($order->order_payment->shipping_fees) }} |
{{__('order::order.subtotal')}} | {{ PurchaseOrder::format_payment($order->order_payment->totalaftertax) }} |
{{ __('order::order.purchase order date') }} | {{ date(AdminBaseDashboard::format_date(), strtotime($order->date)) }} |
{{ __('order::order.staff') }} | {{ $order->clerk->Name }} |