mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-02-18 00:18:40 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
8f2ab375db
commit
4fd1aa158d
|
|
@ -15,7 +15,7 @@
|
|||
"children": [
|
||||
{
|
||||
"id": 1002106001,
|
||||
"pid": "/purchase",
|
||||
"pid": "/",
|
||||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Analysis",
|
||||
|
|
|
|||
102
Theme/Backend/Lang/de.lang.php
Normal file
102
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,102 @@
|
|||
<?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' => '',
|
||||
]];
|
||||
4
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
4
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Purchase
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -33,6 +33,7 @@ return ['Purchase' => [
|
|||
'Created' => 'Created',
|
||||
'Creator' => 'Creator',
|
||||
'CreditNote' => 'Credit Note',
|
||||
'DSO' => 'DSO',
|
||||
'Date' => 'Date',
|
||||
'DefaultInternational' => 'Default International',
|
||||
'DefaultNational' => 'Default National',
|
||||
|
|
@ -42,7 +43,6 @@ return ['Purchase' => [
|
|||
'Discount' => 'Discount',
|
||||
'DiscountP' => 'Discount in %',
|
||||
'Documentation' => 'Documentation',
|
||||
'DSO' => 'DSO',
|
||||
'Employee' => 'Employee',
|
||||
'FAO' => 'FAO',
|
||||
'From' => 'From',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user