@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
Total Incoming Quantity
Total Actual Quantity
Qty
Header Text
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
{{--
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
Actual Qty
Incoming Qty
Discrepancy Qty
Action
{{$detail->line_number}}
{{$detail->barcode}}
{{$detail->material_number}}
{{$detail->category}}
{{$detail->description}}
status=="C" ? "disabled" : "" }}>
status=="C" ? "disabled" : "disabled" }}>
{{($detail->actual_quantity-$detail->quantity)}}
X
Address
Telephone
fax
PO Number
Group Number
Mat Doc Number
Mat Year
User
Movement Type
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(isset($transactionHeader)) @if ($transactionHeader->status=="S") @if(\App\Models\Permission::canEdit(session('allUserAccesses')['por']))
Update Request
@endif @if(\App\Models\Permission::canConfirm(session('allUserAccesses')['por']))
Confirm Request
@endif @if(\App\Models\Permission::canEdit(session('allUserAccesses')['por']))
Import
@endif @elseif ($transactionHeader->status=="V") @if(\App\Models\Permission::canDivert(session('allUserAccesses')['por']))
Divert
@endif @elseif($transactionHeader->status == 'C') @if(\App\Models\Permission::canCancel(session('allUserAccesses')['por']))
Cancel Request
@endif @endif @endif {{--
Discard
--}}
Primary
touch_app
{{ csrf_field() }}
Upload Excel File
×
Inventory Date
*
[Select Date]
@echo $invDates; @foreach ($invDates as $invDate)
{{ $invDate->created_at }}
@endforeach
@endsection @section('script') @endsection