add transfer-moneymovement

This commit is contained in:
2015-10-19 17:22:50 +02:00
parent ab40f937a3
commit 71384b6453
12 changed files with 341 additions and 71 deletions

View File

@@ -21,21 +21,18 @@ $this->params['breadcrumbs'][] = $this->title;
<?= GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'columns' => [
['class' => 'yii\grid\SerialColumn'],
'id_money_movement',
'id_account',
'id_user',
'accountName',
'userName',
'name',
'type',
// 'money',
// 'comment',
// 'created_at',
// 'updated_at',
'money',
'created_at:datetime',
['class' => 'yii\grid\ActionColumn'],
['class' => 'yii\grid\ActionColumn',
'template' => '{view}'
],
],
]); ?>