Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-03-03 23:28:43 +03:00
parent da33f30dd0
commit 4dc0415546
8 changed files with 1558 additions and 0 deletions

View File

@@ -261,6 +261,19 @@ const menuItems = [
]
},
{
label: 'Ürün',
icon: 'inventory_2',
children: [
{
label: 'Ürün Kodundan Stok Sorgula',
to: '/app/product-stock-query',
permission: 'order:view'
}
]
},
{
label: 'Sistem',
icon: 'settings',