{!! Form::label('movement_tag_filter', __('lang_v1.movement_tag') . ':') !!} {!! Form::select('movement_tag_filter', [ 'SFM' => __('lang_v1.super_fast_moving'), 'FM' => __('lang_v1.fast_moving'), 'NFM' => __('lang_v1.normal_fast_moving'), 'SM' => __('lang_v1.slow_moving'), ], null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all'), 'id' => 'movement_tag_filter']) !!}
@if(session('business.is_supplier_warehouse')) {{-- Full reconciliation of the number the order-approval screen shows, so the two screens never look contradictory: Current stock − In QC = Dispatchable Dispatchable − Reserved = Available to Promise A warehouse quarantines inbound batches until Goods QC passes them, and approved-but-uninvoiced orders already claim stock. --}} @endif
@lang('sale.product') @lang('product.sku') @lang('lang_v1.manufacturer') @lang('lang_v1.movement_tag') @lang('report.current_stock')@lang('lang_v1.in_qc') @lang('lang_v1.dispatchable') @lang('lang_v1.reserved') @lang('lang_v1.available_to_promise')@lang('superadmin::lang.min_qty') @lang('superadmin::lang.max_qty') @lang('lang_v1.last_updated') @lang('lang_v1.next_update')