mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-02-16 15:48:39 +00:00
Went through todos
This commit is contained in:
parent
8a29c0c18e
commit
529a48942f
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user