@if (auth()->user()->can('sell.view') || auth()->user()->can('direct_sell.view'))
@lang('contact.customer')
@lang('sale.invoice_no')
@lang('home.due_amount')
@lang('messages.action')
@endif
@can('purchase.view')
@lang('purchase.supplier')
@lang('purchase.ref_no')
@lang('home.due_amount')
@lang('messages.action')
@endcan
@can('stock_report.view')
@lang('sale.product')
@lang('business.location')
@lang('report.current_stock')
@if (session('business.enable_product_expiry') == 1)
@lang('business.product')
@lang('business.location')
@lang('report.stock_left')
@lang('product.expires_in')
@endif
@endcan
Rank
Customer Name
Amount
Rank
Product Name
Quantity
@if (auth()->user()->can('so.view_all') || auth()->user()->can('so.view_own'))
@lang('messages.action')
@lang('messages.date')
@lang('restaurant.order_no')
@lang('sale.customer_name')
@lang('lang_v1.contact_no')
@lang('sale.location')
@lang('sale.status')
@lang('lang_v1.shipping_status')
@lang('lang_v1.quantity_remaining')
@lang('lang_v1.added_by')
@endif
@if (
!empty($common_settings['enable_purchase_requisition']) &&
(auth()->user()->can('purchase_requisition.view_all') || auth()->user()->can('purchase_requisition.view_own')))
@lang('lang_v1.purchase_requisition')
@if (count($all_locations) > 1)
@if (count($all_locations) > 1)
{!! Form::select('pr_location', $all_locations, null, [
'class' => 'form-control select2',
'placeholder' => __('lang_v1.select_location'),
'id' => 'pr_location',
]) !!}
@endif
@endif
@lang('messages.action')
@lang('messages.date')
@lang('purchase.ref_no')
@lang('purchase.location')
@lang('sale.status')
@lang('lang_v1.required_by_date')
@lang('lang_v1.added_by')
@endif
@if (
!empty($common_settings['enable_purchase_order']) &&
(auth()->user()->can('purchase_order.view_all') || auth()->user()->can('purchase_order.view_own')))
@lang('lang_v1.purchase_order')
@if (count($all_locations) > 1)
{!! Form::select('po_location', $all_locations, null, [
'class' => 'form-control select2',
'placeholder' => __('lang_v1.select_location'),
'id' => 'po_location',
]) !!}
@endif
@lang('messages.action')
@lang('messages.date')
@lang('purchase.ref_no')
@lang('purchase.location')
@lang('purchase.supplier')
@lang('sale.status')
@lang('lang_v1.quantity_remaining')
@lang('lang_v1.added_by')
@endif
@if (auth()->user()->can('access_pending_shipments_only') ||
auth()->user()->can('access_shipping') ||
auth()->user()->can('access_own_shipping'))
@lang('messages.action')
@lang('messages.date')
@lang('sale.invoice_no')
@lang('sale.customer_name')
@lang('lang_v1.contact_no')
@lang('sale.location')
@lang('lang_v1.shipping_status')
@if (!empty($custom_labels['shipping']['custom_field_1']))
{{ $custom_labels['shipping']['custom_field_1'] }}
@endif
@if (!empty($custom_labels['shipping']['custom_field_2']))
{{ $custom_labels['shipping']['custom_field_2'] }}
@endif
@if (!empty($custom_labels['shipping']['custom_field_3']))
{{ $custom_labels['shipping']['custom_field_3'] }}
@endif
@if (!empty($custom_labels['shipping']['custom_field_4']))
{{ $custom_labels['shipping']['custom_field_4'] }}
@endif
@if (!empty($custom_labels['shipping']['custom_field_5']))
{{ $custom_labels['shipping']['custom_field_5'] }}
@endif
@lang('sale.payment_status')
@lang('restaurant.service_staff')
@endif
@if (auth()->user()->can('account.access') && config('constants.show_payments_recovered_today') == true)
@lang('lang_v1.payment_recovered_today')
@lang('messages.date')
@lang('account.account')
@lang('lang_v1.description')
@lang('lang_v1.payment_method')
@lang('lang_v1.payment_details')
@lang('account.credit')
@lang('lang_v1.account_balance')
@show_tooltip(__('lang_v1.account_balance_tooltip'))
@lang('lang_v1.total_balance')
@show_tooltip(__('lang_v1.total_balance_tooltip'))
@endif
{{-- @if (!empty($widgets['after_dashboard_reports']))
@foreach ($widgets['after_dashboard_reports'] as $widget)
{!! $widget !!}
@endforeach
@endif --}}