mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-20 03:38:40 +00:00
68 lines
1.9 KiB
PHP
68 lines
1.9 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.4
|
|
*
|
|
* @package Modules\ClientManagement
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['ClientManagement' => [
|
|
'Accounting' => 'Accounting',
|
|
'Address' => 'Address',
|
|
'Addresses' => 'Addresses',
|
|
'AreaManager' => 'Area Manager',
|
|
'Articlegroup' => 'Articlegroup',
|
|
'Bonus' => 'Bonus',
|
|
'Business' => 'Business',
|
|
'City' => 'City',
|
|
'Client' => 'Client',
|
|
'Clients' => 'Clients',
|
|
'Contact' => 'Contact',
|
|
'Country' => 'Country',
|
|
'Creditcard' => 'Creditcard',
|
|
'Date' => 'Date',
|
|
'Default' => 'Default',
|
|
'Delivery' => 'Delivery',
|
|
'Discount' => 'Discount',
|
|
'DiscountP' => 'Discount %',
|
|
'Email' => 'Email',
|
|
'Fax' => 'Fax',
|
|
'Files' => 'Files',
|
|
'Freightage' => 'Freightage',
|
|
'Group' => 'Group',
|
|
'ID' => 'ID',
|
|
'Info' => 'Info',
|
|
'Invoice' => 'Invoice',
|
|
'IsDefault' => 'Is default?',
|
|
'Log' => 'Log',
|
|
'Logs' => 'Logs',
|
|
'Master' => 'Master',
|
|
'Name' => 'Name',
|
|
'Name1' => 'Name1',
|
|
'Name2' => 'Name2',
|
|
'Name3' => 'Name3',
|
|
'Office' => 'Office',
|
|
'Payment' => 'Payment',
|
|
'PaymentTerm' => 'Payment Term',
|
|
'Phone' => 'Phone',
|
|
'Price' => 'Price',
|
|
'Prices' => 'Prices',
|
|
'Private' => 'Private',
|
|
'Productgroup' => 'Productgroup',
|
|
'Purchase' => 'Purchase',
|
|
'Quantity' => 'Quantity',
|
|
'Sales' => 'Sales',
|
|
'Segment' => 'Segment',
|
|
'Subtype' => 'Subtype',
|
|
'Support' => 'Support',
|
|
'Type' => 'Type',
|
|
'Wire' => 'Wire',
|
|
'Zip' => 'Zip',
|
|
]];
|