Report Parameters
Report Parameters

@error('selectedBranch') {{ $message }} @enderror @if($branchSearchVisible == true)
  • @if(auth()->user()->access_scope == 0) @endif @if(auth()->user()->access_scope == 1 || auth()->user()->access_scope == 0) @endif @if(auth()->user()->access_scope == 2 || auth()->user()->access_scope == 0) @endif @if(auth()->user()->access_scope == 3 || auth()->user()->access_scope == 0) @endif @foreach($branch_selection as $branch) @endforeach
@endif
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
Generating Report..
Out of Stock Occurence Report
{{$this->selectedBranch}}
Report Date: {{ date('M j, Y g:i:s a',strtotime(now()))}} Generated By: {{ auth()->user()->name}}
Coverage: {{date('M j, Y',strtotime($start_date)).' - '.date('M j, Y',strtotime($end_date))}}
*Note: Coverage date is based on Actual Date.
Recorded out of stock occurence takes place between 9:00 am to 9:00 pm.
@foreach($branches as $b) @forelse($data->where('branch_code',$b->branch_code) as $d) @empty @endforelse
{{ $b->branch_code}} {{ $b->branch_name}}
Item Code Item Description Occurence (days)
{{ $d->item_code}} {{ $d->item_description }} {{ $d->occurence }}
NO DATA
@endforeach
@push('custom-scripts') @endpush