No. | FACTORY | MK NO. | CONTRACT NO. | WAYBILL NO. | WAYBILL DATE | HAULIER | TRANSACTION CODE | TRUCK NO | COCOA TYPE | SPECIALTY | CDN | QUANTITY LOADED (BAGS) |
QUANTITY LOADED (EXPECTED TONNAGE) |
QUANTITY LOADED (ACTUAL TONNAGE) |
CROP YEAR REQUESTED | CROP YEAR UTILIZED | CATEGORY | TOC | SEASON | {{--STACK NO | --}}SHED ASSIGNED |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $count++ }}. | {{ strtoupper($shed_waybill->consignee->name) }} | {{ $shed_waybill->wpo_evacuation->sales_advice->mk_number }} | {{ strtoupper($shed_waybill->contract->number) }} | {{ $shed_waybill->waybill_no }} | {{ $shed_waybill->waybill_date }} | {{ strtoupper($shed_waybill->evac_truck->truck->transporter) }} | {{ strtoupper($shed_waybill->evac_truck->transaction_code) }} | {{ strtoupper($shed_waybill->evac_truck->truck->truck_no) }} | {{ strtoupper(optional($shed_waybill->wpo_evacuation->contract->shipping_instruction->cocoa_type)->type_name) }} | {{ $shed_waybill->wpo_evacuation->contract->shipping_instruction->specialty_type ? strtoupper(optional($shed_waybill->wpo_evacuation->contract->shipping_instruction)->specialty_type) : 'N/A' }} | {{ $shed_waybill->cdn?->cdn_number }} | {{ $shed_waybill->quantity }} | {{ $shed_waybill->quantity / 16 }} | {{ $shed_waybill->net_weight ?? $shed_waybill->quantity / 16 }} | {{ $shed_waybill->wpo_evacuation->category->season->name }} | {{ $shed_waybill->category->season->name }} | {{ $shed_waybill->category->name }} | {{ $shed_waybill->port->name }} | {{ $shed_waybill->shed->name }} | {{ $shed_waybill->season->name }} |