Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
8e67f68dce
@ -935,6 +935,7 @@ table.dataTable tbody td {
|
||||
},
|
||||
{
|
||||
extend: 'excel',
|
||||
sheetName: 'Users',
|
||||
text: '<i class="mdi mdi-file-excel"></i><span class="btn-custom"> EXCEL </span>',
|
||||
exportOptions: { orthogonal: 'sort' },
|
||||
className: 'app-btn-primary',
|
||||
|
||||
@ -107,6 +107,7 @@
|
||||
extend: 'excel',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
title: 'BDS TAT BAND WISE DATA',
|
||||
sheetName: 'BDS TAT BAND WISE DATA',
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
@ -134,6 +134,7 @@ $(document).ready(function() {
|
||||
extend: 'excel',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
title: 'Renewal-List',
|
||||
sheetName: 'Renewal-List',
|
||||
exportOptions: {
|
||||
orthogonal: 'sort'
|
||||
},
|
||||
|
||||
@ -94,6 +94,7 @@ table.dataTable tbody td {
|
||||
extend: 'excel',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
title: 'Insurer-Wise-Report-List',
|
||||
sheetName: 'Insurer-Wise-Report-List',
|
||||
exportOptions: {
|
||||
orthogonal: 'sort'
|
||||
},
|
||||
|
||||
@ -100,6 +100,7 @@ table.dataTable tbody td {
|
||||
},
|
||||
className: 'app-btn-primary ',
|
||||
title: 'Bap-Wise-Report-List',
|
||||
sheetName: 'Bap-Wise-Report-List',
|
||||
footer: true
|
||||
}
|
||||
]
|
||||
|
||||
@ -123,6 +123,7 @@
|
||||
extend: 'excel',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
title: 'BDS TAT BAND WISE DATA',
|
||||
sheetName: 'BDS TAT BAND WISE DATA',
|
||||
className: 'app-btn-primary ',
|
||||
}
|
||||
]
|
||||
|
||||
@ -243,6 +243,7 @@ table.dataTable thead th {
|
||||
{
|
||||
extend: 'excel',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
sheetName: 'CD-Master-List',
|
||||
exportOptions: {
|
||||
orthogonal: 'sort'
|
||||
},
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
className: 'btn app-btn-secondary ',
|
||||
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: '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' } }
|
||||
],
|
||||
}
|
||||
],
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
className: 'btn app-btn-secondary ',
|
||||
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: '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' } }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@ -354,13 +354,14 @@
|
||||
extend: 'csv',
|
||||
text: '<i class="mdi mdi-file-delimited " ></i><span class=" btn-custom"> CSV </span>',
|
||||
className: 'app-btn-primary ',
|
||||
title: 'Member-List',
|
||||
title: 'Members',
|
||||
},
|
||||
{
|
||||
extend: 'excel',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
className: 'app-btn-primary ',
|
||||
title: 'Member-List',
|
||||
title: 'Members',
|
||||
sheetName: 'Members'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -620,6 +620,7 @@
|
||||
orthogonal: 'sort'
|
||||
},
|
||||
className: 'app-btn-primary ',
|
||||
sheetName: 'Endorsements'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -226,6 +226,7 @@ $(document).ready(function() {
|
||||
extend: 'excel',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
title: 'IRDA-BAP-CLIENT-List',
|
||||
sheetName: 'IRDA-BAP-CLIENT-List',
|
||||
exportOptions: {
|
||||
orthogonal: 'sort'
|
||||
},
|
||||
|
||||
@ -314,6 +314,7 @@ $(document).ready(function() {
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
className: 'app-btn-primary ',
|
||||
title: 'IRDA-BAP-INSURER-List',
|
||||
sheetName: 'IRDA-BAP-INSURER-List',
|
||||
customize: function(xlsx) {
|
||||
var sheet = xlsx.xl.worksheets['sheet1.xml'];
|
||||
var total = 0;
|
||||
|
||||
@ -147,6 +147,7 @@ $(document).ready(function() {
|
||||
extend: 'excel',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
title: 'IRDA-BAP-CLIENT-List',
|
||||
sheetName: 'IRDA-BAP-CLIENT-List',
|
||||
className: 'app-btn-primary ',
|
||||
customize: function(xlsx) {
|
||||
var sheet = xlsx.xl.worksheets['sheet1.xml'];
|
||||
|
||||
@ -194,6 +194,7 @@
|
||||
extend: 'excel',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
title: 'Outstanding Report',
|
||||
sheetName: 'Outstanding Report',
|
||||
customize: function(xlsx) {
|
||||
var sheet = xlsx.xl.worksheets['sheet1.xml'];
|
||||
var total = 0;
|
||||
|
||||
@ -342,6 +342,7 @@ $(document).ready(function() {
|
||||
{
|
||||
extend: 'excel',
|
||||
title: 'Policy-Tranction-BDS-List',
|
||||
sheetName: 'Policy-Tranction-BDS-List',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
className: 'app-btn-primary ',
|
||||
// customize: function (xlsx) {
|
||||
|
||||
@ -385,6 +385,7 @@
|
||||
{
|
||||
extend: 'excel',
|
||||
title: 'Policy-Tranction-BDS-List',
|
||||
sheetName: 'Policy-Tranction-BDS-List',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
className: 'app-btn-primary ',
|
||||
// customize: function (xlsx) {
|
||||
|
||||
@ -128,6 +128,7 @@
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
className: 'app-btn-primary ',
|
||||
title: 'TAT BAND WISE DATA',
|
||||
sheetName: 'TAT BAND WISE DATA',
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -350,6 +350,7 @@ table.dataTable tbody td {
|
||||
},
|
||||
className: 'app-btn-primary ',
|
||||
title: 'Tickets'
|
||||
sheetName: 'Tickets',
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -131,6 +131,7 @@ $(document).ready(function() {
|
||||
orthogonal: 'sort'
|
||||
},
|
||||
title: 'claim-List',
|
||||
sheetName: 'claim-List',
|
||||
className: 'app-btn-primary ',
|
||||
}
|
||||
]
|
||||
|
||||
@ -315,6 +315,7 @@ $(document).ready(function() {
|
||||
extend: 'excel',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
title: 'claim-List',
|
||||
sheetName: 'claim-List',
|
||||
exportOptions: {
|
||||
orthogonal: 'sort'
|
||||
},
|
||||
|
||||
@ -236,7 +236,8 @@
|
||||
{
|
||||
extend: 'excel',
|
||||
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) {
|
||||
var sheet = xlsx.xl.worksheets['sheet1.xml'];
|
||||
var total = 0;
|
||||
|
||||
@ -499,6 +499,7 @@ $(document).ready(function() {
|
||||
},
|
||||
{
|
||||
extend: 'excel',
|
||||
sheetName: 'Vehicle-Master',
|
||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||
exportOptions: {
|
||||
orthogonal: 'sort'
|
||||
|
||||
@ -845,6 +845,7 @@
|
||||
text: '<i class="mdi mdi-file-excel"></i><span class="btn-custom"> EXCEL </span>',
|
||||
exportOptions: { orthogonal: 'sort' },
|
||||
className: 'app-btn-primary',
|
||||
sheetName: 'Vehicle-Type',
|
||||
exportOptions: {
|
||||
columns: ':not(:last-child)'
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user