@extends('advancedreports::layouts.app') @section('title', __('lang_v1.gst_purchase_report')) @section('content')

{{ __('lang_v1.gst_purchase_report')}} India GST Compliance Report

GST Purchase Report Filters

{!! Form::label('gst_sr_date_filter', __('report.date_range') . ':') !!}
{!! Form::text('date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'id' => 'gst_sr_date_filter', 'readonly']); !!}
{!! Form::label('gst_report_supplier_filter', __('purchase.supplier') . ':') !!}
{!! Form::select('supplier_id', $suppliers, 'all', ['class' => 'form-control select2', 'placeholder' => __('messages.please_select'), 'id' => 'gst_report_supplier_filter']) !!}
@if(isset($business_locations))
{!! Form::label('location_filter', __('purchase.business_location') . ':') !!}
{!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'placeholder' => __('messages.all'), 'id' => 'location_filter']); !!}
@endif
{!! Form::label('category_filter', __('category.category') . ':') !!}
{!! Form::select('category_id', $categories, 'all', ['class' => 'form-control select2', 'id' => 'category_filter']) !!}
{!! Form::label('gstin_filter', 'GSTIN:') !!}
{!! Form::text('gstin_filter', null, ['class' => 'form-control', 'placeholder' => 'Enter GSTIN', 'id' => 'gstin_filter']) !!}
{!! Form::label('product_filter', __('business.product') . ':') !!}
{!! Form::text('product_filter', null, ['class' => 'form-control', 'placeholder' => 'Product Name/SKU', 'id' => 'product_filter']) !!}
{!! Form::label('min_amount_filter', __('advancedreports::lang.min_amount') . ':') !!}
{!! Form::number('min_amount', null, ['class' => 'form-control', 'placeholder' => '0.00', 'step' => '0.01', 'id' => 'min_amount_filter']) !!}
{!! Form::label('max_amount_filter', __('advancedreports::lang.max_amount') . ':') !!}
{!! Form::number('max_amount', null, ['class' => 'form-control', 'placeholder' => '0.00', 'step' => '0.01', 'id' => 'max_amount_filter']) !!}

@lang('advancedreports::lang.summary')

0

@lang('advancedreports::lang.total_purchases')

0

@lang('lang_v1.suppliers')

0

@lang('advancedreports::lang.total_amount')

0

@lang('lang_v1.total_tax')

0

@lang('lang_v1.taxable_value')

0%

@lang('advancedreports::lang.avg_tax_rate')

@lang('lang_v1.gst_purchase_report') - Detailed View

@if(isset($taxes)) @foreach($taxes as $tax) @endforeach @endif @if(isset($taxes)) @foreach($taxes as $tax) @endforeach @endif
@lang('purchase.ref_no') @lang('purchase.purchase_date') @lang('lang_v1.supplier_name') @lang('product.product_name') @lang('lang_v1.hsn_code') @lang('sale.qty') @lang('sale.unit_price') @lang('sale.discount') @lang('lang_v1.taxable_value') GST% {{$tax['name']}}
{{$tax['amount']}}%
@lang('sale.total') @lang('messages.action')
@stop @section('javascript') @endsection