|
@@ -433,6 +433,7 @@
|
|
|
text: '<i class="fa-solid fa-file-excel"></i>',
|
|
text: '<i class="fa-solid fa-file-excel"></i>',
|
|
|
action: newexportaction,
|
|
action: newexportaction,
|
|
|
title: date_export + 'Ricevute',
|
|
title: date_export + 'Ricevute',
|
|
|
|
|
+ filename: date_export + 'Ricevute',
|
|
|
exportOptions: {
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
columns: ":not(':last')"
|
|
|
}
|
|
}
|
|
@@ -442,6 +443,7 @@
|
|
|
text: '<i class="fa-solid fa-file-pdf"></i>',
|
|
text: '<i class="fa-solid fa-file-pdf"></i>',
|
|
|
action: newexportaction,
|
|
action: newexportaction,
|
|
|
title: date_export + 'Ricevute',
|
|
title: date_export + 'Ricevute',
|
|
|
|
|
+ filename: date_export + 'Ricevute',
|
|
|
exportOptions: {
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
columns: ":not(':last')"
|
|
|
}
|
|
}
|
|
@@ -451,6 +453,7 @@
|
|
|
text: '<i class="fa-solid fa-print"></i>',
|
|
text: '<i class="fa-solid fa-print"></i>',
|
|
|
action: newexportaction,
|
|
action: newexportaction,
|
|
|
title: date_export + 'Ricevute',
|
|
title: date_export + 'Ricevute',
|
|
|
|
|
+ filename: date_export + 'Ricevute',
|
|
|
exportOptions: {
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
columns: ":not(':last')"
|
|
|
}
|
|
}
|
|
@@ -459,6 +462,7 @@
|
|
|
text: '<i class="fa-solid fa-file-zipper"></i>',
|
|
text: '<i class="fa-solid fa-file-zipper"></i>',
|
|
|
titleAttr: 'Scarica ZIP PDF',
|
|
titleAttr: 'Scarica ZIP PDF',
|
|
|
title: date_export + 'Ricevute',
|
|
title: date_export + 'Ricevute',
|
|
|
|
|
+ filename: date_export + 'Ricevute',
|
|
|
action: function (e, dt, button, config) {
|
|
action: function (e, dt, button, config) {
|
|
|
const urlParams = new URLSearchParams({
|
|
const urlParams = new URLSearchParams({
|
|
|
filterStatus: $('.filterStatus').val() || '',
|
|
filterStatus: $('.filterStatus').val() || '',
|