INTERNAL WAYBILLS
|
|
DATE: {{Carbon\Carbon::parse($summary_sheet->created_at)->format('d M Y')}} | CROPYEAR: {{$summary_sheet->season->name}} | LBC: {{strtoupper($summary_sheet->lbc->name)}} | REF NO: {{strtoupper($summary_sheet->ref_no)}} | TYPE: {{strtoupper($summary_sheet->cocoa_type->type_name)}} | |||||||||||
OFFLOADING |
DISPATCH |
CTOR |
WEIGH TICKET |
PURITY |
CAT& GRADE |
QUANTITY |
|||||||||
Date |
Shed |
Station |
District |
Waybill |
Date |
Ctor No |
Date |
Ticket Code | Date |
Purity No |
Bags |
Tare Weight |
Kg/Bag |
Actual Tonnage |
|
{{strtoupper($region->name)}} | |||||||||||||||
{{Carbon\Carbon::parse($internal_waybill->offloading_date)->format('d M Y')}} | {{strtoupper($internal_waybill->shed->name)}} | {{strtoupper(App\Model\station::find($internal_waybill->audited_station_id)->station_name)}} | {{strtoupper(App\Model\station::find($internal_waybill->audited_station_id)->district->district_name)}} | {{strtoupper($internal_waybill->internal_waybill_no)}} | {{Carbon\Carbon::parse($internal_waybill->ctor->ctor_date)->format('d M Y')}} | {{strtoupper($internal_waybill->ctor->ctor_number)}} | {{Carbon\Carbon::parse($internal_waybill->purity_date)->format('d M Y')}} | {{strtoupper($internal_waybill->bush_delivery->transaction_code)}} | {{Carbon\Carbon::parse($internal_waybill->audited_purity_date)->format('d M Y')}} | {{strtoupper($internal_waybill->audited_purity_number)}} | CAT: {{strtoupper(App\Model\category::find($internal_waybill->purity_category_id)->code)}} GRA: {{strtoupper($internal_waybill->audited_grade)}} | {{strtoupper($internal_waybill->audited_no_bags)}} | {{strtoupper(number_format($internal_waybill->audited_net_weight,4))}} | {{strtoupper(number_format($internal_waybill->audited_weight_per_bag,4))}} | {{strtoupper(number_format($internal_waybill->audited_actual_tonnage,4))}} |
SUB TOTAL FOR: {{strtoupper($region->name)}} | {{$internal_waybills->where('region_id',$region_id)->sum('audited_no_bags')}} |