feat(order): export order to custom csv file
add custom_csv_collection to orders helper add rute and controller method to orders controller add custom csv to download dropdown add functionality to choose column headers + order for custom csv and append order.sum gross&net to custom csv
This commit is contained in:
parent
6ce659e78a
commit
f38e2bff70
13 changed files with 111 additions and 17 deletions
|
|
@ -1475,6 +1475,9 @@ en:
|
|||
units_ordered: Units ordered
|
||||
create:
|
||||
notice: The order was created.
|
||||
custom_csv:
|
||||
description: Please choose the order as well as the attributes for the csv file
|
||||
column: column
|
||||
edit:
|
||||
title: 'Edit order: %{name}'
|
||||
edit_amount:
|
||||
|
|
@ -1628,6 +1631,7 @@ en:
|
|||
who_ordered: Who ordered?
|
||||
order_download_button:
|
||||
article_pdf: Article PDF
|
||||
custom_csv: Custom CSV
|
||||
download_file: Download file
|
||||
fax_csv: Fax CSV
|
||||
fax_pdf: Fax PDF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue