star-cloud/app
sky121113 9bf670b951 fix: update low stock warning threshold to 20% of max_stock
1. 移除硬編碼的門檻值 5。
2. 改用 stock <= (max_stock * 0.2) 進行動態判斷。
3. 增加 max_stock > 0 過濾,避免空貨道產生錯誤警示。
2026-05-16 20:07:12 +08:00
..
Console [FEAT] 實作商品主檔 B012 Redis 快取機制 (Phase 1) 2026-05-13 18:51:35 +08:00
Exceptions first commit 2025-11-21 17:15:27 +08:00
Http fix: update low stock warning threshold to 20% of max_stock 2026-05-16 20:07:12 +08:00
Jobs fix: remove redundant 4-hour temperature fallback log to reduce noise 2026-05-16 16:49:38 +08:00
Listeners [FEAT] 實作角色權限分類、租戶角控管理與介面多語系優化 2026-03-17 16:53:28 +08:00
Models [FEAT] 實作機台智慧連線監控與儀表板告警同步優化 2026-05-14 16:20:59 +08:00
Policies/Machine [FEAT] 實作維修管理模組與 RBAC 權限整合、多語系支援及 UI 優化 2026-03-25 14:25:42 +08:00
Providers [FEAT] 實作維修管理模組與 RBAC 權限整合、多語系支援及 UI 優化 2026-03-25 14:25:42 +08:00
Services [REFACTOR] 修改員工識別卡匯入邏輯:改以員工編號作為比對基準 2026-05-14 14:33:07 +08:00
Traits [FEAT] 商品圖片尺寸標準化與自動裁切功能實作 2026-05-13 09:46:24 +08:00
View/Components first commit 2025-11-21 17:15:27 +08:00