@apptimate/core-lib 1.3.0 → 1.4.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 -2
package/package.json
CHANGED
package/src/constants/menus.ts
CHANGED
|
@@ -274,7 +274,7 @@ export const MENU_PRESETS: MenuPreset[] = [
|
|
|
274
274
|
'jewelry__material_types', 'jewelry__purities', 'jewelry__metal_rates',
|
|
275
275
|
'jewelry__purchase_orders', 'jewelry__grn', 'jewelry__custom_orders', 'jewelry__transformations',
|
|
276
276
|
'jewelry__old_gold_purchases',
|
|
277
|
-
'jewelry__sales',
|
|
277
|
+
'jewelry__sales',
|
|
278
278
|
'jewelry__stock_balances', 'jewelry__stock_movements', 'jewelry__stock_transfers',
|
|
279
279
|
'jewelry__party_transactions',
|
|
280
280
|
'jewelry__karigar_scrap_returns',
|
|
@@ -538,7 +538,6 @@ export const APP_MENUS: MainMenuItem[] = [
|
|
|
538
538
|
label: "Sales",
|
|
539
539
|
items: [
|
|
540
540
|
{ id: "jewelry_sales_main", label: "Sales", path: "/jewelry/sales" },
|
|
541
|
-
{ id: "sales_orders", label: "Sales Orders", path: "/jewelry/sales/orders" },
|
|
542
541
|
],
|
|
543
542
|
},
|
|
544
543
|
{
|