From: Vladimir Fomichev Date: Fri, 26 Sep 2025 06:39:57 +0000 (+0300) Subject: Проверка X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=9ba21485b148a60140c7c69e3c0f719db81c8a91;p=erp24_rep%2Fyii-erp24%2F.git Проверка --- diff --git a/erp24/controllers/AutoPlannogrammaController.php b/erp24/controllers/AutoPlannogrammaController.php index 80caaa42..f7b1bc40 100644 --- a/erp24/controllers/AutoPlannogrammaController.php +++ b/erp24/controllers/AutoPlannogrammaController.php @@ -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']);