{{-- --}} {{-- --}} {{-- --}} {{-- --}}
CDN Number | CDN Date | Contract Number | MK Number | BUYER | CROP SEASON | SEASON UTILIZED | PRINT CDN |
---|---|---|---|---|---|---|---|
{{ $cdn->cdn_number }} | {{ $cdn->cdn_date }} | {{$cdn->contract->number}} | {{ $cdn->sales_advice->mk_number }} | {{ $cdn->sales_advice->consignee->name }} | {{ $cdn->season->name }} | {{ optional(optional($cdn->wpo_evacuation->shed_waybills()->first()->season))->name }} | status == null) disabled onclick="event.preventDefault();" oncontextmenu="return false;" @endif> PRINT CDN |
|
|
FACTORY: | {{ $cdn->sales_advice->consignee->name }} | (MK): | ({{ $cdn->sales_advice->mk_number }}) | CROP SEASON | {{ $cdn->season->name }} |
---|---|---|---|---|---|
Take-Over Center: | {{ $cdn->wpo_evacuation->port->name }} | CATEGORY: | {{ $cdn->category->name }} | SEASON UTILIZED: | {{ optional(optional($cdn->shed_waybills()->whereNotNull('cdn_id')->get()->last())->season)->name }} |
CDN NO: | {{ $cdn->cdn_number }} | CDN DATE: | {{ Carbon\Carbon::parse($cdn->cdn_date)->format('dS M Y') }} | ||
TOTAL BAGS: | {{ $sum_bags }} | TOTAL TONNAGE: | {{ $cdn->shed_waybills->sum('net_weight') }} |
TRUCK NO. | TRANS. CODE | CONTRACT NUMBER | WAREHOUSE | SHED | WAYBILL | DATE | PORT QTY | EXPECTED TONNAGE | ACTUAL TONNAGE | CAT | GRADE | SELECT | CDN Number |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ strtoupper($shed_waybill->evac_truck->truck->truck_no) }} | {{ strtoupper($shed_waybill->evac_truck->transaction_code) }} | {{ strtoupper($shed_waybill->wpo_evacuation->contract_number) }} | {{ $shed_waybill->shed->warehouse->name }} | {{ optional($shed_waybill->shed)->name }} | {{ $shed_waybill->waybill_no }} | {{ Carbon\Carbon::parse($shed_waybill->waybill_date)->format('d-M-Y') }} | {{-- $quantity = $shed_waybill->waybill_stacks->sum('bags_quantity_evacuated') --}} {{ $quantity = $shed_waybill->quantity }} | {{ $quantity / 16 }} | {{ $shed_waybill->net_weight }} | {{ $shed_waybill->category->name }} | {{ $shed_waybill->grade }} |
|
|
{{ strtoupper($shed_waybill->evac_truck->truck->truck_no) }} | {{ strtoupper($shed_waybill->evac_truck->transaction_code) }} | {{ strtoupper($shed_waybill->wpo_evacuation->contract_number) }} | {{ $shed_waybill->shed->warehouse->name }} | {{ optional($shed_waybill->shed)->name }} | {{ $shed_waybill->waybill_no }} | {{ Carbon\Carbon::parse($shed_waybill->waybill_date)->format('d-M-Y') }} | {{-- $quantity = $shed_waybill->waybill_stacks->sum('bags_quantity_evacuated') --}} {{ $quantity = $shed_waybill->quantity }} | {{ $quantity / 16 }} | {{ $shed_waybill->net_weight }} | {{ $shed_waybill->category->name }} | {{ $shed_waybill->grade }} | {{ $shed_waybill->cdn->cdn_number }} |
WPO Rep | FACTORY Rep | |||
---|---|---|---|---|
..................................................... | ..................................................... | |||
{{ strtoupper(Auth::user()->username) }} | ||||
DATE GENERATED: {{ strtoupper(\Carbon\Carbon::now()->parse()->format('jS F Y H:i:s')) }} |