From: marina Date: Thu, 19 Jun 2025 07:41:43 +0000 (+0300) Subject: правки X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2Ffix_tooltip;p=erp24_rep%2Fyii-erp24%2F.git правки --- diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index d931f7b6..db9af7bf 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -1648,6 +1648,8 @@ class CronController extends Controller $details[$type] = $block; } + $details['forecast'] = ['quantity' => $quantity]; + $total = (float) sprintf('%.2f', $total); $needsUpdate = !$model->isNewRecord && ( diff --git a/erp24/web/js/autoplannogramma/autoplannogramma.js b/erp24/web/js/autoplannogramma/autoplannogramma.js index 2ed2198b..a8e6cc1a 100644 --- a/erp24/web/js/autoplannogramma/autoplannogramma.js +++ b/erp24/web/js/autoplannogramma/autoplannogramma.js @@ -404,7 +404,8 @@ const generateTitleString = (titleRaw) => { offline: 'Оффлайн', online: 'Онлайн', marketplace: 'Маркетплейс', - writeOffs: 'Списания' + writeOffs: 'Списания', + forecast: 'Расчетный прогноз', }; const parts = Object.entries(titleObj)