@can('weighbridge', Auth::user())
@endcan
@include('includes.messages')
- VIEW WEIGHBRIDGE REPORT @can('weighbridge.supervisor', Auth::user()) @if ($bush_delivery->first_weight != 0 && $bush_delivery->second_weight == 0)
- CONFIRM FIRST WEIGHT @elseif ($bush_delivery->first_weight != 0 && $bush_delivery->second_weight != 0)
- CONFIRM SECOND WEIGHT @endif @endcan @if ($bush_delivery->first_weight != 0 && $bush_delivery->internal_waybills->sum('purity_no_of_bags_ok') <= 100)
- ADD NET WEIGHT @endif
Bush No. of Bags | Truck no. | Transaction Code | Driver's Name | Driver's License | LBC Company | CROP YEAR | FIRST WEIGHT | SECOND WEIGHT | NET WEIGHT | AVERAGE WEIGHT OF BAGS | PRINT WEIGH TICKET |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $bush_delivery->no_bags }} | {{ $bush_delivery->truck_no }} | {{ $bush_delivery->transaction_code }} | {{ $bush_delivery->driver_name }} | {{ $bush_delivery->driver_license }} | {{ $bush_delivery->lbc->name }} | {{ $bush_delivery->season->name }} | {{ $bush_delivery->first_weight }} | {{ $bush_delivery->second_weight }} | {{ $bush_delivery->first_weight - $bush_delivery->second_weight }} | @if ($bush_delivery->internal_waybills->sum('internal_no_of_bags') > 0) {{ number_format($average_weight, 4) }} @endif | PRINT WEIGH TICKET |
|
|
LBC | {{ $bush_delivery->lbc->name }} | CROP YEAR | {{ $bush_delivery->season->name }} | AVG. WEIGHT/KG | @if ($bush_delivery->internal_waybills->sum('internal_no_of_bags') > 0) {{ number_format($average_weight - 1, 4) }} @endif | ||
TOC | {{ $bush_delivery->port->name }} | DRIVER | {{ $bush_delivery->driver_name }} | TRUCK | {{ $bush_delivery->truck_no }} | ||
DISC. QTY | {{ $bush_delivery->internal_waybills->whereNotNull('ref_int_waybill_id')->sum('internal_no_of_bags') }} | @elseBUSH QTY | {{ $bush_delivery->internal_waybills->sum('internal_no_of_bags') }} | @endifPORT QTY | {{ $bush_delivery->internal_waybills->sum('purity_no_of_bags_ok') }} | REJECTIONS | {{ $bush_delivery->internal_waybills->sum('rejections') }} |
FIRST WEIGHT | {{ $bush_delivery->first_weight }} | SECOND WEIGHT | {{ $bush_delivery->second_weight }} | NET WEIGHT | {{ $nw = $bush_delivery->first_weight - $bush_delivery->second_weight }} |
WAYBILL | STATION | SHED | @if ($bush_delivery->type == 'discrepant' or $bush_delivery->type == 'descrepant')DISC. QTY | @elseBUSH QTY | @endifPORT QTY | REJCT. | TARE WEIGHT | TONNAGE | CAT | GRADE | REMARKS | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $internal_waybill->internal_waybill_no }} | {{ $internal_waybill->bush_waybill->station->station_name }} | {{ optional($internal_waybill->shed)->name }} | {{ $internal_waybill->internal_no_of_bags }} | {{ $pq = $internal_waybill->purity_no_of_bags_ok }} | {{ $internal_waybill->rejections }} |