|
|
3ce96537b3
|
feat: 標準化全系統數值輸入欄位與擴充商品價格功能
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m0s
1. UI 標準化:
- 針對全系統數值輸入欄位統一加上 step='any' 以支援小數點。
- 表格形式 (Table) 的數值輸入欄位統一加上 text-right 靠右對齊。
- 修正 Components 與 Pages 中所有涉及金額與數量的輸入框。
2. 功能擴充與修正:
- 擴充 Product 模型與相關 Dialog 以支援多種價格設定。
- 修正 Inventory/GoodsReceipt/Create.tsx 未使用的變數錯誤。
- 優化庫存相關頁面的 UI 一致性。
3. 其他:
- 更新相關的 Type 定義與 Controller 邏輯。
|
2026-02-05 11:45:08 +08:00 |
|
|
|
2eb136d280
|
feat(inventory): 完善庫存盤調更新與日誌邏輯,新增「無需盤調」狀態判定
1. 修正 AdjustDocController 缺失 update 方法導致的錯誤。
2. 修正 ActivityDetailDialog 前端 map 渲染 undefined 的 TypeError。
3. 優化盤調單「過帳」日誌,現在會同步包含當時的商品明細快照。
4. 實作盤點單「無需盤調」(no_adjust) 自動判定邏輯:
- 當盤點數量與庫存完全一致時,自動標記為 no_adjust 結案。
- 更新前端標籤樣式與操作按鈕對應邏輯。
- 限制 no_adjust 單據不可重複建立盤調單。
5. 統一盤點單與盤調單的日誌配置,優化 ID 轉名稱顯示。
|
2026-02-04 16:56:08 +08:00 |
|
|
|
702af0a259
|
feat(inventory): 重構庫存盤點流程與優化操作日誌
1. 重構盤點流程:實作自動狀態轉換(盤點中/盤點完成)、整合按鈕為「儲存盤點結果」、更名 UI 狀態標籤。
2. 優化操作日誌:
- 實作全域 ID 轉名稱邏輯(倉庫、使用者)。
- 合併單次操作的日誌記錄,避免重複產生。
- 修復日誌產生過程中的 Collection 修改錯誤。
3. 修正 TypeScript lint 錯誤(Index, Show 頁面)。
|
2026-02-04 15:12:10 +08:00 |
|
|
|
f4f597e96d
|
fix(inventory): 修復 Controller 語法錯誤並補齊操作記錄
|
2026-02-04 13:25:49 +08:00 |
|
|
|
a8b88b3375
|
feat(inventory): 實作盤點、盤調與調撥操作紀錄,並支援前端本地化顯示
|
2026-02-04 13:24:33 +08:00 |
|
|
|
bd999c7bb6
|
feat: 統一庫存管理分頁 UI 與寬度規範,並更新 SKILL 規範文件
|
2026-02-03 17:24:34 +08:00 |
|
|
|
56e30a85bb
|
refactor: changes to inventory status (approved/unapprove)
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m6s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-29 13:04:54 +08:00 |
|
|
|
1833ca192d
|
feat(inventory): 優化盤點顯示與權限設定
|
2026-01-29 09:36:07 +08:00 |
|
|
|
e5edad4fd0
|
style: 修正盤點與盤調畫面 Table Padding 並統一 UI 規範
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m4s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-28 18:04:45 +08:00 |
|