Add multi-sheet export for invoices

This commit is contained in:
Raphael Michel
2019-02-01 16:45:48 +01:00
parent 6f980b82ac
commit 13cc57e98b
2 changed files with 180 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ class MultiSheetListExporter(ListExporter):
@property
def export_form_fields(self) -> dict:
choices = [
('xlsx', _('Excel (.xlsx)')),
('xlsx', _('Combined Excel (.xlsx)')),
]
for s, l in self.sheets:
choices += [