mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-11 16:48:42 +00:00
25 lines
495 B
PHP
Executable File
25 lines
495 B
PHP
Executable File
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.4
|
|
*
|
|
* @package Modules\Exchange
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
return [
|
|
'Account' => 'Account',
|
|
'Article' => 'Articls',
|
|
'CostCenter' => 'Cost Center',
|
|
'CostObject' => 'Cost Object',
|
|
'Customer' => 'Customer',
|
|
'Invoice' => 'Invoice',
|
|
'Options' => 'Options',
|
|
'Supplier' => 'Supplier',
|
|
];
|