Printed by: {{auth()->user()->name}}
Printed Date: 2024-11-21 11:32:36 AM
{{$app->app_name}},
Tax Summary
OUTLET: {{empty(request('branch')) ? "ALL OUTLETS" : request('branch')}}
Report Date
{{request()->date == null ? $dayClose->day_close : request()->date}}
@foreach($summary as $report) @endforeach
Outlets Sales Excl. Tax
{{empty($app->currency) ? "GHS" : $app->currency}}
NHIL Levy ({{ $mTaxes->nhil * 100}}%) Covid Levy ({{ $mTaxes->covid * 100}}%) Getfund Levy ({{$mTaxes->getfund * 100}}%) Tourism Levy ({{$mTaxes->tourism * 100}}%) VAT ({{$mTaxes->vat*100}}%) Total Tax
{{$report->branch}} @convert( $vat_exclusive = (($report->total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat)) )) @convert( $NHIL_ = ($report->total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil) @convert( $COVID_ = ($report->total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) @convert( $GETFUND_ = ($report->total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) @convert( $TOURISM_ = ($report->total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->tourism) @convert( $VAT_ = ($vat_exclusive+$NHIL_+$COVID_+ $GETFUND_+$TOURISM_) * $mTax->vat) @convert( $VAT_+$NHIL_+$COVID_+ $GETFUND_+$TOURISM_)
Grand Total @convert( $vat_exclusive_ = ($t_tax = ($total_sale)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat)) )) @convert( $NHIL_ = ($total_sale)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil) @convert( $COVID_ = ($total_sale)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) @convert( $GETFUND_ = ($total_sale)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) @convert( $TOURISM_ = ($total_sale)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->tourism) @convert( $VAT_ = ($vat_exclusive_+$NHIL_+$COVID_+ $GETFUND_+$TOURISM_) * $mTax->vat) @convert( $VAT_+$NHIL_+$COVID_+ $GETFUND_+$TOURISM_)