create stock and stock logs

This commit is contained in:
2025-06-10 18:38:06 +07:00
parent 1a2ddb59d4
commit 51079aa567
36 changed files with 1621 additions and 311 deletions

View File

@@ -1 +0,0 @@
document.addEventListener("DOMContentLoaded", function () {});

View File

@@ -1 +0,0 @@
document.addEventListener("DOMContentLoaded", function () {});

View File

@@ -109,10 +109,7 @@ $(document).on("click", ".btn-product-stock-dealers", function () {
},
columns: [
{ data: "dealer_name", name: "dealer_name" },
{ data: "system_stock", name: "system_stock" },
{ data: "physical_stock", name: "physical_stock" },
{ data: "difference", name: "difference" },
{ data: "opname_date", name: "opname_date" },
{ data: "quantity", name: "quantity" },
],
initComplete: function () {
$("#dealerStockModal").modal("show");