Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev

This commit is contained in:
VENKATESHWARAN 2025-11-12 10:15:08 +05:30
commit 8e67f68dce
24 changed files with 27 additions and 5 deletions

View File

@ -935,6 +935,7 @@ table.dataTable tbody td {
}, },
{ {
extend: 'excel', extend: 'excel',
sheetName: 'Users',
text: '<i class="mdi mdi-file-excel"></i><span class="btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel"></i><span class="btn-custom"> EXCEL </span>',
exportOptions: { orthogonal: 'sort' }, exportOptions: { orthogonal: 'sort' },
className: 'app-btn-primary', className: 'app-btn-primary',

View File

@ -107,6 +107,7 @@
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
title: 'BDS TAT BAND WISE DATA', title: 'BDS TAT BAND WISE DATA',
sheetName: 'BDS TAT BAND WISE DATA',
}, },
] ]
} }

View File

@ -134,6 +134,7 @@ $(document).ready(function() {
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
title: 'Renewal-List', title: 'Renewal-List',
sheetName: 'Renewal-List',
exportOptions: { exportOptions: {
orthogonal: 'sort' orthogonal: 'sort'
}, },

View File

@ -94,6 +94,7 @@ table.dataTable tbody td {
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
title: 'Insurer-Wise-Report-List', title: 'Insurer-Wise-Report-List',
sheetName: 'Insurer-Wise-Report-List',
exportOptions: { exportOptions: {
orthogonal: 'sort' orthogonal: 'sort'
}, },

View File

@ -100,6 +100,7 @@ table.dataTable tbody td {
}, },
className: 'app-btn-primary ', className: 'app-btn-primary ',
title: 'Bap-Wise-Report-List', title: 'Bap-Wise-Report-List',
sheetName: 'Bap-Wise-Report-List',
footer: true footer: true
} }
] ]

View File

@ -123,6 +123,7 @@
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
title: 'BDS TAT BAND WISE DATA', title: 'BDS TAT BAND WISE DATA',
sheetName: 'BDS TAT BAND WISE DATA',
className: 'app-btn-primary ', className: 'app-btn-primary ',
} }
] ]

View File

@ -243,6 +243,7 @@ table.dataTable thead th {
{ {
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
sheetName: 'CD-Master-List',
exportOptions: { exportOptions: {
orthogonal: 'sort' orthogonal: 'sort'
}, },

View File

@ -94,7 +94,7 @@
className: 'btn app-btn-secondary ', className: 'btn app-btn-secondary ',
buttons: [ buttons: [
{ extend: 'csv', text: '<i class="mdi mdi-file-delimited " ></i><span class=" btn-custom"> CSV </span>', title: 'Insurer-Wise-Report-List', className: 'app-btn-primary ' }, { extend: 'csv', text: '<i class="mdi mdi-file-delimited " ></i><span class=" btn-custom"> CSV </span>', title: 'Insurer-Wise-Report-List', className: 'app-btn-primary ' },
{ extend: 'excel', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', title: 'Insurer-Wise-Report-List', className: 'app-btn-primary ', exportOptions: { orthogonal: 'sort' } } { extend: 'excel', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', title: 'Insurer-Wise-Report-List', className: 'app-btn-primary ', sheetName: 'Insurer-Wise-Report-List', exportOptions: { orthogonal: 'sort' } }
], ],
} }
], ],

View File

@ -92,7 +92,7 @@
className: 'btn app-btn-secondary ', className: 'btn app-btn-secondary ',
buttons: [ buttons: [
{ extend: 'csv', text: '<i class="mdi mdi-file-delimited " ></i><span class=" btn-custom"> CSV </span>', title: 'Insurer-Wise-Report-List',className: 'app-btn-primary ' }, { extend: 'csv', text: '<i class="mdi mdi-file-delimited " ></i><span class=" btn-custom"> CSV </span>', title: 'Insurer-Wise-Report-List',className: 'app-btn-primary ' },
{ extend: 'excel', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', title: 'Insurer-Wise-Report-List',className: 'app-btn-primary ', exportOptions: { orthogonal: 'sort' } } { extend: 'excel', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', title: 'Insurer-Wise-Report-List',className: 'app-btn-primary ', sheetName: 'Insurer-Wise-Report-List', exportOptions: { orthogonal: 'sort' } }
] ]
} }
], ],

View File

@ -354,13 +354,14 @@
extend: 'csv', extend: 'csv',
text: '<i class="mdi mdi-file-delimited " ></i><span class=" btn-custom"> CSV </span>', text: '<i class="mdi mdi-file-delimited " ></i><span class=" btn-custom"> CSV </span>',
className: 'app-btn-primary ', className: 'app-btn-primary ',
title: 'Member-List', title: 'Members',
}, },
{ {
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
className: 'app-btn-primary ', className: 'app-btn-primary ',
title: 'Member-List', title: 'Members',
sheetName: 'Members'
} }
] ]
} }

View File

@ -620,6 +620,7 @@
orthogonal: 'sort' orthogonal: 'sort'
}, },
className: 'app-btn-primary ', className: 'app-btn-primary ',
sheetName: 'Endorsements'
} }
] ]
} }

View File

@ -226,6 +226,7 @@ $(document).ready(function() {
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
title: 'IRDA-BAP-CLIENT-List', title: 'IRDA-BAP-CLIENT-List',
sheetName: 'IRDA-BAP-CLIENT-List',
exportOptions: { exportOptions: {
orthogonal: 'sort' orthogonal: 'sort'
}, },

View File

@ -314,6 +314,7 @@ $(document).ready(function() {
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
className: 'app-btn-primary ', className: 'app-btn-primary ',
title: 'IRDA-BAP-INSURER-List', title: 'IRDA-BAP-INSURER-List',
sheetName: 'IRDA-BAP-INSURER-List',
customize: function(xlsx) { customize: function(xlsx) {
var sheet = xlsx.xl.worksheets['sheet1.xml']; var sheet = xlsx.xl.worksheets['sheet1.xml'];
var total = 0; var total = 0;

View File

@ -147,6 +147,7 @@ $(document).ready(function() {
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
title: 'IRDA-BAP-CLIENT-List', title: 'IRDA-BAP-CLIENT-List',
sheetName: 'IRDA-BAP-CLIENT-List',
className: 'app-btn-primary ', className: 'app-btn-primary ',
customize: function(xlsx) { customize: function(xlsx) {
var sheet = xlsx.xl.worksheets['sheet1.xml']; var sheet = xlsx.xl.worksheets['sheet1.xml'];

View File

@ -194,6 +194,7 @@
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
title: 'Outstanding Report', title: 'Outstanding Report',
sheetName: 'Outstanding Report',
customize: function(xlsx) { customize: function(xlsx) {
var sheet = xlsx.xl.worksheets['sheet1.xml']; var sheet = xlsx.xl.worksheets['sheet1.xml'];
var total = 0; var total = 0;

View File

@ -342,6 +342,7 @@ $(document).ready(function() {
{ {
extend: 'excel', extend: 'excel',
title: 'Policy-Tranction-BDS-List', title: 'Policy-Tranction-BDS-List',
sheetName: 'Policy-Tranction-BDS-List',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
className: 'app-btn-primary ', className: 'app-btn-primary ',
// customize: function (xlsx) { // customize: function (xlsx) {

View File

@ -385,6 +385,7 @@
{ {
extend: 'excel', extend: 'excel',
title: 'Policy-Tranction-BDS-List', title: 'Policy-Tranction-BDS-List',
sheetName: 'Policy-Tranction-BDS-List',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
className: 'app-btn-primary ', className: 'app-btn-primary ',
// customize: function (xlsx) { // customize: function (xlsx) {

View File

@ -128,6 +128,7 @@
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
className: 'app-btn-primary ', className: 'app-btn-primary ',
title: 'TAT BAND WISE DATA', title: 'TAT BAND WISE DATA',
sheetName: 'TAT BAND WISE DATA',
} }
] ]
} }

View File

@ -350,6 +350,7 @@ table.dataTable tbody td {
}, },
className: 'app-btn-primary ', className: 'app-btn-primary ',
title: 'Tickets' title: 'Tickets'
sheetName: 'Tickets',
} }
] ]
} }

View File

@ -131,6 +131,7 @@ $(document).ready(function() {
orthogonal: 'sort' orthogonal: 'sort'
}, },
title: 'claim-List', title: 'claim-List',
sheetName: 'claim-List',
className: 'app-btn-primary ', className: 'app-btn-primary ',
} }
] ]

View File

@ -315,6 +315,7 @@ $(document).ready(function() {
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
title: 'claim-List', title: 'claim-List',
sheetName: 'claim-List',
exportOptions: { exportOptions: {
orthogonal: 'sort' orthogonal: 'sort'
}, },

View File

@ -237,6 +237,7 @@
extend: 'excel', extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
title: 'Variance-Report-List', title: 'Variance-Report-List',
sheetName: 'Variance-Report-List', // Sheet name
customize: function(xlsx) { customize: function(xlsx) {
var sheet = xlsx.xl.worksheets['sheet1.xml']; var sheet = xlsx.xl.worksheets['sheet1.xml'];
var total = 0; var total = 0;

View File

@ -499,6 +499,7 @@ $(document).ready(function() {
}, },
{ {
extend: 'excel', extend: 'excel',
sheetName: 'Vehicle-Master',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
exportOptions: { exportOptions: {
orthogonal: 'sort' orthogonal: 'sort'

View File

@ -845,6 +845,7 @@
text: '<i class="mdi mdi-file-excel"></i><span class="btn-custom"> EXCEL </span>', text: '<i class="mdi mdi-file-excel"></i><span class="btn-custom"> EXCEL </span>',
exportOptions: { orthogonal: 'sort' }, exportOptions: { orthogonal: 'sort' },
className: 'app-btn-primary', className: 'app-btn-primary',
sheetName: 'Vehicle-Type',
exportOptions: { exportOptions: {
columns: ':not(:last-child)' columns: ':not(:last-child)'
} }