Merge branch 'release/v.0.1.01'
This commit is contained in:
commit
840c99e57b
@ -1,3 +1,5 @@
|
|||||||
|
-0.1.01
|
||||||
|
- add small keytoggleform fix
|
||||||
-0.1.00
|
-0.1.00
|
||||||
- fix admin delete contract method
|
- fix admin delete contract method
|
||||||
-0.0.99
|
-0.0.99
|
||||||
|
|||||||
@ -5,7 +5,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.1.00',
|
'version' => 'v0.1.01',
|
||||||
'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
|
||||||
|
|||||||
20
common/messages/hu/common/waste.php
Normal file
20
common/messages/hu/common/waste.php
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Message translations.
|
||||||
|
*
|
||||||
|
* This file is automatically generated by 'yii message' command.
|
||||||
|
* It contains the localizable messages extracted from source code.
|
||||||
|
* You may modify this file by translating the extracted messages.
|
||||||
|
*
|
||||||
|
* Each array element represents the translation (value) of a message (key).
|
||||||
|
* If the value is empty, the message is considered as not translated.
|
||||||
|
* Messages that no longer need translation will have their translations
|
||||||
|
* enclosed between a pair of '@@' marks.
|
||||||
|
*
|
||||||
|
* Message string can be used with plural forms format. Check i18n section
|
||||||
|
* of the guide for details.
|
||||||
|
*
|
||||||
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
|
*/
|
||||||
|
return [
|
||||||
|
];
|
||||||
2
doc/cutler.teamviewer.txt
Normal file
2
doc/cutler.teamviewer.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
username:cutlertmv@gmail.com
|
||||||
|
password:cutler2016!
|
||||||
@ -85,7 +85,7 @@ class KeyToggleForm extends Model
|
|||||||
Log::log([
|
Log::log([
|
||||||
'type' =>Log::$TYPE_KEY_ASSIGN,
|
'type' =>Log::$TYPE_KEY_ASSIGN,
|
||||||
'message' => 'Kulcs visszaadás - Kártya/Kulcs/Vendég:' .$this->keyCard->number ."/" .$this->keyModel->number . "/".$this->keyCard->customer->name,
|
'message' => 'Kulcs visszaadás - Kártya/Kulcs/Vendég:' .$this->keyCard->number ."/" .$this->keyModel->number . "/".$this->keyCard->customer->name,
|
||||||
'id_key' => $this->card->id_card,
|
'id_key' => $this->keyModel->id_key,
|
||||||
'id_customer' => $this->keyCard->customer->id_customer
|
'id_customer' => $this->keyCard->customer->id_customer
|
||||||
]);
|
]);
|
||||||
DoorLog::mkDoorLog(-1,$this->keyCard,$this->keyCard->customer,$this->keyModel );
|
DoorLog::mkDoorLog(-1,$this->keyCard,$this->keyCard->customer,$this->keyModel );
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user