localize library cdn, remove approve button from transaction page, fix all fitur running datatable as well, fixing sortable datatable using new cdn, fix modal approve, add note to receiver mutations

This commit is contained in:
2025-06-16 15:01:08 +07:00
parent 9cfb566aee
commit 567e4aa5fc
45 changed files with 16202 additions and 365 deletions

16
resources/js/vendor.js Normal file
View File

@@ -0,0 +1,16 @@
// Import vendor libraries
import "datatables.net";
import "datatables.net-bs4";
import "datatables.net-fixedcolumns";
import "datatables.net-fixedcolumns-bs4";
import Swal from "sweetalert2";
import Chart from "chart.js/auto";
import ChartDataLabels from "chartjs-plugin-datalabels";
// Make libraries globally available
window.Swal = Swal;
window.Chart = Chart;
window.ChartDataLabels = ChartDataLabels;
// Register Chart.js plugin
Chart.register(ChartDataLabels);