Add frontend procurement implementation 2
This commit is contained in:
@@ -292,6 +292,7 @@ class EnhancedForecastingService:
|
||||
forecast_data = {
|
||||
"tenant_id": tenant_id,
|
||||
"inventory_product_id": request.inventory_product_id,
|
||||
"product_name": None, # Field is now nullable, use inventory_product_id as reference
|
||||
"location": request.location,
|
||||
"forecast_date": forecast_datetime,
|
||||
"predicted_demand": adjusted_prediction['prediction'],
|
||||
|
||||
Reference in New Issue
Block a user