{{-- @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 copy 2.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 copy 2.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 copy 2.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 copy 2.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 copy 2.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 copy 2.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 copy 2.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 copy 2.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 copy 2.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 copy 2.php on line 269
Date :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.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 copy 2.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 copy 2.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 copy 2.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 copy 2.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 copy 2.php on line 284

Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.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 copy 2.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 copy 2.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 copy 2.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 copy 2.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 copy 2.php on line 290
Address :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.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 copy 2.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 copy 2.php on line 295
{{-- --}} @if ($isBarcodeStatus == 'false') @endif @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->billDetails 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 {{-- --}} {{-- --}} @if ($isBarcodeStatus == 'false') @endif @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. ProductBarcodeSerial(PID):Brand Price Qty. Total Amount

Warning: Undefined variable $sl in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 336
  • Product Name:
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 340

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

    Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 343
    N/A
  • Model:
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 346

    Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 346
    N/A
  • Barcode: @if ($data->is_opening_balance == 1) 'N/A' @else
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 352

    Warning: Attempt to read property "productDetails" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 352
    N/A @endif
  • @if ($isBarcodeStatus == 'false')
  • Serial(PID):
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 357

    Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 357
    N/A
  • @endif
  • No Of Country Origin:
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 362

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

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

    Warning: Attempt to read property "product_countries" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 362
    N/A

Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 370

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

Warning: Attempt to read property "uom" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 370
N/A

Warning: Undefined variable $quantity in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 372

Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 374

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

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

Warning: Attempt to read property "model" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 374
N/A
@if ($data->is_opening_balance == 1) N/A @else
Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 380

Warning: Attempt to read property "productDetails" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 380
N/A @endif

Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 385

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

Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 389

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

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

Warning: Attempt to read property "brand" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 389
N/A
{{ 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 copy 2.php on line 394

Warning: Attempt to read property "quantity" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 394
{{ number_format($sales_amount, 2) }}
discount_rate != '0.0000' && $data->vat_rate != '0.0000' && $data->tax_rate != '0.0000') rowspan="7" colspan="4" @elseif ($data->discount_rate != '0.0000' && $data->vat_rate != '0.0000' && $data->tax_rate == '0.0000') rowspan="6" colspan="4" @elseif ($data->discount_rate == '0.0000' && $data->vat_rate != '0.0000' && $data->tax_rate != '0.0000') rowspan="6" colspan="4" @elseif ($data->discount_rate == '0.0000' && $data->vat_rate != '0.0000' && $data->tax_rate == '0.0000') rowspan="5" colspan="4" @elseif ($data->discount_rate == '0.0000' && $data->vat_rate == '0.0000' && $data->tax_rate != '0.0000') rowspan="5" colspan="4" @elseif ($data->discount_rate == '0.0000' && $data->vat_rate == '0.0000' && $data->tax_rate == '0.0000') rowspan="4" colspan="4" @else rowspan="4" colspan="4" @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 copy 2.php on line 428

★ 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 copy 2.php on line 429

★ 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 copy 2.php on line 431

★ 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 copy 2.php:494 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/billingSale/view.blade copy 2.php on line 494