@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('purchase_list_filter_location_id', __('purchase.business_location') . ':') !!}
{!! Form::select('purchase_list_filter_location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
{!! Form::label('purchase_list_filter_supplier_id', __('purchase.supplier') . ':') !!}
{!! Form::select('purchase_list_filter_supplier_id', $suppliers, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
{!! Form::label('purchase_list_filter_date_range', __('report.date_range') . ':') !!}
{!! Form::text('purchase_list_filter_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly']); !!}
@endcomponent
@component('components.widget', ['class' => 'box-primary'])
| @lang('Location') |
@lang('purchase.supplier') |
@lang('purchase.ref_no') |
@lang('purchase.purchase_date') |
{{-- @lang('lang_v1.payment_date') (@lang('lang_v1.year_month')) |
@lang('lang_v1.payment_date') (@lang('lang_v1.day')) | --}}
@lang('Basic Cost') |
@lang('sale.tax') |
@lang('Cost Price') |
@lang('MRP') |
@lang('Profit Margin (V) ') |
@lang('Profit Margin (%) ') |
@endcomponent