|
|
b6fe9ad9f3
|
feat: 實作銷售單匯入管理、貨道扣庫優化及 UI 細節調整
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m8s
|
2026-02-09 14:36:47 +08:00 |
|
|
|
5e542752ba
|
feat(inventory): 販賣機視覺優化、修復匯入日期缺失與倉庫刪除權限錯誤
|
2026-02-09 10:19:46 +08:00 |
|
|
|
f22df90e01
|
fix(Inventory): 修復庫存列表批號欄位與新增庫存頁面儲位欄位遺失問題,並還原批號輸入佈局
|
2026-02-06 17:35:50 +08:00 |
|
|
|
e018b75783
|
feat(inventory): 開放倉庫編號編輯、優化調撥單條碼搜尋與庫存匯入範本雙分頁說明
|
2026-02-06 16:36:14 +08:00 |
|
|
|
6c259859cf
|
feat(procurement): 開放具核准權限人員可在「待核准」狀態下編輯採購單
|
2026-02-06 15:38:47 +08:00 |
|
|
|
6bfdd92347
|
feat(procurement): 統一採購單按鈕樣式與術語更名為「作廢」,並加強權限控管
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m28s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-02-06 15:32:12 +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 |
|
|
|
24aed44cd3
|
feat(product): 恢復並實作商品起停用狀態功能,包含表單開關與列表顯示
|
2026-02-05 16:15:06 +08:00 |
|
|
|
1d5bc68444
|
feat(product): 優化編輯後的跳轉邏輯,支援依來源回傳詳情頁或列表
|
2026-02-05 16:01:29 +08:00 |
|
|
|
075b9f1c98
|
feat(product): 新增商品詳情查看功能
|
2026-02-05 15:58:59 +08:00 |
|
|
|
49bb05d85a
|
style(warehouse): 根據使用者要求調整統計標籤文字
|
2026-02-05 15:54:24 +08:00 |
|
|
|
687af254bd
|
style(warehouse): 優化瑕疵倉顯示邏輯並簡化標籤為「過期統計」
|
2026-02-05 15:53:24 +08:00 |
|
|
|
a518d390bd
|
feat(inventory): 實作過期與瑕疵庫存總計顯示,並強化庫存明細過期提示
|
2026-02-05 15:50:14 +08:00 |
|
|
|
dada3a6512
|
feat(product): 商品代號加入隨機產生按鈕 (8碼大寫英數)
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 58s
|
2026-02-05 13:12:52 +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 |
|
|
|
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 |
|
|
|
a8b88b3375
|
feat(inventory): 實作盤點、盤調與調撥操作紀錄,並支援前端本地化顯示
|
2026-02-04 13:24:33 +08:00 |
|
|
|
95fdec8a06
|
feat(procurement): 修正採購單與進貨單日期標籤、狀態與操作紀錄本地化
|
2026-02-04 13:20:18 +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 |
|
|
|
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 |
|
|
|
0185843c62
|
style: 優化規格 Tooltip 支援多行換行顯示
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 49s
|
2026-02-02 17:29:58 +08:00 |
|
|
|
be5c121146
|
feat: 優化商品管理規格顯示與修復重複通知問題
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 47s
|
2026-02-02 17:24:49 +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 |
|
|
|
1748eb007e
|
feat(warehouse): 合併撥補單至調撥單流程並移除舊組件
|
2026-02-02 10:07:36 +08:00 |
|
|
|
313b95ceb9
|
fix(activity-log): 補足庫存對象 unit_cost 與 total_value 欄位翻譯
|
2026-02-02 09:37:27 +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 |
|
|
|
bb78a432f5
|
fix(product): 修復條碼掃描自動送出問題並優化手動輸入體驗
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m1s
|
2026-02-02 09:06:06 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
1d134c9ad8
|
生產工單BOM以及批號完善
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 57s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-22 15:39:35 +08:00 |
|
|
|
fc20c6d813
|
feat(商品): 調整商品代號顯示與會計報表樣式
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 54s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-21 16:30:50 +08:00 |
|
|
|
7eed761861
|
優化公共事業費操作紀錄與新增操作紀錄規範 Skill
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 54s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-21 11:46:16 +08:00 |
|
|
|
9a50bbf887
|
feat(accounting): 優化會計報表與公共事業費 UI,並統一全域日期處理格式
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m7s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-20 17:45:38 +08:00 |
|
|
|
89183ca124
|
feat: 實作使用者管理與公共事業費分頁標準化
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 50s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-20 15:53:15 +08:00 |
|
|
|
b2a63bd1ed
|
優化公共事業費:修正日期顯示、改善發票號碼輸入UX與調整介面欄位順序
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 44s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-20 13:02:05 +08:00 |
|
|
|
239e547a5d
|
修正日期時區偏移導致顯示少一天的問題
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 57s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-20 10:57:39 +08:00 |
|
|
|
c1d302f03e
|
更新 UI 一致性規範與公共事業費樣式
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 47s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-20 10:41:35 +08:00 |
|
|
|
32c2612a5f
|
feat(accounting): 實作公共事業費管理與會計支出報表功能
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 56s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-20 09:44:05 +08:00 |
|
|
|
7367577f6a
|
feat: 統一採購單與操作紀錄 UI、增強各模組操作紀錄功能
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 59s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
- 統一採購單篩選列與表單樣式 (移除舊元件、標準化 Input)
- 增強操作紀錄功能 (加入篩選、快照、詳細異動比對)
- 統一刪除確認視窗與按鈕樣式
- 修復庫存編輯頁面樣式
- 實作採購單品項異動紀錄
- 實作角色分配異動紀錄
- 擴充供應商與倉庫模組紀錄
|
2026-01-19 17:07:45 +08:00 |
|
|
|
f6167fdaec
|
fix(ui): 隱藏操作紀錄中的密碼並中文化帳號欄位
- 在 ActivityDetailDialog 中將 password 欄位顯示為 ******
- 將 username 欄位名稱從 Username 翻譯為 登入帳號
|
2026-01-19 16:01:27 +08:00 |
|