|
|
590580e20a
|
refactor: 移除 SKU 欄位,統一使用 code 作為商品代碼
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m22s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-02-09 11:15:52 +08:00 |
|
|
|
70f1709bd0
|
修正:單位管理中的代碼 (code) 無法儲存的問題
|
2026-02-06 14:33:32 +08:00 |
|
|
|
3fd333085b
|
feat: 實作 POS API 整合功能,包含商品與銷售訂單同步及韌性機制
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 57s
|
2026-02-06 11:56:29 +08:00 |
|
|
|
24aed44cd3
|
feat(product): 恢復並實作商品起停用狀態功能,包含表單開關與列表顯示
|
2026-02-05 16:15:06 +08:00 |
|
|
|
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 |
|
|
|
04f3891275
|
feat: 實作出貨單模組並暫時導向通用製作中頁面,同步優化盤點與調撥功能的活動日誌顯示
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m11s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-02-05 09:33:36 +08:00 |
|
|
|
4299e985e9
|
feat: 優化庫存調撥單操作紀錄與 UI 佈局
|
2026-02-04 17:51:29 +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 |
|
|
|
4ba85ce446
|
feat(production): 優化生產單 BOM 原物料選取邏輯,支援商品 -> 倉庫 -> 批號連動與 API 分佈查詢
|
2026-02-04 13:08:05 +08:00 |
|
|
|
27626e6aa8
|
feat(inventory): 商品管理新增儲位欄位
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 47s
|
2026-02-03 13:17:46 +08:00 |
|
|
|
0d720f3515
|
Refactor: Standardize Transfer Order Doc Numbering
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 57s
- Updated InventoryTransferOrder boot method to use sequential numbering (TRF+Ymd+Seq) matching InventoryAdjustDoc logic.
|
2026-01-29 16:48:01 +08:00 |
|
|
|
746eeb6f01
|
更新:優化配方詳情彈窗 UI 與一般修正
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 49s
|
2026-01-29 16:13:56 +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 |
|
|
|
95d8dc2e84
|
feat: 統一進貨單 UI、修復庫存異動紀錄與廠商詳情顯示報錯
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 51s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-27 17:23:31 +08:00 |
|
|
|
a7c445bd3f
|
fix: 修正部分進貨採購單更新失敗與狀態顯示問題
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 50s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-27 13:27:28 +08:00 |
|
|
|
293358df62
|
refactor(inventory): 重構倉庫管理邏輯,移除 is_sellable 欄位並改由類型判定可用庫存
|
2026-01-27 10:23:49 +08:00 |
|
|
|
9b0e3b4f6f
|
refactor(modular): 完成第三與第四階段深層掃描與 Model 清理
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m5s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-27 09:09:55 +08:00 |
|
|
|
ac6a81b3d2
|
feat: 倉庫業務屬性、庫存成本追蹤與採購單功能更新
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 58s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
1. 倉庫管理:新增業務類型 (Owned/External/Customer) 與車牌資訊與司機欄位。
2. 庫存管理:實作成本追蹤 (unit_cost, total_value),更新列表與撥補單顯示。
3. 採購單:新增採購日期 (order_date),調整欄位名稱與順序。
4. 前端優化:更新相關 TS Type 定義與 UI 顯示。
|
2026-01-26 17:27:34 +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 |
|