mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-01-27 14:58:43 +00:00
103 lines
3.1 KiB
PHP
Executable File
103 lines
3.1 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Purchase' => [
|
|
'Account' => '',
|
|
'Active' => '',
|
|
'Activity' => '',
|
|
'Address' => '',
|
|
'All' => '',
|
|
'Amount' => '',
|
|
'Analysis' => '',
|
|
'Area' => '',
|
|
'Article' => '',
|
|
'Articles' => '',
|
|
'Available' => '',
|
|
'Calculate' => '',
|
|
'City' => '',
|
|
'Class' => '',
|
|
'Confirmation' => '',
|
|
'CoreData' => '',
|
|
'Country' => '',
|
|
'Created' => '',
|
|
'Creator' => '',
|
|
'CreditNote' => '',
|
|
'DSO' => '',
|
|
'Date' => '',
|
|
'DefaultInternational' => '',
|
|
'DefaultNational' => '',
|
|
'Delivery' => '',
|
|
'DeliveryNote' => '',
|
|
'Description' => '',
|
|
'Discount' => '',
|
|
'DiscountP' => '',
|
|
'Documentation' => '',
|
|
'Employee' => '',
|
|
'FAO' => '',
|
|
'From' => '',
|
|
'Group' => '',
|
|
'Groups' => '',
|
|
'Highest' => '',
|
|
'Inactive' => '',
|
|
'Interval' => '',
|
|
'Invoice' => '',
|
|
'Invoices' => '',
|
|
'IsDefault' => '',
|
|
'Language' => '',
|
|
'Last' => '',
|
|
'Localization' => '',
|
|
'Loginname' => '',
|
|
'Matchcode' => '',
|
|
'Media' => '',
|
|
'MinPrice' => '',
|
|
'Name' => '',
|
|
'Name1' => '',
|
|
'Name2' => '',
|
|
'Name3' => '',
|
|
'Offer' => '',
|
|
'Order' => '',
|
|
'Ordered' => '',
|
|
'OrderedBy' => '',
|
|
'OrderedDate' => '',
|
|
'Orders' => '',
|
|
'Payment' => '',
|
|
'Price' => '',
|
|
'Priority' => '',
|
|
'Purchases' => '',
|
|
'Quantity' => '',
|
|
'Receipt' => '',
|
|
'Reference' => '',
|
|
'Sales' => '',
|
|
'Settings' => '',
|
|
'Single' => '',
|
|
'State' => '',
|
|
'Statistics' => '',
|
|
'Status' => '',
|
|
'Stock' => '',
|
|
'Street' => '',
|
|
'Subgroup' => '',
|
|
'Supplier' => '',
|
|
'SupplierID' => '',
|
|
'SupplierName' => '',
|
|
'Suppliers' => '',
|
|
'Tax' => '',
|
|
'Terms' => '',
|
|
'To' => '',
|
|
'TopArticles' => '',
|
|
'Trend' => '',
|
|
'Turnover' => '',
|
|
'Type' => '',
|
|
'ZipCode' => '',
|
|
]];
|