Add feature demo for importing Square transactions to CORE-POS

also allow delete of CORE-POS transactions, for sake of demo
This commit is contained in:
Lance Edgar 2018-11-22 20:38:36 -06:00
parent e20a9b8123
commit b7512e0b31
4 changed files with 43 additions and 1 deletions

View file

@ -41,3 +41,4 @@ def includeme(config):
# batch views
config.include('tailbone.views.handheld')
config.include('tailbone.views.inventory')
config.include('tailbone.views.batch.importer')