|
|
6ca0bafd60
|
[FEAT] 新增生產工單實際產量欄位與 UI 規範
- 新增 database/migrations/tenant 實際產量與耗損原因
- ProductionOrder API 狀態推進與實際產量計算
- 完工入庫新增實際產出數量原生數字輸入框 (step=1)
- Create.tsx 補上前端資料驗證與狀態保護
- 建立並更新 UI 數字輸入框設計規範
|
2026-03-10 15:32:52 +08:00 |
|
|
|
a987f4345e
|
[REFACTOR] 優化資料庫查詢效能:在多個 Service 與 Controller 中加入 select 欄位限制,並新增租戶資料表索引 Migration。
|
2026-03-09 14:59:37 +08:00 |
|
|
|
8e0252e8fc
|
[FEAT] 實作公共事業費附件上傳管理與更新 UI 協作規範防呆機制
ERP-Deploy-Demo / deploy-demo (push) Successful in 55s
|
2026-03-06 13:21:14 +08:00 |
|
|
|
07b7d9b327
|
[FEAT] 實作公共事業費逾期提醒、租戶自訂通知設定及發送測試信功能
ERP-Deploy-Demo / deploy-demo (push) Successful in 56s
|
2026-03-05 16:01:00 +08:00 |
|
|
|
58bd995cd8
|
feat: 新增採購統計分析功能並優化 API 文件顯示樣式
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m13s
ERP-Deploy-Production / deploy-production (push) Successful in 1m13s
- 在 RoleController 中新增 procurement_analysis 權限群組名稱
- 在 Procurement 模組中新增採購統計分析路由
- 在 PermissionSeeder 中新增 procurement_analysis.view 權限並分配給角色
- 在側邊欄「報表與分析」分組中新增「採購統計分析」項目
- 優化 API 文件視圖中的表格外觀樣式
|
2026-03-03 11:38:04 +08:00 |
|
|
|
f960aaaeb2
|
feat(Inventory): 實作批號溯源完整功能與 UI 呈現,包含文字敘述卡片與更完整的關聯屬性
|
2026-02-26 10:39:24 +08:00 |
|
|
|
63e4f88a14
|
優化門市叫貨流程:實作庫存預扣機制、鎖定自動產生的調撥單明細、修復自動販賣機貨道數量連動 Bug 及狀態同步問題
ERP-Deploy-Demo / deploy-demo (push) Successful in 56s
|
2026-02-25 17:32:28 +08:00 |
|
|
|
e3df090afd
|
feat: 統一各模組分頁組件佈局並新增系統設定功能相關檔案
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m5s
|
2026-02-25 16:16:49 +08:00 |
|
|
|
c4908533a8
|
feat(procurement): 實作採購退回單模組並修復商品選單報錯
ERP-Deploy-Demo / deploy-demo (push) Successful in 58s
|
2026-02-25 13:49:02 +08:00 |
|
|
|
e406ecd63d
|
feat: 實作應付帳款與銷售訂單權限管理與進貨單權限修正
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m17s
|
2026-02-24 17:29:09 +08:00 |
|
|
|
455f945296
|
feat: 完成進貨單自動拋轉應付帳款流程與AP介面優化
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m8s
1. 新增 AccountPayable (應付帳款) 模組,包含 Migration、Model、Service 與 Controller
2. 修改 GoodsReceipt (進貨單) 流程,在確認進貨時自動產生對應的應付帳款單 (AP-YYYYMMDD-XX)
3. 實作應付帳款詳細頁面 (Show.tsx),包含發票登記與標記付款功能
4. 修正應付帳款 Show 頁面的排版,將發票資訊套用標準的綠色背景區塊,並調整按鈕位置
5. 更新相關的 Service Provider 與 Routes
|
2026-02-24 16:46:55 +08:00 |
|
|
|
2f30a78118
|
feat(integration): 實作並測試 POS 與販賣機訂單同步 API
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 56s
主要變更:
- 實作 POS 與販賣機訂單同步邏輯,支援多租戶與 Sanctum 驗證。
- 修正多租戶識別中間件與 Sanctum 驗證順序問題。
- 切換快取驅動至 Redis 以支援 Tenancy 標籤功能。
- 新增商品同步 API (Upsert) 及相關單元測試。
- 新增手動測試腳本 tests/manual/test_integration_api.sh。
- 前端新增銷售訂單來源篩選與欄位顯示。
|
2026-02-23 13:27:12 +08:00 |
|
|
|
4fa87925a2
|
UI優化: 全系統狀態標籤 (StatusBadge) 統一化重構完成 (Phase 3 & 4)
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m8s
|
2026-02-13 13:16:05 +08:00 |
|
|
|
097708aab7
|
優化: 門市叫貨模組 UI 調整、權限標籤中文化及調撥單動態導覽
|
2026-02-13 10:39:10 +08:00 |
|
|
|
882091ce5f
|
feat(notification): 實作通知輪詢與優化顯示名稱
- 新增通知輪詢 API 與前端自動更新機制
- 修正生產工單單號格式為 PRO-YYYYMMDD-XX
- 確保通知顯示實際建立者名稱而非系統
|
2026-02-12 17:13:09 +08:00 |
|
|
|
5be4d49679
|
feat: 修正 BOM 單位顯示與完工入庫彈窗 UI 統一規範
|
2026-02-12 16:30:34 +08:00 |
|
|
|
593ce94734
|
修正庫存報表分頁參數衝突導致明細顯示為空的問題
|
2026-02-10 16:07:31 +08:00 |
|
|
|
613eb555ba
|
feat(inventory): 強化調撥單功能,支援販賣機貨道欄位、開放商品重複加入及優化過帳庫存檢核
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 59s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-02-09 16:52:35 +08:00 |
|
|
|
65eb1a1b64
|
feat: 實作銷售單匯入權限控管並全面精簡權限顯示名稱
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 59s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-02-09 15:04:08 +08:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
5e542752ba
|
feat(inventory): 販賣機視覺優化、修復匯入日期缺失與倉庫刪除權限錯誤
|
2026-02-09 10:19:46 +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 |
|
|
|
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 |
|
|
|
397a8a6484
|
fix(product): 設定 is_active 欄位預設為 true 並更新現有資料為啟用
|
2026-02-05 16:18:03 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
df3db38dd4
|
預設分類
|
2026-02-02 13:16: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 |
|
|
|
b1745555cc
|
feat(tenancy): 租戶初始化流程新增自動補全基本單位資料
|
2026-01-29 09:38:23 +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 |
|
|
|
852370cfe0
|
fix(db): add activity_log migrations to central database
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 49s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-28 14:10:53 +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 |
|
|
|
b0848a6bb8
|
chore: 完善模組化架構遷移與修復前端顯示錯誤
- 修正所有模組 Controller 的 Model 引用路徑 (App\Modules\...)
- 更新 ProductionOrder 與 ProductionOrderItem 模型結構以符合新版邏輯
- 修復 resources/js/utils/format.ts 在處理空值時導致 toLocaleString 崩潰的問題
- 清除全域路徑與 Controller 遷移殘留檔案
|
2026-01-26 10:37:47 +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 |
|
|
|
1ae21febb5
|
feat(生產/庫存): 實作生產管理模組與批號追溯功能
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 53s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-21 17:19:36 +08:00 |
|
|
|
b3299618ce
|
完善公共事業費用與會計報表權限設定
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 53s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
- 新增 utility_fees 與 accounting 相關權限至 PermissionSeeder
- 更新 RoleController 加入權限群組中文標題映射
- 為會計報表匯出功能加上權限保護
- 前端加入 Can 組件保護按鈕顯示
- 更新權限管理 Skill 文件,補充 UI 顯示設定步驟
|
2026-01-21 10:55:11 +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 |
|
|
|
23682b3ffe
|
新功能:為操作紀錄資料表新增效能索引
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m3s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-20 09:17:18 +08:00 |
|
|
|
0d7bb2758d
|
feat: 實作操作紀錄與商品分類單位異動紀錄 (Operation Logs for System, Products, Categories, Units)
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 58s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-16 17:36:37 +08:00 |
|