|
|
702af0a259
|
feat(inventory): 重構庫存盤點流程與優化操作日誌
1. 重構盤點流程:實作自動狀態轉換(盤點中/盤點完成)、整合按鈕為「儲存盤點結果」、更名 UI 狀態標籤。
2. 優化操作日誌:
- 實作全域 ID 轉名稱邏輯(倉庫、使用者)。
- 合併單次操作的日誌記錄,避免重複產生。
- 修復日誌產生過程中的 Collection 修改錯誤。
3. 修正 TypeScript lint 錯誤(Index, Show 頁面)。
|
2026-02-04 15:12:10 +08:00 |
|
|
|
95fdec8a06
|
feat(procurement): 修正採購單與進貨單日期標籤、狀態與操作紀錄本地化
|
2026-02-04 13:20:18 +08:00 |
|
|
|
bd999c7bb6
|
feat: 統一庫存管理分頁 UI 與寬度規範,並更新 SKILL 規範文件
|
2026-02-03 17:24:34 +08:00 |
|
|
|
a160e3f15f
|
fix: 修復 ProfileController 缺失的 Request 引用問題
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m2s
|
2026-02-03 13:05:47 +08:00 |
|
|
|
d671c08338
|
feat: 實作使用者啟停用功能與安全性強化
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m1s
- 新增使用者「啟用/停用」狀態切換功能 (含後端 API、權限控管、活動紀錄)
- 強化安全性:隱藏超級管理員角色的可見度與操作權限
- 更新開發規範:加入多租戶資料同步規範於 framework.md
- 前端優化:使用 Switch 元件進行狀態快速切換,調整表格欄位順序
|
2026-02-03 11:51:46 +08:00 |
|
|
|
46753cc3bc
|
fix(auth): 使用 Inertia::location 修復登入後重定向失敗問題
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 49s
|
2026-01-29 10:25:37 +08:00 |
|
|
|
8bc95db43d
|
fix(auth): 登出時強制清除 Session Cookie 以解決二次登入問題
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 47s
|
2026-01-29 10:08:57 +08:00 |
|
|
|
4c959efc8b
|
feat: 補齊生產管理與進貨單權限、功能實作及 UI 優化
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 50s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-27 17:40:56 +08:00 |
|
|
|
0e51992cb4
|
refactor(modular): 完成第二階段儀表板解耦與模型清理
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m1s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-27 08:59:45 +08:00 |
|
|
|
106de4e945
|
feat: 修正庫存與撥補單邏輯並整合文件
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 53s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
1. 修復倉庫統計數據加總與樣式。
2. 修正可用庫存計算邏輯(排除不可銷售倉庫)。
3. 撥補單商品列表加入批號與效期顯示。
4. 修正撥補單儲存邏輯以支援精確批號轉移。
5. 整合 FEATURES.md 至 README.md。
|
2026-01-26 14:59:24 +08:00 |
|
|
|
b0848a6bb8
|
chore: 完善模組化架構遷移與修復前端顯示錯誤
- 修正所有模組 Controller 的 Model 引用路徑 (App\Modules\...)
- 更新 ProductionOrder 與 ProductionOrderItem 模型結構以符合新版邏輯
- 修復 resources/js/utils/format.ts 在處理空值時導致 toLocaleString 崩潰的問題
- 清除全域路徑與 Controller 遷移殘留檔案
|
2026-01-26 10:37:47 +08:00 |
|