@component('components.filters', ['title' => __('report.filters')])
{!! Form::open(['url' => action([\App\Http\Controllers\ReportController::class, 'getStockReport']), 'method' => 'get', 'id' => 'product_purchase_report_form' ]) !!}
{!! Form::close() !!}
@endcomponent
{!! Form::label('search_product', __('lang_v1.search_product') . ':') !!}
{!! Form::text('search_product', null, ['class' => 'form-control', 'id' => 'search_product', 'placeholder' => __('lang_v1.search_product_placeholder'), 'autofocus']); !!}
{!! Form::label('supplier_id', __('purchase.supplier') . ':') !!}
{!! Form::select('supplier_id', $suppliers, null, ['class' => 'form-control select2', 'style' => 'width:100%;', 'placeholder' => __('messages.please_select'), 'required']); !!}
{!! Form::label('location_id', __('purchase.business_location').':') !!}
{!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%;', 'placeholder' => __('messages.please_select'), 'required']); !!}
{!! Form::label('product_pr_date_filter', __('report.date_range') . ':') !!}
{!! Form::text('date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'id' => 'product_pr_date_filter', 'readonly']); !!}
{!! Form::label('ppr_brand_id', __('product.brand').':') !!}
{!! Form::select('ppr_brand_id', $brands, null, ['class' => 'form-control select2', 'style' => 'width:100%;', 'placeholder' => __('lang_v1.all')]); !!}
@component('components.widget', ['class' => 'box-primary'])
@endcomponent
@lang('sale.product') | @lang('product.sku') | @lang('purchase.supplier') | @lang('purchase.ref_no') | @lang('messages.date') | @lang('sale.qty') | @lang('lang_v1.total_unit_adjusted') | @lang('lang_v1.unit_perchase_price') | @lang('sale.subtotal') |
---|---|---|---|---|---|---|---|---|
@lang('sale.total'): |