Commit Graph

161 Commits

Author SHA1 Message Date
DXC
663a4fc9ae feat(permission): add missing RBAC permission checks for unprotected pages 2026-03-25 10:13:33 +08:00
DXC
57bdb6273b refactor(stocktake): completely remove local stock cache and implement real-time remote scan match 2026-03-25 10:02:33 +08:00
DXC
bd20852739 refactor(stocktake): replace fetch-all with remote pagination/search and add permission checks 2026-03-25 09:51:28 +08:00
DXC
5fe645dc0b fix: resolve broken material select dropdown in service.vue 2026-03-23 15:06:51 +08:00
DXC
a522525ef4 perf: enforce server-side pagination for tables and audit infinite scroll logic for selects 2026-03-23 15:00:10 +08:00
DXC
08c921fe66 feat: standardize default page size to 20, add pagination to pick list, and fix table horizontal scrollbar visibility 2026-03-23 14:38:08 +08:00
DXC
2242aca6fe feat: implement user-specific column preferences and remove hardcoded defaults in inbound tables 2026-03-23 11:57:45 +08:00
DXC
ec5331ffb3 feat: fix table alignment in product view and implement self-service password update with role masking 2026-03-23 11:41:09 +08:00
DXC
f701ed7fc8 fix: disable clickable material name links for users without edit permissions across all inbound tables 2026-03-23 11:19:25 +08:00
DXC
d53362f06f feat: adjust page size, fix missing stock column, and implement smart SKU aggregation when SN is hidden 2026-03-23 11:13:43 +08:00
DXC
2574da03e5 fix: remove duplicate permissionMap declaration and eliminate infinite polling interval in stocktake page 2026-03-23 11:03:55 +08:00
DXC
6dfc540dc1 fix: enforce field-level permission checks for semi-finished and finished goods tables 2026-03-23 10:58:28 +08:00
DXC
7c9331d78a perf: implement optimistic UI for scanner, disable auto-camera, and sort excel by SKU 2026-03-23 09:51:59 +08:00
DXC
13e910645d fix: restore missing export to excel button and logic in blind stocktake page 2026-03-23 09:44:41 +08:00
DXC
d7df1dea57 fix: add write permission to QA buttons and decouple inbound/print quantities 2026-03-20 13:31:37 +08:00
DXC
53c198f363 feat: fix stocktake deletion bug, and add pagination, search, sorting to stocktake lists 2026-03-19 16:21:09 +08:00
DXC
5510bae3b2 fix: align API routes for generate-missing endpoint and remove redundant api prefix 2026-03-19 15:52:11 +08:00
DXC
5842042db6 refactor: merge end stocktake buttons and attach missing-calculation logic to the primary button 2026-03-19 15:44:05 +08:00
DXC
b37049a4d7 feat: add generate-missing logic to identify unscanned stock as inventory loss 2026-03-19 15:34:54 +08:00
DXC
6cc3d1b6e0 feat: upgrade adjustment workflow to require explicit inbound SKU or outbound tracking number and fix UTC timezone issue 2026-03-19 15:26:40 +08:00
DXC
ae63748060 feat: refactor stocktake import flow to use a preview-and-select dialog 2026-03-19 15:16:20 +08:00
DXC
05410b5b4d fix: correct StocktakeDraft import case and remove duplicate api prefix in frontend request urls 2026-03-19 15:00:19 +08:00
DXC
50cf63414f feat: fix 401 auth error and bridge stocktake discrepancies to adjustment module 2026-03-19 14:36:56 +08:00
DXC
5454947176 fix: correct user store import path in adjustment vue to fix vite build error 2026-03-19 14:27:09 +08:00
DXC
d8a57ab66e feat: initialize inventory profit and loss adjustment module 2026-03-19 12:06:32 +08:00
DXC
9d972f1120 fix: enforce strict SKU ascending sort and display both serial and batch numbers 2026-03-19 11:31:51 +08:00
DXC
2701e94d38 fix: merge serial number and batch number display in stocktake draft list 2026-03-19 11:21:48 +08:00
DXC
ae4b4d586e fix: add optional remark field to inventory profit/loss entry modal 2026-03-19 11:18:55 +08:00
DXC
44bd23ab77 feat: enhance stocktake UX with 10s delay, sku search, sku retention and remove adjust btn 2026-03-19 11:10:00 +08:00
DXC
e6dafc7775 feat: add global toast message on form validation failure for inbound operations 2026-03-18 17:25:14 +08:00
DXC
878d11af28 fix: reset stock quantity color and enforce location validation for all inbound operations 2026-03-18 17:04:23 +08:00
DXC
00781422eb fix: correct excel export formatting (timezone, spec, user, location) and add auto-polling for collaborative stocktake 2026-03-18 14:22:01 +08:00
DXC
ac15ef74db fix: resolve MaterialBase sku property error and add dynamic refresh after stock adjustment 2026-03-18 14:01:36 +08:00
DXC
33969b8336 fix: support stock adjustment for items without stocktake draft 2026-03-18 13:53:55 +08:00
DXC
e08012d9dd fix: add missing imports for openpyxl and patch draft resolution in stock adjustment 2026-03-18 13:24:16 +08:00
DXC
b19699cfba fix: use blob response for excel export auth and secure adjust route 2026-03-18 11:24:41 +08:00
DXC
54ea476206 refactor: unify variance calculation and implement backend Excel export with borrowed assets sheet 2026-03-18 11:10:54 +08:00
DXC
11f5a1f51e fix: patch validation bypass for mandatory inspection 2026-03-17 13:26:17 +08:00
DXC
c1c494893f feat: implement dynamic inspection requirement logic based on material master data 2026-03-17 11:56:04 +08:00
DXC
403bbe281f feat: persist stocktake phase in local storage for smart resumption routing 2026-03-13 13:14:49 +08:00
DXC
6dc1d69d7d refactor: redesign stocktake UI flow to support multi-day sessions and scanner resumption 2026-03-13 12:02:37 +08:00
DXC
a8f89517e7 refactor: optimize stocktake UI state machine and add confirmation dialogs 2026-03-13 11:53:11 +08:00
DXC
7b709db6af fix: resolve UI z-index blocking on finish button and hide variance report during active session 2026-03-13 11:27:32 +08:00
DXC
5212b98fc1 fix: add debug trace and robust UI unlocking to finish stocktake action 2026-03-13 11:11:34 +08:00
DXC
72d5a594cf fix: add UI state transition and error handling for finish stocktake action 2026-03-13 11:01:22 +08:00
DXC
13c7357b6f fix: resolve sqlalchemy f405 type casting error on stocktake query 2026-03-13 10:33:17 +08:00
DXC
f42f19f8e5 fix: support multiple copies printing natively in backend print service 2026-03-13 10:16:57 +08:00
DXC
3ba4e74a60 fix: support multiple copies printing natively in backend print service 2026-03-13 10:06:28 +08:00
DXC
7e23141870 refactor: redesign stocktake flow to require manual discrepancy audit and individual adjustments 2026-03-13 09:59:01 +08:00
DXC
9b290506da feat: lock dialog and disable close actions during image upload to prevent orphan files and state errors 2026-03-13 09:23:35 +08:00