title = Yii::t('common/ticket_type', 'Products'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

render('_search', ['model' => $searchModel]); ?>

'btn btn-success']) ?>

$dataProvider, 'columns' => [ [ 'attribute' => 'id_product_type', 'value' => 'productCategoryName', ], [ 'attribute' => 'id_account', 'value' => 'accountName', ], 'product_number', 'barcode', 'purchase_price', 'sale_price', 'profit_margins', 'status', 'description', 'created_at:datetime', 'updated_at:datetime', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>