mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
# Conflicts: # Draw/Controller.js # Draw/Models/DrawType.enum.js # Draw/Models/Editor.js # Media/Models/UploadFile.php
59 lines
1.7 KiB
PHP
59 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @category TBD
|
|
* @package TBD
|
|
* @author OMS Development Team <dev@oms.com>
|
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://orange-management.com
|
|
*/
|
|
return ['SupplierManagement' => [
|
|
'Accounting' => 'Accounting',
|
|
'Address' => 'Address',
|
|
'Addresses' => 'Addresses',
|
|
'Articlegroup' => 'Articlegroup',
|
|
'City' => 'City',
|
|
'Contact' => 'Contact',
|
|
'Country' => 'Country',
|
|
'Creditcard' => 'Creditcard',
|
|
'Date' => 'Date',
|
|
'Default' => 'Default',
|
|
'Delivery' => 'Delivery',
|
|
'Email' => 'Email',
|
|
'Fax' => 'Fax',
|
|
'Files' => 'Files',
|
|
'Freightage' => 'Freightage',
|
|
'Group' => 'Group',
|
|
'Info' => 'Info',
|
|
'Invoice' => 'Invoice',
|
|
'IsDefault' => 'Is default',
|
|
'Log' => 'Log',
|
|
'Logs' => 'Logs',
|
|
'Master' => 'Master',
|
|
'Name' => 'Name',
|
|
'Name1' => 'Name1',
|
|
'Name2' => 'Name2',
|
|
'Name3' => 'Name3',
|
|
'Office' => 'Office',
|
|
'PaymentTerm' => 'Payment Term',
|
|
'Payment' => 'Payment',
|
|
'Phone' => 'Phone',
|
|
'Productgroup' => 'Productgroup',
|
|
'Purchase' => 'Purchase',
|
|
'Sales' => 'Sales',
|
|
'Segment' => 'Segment',
|
|
'Subtype' => 'Subtype',
|
|
'Support' => 'Support',
|
|
'Supplier' => 'Supplier',
|
|
'Suppliers' => 'Suppliers',
|
|
'Type' => 'Type',
|
|
'Wire' => 'Wire',
|
|
'Zip' => 'Zip',
|
|
]];
|