Scanner Activity Per Area
Item Distribution
Transmission Activity / Status
| Rack Number | Batch | Brand | Total Qty | Personnel |
|---|
| Store | Area | Brand | Item Code | Qty |
|---|
| Store | Area | Brand | Rack | Batch | Item Code | Qty |
|---|
| Seq # | Brand | Item Code | Description | Qty | Scanner |
|---|
{{--
--}}
{{-- Rack Discrepancy Report --}}
| Rack | Batch | Area | Item Code | Qty |
|---|
| Area | Rack | Batch | Actual Count | Precount | Variance |
|---|
| Area | Rack | Total | Stocktake Ref | Occurrence |
|---|
| Area | Rack | Actual Count | Verifier Count | Variance | Status |
|---|
{{-- Success/Error Messages --}}
@if(session('success'))
@endif
@if(session('error'))
@endif
@if($errors->any())
@endif
{{-- Upload Details (shown after successful upload) --}}
@if(session('upload_details'))
@php
$details = session('upload_details');
$details['context'] = 'upload';
$details['view'] = 'prooflist';
@endphp
{{-- Hidden element to pass data to JavaScript --}}
{{-- ✅ Add id="uploadSessionDetails" so JS can find it --}}
Last Upload Summary
@endif
{{-- Upload Progress Bar (Optional - if you want to show upload progress) --}}
{{-- Upload Form --}}
{{-- Add this script in your @section('scripts') to set the PDF check URL --}}
{{-- Rack Registry Section --}}
Success! {{ session('success') }}
Error! {{ session('error') }}
Validation Errors:
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
{{-- PDF Generation Status Alert --}}
@if(!empty($details['invalid_articles']))
Stocktake Ref: #{{ $details['stocktakes_ref'] }}
Scanner Code: {{ $details['scanner_code'] }}
Scanner Code: {{ $details['scanner_code'] }}
Area: {{ $details['area'] }}
Rack Number: {{ $details['rack_num'] }}
Rack Number: {{ $details['rack_num'] }}
{{ $details['total'] }}
Total Records{{ $details['valid'] }}
Valid Articles{{ $details['invalid'] }}
Invalid Articles
Invalid Articles:
@endif
@foreach($details['invalid_articles'] as $article)
{{ $article }}
@endforeach
Upload Stocktake Data
Select your CSV file to upload stocktake data
| Area | Batch | Total Qty | Action |
|---|