add transaction/summary, fix transaction/index, add reception product typeahead
This commit is contained in:
@@ -43,6 +43,10 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
'dataProvider' => $dataProvider,
|
||||
'columns' => [
|
||||
|
||||
[
|
||||
'attribute' => 'id_transfer',
|
||||
'value' => 'id_transfer'
|
||||
],
|
||||
[
|
||||
'attribute' => 'type',
|
||||
'value' => 'transferTypeName'
|
||||
@@ -72,6 +76,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
'value' => 'signedMoney'
|
||||
],
|
||||
'created_at:datetime',
|
||||
'paid_at:datetime',
|
||||
|
||||
['class' => 'yii\grid\ActionColumn',
|
||||
'template' => '{view}'
|
||||
|
||||
Reference in New Issue
Block a user