GL-FW-1: add created/payed filter to transfer/index and transfer/list

This commit is contained in:
2019-09-20 07:37:02 +02:00
parent 8f07193371
commit 0e96de88df
9 changed files with 213 additions and 127 deletions

View File

@@ -55,7 +55,6 @@ class TransferSummarySearch extends Transfer
{
return [
[[ 'id_account','id_user', 'type'], 'integer'],
// [[ 'searchObjectName' ], 'string'],
[[ 'start', ], 'date' , 'timestampAttribute' => 'timestampStart' ,'timestampAttributeFormat' => 'yyyy-MM-dd' ],
[[ 'end' , ], 'date' , 'timestampAttribute' => 'timestampEnd' ,'timestampAttributeFormat' => 'yyyy-MM-dd' ],
['types', 'each', 'rule' => ['integer']],