'მთავარი',
'icon' => 'home',
'link' => 'dashboard.php'
],
[
'title' => 'კლიენტები',
'icon' => 'users',
'items' => [
['label' => 'მომხმარებლების სია', 'module' => 'clients', 'action' => 'list'],
['label' => 'ახალი კლიენტი', 'module' => 'clients', 'action' => 'add'],
]
],
[
'title' => 'პროდუქცია',
'icon' => 'package',
'items' => [
['label' => 'პროდუქტების სია', 'module' => 'product', 'action' => 'list'],
['label' => 'ახალი პროდუქტი', 'module' => 'product', 'action' => 'create'],
['label' => 'პროდუქტის ტიპები', 'module' => 'product', 'action' => 'types'],
]
],
[
'title' => 'ბილინგი',
'icon' => 'credit-card',
'items' => [
[
'label' => 'ინვოისების სია',
'module' => 'billing',
'submodule'=> 'invoices',
'action' => 'list'
],
[
'label' => 'ინვოისის შექმნა',
'module' => 'billing',
'submodule'=> 'invoices',
'action' => 'create'
],
[
'label' => 'ტრაზაქციები',
'module' => 'billing',
'submodule'=> 'transactions',
'action' => 'list'
],
[
'label' => 'ტრანზაქციის შექმნა',
'module' => 'billing',
'submodule'=> 'transactions',
'action' => 'create'
],
]
],
[
'title' => 'სისტემა',
'icon' => 'settings',
'items' => [
['label' => 'მომხმარებლების მართვა', 'module' => 'users', 'action' => 'management'],
['label' => 'SMTP სეტინგები', 'link' => 'modules/settings/controllers/smtp_settings.php'],
['label' => 'განახლებები', 'link' => 'update/'],
]
],
[
'title' => 'მარკეტინგი',
'icon' => 'mail',
'items' => [
['label' => 'ელ.ფოსტის გაგზავნა', 'module' => 'marketing', 'action' => 'broadcast'],
['label' => 'ელ.ფოსტის ჩანაწერები', 'module' => 'marketing', 'action' => 'email_logs'],
]
]
];
?>