logistics_inventory_reconcile
Reconcile physical inventory counts against system records by uploading CSV files. Compare quantities and identify matches, overages, and shortages for discrepancy review.
Instructions
Station 5: Reconcile physical inventory count against system records.
Uploads physical count CSV and system inventory CSV. Diffs quantities and reports matches, overages, and shortages.
IMPORTANT: Review discrepancies and investigate before adjusting system records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| physical_count_path | Yes | Path to physical count CSV (columns: part_number, counted_quantity) | |
| system_inventory_path | Yes | Path to system inventory CSV (columns: part_number, system_quantity) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||