title = Yii::t('common/product', 'Products');
$this->params['breadcrumbs'][] = $this->title;
?>
render('_search_statistics', ['model' => $searchModel]); ?>
'btn btn-primary'] );
?>
= GridView::widget([
'dataProvider' => $dataProvider,
'columns' => [
[
'attribute' => 'product_name',
'label' => 'Terméknév',
],
[
'attribute' => 'product_number',
'label' => 'Termékszám',
],
[
'attribute' => 'product_barcode',
'label' => 'Vonalkód',
],
[
'attribute' => 'father_account_name',
'label' => 'Termék kassza',
],
// [
// 'attribute' => 'account_name',
// 'label' => 'Fizetési kassza',
// ],
[
'attribute' => 'product_sale_price',
'label' => 'Eladási ár',
],
[
'attribute' => 'transfer_count',
'label' => 'Eladott mennyiség',
],
[
'attribute' => 'transfer_money',
'label' => 'Eladás összege',
],
],
]); ?>