@if ($carrier->daily_price_logo != '')
@if (isset($date) && !empty($date)) {{ $date }} @endif
@if (isset($week_id_period)) {{ $week_id_period }} @else
@endif
@if (isset($date) && !empty($date)) {{ $date }} @endif
@if (isset($week_id_period)) {{ $week_id_period }} @else
@endif
id == '78') width="139px" height="80px" style="position:absolute;left:40px;top:-15px;" @else width="49px" height="80px" style="position:absolute;left:80px;top:-15px;" @endif>
Transactions Summary
{{ $carrier->name }}
Created on | Driver | Unit | Merchant | Truck Volume |
Reefer Volume |
Retail Price |
Truck $ |
Reefer $ |
Def $ |
Def |
Oil $ |
Cash $ |
Other $ |
@if (isset($driver_discount->discount))
Fee $ |
@endif
@if (isset($driver_discount->discount))
Total $ |
Discount $ |
@endif
TTP $ |
@if ($currency == 'CAN')
HST $ |
@endif
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Totals | {{ $info->total_volume }} | {{ $info->total_reefer }} | {{ $average_price }} | {{ number_format($info->total_truck_amount, 2) }} | {{ number_format($info->total_reefer_amount, 2) }} | {{ $info->total_def2 }} | {{ $info->total_def }} | {{ $info->total_oil }} | {{ $info->total_cash }} | {{ $info->total_other }} | @if (isset($driver_discount->fee) && $driver_discount->fee != ''){{ number_format($driver_discount->fee * $info->trans,2) }} | @endif @if (isset($driver_discount->fee) && $driver_discount->fee != ''){{ number_format($driver_discount->fee * $info->trans + $info->total_sum, 2) }} | @else{{ number_format($info->total_sum, 2) }} | @endif @if (isset($driver_discount->discount))@if (isset($totals['total']['discount'])) {{ number_format($totals['total']['discount'],2) }}@endif | @if (isset($totals['total']['ttp'])) {{ number_format($totals['total']['ttp'],2) }} @endif | @endif @if ($currency == 'CAN'){{ number_format($info->total_hst, 2) }} | @endif|||
{{ $transaction['date'] }} | {{ $transaction['driver'] }} | {{ $transaction['unit'] }} | {{ $transaction['merchant'] }} | {{ $transaction['volume'] }} | {{ $transaction['reefer_quantity'] }} | {{ $transaction['price'] }} | {{ number_format($transaction['price'] * $transaction['volume'], 2) }} | {{ number_format($transaction['reefer_amount'], 2) }} | {{ $transaction['def2'] }} | {{ $transaction['def'] }} | {{ $transaction['oil'] }} | {{ $transaction['cash'] }} | {{ $transaction['other'] }} | @if (isset($driver_discount->fee) && $driver_discount->fee != ''){{ number_format($transaction['fee'],2) }} | @endif@if (isset($driver_discount->fee) && $driver_discount->fee != '') {{ number_format($driver_discount->fee + ($transaction['price']*$transaction['volume'])+($transaction['price']*$transaction['reefer_quantity'])+$transaction['def2']+$transaction['oil']+$transaction['cash']+$transaction['other'], 2) }} @else {{ number_format(($transaction['price']*$transaction['volume'])+($transaction['price']*$transaction['reefer_quantity'])+$transaction['def2']+$transaction['oil']+$transaction['cash']+$transaction['other'],2) }} @endif | @if (isset($driver_discount->discount)){{ $transaction['total_discount'] }} | {{ $transaction['ttp2'] }} | @endif @if ($transaction['us_can'] == 'CAN'){{ $transaction['hst'] }} | @endif