From 4fd1aa158da3a382e71cf7ef1a5dbb5308356604 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 5 Mar 2021 21:01:37 +0100 Subject: [PATCH] fix php version, lang files, basic tpl and sales impl. --- Admin/Install/Navigation.install.json | 2 +- Theme/Backend/Lang/de.lang.php | 102 ++++++++++++++++++++++++++ Theme/Backend/Lang/en.lang.php | 4 +- 3 files changed, 105 insertions(+), 3 deletions(-) create mode 100644 Theme/Backend/Lang/de.lang.php mode change 100755 => 100644 Theme/Backend/Lang/en.lang.php diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 9467d31..922d045 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -15,7 +15,7 @@ "children": [ { "id": 1002106001, - "pid": "/purchase", + "pid": "/", "type": 2, "subtype": 1, "name": "Analysis", diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php new file mode 100644 index 0000000..9055cef --- /dev/null +++ b/Theme/Backend/Lang/de.lang.php @@ -0,0 +1,102 @@ + [ + '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' => '', +]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index 4e39253..3b24b52 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -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',