Changeset 6397a93 in tailbone
- Timestamp:
- 07/19/2022 02:52:31 PM (7 months ago)
- Branches:
- master
- Children:
- e9edf20
- Parents:
- 9c5f3a3
- Location:
- tailbone/views
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
tailbone/views/brands.py
r9c5f3a3 r6397a93 39 39 has_versions = True 40 40 bulk_deletable = True 41 results_downloadable = True 41 42 supports_autocomplete = True 42 43 -
tailbone/views/categories.py
r9c5f3a3 r6397a93 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-202 1Lance Edgar5 # Copyright © 2010-2022 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 41 41 route_prefix = 'categories' 42 42 has_versions = True 43 results_downloadable _xlsx= True43 results_downloadable = True 44 44 45 45 grid_columns = [ -
tailbone/views/departments.py
r9c5f3a3 r6397a93 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-202 1Lance Edgar5 # Copyright © 2010-2022 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 44 44 touchable = True 45 45 has_versions = True 46 results_downloadable = True 46 47 supports_autocomplete = True 47 48 -
tailbone/views/families.py
r9c5f3a3 r6397a93 40 40 route_prefix = 'families' 41 41 has_versions = True 42 results_downloadable = True 42 43 grid_key = 'families' 43 44 -
tailbone/views/vendors/core.py
r9c5f3a3 r6397a93 44 44 has_versions = True 45 45 touchable = True 46 results_downloadable = True 46 47 supports_autocomplete = True 47 48 configurable = True
Note: See TracChangeset
for help on using the changeset viewer.