@extends('layouts.app') @section('content')
@include('incs.contentheader')
{{ csrf_field() }}
Transaction Date
Source Site
*
Select Source Site
@foreach ($sites as $site)
source_site==$site->site_code ? "selected=selected" : "" }}> {{ $site->site_code }} {{ $site->name}}
@endforeach
Destination Site
*
Select Destination Site
@foreach ($allSites as $site)
destination_site==$site->site_code ? "selected=selected" : "" }}> {{ $site->site_code }} {{ $site->name}}
@endforeach
{{--
Shipping Unit
--}}
Total Quantity
Qty
Barcode
SSCC Number
Remarks
*
[--Select remark--]
remark == 'CONSOLIDATION') selected @endif value="CONSOLIDATION">CONSOLIDATION
remark == 'CUSTOMER REQUEST') selected @endif value="CUSTOMER REQUEST">CUSTOMER REQUEST
remark == 'MFG. DEFECT') selected @endif value="MFG. DEFECT">MFG. DEFECT
remark == 'FOR OUTRIGHT') selected @endif value="FOR OUTRIGHT">FOR OUTRIGHT
remark == 'FOR SOON TO OPEN STORE') selected @endif value="FOR SOON TO OPEN STORE">FOR SOON TO OPEN STORE
remark == 'STORE CLOSURE') selected @endif value="STORE CLOSURE">STORE CLOSURE
remark == 'MD SUPPORT') selected @endif value="MD SUPPORT">MD SUPPORT
remark == 'MKTG SUPPORT') selected @endif value="MKTG SUPPORT">MKTG SUPPORT
remark == 'RECALL BY MERCH') selected @endif value="RECALL BY MERCH">RECALL BY MERCH
remark == 'RECALL DAMAGED') selected @endif value="RECALL DAMAGED">RECALL DAMAGED
remark == 'RECALL SOILED') selected @endif value="RECALL SOILED">RECALL SOILED
remark == 'FOR MODERN TRADE') selected @endif value="FOR MODERN TRADE">FOR MODERN TRADE
remark == 'FOR IS ORDER') selected @endif value="FOR IS ORDER">FOR IS ORDER
remark == 'RECLASSIFICATION') selected @endif value="RECLASSIFICATION">RECLASSIFICATION
remark == 'UNDELIVERED') selected @endif value="UNDELIVERED">UNDELIVERED
remark == 'MISSING') selected @endif value="MISSING">MISSING
{{--
Actual Confirmation Date
*
--}} {{--
Air Way Bill#
*
--}} {{--
Forwarder
*
Select Forwarder
@foreach ($forwarders as $forwarder)
{{$forwarder->name}}
@endforeach
--}} {{--
Remarks
*
Select Remark
@foreach ($remarks as $remark)
{{$remark->name}}
@endforeach
--}}
Details
Contact Information
References
Action History
@foreach ($transactionHeader->transactionDetails as $detail) @endforeach
#
Barcode
Material Number
Category
Description
Quantity
{{$detail->line_number}}
{{$detail->barcode}}
{{$detail->material_number}}
{{$detail->category}}
{{$detail->description}}
status=="C" ? "disabled" : "" }}>
Address
Telephone
fax
POR Number
Group Number
Mat Doc Number
Mat Year
User
{{--
Movement Type
--}}
TP Number
XAuto
Party Site
Site
Create Date
@foreach ($transactionHeader->transactionHistories as $key => $history) @endforeach
#
Action Name
Action By
Action Date
{{$key+1}}
{{$history->action}}
{{$history->create_by}}
{{$history->action_date}}
Home
@if ($transactionHeader->status=="S" && $sites->contains('site_code', $transactionHeader->destination_site)) @if(\App\Models\Permission::canEdit(session('allUserAccesses')['transfer post']))
Update Request
@endif @if(\App\Models\Permission::canConfirm(session('allUserAccesses')['transfer post']))
Confirm Request
@endif @if(\App\Models\Permission::canConfirm(session('allUserAccesses')['transfer post']))
Import
@endif @endif {{--
Discard
--}}
Primary
touch_app
{{ csrf_field() }}
Upload Excel File
×
@endsection @section('script') @endsection