mirror of
https://github.com/Karaka-Management/oms-Sales.git
synced 2026-02-14 10:38:40 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
3b9e4b39a3
commit
95aaef8495
|
|
@ -13,6 +13,21 @@
|
||||||
"permission": { "permission": 2, "type": null, "element": null },
|
"permission": { "permission": 2, "type": null, "element": null },
|
||||||
"parent": 0,
|
"parent": 0,
|
||||||
"children": [
|
"children": [
|
||||||
|
{
|
||||||
|
"id": 1001602001,
|
||||||
|
"pid": "/",
|
||||||
|
"type": 2,
|
||||||
|
"subtype": 1,
|
||||||
|
"name": "Analysis",
|
||||||
|
"uri": "{/prefix}sales/analysis?{?}",
|
||||||
|
"target": "self",
|
||||||
|
"icon": null,
|
||||||
|
"order": 15,
|
||||||
|
"from": "Sales",
|
||||||
|
"permission": { "permission": 2, "type": null, "element": null },
|
||||||
|
"parent": 1001601001,
|
||||||
|
"children": []
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
100
Theme/Backend/Lang/de.lang.php
Normal file
100
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,100 @@
|
||||||
|
<?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 ['Sales' => [
|
||||||
|
'Account' => '',
|
||||||
|
'Active' => '',
|
||||||
|
'Activity' => '',
|
||||||
|
'Address' => '',
|
||||||
|
'All' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Analysis' => '',
|
||||||
|
'Area' => '',
|
||||||
|
'Article' => '',
|
||||||
|
'Articles' => '',
|
||||||
|
'Available' => '',
|
||||||
|
'Calculate' => '',
|
||||||
|
'City' => '',
|
||||||
|
'Class' => '',
|
||||||
|
'Client' => '',
|
||||||
|
'ClientID' => '',
|
||||||
|
'ClientName' => '',
|
||||||
|
'Clients' => '',
|
||||||
|
'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' => '',
|
||||||
|
'Orders' => '',
|
||||||
|
'Payment' => '',
|
||||||
|
'Price' => '',
|
||||||
|
'Priority' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Receipt' => '',
|
||||||
|
'Reference' => '',
|
||||||
|
'Sales' => '',
|
||||||
|
'Settings' => '',
|
||||||
|
'Single' => '',
|
||||||
|
'State' => '',
|
||||||
|
'Statistics' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Stock' => '',
|
||||||
|
'Street' => '',
|
||||||
|
'Subgroup' => '',
|
||||||
|
'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\Sales
|
* @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
|
||||||
|
|
@ -37,6 +37,7 @@ return ['Sales' => [
|
||||||
'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',
|
||||||
|
|
@ -46,7 +47,6 @@ return ['Sales' => [
|
||||||
'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