]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Пересчет долей товаров с историей и без
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Mon, 4 Aug 2025 14:49:59 +0000 (17:49 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Mon, 4 Aug 2025 14:49:59 +0000 (17:49 +0300)
erp24/commands/CronController.php

index 8cb8cd1de0a7d8dfb6c8be97a5a73516f94d941f..8062d23f2c030de2b8fe01ec808713d83120e678 100644 (file)
@@ -1704,8 +1704,8 @@ class CronController extends Controller
                 file_put_contents(
                     $file,
                     json_encode($forecasts, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT)
-                );*/
-                $this->stdout("Forecast сохранён в $file\n", BaseConsole::FG_BLUE);
+                );
+                $this->stdout("Forecast сохранён в $file\n", BaseConsole::FG_BLUE);*/
                 $writeOffsForecast = $service->getWeeklyProductsWriteoffsForecast($month, $year, $forecasts, $store->id);
                 $salesForecast = $service->getWeeklyBouquetProductsSalesForecast($month, $year, $store->id);