Finish version/v.0.0.47

This commit is contained in:
Roland Schneider 2016-03-01 22:18:53 +01:00
commit c0162c1082
4 changed files with 13 additions and 1 deletions

View File

@ -70,6 +70,7 @@ class TransferSearch extends Transfer
$query->innerJoinWith('account');
$query->innerJoin('user', " user.id = transfer.id_user");
$query->leftJoin('customer', " transfer.id_customer = customer.id_customer");
if ( !RoleDefinition::isAdmin() ){
@ -118,6 +119,10 @@ class TransferSearch extends Transfer
'asc' => ['user.username' => SORT_ASC ],
'desc' => ['user.username' => SORT_DESC],
],
'id_customer' =>[
'asc' => ['customer.name' => SORT_ASC ],
'desc' => ['customer.name' => SORT_DESC],
],
]
]
]);

View File

@ -64,6 +64,11 @@ $this->params['breadcrumbs'][] = $this->title;
'value' => 'paidByName' ,
'label' => 'Fizette'
],
[
'attribute' => 'id_customer',
'value' => 'customerName' ,
'label' => 'Vendég'
],
[
'attribute' => 'id_account',
'value' => 'accountName'

View File

@ -1,3 +1,5 @@
-0.0.47
- add backend transfer/index customerName column
-0.0.46
- procurement ( beszerzés ) termék lista vonalkód helyett
- kulcs ki/be átirányítás változás

View File

@ -4,7 +4,7 @@ return [
'supportEmail' => 'rocho02@gmail.com',
'infoEmail' => 'info@rocho-net.hu',
'user.passwordResetTokenExpire' => 3600,
'version' => 'v0.0.46',
'version' => 'v0.0.47',
'company' => 'movar',//gyor
'company_name' => "Freimann Kft.",
'product_visiblity' => 'account',// on reception which products to display. account or global