title = "Termék leltár"; $this->params['breadcrumbs'][] = $this->title; ?>
Kassza: account->name; ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'columns' => [ [ 'attribute' => 'product_id', 'label' => 'Termék azonosító' ], [ 'attribute' => 'product_name', 'label' => 'Termék neve' ], [ 'attribute' => 'account_name', 'label' => 'Kassza' ], [ 'attribute' => 'product_number', 'label' => 'Termék szám' ], [ 'attribute' => 'product_barcode', 'label' => 'Termék vonalkód' ], [ 'attribute' => 'product_stock', 'label' => 'Termék raktáron' ], // [ // 'attribute' => 'product_sold', // 'label' => 'Termék eladva' // ], ], ]); ?>