From | {{ !empty($startdate) ? $startdate : ''}} | To | {{ !empty($enddate) ? $enddate : ''}} | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DSR PRODUCT WISE | |||||||||||||||||||||||||
S.No. | store | BILL | Date | HSN | Barcode | Section | Sub Section | Description | Size | Qty | Invoice Type |
Style | MRP | SPS MRP |
Discount | Offer | Rate | Base Value |
Tax (%) | Tax Amt |
CGST (%) | CGST Amt |
SGST (%) | SGST Amt |
Total (₹) |
{{ $sno }} | {{ $row->warehouse->name }} | {{ $row['invoice_prefix'] }}{{ $row['pos_order_suffix'] }} | {{ $row['date_added'] }} | {{ !empty($products->fabric) ? $products->fabric : 'N/A' }} | {{ !empty($products->barcode) ? $products->barcode : 'N/A' }} | {{ !empty($products->warehouseProd) ? $products->warehouseProd->section : 'N/A' }} | {{ !empty($products->warehouseProd) ? $products->warehouseProd->subsection : 'N/A' }} | {{ $products->model}} {{ $products->name}} | {{ $products->size}} | {{ $products->quantity}} | S | {{ !empty($products->warehouseProd) ? $products->warehouseProd->article : 'N/A' }} | {{ !empty($products->price) ? $mrp : 'N/A' }} | {{ !empty($isSpsOrder) ? number_format($smrp,3) : '0.00' }} | {{ $discount}} | {{ $products->offer}} | {{number_format($rate,3)}} | {{number_format($baseval,3)}} | {{$gst}} | {{number_format($taxamt,3)}} | @if($taxamt <= 0) {{ 0 }} @else {{number_format(($gst/2),2)}} @endif | @if($taxamt <= 0) {{ 0 }} @else {{number_format(($taxamt/2),2)}} @endif | @if($taxamt <= 0) {{ 0 }} @else {{number_format(($gst/2),2)}} @endif | @if($taxamt <= 0) {{ 0 }} @else {{number_format(($taxamt/2),2)}} @endif | {{$total}} |