mirror of
https://github.com/Karaka-Management/oms-SalesAnalysis.git
synced 2026-01-11 11:28:41 +00:00
23 lines
524 B
PHP
23 lines
524 B
PHP
<?php declare(strict_types=1);
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.4
|
|
*
|
|
* @package Modules\SalesAnalysis
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
return ['Navigation' => [
|
|
'Analysis' => 'Analysis',
|
|
'Customers' => 'Customers',
|
|
'Database' => 'Database',
|
|
'Invoices' => 'Invoices',
|
|
'Marketing' => 'Marketing',
|
|
'Overview' => 'Overview',
|
|
'Products' => 'Products',
|
|
'Regions' => 'Regions',
|
|
]];
|