]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Проверка
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Fri, 26 Sep 2025 06:39:57 +0000 (09:39 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Fri, 26 Sep 2025 06:39:57 +0000 (09:39 +0300)
erp24/controllers/AutoPlannogrammaController.php

index 80caaa428bc6da617d498eca48532f17ee8d83fd..f7b1bc40b0e111d92608c7ea1e5ad616aabade0e 100644 (file)
@@ -1369,13 +1369,6 @@ class AutoPlannogrammaController extends BaseController
             //$forecast = $service->calculateFullForecastForWeek($filters);
             //$noHistoryProductData = $service->calculateSpeciesForecastForProductsWithoutHistory($filters['plan_date'], $filters);
 
-            $historyProductData = $service->calculateSpeciesForecastForProductsWithHistory($filters['plan_date'], $filters, []);
-            var_dump($historyProductData); die();
-            $salesProductForecastShare = $service->calculateProductForecastShare($noHistoryProductData, $historyProductData);
-
-            $productForecastSpecies = $service->calculateProductSalesBySpecies($salesProductForecastShare, $cleanedSpeciesGoals);
-
-
             $monthCategoryShare = $service->getMonthCategoryShareOrWriteOff($filters['plan_date'], $filters);
 
             $monthCategoryGoal = $service->getMonthCategoryGoal($monthCategoryShare, $filters['plan_date']);