{{-- @if($serverstatus) --}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_purchase-read')) {{--Permissions--}}
Invoice No : {{$invoicedetailsarray['purchase_invoice_no']}}
Invoice Date : {{\Carbon\Carbon::parse($invoicedetailsarray['purchase_invioce_date'])->format('d M, Y')}}
Supplier Name : {{$invoicedetailsarray['supplier_name']}}
GST Type : {{$invoicedetailsarray['gst_type']}}
Gross Amount : ₹{{$invoicedetailsarray['gross_amount']}}
Discount Amount : ₹{{$invoicedetailsarray['discount_amount']}}
Tax Amount : ₹{{$invoicedetailsarray['tax_amount']}}
Net Amount : ₹{{$invoicedetailsarray['net_amount']}}
Actions | Status | Item | Qty | MRP | {{--PTR | --}}PTR | Total Amount | Discount Rate | Discount Amount | GST Rate | IGST Rate | Tax Amount | Net Amount | Barcode | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_purchase-update')) @endif | @if($tabledata['status']) Active @else Inactive @endif | {{$tabledata['item_info']['item_name']}} | {{$tabledata['quantity']}} | ₹{{$tabledata['purchase_mrp']}} | {{--₹{{$tabledata['ptr_amount']}} | --}}₹{{$tabledata['unit_price']}} | ₹{{$tabledata['total_amount']}} | {{$tabledata['discount_rate']}} | ₹{{$tabledata['discount_amount']}} | {{$tabledata['cgst_rate'] + $tabledata['sgst_rate']}} | @if($tabledata['igst_rate']) {{$tabledata['igst_rate']}} @else ₹0.00 @endif | @if($tabledata['igst_amount'] != "0.00") ₹{{$tabledata['igst_amount']}} @else ₹{{$tabledata['gst_amount']}} @endif | ₹{{$tabledata['net_amount']}} | {{$tabledata['bar_code']}} | |
No Data Available |
@error('item_name') {{ $message }} @enderror | |
@error('dimension_id') {{ $message }} @enderror | |
@error('brand_id') {{ $message }} @enderror | |
@error('gst_rate') {{ $message }} @enderror | |
@error('quantity') {{ $message }} @enderror | |
@error('free_quantity') {{ $message }} @enderror | |
@error('unit_price') {{ $message }} @enderror | |
@error('purchase_mrp') {{ $message }} @enderror |
@error('discount1_type') {{ $message }} @enderror
@error('discount1_value') {{ $message }} @enderror
|
|
@error('discount2_type') {{ $message }} @enderror
@error('discount2_value') {{ $message }} @enderror
|
|
@error('mfg_date') {{ $message }} @enderror | |
@error('expiry_date') {{ $message }} @enderror | |
@error('batch_no') {{ $message }} @enderror | |
@error('minimum_quantity') {{ $message }} @enderror | |
@error('bar_code') {{ $message }} @enderror
@if($gst_type =="No" && $item_id !="" && $dimension_id !="" && $purchase_mrp !="")
@endif |
#Invoce No : {{$purchase_invoice_no}}
Invoice Date : {{\Carbon\Carbon::parse($purchase_invioce_date)->format('d M, Y')}}
Supplier Name : {{$supplier_name}}
Contact No : {{$supplier_mobile_no}}
Address : {{$supplier_address}}
GST : {{$supplier_gst_no}}
Sl. No. | Item | HSN Code | Price | Qty | Discount Amount (%) | Amount | GST Rate | GST Amount | Final Amount | MRP | Minimum Quantity | Bar Code |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$key+1}} | {{$itemarray['item_name']}} | {{$itemarray['item_hsn_code']}} | ₹{{$itemarray['unit_price']}} | {{$itemarray['quantity']}} | {{$itemarray['disc_amount']}}({{$itemarray['discount_rate']}}%) | ₹{{$itemarray['total_amt']}} | {{$itemarray['gst_rate']}}% | ₹{{$itemarray['tax_amt']}} | ₹{{$itemarray['final_amount']}} | ₹{{$itemarray['purchase_mrp']}} | {{$itemarray['minimum_quantity']}} | {{$itemarray['bar_code']}} |
@error('item_name') {{ $message }} @enderror | |
@error('dimension_id') {{ $message }} @enderror | |
@error('brand_id') {{ $message }} @enderror | |
@error('gst_rate') {{ $message }} @enderror | |
@error('quantity') {{ $message }} @enderror | |
@error('free_quantity') {{ $message }} @enderror | |
@error('unit_price') {{ $message }} @enderror | |
@error('ptr_amount') {{ $message }} @enderror | |
@error('purchase_mrp') {{ $message }} @enderror |
@error('discount1_type') {{ $message }} @enderror
@error('discount1_value') {{ $message }} @enderror
|
|
@error('discount2_type') {{ $message }} @enderror
@error('discount2_value') {{ $message }} @enderror
|
|
@error('mfg_date') {{ $message }} @enderror | |
@error('expiry_date') {{ $message }} @enderror | |
@error('batch_no') {{ $message }} @enderror | |
@error('minimum_quantity') {{ $message }} @enderror | |
@error('bar_code') {{ $message }} @enderror
@if($gst_type =="No" )
@endif |
#Invoce No : {{$purchase_invoice_no}}
Invoice Date : {{\Carbon\Carbon::parse($purchase_invioce_date)->format('d M, Y')}}
Supplier Name : {{$supplier_name}}
Contact No : {{$supplier_mobile_no}}
Address : {{$supplier_address}}
GST : {{$supplier_gst_no}}
Sl. No. | Item | HSN Code | Price | Qty | Discount Amount (%) | Amount | GST Rate | GST Amount | Final Amount | MRP | Minimum Quantity | Bar Code |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$key+1}} | {{$itemarray['item_name']}} | {{$itemarray['item_hsn_code']}} | ₹{{$itemarray['unit_price']}} | {{$itemarray['quantity']}} | {{$itemarray['disc_amount']}}({{$itemarray['discount_rate']}}%) | ₹{{$itemarray['total_amt']}} | {{$itemarray['gst_rate']}}% | ₹{{$itemarray['tax_amt']}} | ₹{{$itemarray['final_amount']}} | ₹{{$itemarray['purchase_mrp']}} | {{$itemarray['minimum_quantity']}} | {{$itemarray['bar_code']}} |