diff --git a/tailbone/views/departments.py b/tailbone/views/departments.py index b0eba5be..d5b49506 100644 --- a/tailbone/views/departments.py +++ b/tailbone/views/departments.py @@ -48,6 +48,7 @@ class DepartmentsView(MasterView): 'name', 'product', 'personnel', + 'exempt_from_gross_sales', ] def configure_grid(self, g): diff --git a/tailbone/views/trainwreck.py b/tailbone/views/trainwreck.py index 34147383..dcb7a4a0 100644 --- a/tailbone/views/trainwreck.py +++ b/tailbone/views/trainwreck.py @@ -113,11 +113,13 @@ class TransactionView(MasterView): 'item_scancode', 'item_id', 'department_number', + 'department_name', 'description', 'unit_quantity', 'subtotal', 'tax', 'total', + 'exempt_from_gross_sales', 'void', ]