Date | @if($filterby != 'month')Day | @endifStore Location | Foot fall | Repeat | New | Total NOB | QTY | UPT | ABV | ASP | Target | SPS | MRP | SPS Discount | Clearence Discount | Other Offer Discount | Gift Vouchers | Reward Points | Realised sale | ACH% | CONV% | 0 - 1499 | 1500 - 2499 | 2500 - 4999 | 4999 - 7499 | 7500 - 9999 | 10000 above | Upper | Suit Sets | Bottom | Home | Accessory | Jewellery |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$order['date']}} | @if($filterby != 'month'){{date('l', strtotime($order['date']))}} | @endif{{$order['store']}} | 0 | 0 | 0 | {{$order['totalBill']}} | {{$order['totalQty']}} | {{ number_format((float)$order['upt'], 3, '.', '') }} | {{ number_format((float)$abv, 3, '.', '') }} | {{ number_format((float)$asp, 3, '.', '') }} | 0 | {{$order['spscount']}} | {{$order['totalMrp']}} | {{$order['totalSpsDiscount']}} | {{$order['clearence']}} | {{$order['otherOffer']}} | {{$order['voucher']}} | {{$order['totalreward']}} | {{$totalTotal}} | 0 | 0 | {{$order['bill0']}} | {{$order['bill15']}} | {{$order['bill25']}} | {{$order['bill5']}} | {{$order['bill7']}} | {{$order['bill10']}} | 0 | {{!empty($order['Suits']) ? $order['Suits'] : 0 }} | {{ !empty($order['Bottom']) ? $order['Bottom'] : 0 }} | 0 | {{!empty($order['acceess']) ? $order['acceess'] :0 }} | {{ !empty($order['jewelery']) ? $order['jewelery'] : 0 }} |
@if($filterby != 'month') | @endif | 0 | 0 | 0 | {{$gtotalbill}} | {{$gtotalQty}} | @php $aupt=$averagupt/$totalCount; $aabv=$averaguabv/$totalCount; $aasp=$averagasp/$totalCount; @endphp{{ round($aupt) }} | {{ round($aabv) }} | {{ round($aasp) }} | 0 | {{ round($gtotalSPS) }} | {{ round($gtotalmrp) }} | {{ round($gtotalsps) }} | {{ round($gtotalOffer) }} | {{ round($gotherOffer)}} | {{round($gtotalvocher)}} | {{ round($gtotalreward)}} | {{ round($gtotal)}} | 0 | 0 | {{round($gtotalbill0) }} | {{round($gtotalbill15) }} | {{round($gtotalbill25) }} | {{round($gtotalbill5)}} | {{ round($gtotalbill7)}} | {{ round($gtotalbill10)}} | 0 | {{ round($gtotalSuits)}} | {{ round($gtotalBottom)}} | 0 | {{round($gtotalacceess)}} | {{ round($gtotaljewelery)}} |