mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-21 20:08:41 +00:00
65 lines
1.9 KiB
PHP
65 lines
1.9 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
return ['Billing' => [
|
|
'Address' => 'Address',
|
|
'Addresses' => 'Addresses',
|
|
'AlreadyPaid' => 'Already Paid',
|
|
'Bonus' => 'Bonus',
|
|
'Cashback' => 'Cash Back',
|
|
'City' => 'City',
|
|
'Client' => 'Client',
|
|
'ClientID' => 'Client ID',
|
|
'Confirmation' => 'Confirmation',
|
|
'Country' => 'Country',
|
|
'Created' => 'Created',
|
|
'CreditCard' => 'CreditCard',
|
|
'CreditNote' => 'Credit Note',
|
|
'Date' => 'Date',
|
|
'Delivery' => 'Delivery',
|
|
'DeliveryNote' => 'Delivery Note',
|
|
'DirectDebit' => 'DirectDebit',
|
|
'Discount' => 'Discount',
|
|
'DiscountP' => 'Discount %',
|
|
'Due' => 'Due',
|
|
'Freightage' => 'Freightage',
|
|
'Gross' => 'Gross',
|
|
'Invoice' => 'Invoice',
|
|
'Invoices' => 'Invoices',
|
|
'Item' => 'Item',
|
|
'Items' => 'Items',
|
|
'Log' => 'Log',
|
|
'Logs' => 'Logs',
|
|
'Media' => 'Media',
|
|
'MoneyTransfer' => 'Money Transfer',
|
|
'Name' => 'Name',
|
|
'Net' => 'Net',
|
|
'Offer' => 'Offer',
|
|
'Payment' => 'Payment',
|
|
'Prepaid' => 'Prepaid',
|
|
'Price' => 'Price',
|
|
'Quantity' => 'Quantity',
|
|
'Recipient' => 'Recipient',
|
|
'Select' => 'Select',
|
|
'Shipment' => 'Shipment',
|
|
'Source' => 'Source',
|
|
'Supplier' => 'Supplier',
|
|
'SupplierID' => 'Supplier ID',
|
|
'Tax' => 'Tax',
|
|
'TermsOfDelivery' => 'Terms Of Delivery',
|
|
'Total' => 'Total',
|
|
'Type' => 'Type',
|
|
'Upload' => 'Upload',
|
|
'Variation' => 'Variation',
|
|
'Zip' => 'Zip',
|
|
]];
|