{{-- @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/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 232

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 232

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 232
Company Name :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 237

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 237

Warning: Attempt to read property "company_name_from_marketing" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 237
Mobile :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 242

Warning: Attempt to read property "customer" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 242

Warning: Attempt to read property "phone" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 242
Delivery Location :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 247

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

Warning: Attempt to read property "work_order_po_number" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 252
Date :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 262

Warning: Attempt to read property "chalan_sales_date" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 262

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

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

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

Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 267

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

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 267
CHA000000000
Branch Name :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 273

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

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 273
Address :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 278

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

Warning: Attempt to read property "address" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 278
@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->chalanDetailsForView as $chalanDetail) @php $quantity = $chalanDetail->quantity; $warranty = $chalanDetail->warranty ? $chalanDetail->warranty : 'N/A'; $service_warranty = $chalanDetail->service_warranty ? $chalanDetail->service_warranty : 'N/A'; $compresser_warranty = $chalanDetail->compresser_warranty ? $chalanDetail->compresser_warranty : 'N/A'; $discount_percent = $chalanDetail->posDiscountConfig ? $chalanDetail->posDiscountConfig->discount_percent : ($discount_percent = $chalanDetail->discount_percent); $discount_percent_amount = ($chalanDetail->unit_amount * $discount_percent) / 100; //dd($discount_percent_amount); $discount_percent_amount_total = $chalanDetail->unit_amount - $discount_percent_amount; $sales_amount = $chalanDetail->chalan_sales_amount * $chalanDetail->quantity; @endphp @php $t_qty += $quantity; $t_amount += $sales_amount; $t_discount_percent_amount += $discount_percent_amount; @endphp @endforeach
SL. Description Uom Qty

Warning: Undefined variable $sl in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 326
  • Product Name:
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 330

    Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 330
    N/A
  • Brand:
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 333

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

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

    Warning: Attempt to read property "brand" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 333
    N/A
  • Model:
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 336

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

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

    Warning: Attempt to read property "model" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 336
    N/A
  • {{--
  • Barcode: @if ($data->is_opening_balance == 1) 'N/A' @else
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 342

    Warning: Attempt to read property "productDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 342
    N/A @endif
  • --}}
  • Serial(PID): @php $barcodeDetails = $chalanDetail ->getBarcodeDetailsByChalan($chalanDetail->chalan_sale_id) ->get(); @endphp @if ($barcodeDetails->isNotEmpty()) @foreach ($barcodeDetails as $keyBarcode => $barcodeSerial) {{ $barcodeSerial->barcode_serial }}, @endforeach @endif
  • {{-- @if ($isBarcodeStatus == 'false')
  • Serial(PID):
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 361

    Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 361
    N/A
  • @endif --}}
  • No Of Country Origin:
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 366

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

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

    Warning: Attempt to read property "product_countries" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 366
    N/A

Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 374

Warning: Attempt to read property "productDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 374

Warning: Attempt to read property "uom" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 374
N/A

Warning: Undefined variable $quantity in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale/chalanSale/view.blade.php on line 376
Total: {{ $t_qty }}

Customer
Signature

Sales By
Signature

Branch Manager
Signature
@endforeach