S.No. | Order Id | store | BILL | Date | HSN | Section | Sub Section | Color | Size | Qty | Style | Name | Telephone | SPS | SPS On | MRP | SPS MRP |
Discount | Offer | Rate | Base Value |
CGST (%) | CGST Amt |
SGST (%) | SGST Amt |
Tax (%) | Tax Amt |
Total (₹) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $sno }} | {{ $row->order_id }} | {{ $row->warehouse->name }} | {{ $row['pos_order_suffix'] }} | {{ \Helper::humanDate($row['date_added']) }} | {{ !empty($products->fabric) ? $products->fabric : 'N/A' }} | {{ !empty($products->warehouseProd) ? $products->warehouseProd->section : 'N/A' }} | {{ !empty($products->warehouseProd) ? $products->warehouseProd->subsection : 'N/A' }} | {{ $products->color}} | {{ $products->size}} | {{ $products->quantity}} | {{ !empty($products->warehouseProd) ? $products->warehouseProd->article : 'N/A' }} | {{ !empty($cusName) ? $cusName : $row->customerInfo->firstname.' '.$row->customerInfo->lastname }} | {{ !empty($telephone) ? $telephone : $row->customerInfo->telephone }} | {{ !empty($Plan_price) ? $plan_name : 0 }} | @if(!empty($Plan_price)) {{ ( date('Y-m-d',strtotime($row['date_added'])) == $plan_date ) ? 'New' : 'Old' }} @else {{ 'none' }} @endif | {{ !empty($products->price) ? $mrp : 'N/A' }} | {{ !empty($isSpsOrder) ? number_format((float)$smrp,2,'.', '') : '0.00' }} | {{ $products->discount}} | {{ $products->offer}} | {{ number_format((float)$rate, 2, '.', '') }} | {{ number_format((float)$baseval, 2, '.', '') }} | @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 | {{$gst}} | {{number_format($taxamt,3)}} | {{$total}} |