Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -325,37 +325,55 @@ const menuItems = [
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
label: 'Fiyatlandırma/Maliyetlendirme',
|
||||
icon: 'request_quote',
|
||||
|
||||
children: [
|
||||
{
|
||||
label: 'Ürün Fiyatlandırma',
|
||||
to: '/app/pricing/product-pricing',
|
||||
permission: 'order:view'
|
||||
},
|
||||
{
|
||||
label: "Üretim'den Ürün Maliyetlendirme",
|
||||
to: '/app/pricing/production-product-costing',
|
||||
permission: 'order:view'
|
||||
},
|
||||
{
|
||||
label: 'Maliyet Parça Eşleştirme',
|
||||
to: '/app/pricing/production-product-costing/maliyet-parca-eslestirme',
|
||||
permission: 'order:view'
|
||||
},
|
||||
{
|
||||
label: 'Maliyet Varsayilan Miktarlar',
|
||||
to: '/app/pricing/production-product-costing/default-quantities',
|
||||
permission: 'order:view'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
label: 'Sistem',
|
||||
icon: 'settings',
|
||||
{
|
||||
label: 'Ürün Maliyetlendirme',
|
||||
icon: 'request_quote',
|
||||
|
||||
children: [
|
||||
{
|
||||
label: "Üretim'den Ürün Maliyetlendirme",
|
||||
to: '/app/costing/production-product-costing',
|
||||
permission: 'costing:view'
|
||||
},
|
||||
{
|
||||
label: 'Maliyet Parça Eşleştirme',
|
||||
to: '/app/costing/production-product-costing/maliyet-parca-eslestirme',
|
||||
permission: 'costing:view'
|
||||
},
|
||||
{
|
||||
label: 'Maliyet Varsayilan Miktarlar',
|
||||
to: '/app/costing/production-product-costing/default-quantities',
|
||||
permission: 'costing:view'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
label: 'Ürün Fiyatlandırma',
|
||||
icon: 'sell',
|
||||
|
||||
children: [
|
||||
{
|
||||
label: 'Fiyatlandırma',
|
||||
to: '/app/pricing/product-pricing',
|
||||
permission: 'pricing:view'
|
||||
},
|
||||
{
|
||||
label: 'Marka Sınıflandırma',
|
||||
to: '/app/pricing/brand-classification',
|
||||
permission: 'pricing:view'
|
||||
},
|
||||
{
|
||||
label: 'Fiyat Çarpan Kuralları',
|
||||
to: '/app/pricing/pricing-rules',
|
||||
permission: 'pricing:view'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
label: 'Sistem',
|
||||
icon: 'settings',
|
||||
|
||||
children: [
|
||||
|
||||
|
||||
Reference in New Issue
Block a user