mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-02-05 10:48:42 +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
|
||||
* @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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -22,8 +22,6 @@ return ['Navigation' => [
|
|||
'Profile' => 'Profil',
|
||||
'Purchase' => 'Kaufen',
|
||||
'Suppliers' => 'Lieferanten',
|
||||
'TaxCodes' => 'Steuerkennzeichen',
|
||||
'TaxCombinations' => 'Steuerkombination',
|
||||
'List' => 'Liste',
|
||||
'Create' => 'Erstellen',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -22,8 +22,6 @@ return ['Navigation' => [
|
|||
'Profile' => 'Profile',
|
||||
'Purchase' => 'Purchase',
|
||||
'Suppliers' => 'Suppliers',
|
||||
'TaxCodes' => 'Tax Codes',
|
||||
'TaxCombinations' => 'Tax Combinations',
|
||||
'List' => 'List',
|
||||
'Create' => 'Create',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user