@extends('layouts/pos_layout') @section('title', '| Sale Details') @section('content') @include('successMsg') {{-- --}}
Chalan List    

CUSTOMER COPY @if ($data->is_opening_balance == 1) (Opening Balance) @endif

Client Name        :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 45

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

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 45

Company Name  :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 48

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

Warning: Attempt to read property "company_name_from_marketing" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 48

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

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

Warning: Attempt to read property "phone" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 51

Delivery Location  :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 54

Warning: Attempt to read property "delivery_location" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 54

Work Order/PO No  :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 57

Warning: Attempt to read property "work_order_po_number" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 57


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

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

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 68
January 1, 1970

Chalan NO       :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 71

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

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

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

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

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 71
CHA000000000

Branch Name  :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 72

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

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 72

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

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

Warning: Attempt to read property "address" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 74

@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 NO. Description Uom Qnt.

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

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

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

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

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

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

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

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

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

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

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

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

Warning: Undefined variable $quantity in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 145
Total {{ $data->total_quantity }}

Customer
Singnature

Sales By
Singnature

Branch Manager
Singnature

OFFICE COPY @if ($data->is_opening_balance == 1) (Opening Balance) @endif

Client Name        :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 192

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

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 192

Company Name  :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 195

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

Warning: Attempt to read property "company_name_from_marketing" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 195

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

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

Warning: Attempt to read property "phone" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 198

Delivery Location  :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 201

Warning: Attempt to read property "delivery_location" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 201

Work Order/PO No  :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 204

Warning: Attempt to read property "work_order_po_number" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 204


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

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

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 215
January 1, 1970

Chalan NO       :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 218

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

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

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

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

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 218
CHA000000000

Branch Name  :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 219

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

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 219

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

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

Warning: Attempt to read property "address" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 221

@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 NO. Description Uom Qnt.
1
  • Product Name:
    Warning: Undefined variable $chalanDetail in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 268

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

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

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

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

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

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

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

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

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

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

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

Warning: Undefined variable $quantity in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/transaction/sale/chalanSale/view.blade copy.php on line 292
Total {{ $data->total_quantity }}

Customer
Singnature

Sales By
Singnature

Branch Manager
Singnature
@endsection