Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-06-24 22:54:32 +03:00
parent be7ccdc466
commit 583af0230a
6 changed files with 337 additions and 150 deletions

View File

@@ -373,6 +373,11 @@ const menuItems = [
to: '/app/pricing/product-series-mappings',
permission: 'pricing:view'
},
{
label: 'B2B Olmayan Stok',
to: '/app/pricing/product-series-mappings-orphans',
permission: 'pricing:view'
},
{
label: 'Ürün Seri Tanımlamaları',
to: '/app/pricing/product-series-definitions',

View File

@@ -425,6 +425,12 @@ const routes = [
component: () => import('pages/ProductSeriesMappings.vue'),
meta: { permission: 'pricing:view' }
},
{
path: 'pricing/product-series-mappings-orphans',
name: 'product-series-mappings-orphans',
component: () => import('pages/ProductSeriesMappingsOrphans.vue'),
meta: { permission: 'pricing:view' }
},
{
path: 'pricing/product-series-definitions',
name: 'product-series-definitions',