create new menu histori stock audit

This commit is contained in:
2025-06-16 17:27:59 +07:00
parent 567e4aa5fc
commit aa233eb793
13 changed files with 1264 additions and 1 deletions

View File

@@ -42,6 +42,10 @@ mix.js("resources/js/app.js", "public/js")
"resources/js/warehouse_management/mutations/create.js",
"public/js/warehouse_management/mutations"
)
.js(
"resources/js/warehouse_management/stock_audit/index.js",
"public/js/warehouse_management/stock_audit"
)
// Copy vendor libraries from node_modules
.copy(
"node_modules/datatables.net/js/jquery.dataTables.min.js",