{{$app->app_name}}
TAX INVOICE
ORDER NO: {{ substr($number, -3) }}
Phone :
Receipt No. : {{$number}}
| Date : | Cashier : | 
| TIN #: | {{ empty($agency_->agency) ? "" : "Paid By: " . $agency_->agency}} | 
| @if($amount_paid->status == 5) Held Receipt @else Original Receipt @endif | |
|---|---|
| Item | Qty | Rate | Amount | ||||
|---|---|---|---|---|---|---|---|
| {!!ucwords(@strtolower($invoice->invoice_product_name))!!} | {{$invoice->invoice_quantity}} | {{empty($app->currency) ? "GHS" : $app->currency}}@convert($invoice->invoice_unit_price) | {{empty($app->currency) ? "GHS" : $app->currency}}@convert($invoice->invoice_quantity * $invoice->invoice_unit_price) | ||||
| Discount | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(0)@else @endif | ||||||
| Discount Subtotal | {{empty($app->currency) ? "GHS" : $app->currency}}@convert($discount->amount_paid)@endif | ||||||
| Tax Excl. Total | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat)))@else | Tax Excl. Total | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($discount->amount_paid)/(1+($gTax) + ($mTax->vat) + ($gTax)*($mTax->vat)))@endif | ||||
| Covid Levy {{round($mTax->covid*100, 1)}}% | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) | ||||||
| Getfund Levy {{round($mTax->getfund*100, 1)}}% | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) | ||||||
| NHIL Levy {{round($mTax->nhil*100, 1)}}% | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil) | ||||||
| Levy Incl. Value | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(((($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) + (($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) + (($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil)) + ($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))) | ||||||
| VAT {{round($mTax->vat*100, 1)}}% | {{empty($app->currency) ? "GHS" : $app->currency}}@convert((((($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) + (($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) + (($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil)) + ($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))) * $mTax->vat) | ||||||
| Covid Levy {{round($mTax->covid*100, 1)}}% | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) | ||||||
| Getfund Levy {{round($mTax->getfund*100, 1)}}% | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) | ||||||
| NHIL Levy {{round($mTax->nhil*100, 1)}}% | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil) | ||||||
| Levy Incl. Value | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(((($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) + (($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) + (($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil)) + ($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))) | ||||||
| VAT {{round($mTax->vat*100, 1)}}% | {{empty($app->currency) ? "GHS" : $app->currency}}@convert((((($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) + (($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) + (($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil)) + ($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))) * $mTax->vat) | ||||||
| VAT Inc. Total@if($discount == null) | {{empty($app->currency) ? "GHS" : $app->currency}}@convert($total)@else | {{empty($app->currency) ? "GHS" : $app->currency}}@convert($discount->amount_paid)@endif | |||||
| Amount Paid | {{empty($app->currency) ? "GHS" : $app->currency}}@convert($amount_paid->amount_paid) | ||||||
| Balance Due@if($discount == null) | {{empty($app->currency) ? "GHS" : $app->currency}}@convert($total - $amount_paid->amount_paid)@else | {{empty($app->currency) ? "GHS" : $app->currency}}@convert($discount->amount_paid - $amount_paid->amount_paid)@endif | |||||
| Customer Name: | {{$customer -> customer_name}} | ||||||
| Address: | {{$customer -> customer_address}} | ||||||
| PhoneNo: | {{$customer -> customer_phone}} | ||||||
| Note | {{$customer -> customer_note}} | ||||||
{{$app->app_receipt_footer}}
Powered by Andas Solution Ltd. 
0542401240