@extends('layouts/pos_layout') @section('title', '| Sale Details') @section('content') @include('successMsg') {{-- @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/chalanSale/view.blade copy 2.php on line 233

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

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

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

Warning: Attempt to read property "company_name_from_marketing" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy 2.php on line 238
Mobile :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy 2.php on line 243

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

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

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

Warning: Attempt to read property "work_order_po_number" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy 2.php on line 253
Date :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy 2.php on line 263

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

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/chalanSale/view.blade copy 2.php on line 263
January 1, 1970
Chalan NO :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy 2.php on line 268

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

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

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

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

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/chalanSale/view.blade copy 2.php on line 268
CHA000000000
Branch Name :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy 2.php on line 274

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

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy 2.php on line 274
Address :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy 2.php on line 279

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

Warning: Attempt to read property "address" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy 2.php on line 279
@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->chalanDetails 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 Qnt

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

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

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

    Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy 2.php on line 337
    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/chalanSale/view.blade copy 2.php on line 343

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

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

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

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

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

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

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

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

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

Customer
Signature

Sales By
Signature

Branch Manager
Signature
@endforeach @endsection