mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-02-16 14:18:41 +00:00
many small fixes
This commit is contained in:
parent
7b6d9d53e9
commit
db9736b652
|
|
@ -13,13 +13,4 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'POST:Module:ClientManagement-client-create' => [
|
|
||||||
'callback' => ['\Modules\WarehouseManagement\Controller\ApiController:eventStockCreateInternal'],
|
|
||||||
],
|
|
||||||
'POST:Module:SupplierManagement-supplier-create' => [
|
|
||||||
'callback' => ['\Modules\WarehouseManagement\Controller\ApiController:eventStockCreateInternal'],
|
|
||||||
],
|
|
||||||
'/POST:Module:Billing\-bill(_element)*\-(create|delete|update)/' => [
|
|
||||||
'callback' => ['\Modules\WarehouseManagement\Controller\ApiController:eventBillUpdateInternal'],
|
|
||||||
],
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"uri": null,
|
"uri": null,
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": "fa fa-cube",
|
"icon": "fa fa-cube",
|
||||||
"order": 55,
|
"order": 50,
|
||||||
"from": "WarehouseManagement",
|
"from": "WarehouseManagement",
|
||||||
"permission": { "permission": 2, "category": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 0,
|
"parent": 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user