@extends('crudbooster::admin_template') @section('content') @push('head') @endpush
ST: | {{$stDetails[0]->st_document_number}} | From: | {{$transfer_from->bea_so_store_name}} | ||
Scheduled: | @if(!empty($stDetails[0]->schedule_date)) {{ $stDetails[0]->schedule_date }} - {{ $stDetails[0]->scheduled_by }} @else {{ $stDetails[0]->pullout_date }} @endif | To: | {{$transfer_to->bea_so_store_name}} | ||
SOR/MOR: | {{$stDetails[0]->sor_number}} | Reason: | {{$stReason->pullout_reason}} | ||
Transport By: | {{ $stDetails[0]->transport_type }} @if(!empty($stDetails[0]->hand_carrier)) {{ $stDetails[0]->hand_carrier }} @endif | @if($stDetails[0]->transaction_type == "RMA")Problem: | {{$stDetails[0]->problems}} {{ (!empty($stDetails[0]->problem_detail)) ? $stDetails[0]->problem_detail : ''}} | @elseNotes: | {{$stDetails[0]->memo}} | @endif
{{ trans('message.table.digits_code') }} | @elseJan Code | @endif {{--{{ trans('message.table.upc_code') }} | --}}{{ trans('message.table.item_description') }} | {{ trans('message.table.st_quantity') }} | @if(is_null($stDetails[0]->request_type) || empty($stDetails[0]->request_type)){{ trans('message.table.st_serial_numbers') }} | @endif
---|---|---|---|---|---|
{{$item['digits_code']}} | {{--{{$item['upc_code']}} | --}}{{$item['item_description']}} | {{$item['st_quantity']}} | @if(is_null($stDetails[0]->request_type) || empty($stDetails[0]->request_type))
@foreach ($item['st_serial_numbers'] as $serial)
{{$serial}} @endforeach |
@endif
|
{{ trans('message.table.total_quantity') }} | {{$stQuantity}} | ||||
{{ trans('message.table.total_quantity') }} | {{$stQuantity}} |
Prepared by (Store): | Pullout by (Logistics): | Received by (Warehouse): | Checked by (Supervisor): |
Policy | SCENARIO |
---|---|
NO PULLOUT FORM, NO PULLOUT | If the Logistics personnel picks up the pullout without the MPF (pullout form), the store personnel shall reject the pullout. |
NO MATCH, NO PULLOUT | If the contents of the MPF does not match the physical items' barcodes, the Logistics personnel shall reject the pullout. |
NO PACKAGING, NO PULLOUT | If an item has no packaging, it may not be pulled out, unless it is accompanied with a memo signed by the SBU head. |
NO ITEM, NO PULLOUT | If the package has no item inside, the Logistics personnel shall reject the pullout. |