@extends('crudbooster::admin_template') @section('content') @push('head') @endpush
ST: | {{$stDetails->st_document_number}} | From: | {{$transfer_from->bea_so_store_name}} |
Scheduled: | {{$stDetails->scheduled_at}} - {{$stDetails->scheduled_by}} | To: | {{$transfer_to->bea_so_store_name}} |
Transport By: | {{ $stDetails->transport_type }} @if(!empty($stDetails->hand_carrier)) : {{ $stDetails->hand_carrier }} @endif | Reason: | {{$stDetails->pullout_reason}} |
Notes: | {{ $stDetails->memo }} |
{{ trans('message.table.digits_code') }} | {{ trans('message.table.upc_code') }} | {{ trans('message.table.item_description') }} | {{ trans('message.table.st_quantity') }} | {{ trans('message.table.st_serial_numbers') }} |
---|---|---|---|---|
{{$item['digits_code']}} | {{$item['upc_code']}} | {{$item['item_description']}} | {{$item['st_quantity']}} |
@foreach ($item['st_serial_numbers'] as $serial)
{{$serial}} @endforeach |
{{ trans('message.table.total_quantity') }} | {{$stQuantity}} |
Prepared by: | Pullout by: | Received by: |
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. |