Finish version/v.0.0.67

This commit is contained in:
Roland Schneider 2016-04-22 22:49:19 +02:00
commit fc537d04d5
5 changed files with 17 additions and 3 deletions

View File

@ -77,6 +77,7 @@ class TransferLaterSearch extends Transfer
'user.username as user_username', 'user.username as user_username',
'customer.id_customer as customer_id_customer', 'customer.id_customer as customer_id_customer',
'customer.name as customer_name', 'customer.name as customer_name',
'customer.description as customer_description',
'ticket_type.name as ticket_type_name', 'ticket_type.name as ticket_type_name',
'product.name as product_name', 'product.name as product_name',
'ticket.start as ticket_start', 'ticket.start as ticket_start',
@ -117,6 +118,7 @@ class TransferLaterSearch extends Transfer
['ticket_start'], ['ticket_start'],
['ticket_end'], ['ticket_end'],
['ticket_comment'], ['ticket_comment'],
['customer_description'],
]) ])
] ]

View File

@ -103,9 +103,15 @@ use common\models\Transfer;
], ],
*/ */
[ [
'attribute' => 'ticket_comment', 'attribute' => 'customer_description',
'label' => 'Megjegyzés', 'label' => 'Megjegyzés',
'enableSorting' => false, 'enableSorting' => false,
'contentOptions' => ['class' => 'customer_description'],
],
[
'attribute' => 'ticket_comment',
'label' => 'Megj',
'enableSorting' => false,
'contentOptions' => ['class' => 'ticket_comment'], 'contentOptions' => ['class' => 'ticket_comment'],
], ],
], ],

View File

@ -120,9 +120,13 @@ echo Html::a("Egyiket sem",null, ['class' => 'btn btn-primary deselect-all',
}, },
], ],
[ [
'attribute' => 'ticket_comment', 'attribute' => 'customer_description',
'label' => 'Megjegyzés' 'label' => 'Megjegyzés'
], ],
[
'attribute' => 'ticket_comment',
'label' => 'Megj'
],
], ],
]); ?> ]); ?>

View File

@ -1,3 +1,5 @@
-0.0.67
- payment later - add customer description
-0.0.66 -0.0.66
- add contract changes - add contract changes
-0.0.65 -0.0.65

View File

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