@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('credit_note_list_date_range', __('report.date_range') . ':') !!}
{!! Form::text('credit_note_list_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'id' => 'credit_note_list_date_range', 'readonly']) !!}
{!! Form::label('credit_note_list_customer_id', __('Customer') . ':') !!}
{!! Form::select('credit_note_list_customer_id', $customers, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]) !!}
{!! Form::label('credit_note_list_location_id', __('purchase.business_location') . ':') !!}
{!! Form::select('credit_note_list_location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]) !!}
{!! Form::label('credit_note_list_status', __('Status') . ':') !!}
{!! Form::select('credit_note_list_status', $statuses, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]) !!}
@endcomponent
@component('components.widget', ['class' => 'box-primary', 'title' => __('Credit Notes')])
| @lang('messages.action') |
@lang('messages.date') |
@lang('sale.invoice_no') |
@lang('sale.customer_name') |
@lang('sale.location') |
Credit Note ID |
ETIMS Invoice No. |
@lang('sale.total_amount') |
@endcomponent
@stop
@section('javascript')
@endsection