Overview
Key Features
- Predictive Slotting Optimization: A custom algorithm that assigns items to racks based on a "Distance Score" and movement frequency. High-velocity items are automatically recommended for racks closer to the exit.
- Automated Inventory Planning: Built-in calculations for Days of Supply (DOS) and Reorder Point (ROP) to prevent stockouts and optimize capital allocation.
- Scanner & Photo Integration: Seamless transaction workflows where employees capture photo evidence via web-based camera integration, ensuring high accountability for every stock movement.
- Real-time Monitoring: Powered by Laravel Reverb, providing instant dashboard updates for managers as transactions are processed on the warehouse floor.
- Dynamic Rack Management: Automated tracking of rack capacity, zone-based scoring, and relocation alerts for misaligned inventory.
Technologies Used
- Laravel 11: The core PHP framework providing robust backend logic and security.
- Livewire 3: For building reactive, server-side driven interfaces without the overhead of a full SPA framework.
- Laravel Reverb: Implementing high-performance WebSockets for real-time data synchronization.
- Tailwind CSS: Ensuring a modern, responsive administrative dashboard.
- ApexCharts: Visualizing complex logistics data and inventory trends.
- Observer Pattern: Architected transaction side-effects (stock updates, capacity recalculation) into clean, maintainable observers.