@lang('lang_v1.incoming_transfer')
@lang('lang_v1.location_from'): {{ $sell_transfer->location->name }} → @lang('lang_v1.location_to'): {{ $purchase_transfer->location->name }} | @lang('messages.date'): {{ @format_date($sell_transfer->transaction_date) }}
@lang('lang_v1.transferred_products')
| # | @lang('sale.product') | @if($lot_n_exp_enabled)@lang('lang_v1.lot_n_expiry') | @endif@lang('lang_v1.expected_qty') | @lang('lang_v1.actual_received_qty') | @lang('lang_v1.discrepancy') |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $sell_line->product->name }}
@if($sell_line->product->type == 'variable')
{{ $sell_line->variations->product_variation->name ?? '' }} – {{ $sell_line->variations->name ?? '' }} @endif SKU: {{ $sell_line->variations->sub_sku ?? '' }} |
@if($lot_n_exp_enabled)
@if(!empty($sell_line->lot_details))
@if(!empty($sell_line->lot_details->lot_number))
{{ $sell_line->lot_details->lot_number }}
@endif
@if(!empty($sell_line->lot_details->exp_date))
Exp: {{ @format_date($sell_line->lot_details->exp_date) }} @endif @else – @endif |
@endif
{{ @format_quantity($sell_line->quantity) }} @if(!empty($sell_line->sub_unit)) {{ $sell_line->sub_unit->short_name }} @else {{ $sell_line->product->unit->short_name ?? '' }} @endif | @lang('lang_v1.matched') |