Expose the Units of Measure views in web app
also this declares the CORE-specific product handler to be our default
This commit is contained in:
parent
2c8cc67043
commit
06f959cd09
3 changed files with 9 additions and 0 deletions
|
@ -72,6 +72,11 @@ def simple_menus(request):
|
|||
'url': url('reportcodes'),
|
||||
'perm': 'reportcodes.list',
|
||||
},
|
||||
{
|
||||
'title': "Units of Measure",
|
||||
'url': url('uoms'),
|
||||
'perm': 'uoms.list',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -33,6 +33,7 @@ def includeme(config):
|
|||
config.include('rattail_demo.web.views.upgrades')
|
||||
config.include('tailbone.views.users')
|
||||
config.include('rattail_demo.web.views.vendors')
|
||||
config.include('tailbone.views.uoms')
|
||||
|
||||
# purchasing / receiving
|
||||
config.include('tailbone.views.purchases')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue