Add some more menu items to default set

This commit is contained in:
Lance Edgar 2023-01-18 19:21:34 -06:00
parent eece358e20
commit 3f61c9ee18

View file

@ -391,6 +391,11 @@ class MenuHandler(GenericHandler):
'route': 'brands',
'perm': 'brands.list',
},
{
'title': "Categories",
'route': 'categories',
'perm': 'categories.list',
},
{
'title': "Families",
'route': 'families',
@ -439,6 +444,11 @@ class MenuHandler(GenericHandler):
'route': 'receiving',
'perm': 'receiving.list',
},
{
'title': "Invoice Costing",
'route': 'invoice_costing',
'perm': 'invoice_costing.list',
},
{'type': 'sep'},
{
'title': "Purchases",