{{-- @php $copies = ['Customer Copy', 'Office Copy','Bank Copy',] @endphp --}} @php $copies = ['Customer Copy', 'Office Copy',] @endphp
{{-- Close Button --}} {{-- Print Button --}}
@foreach ($copies as $index => $copy) {{-- Logo aligned to the right --}}

{{ $copy }}

{{-- --}}
Client Name :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 249

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 249
N/A
Company Name :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 254

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 254
N/A
Mobile :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 259

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 259
N/A
Delivery Location :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 264

Warning: Attempt to read property "delivery_location" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 264
Work Order/PO No :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 269

Warning: Attempt to read property "work_order_po_number" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 269
Date :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 279

Warning: Attempt to read property "sales_date" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 279

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 279
January 1, 1970
Bill NO :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 284

Warning: Attempt to read property "branch" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 284

Warning: Attempt to read property "branchCode" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 284

Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 284

Warning: Attempt to read property "sales_bill_no" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 284

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 284
BIL000000000
Branch Name :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 290

Warning: Attempt to read property "branch" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 290

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 290
Address :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 295

Warning: Attempt to read property "branch" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 295

Warning: Attempt to read property "address" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 295
@php $sl = 1; $no = 0; $t_qty = $t_amount = $t_discount_percent_amount = 0; $others_fee_amount = 0; if ($data->othersFees && $othersFeeApplicableisAllow == 'Yes') { $others_fee_amount = $data->othersFees->amount; } else { $others_fee_amount = 0; } @endphp @foreach ($data->billDetailsForView as $salesDetail) @php $warranty = $salesDetail->warranty ? $salesDetail->warranty : 'N/A'; $service_warranty = $salesDetail->service_warranty ? $salesDetail->service_warranty : 'N/A'; $compresser_warranty = $salesDetail->compresser_warranty ? $salesDetail->compresser_warranty : 'N/A'; $sales_amount = $salesDetail->unit_amount * $salesDetail->quantity; @endphp @php $t_qty += $salesDetail->quantity; $t_amount += $sales_amount; @endphp @endforeach @if ($data->discount_rate != '0.0000') @endif @if ($data->vat_rate != '0.0000') @endif @if ($data->tax_rate != '0.0000') @endif @php $total_amount = (($t_amount + $data->vat_amount + $data->tax_amount)-($data->discount_amount)); @endphp
SL. Description Price Qty. Total Amount

Warning: Undefined variable $sl in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 331
  • Product Name:
    Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 335

    Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 335
    N/A
  • Brand:
    Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 338

    Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 338

    Warning: Attempt to read property "product" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 338

    Warning: Attempt to read property "brand" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 338
    N/A
  • Model:
    Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 341

    Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 341

    Warning: Attempt to read property "product" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 341

    Warning: Attempt to read property "model" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 341
    N/A
  • Serial(PID): @php $barcodeDetails = $salesDetail ->getBarcodeDetailsByBill($salesDetail->sales_id) ->get(); @endphp @if ($barcodeDetails->isNotEmpty()) @foreach ($barcodeDetails as $keyBarcode => $barcodeSerial) {{ $barcodeSerial->barcode_serial }}, @endforeach @endif
{{ number_format($salesDetail->unit_amount, 2) }}
Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 364

Warning: Attempt to read property "quantity" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 364
{{ number_format($sales_amount, 2) }}
discount_rate != '0.0000' && $data->vat_rate != '0.0000' && $data->tax_rate != '0.0000') rowspan="7" colspan="2" @elseif ($data->discount_rate != '0.0000' && $data->vat_rate != '0.0000' && $data->tax_rate == '0.0000') rowspan="6" colspan="2" @elseif ($data->discount_rate == '0.0000' && $data->vat_rate != '0.0000' && $data->tax_rate != '0.0000') rowspan="6" colspan="2" @elseif ($data->discount_rate == '0.0000' && $data->vat_rate != '0.0000' && $data->tax_rate == '0.0000') rowspan="5" colspan="2" @elseif ($data->discount_rate == '0.0000' && $data->vat_rate == '0.0000' && $data->tax_rate != '0.0000') rowspan="5" colspan="2" @elseif ($data->discount_rate == '0.0000' && $data->vat_rate == '0.0000' && $data->tax_rate == '0.0000') rowspan="4" colspan="2" @else rowspan="4" colspan="2" @endif >
Note:
★ This product warranty is
Warning: Undefined variable $warranty in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 398

★ This product Service Warranty is
Warning: Undefined variable $service_warranty in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 399

★ This product Composer Warranty is
Warning: Undefined variable $compresser_warranty in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 401

★ Serviceing free.
★ We provide
Total amount: {{ number_format($t_amount, 2) }}
Discount Amount: {{ number_format($data->discount_amount, 2) }}
VAT Amount: {{ number_format($data->vat_amount, 2) }}
Tax Amount: {{ number_format($data->tax_amount, 2) }}
Grand Total: {{ number_format($total_amount, 2) }}
Pay Amount: {{ number_format($data->paid_amount, 2) }}
Due: {{ number_format($data->due_amount, 2) }}

In Words :
Fatal error: Uncaught Error: Class "App\Service\PosService" not found in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php:464 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade.php on line 464