title = Yii::t('frontend/transfer', 'Transfers'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

render('_search', ['model' => $searchModel, 'accounts' => $accounts,'users' => $users,]); ?> $searchModel->totals ]); ?>

Tranzakciók

['class' => 'table table-striped table-bordered table-transfer'], 'dataProvider' => $dataProvider, 'showFooter'=>TRUE, 'columns' => [ [ 'attribute' => 'id_transfer', 'value' => 'id_transfer', 'footer' => 'Összesen *' ], [ 'attribute' => 'type', 'value' => 'transferTypeName' ], [ 'attribute' => 'objectName', ], [ 'attribute' => 'id_user', 'value' => 'userName' , 'label' => 'Kiadta' , ], [ 'attribute' => 'paid_by', 'value' => 'paidByName' , 'label' => 'Fizette' ], [ 'attribute' => 'id_customer', 'value' => 'customerName' , 'label' => 'Vendég' ], [ 'attribute' => 'id_account', 'value' => 'accountName' ], [ 'contentOptions' =>[ 'class' => 'item-price' ], 'attribute' => 'item_price', ], [ 'contentOptions' =>[ 'class' => 'count' ], 'attribute' => 'count', ], [ 'contentOptions' =>[ 'class' => 'money' ], 'footerOptions' =>[ 'class' => 'money' ], 'attribute' => 'money', 'value' => 'signedMoney' , 'footer'=>DataProviderTotal::pageTotal($dataProvider->models,'signedMoney'), ], [ 'attribute' => 'status', 'value' => 'statusName' ], [ 'attribute' => 'payment_method', 'value' => 'paymentMethodName', 'label' => "Fizetési mód" ], 'created_at:datetime', 'paid_at:datetime', ['class' => 'yii\grid\ActionColumn', 'template' => '{view}' ], ], ]); ?>

* A láblécben szereplő összesítések csak a táblázat aktuális oldalára vonatkoznak!