Commit Graph

  • fe0071d046 3.24部署版本 dxc 2026-04-02 17:59:25 +08:00
  • c57c84f142 fix(outbound): map warehouse location field correctly and implement natural sorting by location path for picking route optimization DXC 2026-04-02 17:54:09 +08:00
  • d0cac14a33 fix(outbound): fix row-key collision causing UI select-all bug and false duplicate warnings in stock selection DXC 2026-04-02 17:48:06 +08:00
  • b614a7c8f5 fix(warehouse): fix tree path generation logic and integrity error causing 500 in batch generation DXC 2026-04-02 11:05:41 +08:00
  • da0f94dfb3 style(warehouse): toggle bulk delete mode and fix batch generate modal layout DXC 2026-04-02 11:00:33 +08:00
  • e28326b2e4 feat(warehouse): implement bulk delete and multi-level rule-based batch generation for locations DXC 2026-04-02 10:55:17 +08:00
  • 84e615baf6 fix(warehouse): fix AttributeError by safely extracting existing attribute from SysWarehouseLocation DXC 2026-04-02 10:44:33 +08:00
  • 457e222632 fix(warehouse): fix 500 error on delete by extracting attributes before db commit DXC 2026-04-02 10:31:53 +08:00
  • 4b023a4002 fix(stocktake): auto-refresh inventory drafts silently after scanning to ensure real-time outer stats DXC 2026-03-27 09:23:10 +08:00
  • b2ce9d31f8 fix(stocktake): replace hardcoded 'admin' with actual current user in excel export DXC 2026-03-27 09:04:13 +08:00
  • b43edc9068 3.24部署版本 dxc 2026-03-27 08:59:56 +08:00
  • 8259a74c57 fix(stocktake): fetch inventory baseline immediately upon session start to show correct initial stats DXC 2026-03-27 08:56:43 +08:00
  • dc42335ae0 fix(stocktake): decouple global stats calculation from list filters and pagination DXC 2026-03-27 08:48:25 +08:00
  • f6b055d9c4 fix(stocktake): remove undeclared scannedMap and legacy cache references causing ReferenceError DXC 2026-03-26 17:58:18 +08:00
  • 8135a222f0 fix(stocktake): restore missing showConfirmDialog ref causing ReferenceError DXC 2026-03-26 17:49:55 +08:00
  • edb49468a0 fix(stocktake): remove duplicate stats declaration causing compiler error DXC 2026-03-26 17:47:40 +08:00
  • 2a27f2e0df feat(stocktake): implement strict blind stocktake logic with hidden system qty, editable count and status filters DXC 2026-03-26 17:42:51 +08:00
  • db0444cc13 fix(scrap): completely refactor scan API return dict with safe getattr to prevent attribute errors DXC 2026-03-26 17:20:43 +08:00
  • c8810891d8 fix(api): globally replace invalid material_base/material_name attributes with correct base relationship DXC 2026-03-26 17:14:26 +08:00
  • d58b002340 chore(api): expose real 500 error stack trace for scrap scan API DXC 2026-03-26 16:59:14 +08:00
  • 46dd8f1c3a fix(auth,audit): ensure display_name persists in token refresh and add fallback in audit log DXC 2026-03-25 11:16:13 +08:00
  • f9edb5f1f7 fix(api): fix AttributeError on inbound deletion by accessing base.name instead of material_name DXC 2026-03-25 11:02:32 +08:00
  • 7421ef3231 fix(api): expose real 500 error stack trace and fix missing func import DXC 2026-03-25 10:56:31 +08:00
  • ac7774e0e3 fix(api): gracefully handle integrity error on inbound record deletion DXC 2026-03-25 10:48:43 +08:00
  • a8119dd577 fix(permission): force inject view-level permission checks for all unprotected root nodes DXC 2026-03-25 10:21:28 +08:00
  • 663a4fc9ae feat(permission): add missing RBAC permission checks for unprotected pages DXC 2026-03-25 10:13:33 +08:00
  • 57bdb6273b refactor(stocktake): completely remove local stock cache and implement real-time remote scan match DXC 2026-03-25 10:02:33 +08:00
  • bd20852739 refactor(stocktake): replace fetch-all with remote pagination/search and add permission checks DXC 2026-03-25 09:51:28 +08:00
  • d5d12a8df5 3.24部署版本 dxc 2026-03-24 16:19:47 +08:00
  • cc9db0f552 3.24部署版本 dxc 2026-03-24 16:15:11 +08:00
  • 6f977a74c7 fix(bom): assign unique popper-class by index to fix child select infinite scroll DXC 2026-03-24 16:09:00 +08:00
  • 9d79a3cebb fix(bom): remove teleported false and use dynamic scroll listener to fix invisible dropdown in table DXC 2026-03-24 16:01:08 +08:00
  • 3017600a37 fix(bom): fix select infinite scroll by disabling teleport and returning correct total count DXC 2026-03-24 15:54:52 +08:00
  • f738b3b3af fix(api): correct specification field name in material search DXC 2026-03-24 15:49:54 +08:00
  • 321ef8c7bd feat(api): support pagination and keyword search for material base list DXC 2026-03-24 15:46:14 +08:00
  • b12a91a763 refactor(bom): optimize material select with remote search and pagination lazy loading DXC 2026-03-24 15:37:42 +08:00
  • 5fe645dc0b fix: resolve broken material select dropdown in service.vue DXC 2026-03-23 15:06:51 +08:00
  • a522525ef4 perf: enforce server-side pagination for tables and audit infinite scroll logic for selects DXC 2026-03-23 15:00:10 +08:00
  • 93dc375ba4 perf: replace client-side pagination with server-side pagination in stock selection dialog and fix duplicate variable in semi.vue DXC 2026-03-23 14:52:01 +08:00
  • 08c921fe66 feat: standardize default page size to 20, add pagination to pick list, and fix table horizontal scrollbar visibility DXC 2026-03-23 14:38:08 +08:00
  • c5974ff05c fix: relax permission requirement on stock list api to unblock outbound operations DXC 2026-03-23 14:22:52 +08:00
  • e1006f383a refactor: global import cleanup and stability fix for auth module DXC 2026-03-23 13:43:29 +08:00
  • 505b8e5a32 fix: add missing get_jwt import to resolve NameError in my-permissions API DXC 2026-03-23 13:41:13 +08:00
  • 0bdd4c068e fix: add missing db import to resolve NameError in password update API DXC 2026-03-23 13:38:18 +08:00
  • 61ec906cfb fix: resolve 500 error in password update API by aligning schema and fixing hash logic DXC 2026-03-23 13:32:53 +08:00
  • 2242aca6fe feat: implement user-specific column preferences and remove hardcoded defaults in inbound tables DXC 2026-03-23 11:57:45 +08:00
  • 719fe108ba feat: remove old password requirement, fix user info display, and add password change reminder on home page DXC 2026-03-23 11:52:30 +08:00
  • ec5331ffb3 feat: fix table alignment in product view and implement self-service password update with role masking DXC 2026-03-23 11:41:09 +08:00
  • f701ed7fc8 fix: disable clickable material name links for users without edit permissions across all inbound tables DXC 2026-03-23 11:19:25 +08:00
  • d53362f06f feat: adjust page size, fix missing stock column, and implement smart SKU aggregation when SN is hidden DXC 2026-03-23 11:13:43 +08:00
  • 2574da03e5 fix: remove duplicate permissionMap declaration and eliminate infinite polling interval in stocktake page DXC 2026-03-23 11:03:55 +08:00
  • 6dfc540dc1 fix: enforce field-level permission checks for semi-finished and finished goods tables DXC 2026-03-23 10:58:28 +08:00
  • 7c9331d78a perf: implement optimistic UI for scanner, disable auto-camera, and sort excel by SKU DXC 2026-03-23 09:51:59 +08:00
  • 13e910645d fix: restore missing export to excel button and logic in blind stocktake page DXC 2026-03-23 09:44:41 +08:00
  • 032479fe38 fix: capture and persist target object names for delete, outbound, and borrow operations in audit logs DXC 2026-03-20 15:47:13 +08:00
  • b08bbba718 fix: enforce Beijing Time (UTC+8) globally by replacing datetime.utcnow DXC 2026-03-20 15:23:20 +08:00
  • d7df1dea57 fix: add write permission to QA buttons and decouple inbound/print quantities DXC 2026-03-20 13:31:37 +08:00
  • b6e3ea76fa fix: filter out invisible menus and clean up ghost nodes in permission tree DXC 2026-03-20 13:12:16 +08:00
  • 6c20233d45 fix: handle int type for JWT expires configuration to prevent 500 error on login DXC 2026-03-20 10:43:29 +08:00
  • 71e5f075d2 feat: implement composite debounced search with prepended select and wipe out duplicate root permission nodes DXC 2026-03-20 10:26:45 +08:00
  • 3bb3975022 fix: use .c to access SQLAlchemy subquery columns correctly DXC 2026-03-20 10:15:11 +08:00
  • 34629b432a fix: correct SQLAlchemy join condition to resolve MaterialBase AttributeError DXC 2026-03-20 10:06:22 +08:00
  • 990399a408 feat: implement cross-table search and debounced dynamic search for borrow and return records DXC 2026-03-20 09:58:42 +08:00
  • 74089c7d7d fix: clean orphaned permission tree nodes and enhance outbound search with material name/spec model DXC 2026-03-20 09:53:32 +08:00
  • 6336432a5c refactor: restructure permission list to a tree format matching the sidebar navigation DXC 2026-03-20 09:42:14 +08:00
  • 1ad57da2a7 chore: remove legacy inventory stocktake menu and permission configs DXC 2026-03-20 09:34:36 +08:00
  • b375cbfe25 fix: add stocktake and adjustment modules to role permission assignment UI DXC 2026-03-20 09:31:33 +08:00
  • 4223a95f10 feat: generate permission sql for stocktake modules and implement single-device login restriction DXC 2026-03-20 09:11:54 +08:00
  • faea0379da refactor: replace transfer outbound type with production outbound across frontend and backend DXC 2026-03-19 17:13:24 +08:00
  • 29ab7432a3 修正,让调拨出库改为生产出库 dxc 2026-03-19 17:04:15 +08:00
  • c1c67ae4aa refactor: extract stocktake and adjustment routes into a standalone top-level menu category DXC 2026-03-19 16:27:33 +08:00
  • 53c198f363 feat: fix stocktake deletion bug, and add pagination, search, sorting to stocktake lists DXC 2026-03-19 16:21:09 +08:00
  • 5510bae3b2 fix: align API routes for generate-missing endpoint and remove redundant api prefix DXC 2026-03-19 15:52:11 +08:00
  • 5842042db6 refactor: merge end stocktake buttons and attach missing-calculation logic to the primary button DXC 2026-03-19 15:44:05 +08:00
  • fa8b113f9d fix: implement sequential order_no generation and enforce UTC+8 Beijing time for adjustments DXC 2026-03-19 15:42:36 +08:00
  • b37049a4d7 feat: add generate-missing logic to identify unscanned stock as inventory loss DXC 2026-03-19 15:34:54 +08:00
  • 6cc3d1b6e0 feat: upgrade adjustment workflow to require explicit inbound SKU or outbound tracking number and fix UTC timezone issue DXC 2026-03-19 15:26:40 +08:00
  • ae63748060 feat: refactor stocktake import flow to use a preview-and-select dialog DXC 2026-03-19 15:16:20 +08:00
  • 05410b5b4d fix: correct StocktakeDraft import case and remove duplicate api prefix in frontend request urls DXC 2026-03-19 15:00:19 +08:00
  • 50cf63414f feat: fix 401 auth error and bridge stocktake discrepancies to adjustment module DXC 2026-03-19 14:36:56 +08:00
  • 5454947176 fix: correct user store import path in adjustment vue to fix vite build error DXC 2026-03-19 14:27:09 +08:00
  • 09869667c8 fix: add extend_existing=True to StockAdjustment model to resolve MetaData conflict DXC 2026-03-19 14:25:43 +08:00
  • c55eed0d75 fix: remove duplicate StockAdjustment model from stocktake.py to fix SQLAlchemy MetaData conflict DXC 2026-03-19 14:20:27 +08:00
  • d8a57ab66e feat: initialize inventory profit and loss adjustment module DXC 2026-03-19 12:06:32 +08:00
  • 7a4717ce21 fix: restrict overdue warning color strictly to the countdown text and remove row-level style pollution DXC 2026-03-19 11:50:04 +08:00
  • 7867fc5e40 fix: resolve TypeError between float and Decimal in stocktake excel export DXC 2026-03-19 11:47:31 +08:00
  • 8db1015f99 fix: implement traffic-light color warning and correct ascending sort for overdue borrow records DXC 2026-03-19 11:45:27 +08:00
  • a32d4f6b65 fix: resolve 500 error on excel export by aligning headers and data row lengths for remark field DXC 2026-03-19 11:41:53 +08:00
  • b74464df6b feat: add descending sort by return date and color-coded warning for impending returns DXC 2026-03-19 11:40:38 +08:00
  • a19167e804 fix: add missing remark header to stocktake excel export DXC 2026-03-19 11:36:48 +08:00
  • 9d972f1120 fix: enforce strict SKU ascending sort and display both serial and batch numbers DXC 2026-03-19 11:31:51 +08:00
  • 0bc0908b9b fix: ensure remark field is properly parsed and saved to database during stocktake update DXC 2026-03-19 11:27:40 +08:00
  • 2701e94d38 fix: merge serial number and batch number display in stocktake draft list DXC 2026-03-19 11:21:48 +08:00
  • ae4b4d586e fix: add optional remark field to inventory profit/loss entry modal DXC 2026-03-19 11:18:55 +08:00
  • 44bd23ab77 feat: enhance stocktake UX with 10s delay, sku search, sku retention and remove adjust btn DXC 2026-03-19 11:10:00 +08:00
  • d1f54042bf 盘库修改 dxc 2026-03-19 11:03:15 +08:00
  • 83745caacc feat: create models and SQL schemas for stocktake remarks and inventory adjustments DXC 2026-03-19 10:56:40 +08:00
  • a32acad191 Merge remote-tracking branch 'origin/2.0权限管理' into 2.0权限管理 dxc 2026-03-19 10:50:47 +08:00
  • 6596ce2458 fix: move keyword search filter to outer query to fix outerjoin bypass bug in material list DXC 2026-03-19 10:42:40 +08:00
  • ebb7969807 fix: correct targeted search logic for material/stock list to prevent unrelated results DXC 2026-03-19 09:49:21 +08:00