@apptimate/core-lib 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/constants/menus.ts +1 -0
package/package.json
CHANGED
package/src/constants/menus.ts
CHANGED
|
@@ -529,6 +529,7 @@ export const APP_MENUS: MainMenuItem[] = [
|
|
|
529
529
|
items: [
|
|
530
530
|
{ id: "purchase_orders", label: "Purchase Orders", path: "/jewelry/procurement/orders" },
|
|
531
531
|
{ id: "goods_receipt", label: "Goods Receipt", path: "/jewelry/procurement/grn" },
|
|
532
|
+
{ id: "opening_stock", label: "Opening Stock", path: "/jewelry/procurement/opening_stock" },
|
|
532
533
|
{ id: "custom_orders", label: "Custom Orders", path: "/jewelry/custom-orders" },
|
|
533
534
|
{ id: "transformations", label: "Transformations", path: "/jewelry/procurement/transformations" },
|
|
534
535
|
],
|