Add some more menu items to default set
This commit is contained in:
parent
eece358e20
commit
3f61c9ee18
|
@ -391,6 +391,11 @@ class MenuHandler(GenericHandler):
|
||||||
'route': 'brands',
|
'route': 'brands',
|
||||||
'perm': 'brands.list',
|
'perm': 'brands.list',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'title': "Categories",
|
||||||
|
'route': 'categories',
|
||||||
|
'perm': 'categories.list',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'title': "Families",
|
'title': "Families",
|
||||||
'route': 'families',
|
'route': 'families',
|
||||||
|
@ -439,6 +444,11 @@ class MenuHandler(GenericHandler):
|
||||||
'route': 'receiving',
|
'route': 'receiving',
|
||||||
'perm': 'receiving.list',
|
'perm': 'receiving.list',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'title': "Invoice Costing",
|
||||||
|
'route': 'invoice_costing',
|
||||||
|
'perm': 'invoice_costing.list',
|
||||||
|
},
|
||||||
{'type': 'sep'},
|
{'type': 'sep'},
|
||||||
{
|
{
|
||||||
'title': "Purchases",
|
'title': "Purchases",
|
||||||
|
|
Loading…
Reference in a new issue