add money movement crud and table

This commit is contained in:
2015-10-19 10:19:19 +02:00
parent 5be26aa108
commit ab40f937a3
11 changed files with 511 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ class FrontendMenuStructure{
protected function addRecepcio(){
if ( $this->isLogged() ){
$this->menuItems[] = ['label' => 'Recepcio', 'url' => ['/customer/reception'] ];
$this->menuItems[] = ['label' => 'Pénzmozgások', 'url' => ['/money-movement/index'] ];
$this->menuItems[] = ['label' => 'Kassza',
'items' => [
['label' => Yii::t('frontend/account-state', 'Account states'), 'url' => ['/account-state/index'] ],