Scanner Activity Per Area
Item Per Area Distribution
Transmission Activity / Status
Rack Checker
Area
Total
Racks
Rack Registry
{{--
--}}
| Area | Batch | Total Qty | Action |
|---|
{{-- Upload Form --}}
{{-- Instructions --}}
{{--
Instructions
Note:
All fields must be present in every row. Invalid articles will be marked but still saved for review.
Tip:
All rows should have the same stocktakes_ref, scanner_code, area, rack_num, and stock_zone values.
--}}
Upload CSV File
{{-- Success/Error Messages --}}
@if(session('success'))
Success!
{{ session('success') }}
@endif
@if(session('error'))
Error!
{{ session('error') }}
@endif
@if($errors->any())
Validation Errors:
@endif
{{-- Upload Details (shown after successful upload) --}}
@if(session('upload_details'))
@php $details = session('upload_details'); @endphp
Last Upload Summary
@endif
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
{{-- PDF Generation Status Alert --}}
@if(!empty($details['invalid_articles']))
Loading...
Prooflist Report Status
Stocktake Ref: #{{ $details['stocktakes_ref'] }}
Scanner Code: {{ $details['scanner_code'] }}
Scanner Code: {{ $details['scanner_code'] }}
Area: {{ $details['area'] }}
Rack Number: {{ $details['rack_num'] }} {{-- Stock Zone: {{ $details['stock_zone'] }}
Batch Key:
Rack Number: {{ $details['rack_num'] }} {{-- Stock Zone: {{ $details['stock_zone'] }}
Batch Key:
{{ $details['key'] }} --}}
{{ $details['total'] }}
Total Records{{ $details['valid'] }}
Valid Articles{{ $details['invalid'] }}
Invalid Articles
Invalid Articles:
@endif
@foreach($details['invalid_articles'] as $article)
{{ $article }}
@endforeach
CSV File Format:
Your CSV file must contain these columns:
stocktakes_ref- Stocktake reference numberscanner_code- Scanner device codearea- Warehouse arearack_num- Rack numberstock_zone- Stock zonesap_article- Product barcode/article numberqty- Quantity scanned
Example:
stocktakes_ref,scanner_code,area,rack_num,stock_zone,sap_article,qty
94,I01,A,5,1,2000014889014 2023FW,50
94,I01,A,5,1,2000014889015 2024SS,30
94,I01,A,5,1,2000014889016,20
| 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 | Batch | Area | Item Code | Qty |
|---|
| Rack | Batch | Actual Count | Precount | Variance |
|---|
| Area | Rack | Total | Stocktake Ref | Occurence |
|---|
| Area | Rack | Actual Count | Verifier Count | Variance | Status |
|---|