@include('includes.messages')
Contract Number |
MK Number |
BUYER |
CROP YEAR |
PRINT CDN |
{{$wpo_evacuation->contract->number}} |
{{$wpo_evacuation->contract->sales_advice->mk_number}} |
{{$wpo_evacuation->contract->consignee->name}} |
{{optional(optional($wpo_evacuation->shed_waybills()->first()->season))->name}} |
PRINT CDN |
|
COCOA MARKETING COMPANY (GH) LIMITED |
WAREHOUSING AND PORT OPERATIONS DEPARTMENT - {{strtoupper(Auth::user()->port->name)}} |
COCOA DELIVERY NOTE |
|
|
FACTORY: | {{$wpo_evacuation->contract->consignee->name}} |
(MK)/CONTRACT: | ({{$wpo_evacuation->contract->sales_advice->mk_number}})/ {{$wpo_evacuation->contract->number}} |
CROP YEAR: | {{$wpo_evacuation->shed_waybills()->first()->season->name}} |
Take-Over Center: | {{$wpo_evacuation->port->name}} |
| |
| |
TOTAL BAGS: | {{$wpo_evacuation->shed_waybills->sum('quantity')}} |
TOTAL TONNAGE: | {{$wpo_evacuation->shed_waybills->sum('net_weight')}} |
| |
TRUCK NO. |
WAREHOUSE |
SHED |
WAYBILL |
PORT QTY |
EXPECTED TONNAGE |
ACTUAL TONNAGE |
CAT |
GRADE |
@foreach ($wpo_evacuation->shed_waybills as $shed_waybill)
{{strtoupper($shed_waybill->evac_truck->trucklist->truck_no)}} |
{{$shed_waybill->shed->warehouse->name}} |
{{optional($shed_waybill->shed)->name}} |
{{$shed_waybill->waybill_no}} |
a{{$shed_waybill->quantity}} |
n{{$shed_waybill->quantity/16}} |
{{$shed_waybill->net_weight}}
|
{{$shed_waybill->category->name}} |
{{$shed_waybill->grade}} |
@endforeach
|
|
|
|
|
WPO Rep |
FACTORY Rep |
|
|
|
|
..................................................... |
..................................................... |
{{strtoupper(Auth::user()->username)}} |
|
DATE GENERATED: {{strtoupper(\Carbon\Carbon::now()->parse()->format('jS F Y H:i:s'))}} |
|
@endsection
@section('more-scripts')
@endsection