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

| SL NO. | Product | Barcode | PID/IMEI Number | Brand Name | Inst. | Qnt. | Price | Total Amount |
|---|---|---|---|---|---|---|---|---|
Warning: Undefined variable $sl in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 92 |
Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 94 Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 94 Warning: Attempt to read property "product" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 94 Warning: Attempt to read property "model" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 94 Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 94 |
Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 95 Warning: Attempt to read property "productDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 95 Warning: Attempt to read property "barcode" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 95 |
Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 97 Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 97 Warning: Attempt to read property "barcode_serial" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 97 |
Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 99 Warning: Attempt to read property "productBarcodeDetails" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 99 Warning: Attempt to read property "product" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 99 Warning: Attempt to read property "brand" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 99 Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 99 |
Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 101 Warning: Attempt to read property "installment_month" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 101 N/A |
Warning: Undefined variable $salesDetail in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 103 Warning: Attempt to read property "quantity" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 103 |
{{ number_format($salesDetail->sales_amount, 2) }} | {{ number_format($salesDetail->sales_amount * $salesDetail->quantity, 2) }} |
|
Note:
★ This product warranty is Warning: Undefined variable $warranty in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 124 ★ This product Service Warranty is Warning: Undefined variable $service_warranty in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 125 ★ This product Composer Warranty is Warning: Undefined variable $compresser_warranty in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/sale_without_discount/view.blade.php on line 127 ★ Serviceing free. ★ We provide |
Total amount: | {{ number_format($data->total_sales_amount, 2) }} | ||||||
| Discount Amount: | {{ number_format($data->discount_amount, 2) }} | |||||||
| VAT Amount: | {{ number_format($data->vat_amount, 2) }} | |||||||
| Processing Fee: | {{ number_format($data->service_charge_amount, 2) }} | |||||||
| Others Fee: | {{ number_format($others_fee_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 :
| ||||||||