From 529a48942f16e737845737bdfb5071d3499efd8c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 2 May 2024 22:54:38 +0000 Subject: [PATCH] Went through todos --- Controller/ApiController.php | 4 ++++ Theme/Backend/Lang/Navigation.de.lang.php | 2 -- Theme/Backend/Lang/Navigation.en.lang.php | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 242e075..17b42b5 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -37,6 +37,10 @@ use phpOMS\System\SystemUtils; * @license OMS License 2.0 * @link https://jingga.app * @since 1.0.0 + * + * @feature Create feature which re-calculates some of the item number + * (minimum_stock_range, lead_time, ...) based on history numbers + * https://github.com/Karaka-Management/oms-Purchase/issues/3 */ final class ApiController extends Controller { diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index f5c7cb9..6612201 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -22,8 +22,6 @@ return ['Navigation' => [ 'Profile' => 'Profil', 'Purchase' => 'Kaufen', 'Suppliers' => 'Lieferanten', - 'TaxCodes' => 'Steuerkennzeichen', - 'TaxCombinations' => 'Steuerkombination', 'List' => 'Liste', 'Create' => 'Erstellen', ]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 83ef51a..9cfe46b 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -22,8 +22,6 @@ return ['Navigation' => [ 'Profile' => 'Profile', 'Purchase' => 'Purchase', 'Suppliers' => 'Suppliers', - 'TaxCodes' => 'Tax Codes', - 'TaxCombinations' => 'Tax Combinations', 'List' => 'List', 'Create' => 'Create', ]];