|
|
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 |
|
|
|
906b094c18
|
feat: [商品管理] 優化商品匯入邏輯,支援 13 碼條碼自動生成、Upsert 更新機制與 Excel 說明工作表
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m7s
|
2026-02-06 09:26:50 +08:00 |
|
|
|
e1aa452b3c
|
fix(product): 補回清單頁面的 is_active 資料回傳並修正表格 colSpan
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 50s
|
2026-02-05 16:19:13 +08:00 |
|
|
|
397a8a6484
|
fix(product): 設定 is_active 欄位預設為 true 並更新現有資料為啟用
|
2026-02-05 16:18:03 +08:00 |
|
|
|
24aed44cd3
|
feat(product): 恢復並實作商品起停用狀態功能,包含表單開關與列表顯示
|
2026-02-05 16:15:06 +08:00 |
|
|
|
196fec3120
|
feat(product): 修正控制器邏輯並徹底移除商品起停用開關,統一設為啟用
|
2026-02-05 16:13:24 +08:00 |
|
|
|
096a114457
|
feat(product): 移除商品起停用功能,後端預設所有商品為啟用狀態
|
2026-02-05 16:12:55 +08:00 |
|
|
|
1d5bc68444
|
feat(product): 優化編輯後的跳轉邏輯,支援依來源回傳詳情頁或列表
|
2026-02-05 16:01:29 +08:00 |
|
|
|
075b9f1c98
|
feat(product): 新增商品詳情查看功能
|
2026-02-05 15:58:59 +08:00 |
|
|
|
a518d390bd
|
feat(inventory): 實作過期與瑕疵庫存總計顯示,並強化庫存明細過期提示
|
2026-02-05 15:50:14 +08:00 |
|
|
|
ba3c10ac13
|
feat(warehouse): 庫存統計卡片加入總金額顯示 (可用/帳面)
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 48s
|
2026-02-05 13:18:22 +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 |
|
|
|
f4f597e96d
|
fix(inventory): 修復 Controller 語法錯誤並補齊操作記錄
|
2026-02-04 13:25:49 +08:00 |
|
|
|
a8b88b3375
|
feat(inventory): 實作盤點、盤調與調撥操作紀錄,並支援前端本地化顯示
|
2026-02-04 13:24:33 +08:00 |
|
|
|
95fdec8a06
|
feat(procurement): 修正採購單與進貨單日期標籤、狀態與操作紀錄本地化
|
2026-02-04 13:20:18 +08:00 |
|
|
|
4ba85ce446
|
feat(production): 優化生產單 BOM 原物料選取邏輯,支援商品 -> 倉庫 -> 批號連動與 API 分佈查詢
|
2026-02-04 13:08:05 +08:00 |
|
|
|
bd999c7bb6
|
feat: 統一庫存管理分頁 UI 與寬度規範,並更新 SKILL 規範文件
|
2026-02-03 17:24:34 +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 |
|
|
|
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 |
|
|
|
f87310e707
|
fix: 更新商品代號驗證規則為 2-8 碼
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 52s
1. ProductImport.php: 匯入規則調整
2. ProductController.php: 新增/編輯 API 規則調整
3. UI: 匯入與編輯視窗提示更新
|
2026-02-02 15:07:12 +08:00 |
|
|
|
6204f0d915
|
feat: 新增商品 Excel 匯入功能與修復 HTTPS 混合內容問題
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m4s
1. 新增商品 Excel 匯入功能 (ProductImport, Export Template)
2. 調整商品代號驗證規則為 1-5 碼 (Controller & Import)
3. 修正 HTTPS Mixed Content 問題 (AppServiceProvider)
|
2026-02-02 14:39:13 +08:00 |
|
|
|
75c634ffe4
|
fix(inventory): 修復倉庫低庫存警告計算與全站租戶名稱動態化
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 44s
|
2026-02-02 11:03:09 +08:00 |
|
|
|
5e897e4197
|
fix(inventory): 修復調撥單明細庫存顯示與統一過帳按鈕樣式
|
2026-02-02 09:34:24 +08:00 |
|
|
|
71458dd976
|
feat(inventory): 實作撥補單建立即自動過帳邏輯並修正參數對齊問題
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 53s
|
2026-02-02 09:27:02 +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 |
|
|
|
2efaded77b
|
統一庫存盤點與盤調 UI 及邏輯:修正狀態顯示、操作權限與列表樣式
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 50s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-29 13:41:31 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
ce0a7b3409
|
feat(procurement): 採購單號格式增加 PO 前綴
|
2026-01-27 10:05:46 +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 |
|
|
|
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 |
|
|
|
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 |
|