[wip] bugs to work out, but backend should support inventory

This commit is contained in:
2026-04-02 19:24:51 -04:00
parent 38f041d86f
commit 3be17fe84c
8 changed files with 240 additions and 100 deletions

View File

@@ -1028,7 +1028,7 @@ const totalGain = inventory.reduce((s, c) => s + gain(c) * c.qty, 0);
document.getElementById("catalogList")?.appendChild(li);
input.value = "";
bootstrap.Modal.getInstance(document.getElementById("newCatalogModal"))?.hide();
//bootstrap.Modal.getInstance(document.getElementById("newCatalogModal"))?.hide();
});
document.getElementById("csvFileInput")?.addEventListener("change", (e) => {