2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

Add extra BOM export format options

- Uses tablib (already used by django-import-export plugin)
- Needs cleanup but works well
- Problem exporting XLSX data (needs work!)
This commit is contained in:
Oliver Walters
2019-04-17 23:52:15 +10:00
parent d315b7c1d0
commit cb7e98aa1c
3 changed files with 14 additions and 74 deletions

View File

@ -6,6 +6,7 @@ django_filter>=1.0.2
django-simple-history>=1.8.2
coreapi>=2.3.0
pygments>=2.2.0
tablib>=0.13.0
django-crispy-forms>=1.7.2
django-import-export>=1.0.0
django-cleanup>=2.1.0