Add some more views to potentially include via poser

This commit is contained in:
Lance Edgar 2022-07-26 14:25:20 -05:00
parent 9589606fb5
commit 92a52133de

View file

@ -129,6 +129,11 @@ class PoserViewView(PoserMasterView):
'label': "Departments",
},
'tailbone.views.ifps': {
# 'spec': 'tailbone.views.ifps',
'label': "IFPS PLU Codes",
},
'tailbone.views.subdepartments': {
# 'spec': 'tailbone.views.subdepartments',
'label': "Subdepartments",
@ -197,6 +202,16 @@ class PoserViewView(PoserMasterView):
'other': {
'tailbone.views.datasync': {
# 'spec': 'tailbone.views.datasync',
'label': "DataSync",
},
'tailbone.views.importing': {
# 'spec': 'tailbone.views.importing',
'label': "Importing / Exporting",
},
'tailbone.views.stores': {
# 'spec': 'tailbone.views.stores',
'label': "Stores",