Determine the optimal reorder point for a product based on demand and lead time.
Task: Calculate the reorder point for a product. Context: - Daily demand: [daily_demand_units] - Lead time: [lead_time_days] - Safety stock (optional): [safety_stock_units] Formula: (Daily Demand * Lead Time) + Safety Stock Provide the reorder point based on the given values.
Execute an ABC inventory analysis to categorize items by value and formulate a strategic action plan for each category (A, B, C) to optimize management.
Create a simple delivery route plan for multiple stops, optimizing for shortest distance.
Generate a basic demand forecast for a specific product based on historical sales data.