Report Print : ps

This commit is contained in:
VE10-Sanjeev 2023-12-20 19:28:40 +05:30
parent d5cb829eae
commit 3fc2fcc16d
3 changed files with 0 additions and 28 deletions

View File

@ -85,17 +85,6 @@ $(document).ready(function() {
"order": [[0, 'desc']],
"dom": 'Bfrtip',
buttons: [
{
extend: 'pdfHtml5',
text: 'PDF',
title: 'General Invoice Report',
customize: function(doc) {
// Exclude the first and last columns
doc.content[1].table.body.forEach(function(row) {
row.splice(0, 1); // Remove the first column
});
}
},
{
extend: 'print',
text: 'Print',

View File

@ -68,12 +68,6 @@ $(document).ready(function() {
// "order": [[0, 'desc']],
"dom": 'Bfrtip',
buttons: [
{
extend: 'pdfHtml5',
title: 'Itemwise Report',
text: 'PDF',
customize: function(doc) {}
},
{
extend: 'print',
title: 'Itemwise Report',

View File

@ -81,17 +81,6 @@ $(document).ready(function() {
"order": [[0, 'desc']],
"dom": 'Bfrtip',
buttons: [
{
extend: 'pdfHtml5',
title: 'Membership Invoice Report',
text: 'PDF',
customize: function(doc) {
// Exclude the first and last columns
doc.content[1].table.body.forEach(function(row) {
row.splice(0, 1); // Remove the first column
});
}
},
{
extend: 'print',
title: 'Membership Invoice Report',