diff --git a/app/Views/Report_Material_Master_ReceiptValue.php b/app/Views/Report_Material_Master_ReceiptValue.php index af89330c..013cadba 100755 --- a/app/Views/Report_Material_Master_ReceiptValue.php +++ b/app/Views/Report_Material_Master_ReceiptValue.php @@ -43,7 +43,7 @@
-
"> + ">
@@ -118,7 +118,7 @@
- +
diff --git a/app/Views/Report_consolidate_inward.php b/app/Views/Report_consolidate_inward.php index c25c141d..61bb1751 100755 --- a/app/Views/Report_consolidate_inward.php +++ b/app/Views/Report_consolidate_inward.php @@ -140,7 +140,7 @@ $qtot = 0; ?>
- +
@@ -384,7 +384,7 @@ $qtot = 0; ?>
Supplier Name
+
@@ -668,6 +668,28 @@ $qtot = 0; ?> } } }); + var table = $('#cd').DataTable({ + dom: 'Blfrtip', + buttons: [ + { + extend: 'excel', + text: 'Excel', + } + ], + paging: true, // Enable pagination + searching: true, // Disable search + ordering: false, // Disable column sorting + info: false, // Disable table information + lengthChange: false, // Disable page length options + pageLength: 10, // Default rows per page + responsive: true, // Keep responsive design + language: { + paginate: { + next: '', // Next button icon + previous: '' // Previous button icon + } + } + }); });
Supplier Name