|
|
@@ -3,7 +3,7 @@
|
|
|
<header id="title--section" style="display:none !important" class="d-flex align-items-center justify-content-between">
|
|
|
<div class="title--section_name d-flex align-items-center justify-content-between">
|
|
|
<i class="ico--ui title_section utenti me-2"></i>
|
|
|
- <h2 class="primary">@if(!$add && !$update)Tessere @else Inserimento/modifica tessera @endif</h2>
|
|
|
+ <h2 class="primary">@if(!$add && !$update)Tesseramenti @else Inserimento/modifica tessera @endif</h2>
|
|
|
</div>
|
|
|
|
|
|
@if(!$add && !$update)
|
|
|
@@ -231,7 +231,7 @@
|
|
|
|
|
|
function loadDataTable(){
|
|
|
let date = new Date();
|
|
|
- let date_export = `${date.getFullYear()}${date.getMonth()}${date.getDate()}_`;
|
|
|
+ let date_export = `${date.getFullYear()}${date.getMonth() + 1}${date.getDate()}_`;
|
|
|
|
|
|
if ( $.fn.DataTable.isDataTable('#tablesaw-350') ) {
|
|
|
$('#tablesaw-350').DataTable().destroy();
|
|
|
@@ -252,7 +252,7 @@
|
|
|
extend: 'excelHtml5',
|
|
|
text: '<i class="fa-solid fa-file-excel"></i>',
|
|
|
action: newexportaction,
|
|
|
- title: date_export + 'Tessere',
|
|
|
+ title: date_export + 'Tesseramenti',
|
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
|
}
|
|
|
@@ -261,7 +261,7 @@
|
|
|
extend: 'pdfHtml5',
|
|
|
text: '<i class="fa-solid fa-file-pdf"></i>',
|
|
|
action: newexportaction,
|
|
|
- title: date_export + 'Tessere',
|
|
|
+ title: date_export + 'Tesseramenti',
|
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
|
}
|
|
|
@@ -270,7 +270,7 @@
|
|
|
extend: 'print',
|
|
|
action: newexportaction,
|
|
|
text: '<i class="fa-solid fa-print"></i>',
|
|
|
- title: date_export + 'Tessere',
|
|
|
+ title: date_export + 'Tesseramenti',
|
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
|
}
|