Went through todos

This commit is contained in:
Dennis Eichhorn 2024-05-02 22:54:38 +00:00
parent 8a29c0c18e
commit 529a48942f
3 changed files with 4 additions and 4 deletions

View File

@ -37,6 +37,10 @@ use phpOMS\System\SystemUtils;
* @license OMS License 2.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @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 final class ApiController extends Controller
{ {

View File

@ -22,8 +22,6 @@ return ['Navigation' => [
'Profile' => 'Profil', 'Profile' => 'Profil',
'Purchase' => 'Kaufen', 'Purchase' => 'Kaufen',
'Suppliers' => 'Lieferanten', 'Suppliers' => 'Lieferanten',
'TaxCodes' => 'Steuerkennzeichen',
'TaxCombinations' => 'Steuerkombination',
'List' => 'Liste', 'List' => 'Liste',
'Create' => 'Erstellen', 'Create' => 'Erstellen',
]]; ]];

View File

@ -22,8 +22,6 @@ return ['Navigation' => [
'Profile' => 'Profile', 'Profile' => 'Profile',
'Purchase' => 'Purchase', 'Purchase' => 'Purchase',
'Suppliers' => 'Suppliers', 'Suppliers' => 'Suppliers',
'TaxCodes' => 'Tax Codes',
'TaxCombinations' => 'Tax Combinations',
'List' => 'List', 'List' => 'List',
'Create' => 'Create', 'Create' => 'Create',
]]; ]];