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
|
|
@ -1011,6 +1011,9 @@ fr:
|
|||
units_ordered: Unités commandées
|
||||
create:
|
||||
notice: La commande a bien été définie.
|
||||
custom_csv:
|
||||
description: Veuillez choisir l'ordre des attributs ainsi que les attributs pour le fichier csv
|
||||
column: colonne
|
||||
edit:
|
||||
title: 'Modifier la commande: %{name}'
|
||||
edit_amount:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue