feat(ui): helpers pos-utils.js (barcode feedback, saved filters, resizable columns, density/touch toggles, notifications dropdown, ticket preview, image comparator, infinite scroll, sparklines) + inventory.html modals + pos-ui.css timeline & kanban

This commit is contained in:
2026-05-26 09:28:35 +00:00
parent 61bf84b2dc
commit 68d6f81671
4 changed files with 403 additions and 0 deletions

View File

@@ -250,6 +250,10 @@
});
}
inventoryVS.setData(items);
// Make columns resizable
if (typeof makeTableResizable === 'function') {
makeTableResizable('#stockTable');
}
// Pagination
var pg = data.pagination || {};