SKU-Monitoring is a powerful application designed for businesses to effectively track and manage their SKU (Stock Keeping Unit) inventory. It provides real-time monitoring, analytics, and insights to help organizations streamline their supply chain, production schedules, and inventory management. The application offers features to track production cut-off dates, inventory levels, and other critical SKU-related metrics.
- Real-Time Inventory Monitoring: Keep track of inventory levels for each SKU and receive alerts for low stock or overstock situations.
- Production Cut-Off Tracking: Monitor and manage production cut-off dates to ensure timely scheduling and minimize delays.
- SKU Analytics & Reporting: Generate reports to gain insights into SKU performance, forecast trends, and optimize inventory.
- Customizable Notifications: Set up alerts for specific events, such as production deadlines or stock depletion.
- Integration-Friendly API: Integrates seamlessly with ERP systems, databases, and third-party applications.
- User-Friendly Dashboard: Visualize your SKU data in an intuitive and interactive dashboard.
To install and run the SKU-Monitoring application, follow these steps:
- Clone the repository:
git clone https://github.com/skucaster/sku-monitoring.git
- Navigate to the project directory:
cd sku-monitoring
- Install dependencies:
pip install -r requirements.txt
- Start the application:
python app.py
After installing, access the SKU-Monitoring dashboard by navigating to http://localhost:5000
in your web browser.
- Upload SKU Data: Use the dashboard's "Upload Data" feature to upload your inventory and SKU data.
- Set Alerts: Navigate to the "Settings" section to configure alerts for production cut-off dates and stock levels.
- View Reports: Use the "Reports" tab to generate custom reports on SKU performance and inventory trends.
SKU-Monitoring supports custom configurations through a .env
file:
# .env file
DATABASE_URL=postgresql://user:password@localhost:5432/sku_db
ALERT_EMAIL[email protected]
THRESHOLD_LOW_STOCK=50
THRESHOLD_HIGH_STOCK=500
For advanced configuration options, see the Configuration Guide.
We welcome contributions to the SKU-Monitoring project! Please see our CONTRIBUTING.md for details on how to get started.
This project is licensed under the GLPv3 License - see the LICENSE file for details.
For support or questions, please reach out to our team at [email protected].