add Raktár model + crud

This commit is contained in:
2015-09-20 14:55:05 +02:00
parent a3e4f42c6a
commit 47341b6396
12 changed files with 544 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ class AdminMenuStructure{
$items[] = ['label' => 'Felhasználók', 'url' =>['/user/index']];
// }
$items[] = ['label' => 'Raktárak', 'url' =>['/warehouse/index']];
if ( count($items) > 0 ){
$userMainMenu = ['label' => 'Beállítások', 'url' => null,