@extends('layouts.app') @section('title', 'Report 606 (' . __('lang_v1.purchase') . ')') @section('content')

Report 606 (@lang('lang_v1.purchase'))

@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_status', __('purchase.purchase_status') . ':') !!} {!! Form::select('purchase_list_filter_status', $orderStatuses, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
{!! Form::label('purchase_list_filter_payment_status', __('purchase.payment_status') . ':') !!} {!! Form::select('purchase_list_filter_payment_status', ['paid' => __('lang_v1.paid'), 'due' => __('lang_v1.due'), 'partial' => __('lang_v1.partial'), 'overdue' => __('lang_v1.overdue')], 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('lang_v1.contact_id') @lang('purchase.supplier') @lang('purchase.ref_no') @lang('purchase.purchase_date') (@lang('lang_v1.year_month')) @lang('purchase.purchase_date') (@lang('lang_v1.day')) @lang('lang_v1.payment_date') (@lang('lang_v1.year_month')) @lang('lang_v1.payment_date') (@lang('lang_v1.day')) @lang('sale.total') (@lang('product.exc_of_tax')) @lang('sale.discount') @lang('sale.tax') @lang('sale.total') (@lang('product.inc_of_tax')) @lang('lang_v1.payment_method')
@endcomponent
@stop @section('javascript') @endsection