mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-02-14 23:08: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": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 1002106001,
|
"id": 1002106001,
|
||||||
"pid": "/purchase",
|
"pid": "/",
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Analysis",
|
"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
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Purchase
|
* @package Modules\Localization
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -33,6 +33,7 @@ return ['Purchase' => [
|
||||||
'Created' => 'Created',
|
'Created' => 'Created',
|
||||||
'Creator' => 'Creator',
|
'Creator' => 'Creator',
|
||||||
'CreditNote' => 'Credit Note',
|
'CreditNote' => 'Credit Note',
|
||||||
|
'DSO' => 'DSO',
|
||||||
'Date' => 'Date',
|
'Date' => 'Date',
|
||||||
'DefaultInternational' => 'Default International',
|
'DefaultInternational' => 'Default International',
|
||||||
'DefaultNational' => 'Default National',
|
'DefaultNational' => 'Default National',
|
||||||
|
|
@ -42,7 +43,6 @@ return ['Purchase' => [
|
||||||
'Discount' => 'Discount',
|
'Discount' => 'Discount',
|
||||||
'DiscountP' => 'Discount in %',
|
'DiscountP' => 'Discount in %',
|
||||||
'Documentation' => 'Documentation',
|
'Documentation' => 'Documentation',
|
||||||
'DSO' => 'DSO',
|
|
||||||
'Employee' => 'Employee',
|
'Employee' => 'Employee',
|
||||||
'FAO' => 'FAO',
|
'FAO' => 'FAO',
|
||||||
'From' => 'From',
|
'From' => 'From',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user