{{-- @if($serverstatus) --}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_purchase-read')) {{--Permissions--}}
Status | --}}Action | On Sale | Item | Qty | Stocks | Unit Price | Disc. Rate | Disc. Amount | MRP | Revenue Cost | Purchase Cost | Margin % | @foreach($storescategory as $category)
{{$category['store_short_category_name']}} ({{$category['store_category_name']}}) |
@endforeach
{{-- Sale Disc. Rate | Sale Disc. Amount | --}} {{--Sale Price | --}} {{--Online Sale Price | --}} {{--Actions | --}}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@if($tabledata['status']) Active @else Inactive @endif | --}}
|
@if(in_array($key,$checkeditem)) @if($tabledata['sellingitem_info']['status']==1) @elseif($tabledata['sellingitem_info']['status']==2) @endif @else @if($tabledata['sellingitem_info']['status']==2) @else @endif @endif |
{{$tabledata['item_info']['item_name']}} / {{$tabledata['brand_info']['brand_name']}} / {{$tabledata['dimension_info']['dimension_name']}}
Invoice No : {{$tabledata['getpurchase']['purchase_invoice_no']}} Batch : {{$tabledata['batch_no']}} |
{{$tabledata['quantity']}} | {{$tabledata['balance_quantity']}} | ₹{{$tabledata['unit_price']}} | ₹{{$tabledata['discount_rate']}} | ₹{{$tabledata['discount_amount']}} | ₹{{$tabledata['purchase_mrp']}} | ₹{{$tabledata['purchase_mrp'] * $tabledata['quantity']}} | ₹{{$tabledata['unit_price'] * $tabledata['quantity']}} | ₹{{$tabledata['getsellingiteminfo']['margin_percentage']}} | @foreach($storescategory as $key1 => $category)@if(in_array($key,$checkeditem)) @else @if(sizeof($tabledata['category_managed_discount_info'])>0) @if($tabledata['category_managed_discount_info'][$key1]['store_category_id'] == $category['id']) ₹{{$tabledata['category_managed_discount_info'][$key1]['selling_price']}} ({{$tabledata['category_managed_discount_info'][$key1]['discount_rate']}}%) @endif @else ₹{{$tabledata['sellingitem_info']['selling_price']}} ({{$tabledata['sellingitem_info']['selling_discount_rate']}}%) @endif @endif | @endforeach {{--@if(in_array($key,$checkeditem)) @else ₹{{$tabledata['getsellingiteminfo']['selling_discount_rate']}} @endif | @if(in_array($key,$checkeditem)) @else ₹{{$tabledata['getsellingiteminfo']['selling_discount_amount']}} @endif | @if(in_array($key,$checkeditem)) @else ₹{{$tabledata['getsellingiteminfo']['selling_price']}} @endif | @if(in_array($key,$checkeditem)) @else ₹{{$tabledata['getsellingiteminfo']['online_selling_price']}} @endif | --}}|
No Data Available |