From: marina Date: Wed, 2 Jul 2025 09:00:42 +0000 (+0300) Subject: ERP-433 Отчет по остаткам букетов для МП и причинам, если логика не проходит. Возможн... X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=3e5ee3fe58c9d517c09d8b67911d1f1306c6f088;p=erp24_rep%2Fyii-erp24%2F.git ERP-433 Отчет по остаткам букетов для МП и причинам, если логика не проходит. Возможность ручной выгрузки из ERP в Excel --- diff --git a/erp24/views/marketplace/report.php b/erp24/views/marketplace/report.php index dd1fad16..d3a1cc0e 100644 --- a/erp24/views/marketplace/report.php +++ b/erp24/views/marketplace/report.php @@ -14,6 +14,7 @@ $this->title = 'Отчет продуктов по активности на М $this->params['breadcrumbs'][] = $this->title; ?>
+

title) ?>

@@ -21,31 +22,26 @@ $this->params['breadcrumbs'][] = $this->title;
'store', + 'value' => Yii::$app->request->get('store', 4), 'data' => ArrayHelper::map( - CityStore::getAllActiveIdName(), + CityStore::findAll(['visible' => CityStore::IS_VISIBLE]), 'id', 'name' ), - 'value' => 4, 'options' => [ 'placeholder' => 'Выберите магазин', - 'allowClear' => true, ], 'pluginOptions' => [ 'allowClear' => true, ], ]) ?>
-
+
'btn btn-primary']) ?>
- - -

title) ?>

- $dataProvider, 'columns' => [