|
|
62dcf04e95
|
refactor: 調整倉庫自動建立機制,統一使用門市倉類型 (retail)
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 54s
|
2026-02-23 13:49:36 +08:00 |
|
|
|
6dd3396fb7
|
fix: 修正 WarehouseType Enum 缺失 system_sales 導致正式機 500 錯誤
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 55s
|
2026-02-23 13:43:31 +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 |
|
|
|
904132e460
|
feat(integration): 擴充產品同步 API 欄位與驗證強化
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m14s
1. ProductSync API 新增防護機制,為既有欄位加上字串長度與金額上限限制
2. 開放並接收 ERP Product Model 實用欄位(品牌、規格、成本價、會員價、批發價)
3. 更新 ProductService 寫入邏輯以支援新增的可選欄位
4. 同步更新 api-integration.md 手冊,加入新欄位說明與 JSON 範例
|
2026-02-23 11:02:25 +08:00 |
|
|
|
a05acd96dc
|
feat(integration): 完善外部 API 對接邏輯與安全性
1. 新增 API Rate Limiting (每分鐘 60 次)
2. 實作 ProductServiceInterface 與 findOrCreateWarehouseByName 解決跨模組耦合問題
3. 強化 OrderSync API 驗證 (price 欄位限制最小 0、payment_method 加上允許白名單)
4. 實作 OrderSync API 冪等性處理,重複訂單直接回傳現有資訊
5. 修正 ProductSync API 同步邏輯,每次同步皆會更新產品分類與單位
6. 完善 integration API 對接手冊內容與 UI 排版
|
2026-02-23 10:10:03 +08:00 |
|
|
|
29cdf37b71
|
style: 簡化操作手冊標題為『操作指南』
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 56s
|
2026-02-13 16:04:04 +08:00 |
|
|
|
d7d1be81a9
|
style: 強化操作手冊排版樣式鎖定,確保間距維持極簡緊湊
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m2s
|
2026-02-13 16:02:03 +08:00 |
|
|
|
227cfec0d2
|
style: 大幅壓縮操作手冊內容間距,提升資訊密度
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Has been cancelled
|
2026-02-13 16:01:16 +08:00 |
|
|
|
034a21cd31
|
style: 優化操作手冊排版間距,使其更緊湊
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Has been cancelled
|
2026-02-13 16:00:55 +08:00 |
|
|
|
6358e23816
|
fix: 修正操作手冊捲軸行為與容器高度
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 55s
|
2026-02-13 15:59:26 +08:00 |
|
|
|
ac149533f0
|
fix: 簡化 prose 類別以解決 Tailwind v4 排版失效問題
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m3s
|
2026-02-13 15:57:56 +08:00 |
|
|
|
b20a47f710
|
style: 優化操作手冊 Markdown 排版與 UI 佈局
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Has been cancelled
|
2026-02-13 15:57:23 +08:00 |
|
|
|
d017d7e5e0
|
fix: 修正操作手冊選單顯示邏輯並強化內容
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 54s
|
2026-02-13 15:55:56 +08:00 |
|
|
|
8207e6fe94
|
docs: 撰寫操作手冊正式內容 (新手上路、採購、庫存、FAQ)
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 56s
|
2026-02-13 15:54:37 +08:00 |
|
|
|
e6cf03b991
|
feat: 實作系統操作手冊模組 (Markdown 渲染與導覽)
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 54s
|
2026-02-13 15:51:51 +08:00 |
|
|
|
8ef82d49cb
|
feat(inventory): 新增庫存分析模組
- 實作 InventoryAnalysisController 與 TurnoverService
- 新增庫存分析前端頁面 (Inventory/Analysis/Index.tsx)
- 整合路由與選單
- 統一分頁邏輯與狀態顯示
- 更新 UI Consistency Skill 文件
|
2026-02-13 15:43:12 +08:00 |
|
|
|
bb2cf77ccb
|
fix: 修正 deploy.yaml 重複定義錯誤並優化版本號注入腳本
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m6s
|
2026-02-13 15:05:08 +08:00 |
|
|
|
d543e6e810
|
docs: 稍微調整 README.md 結尾格式
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 56s
|
2026-02-13 15:03:44 +08:00 |
|
|
|
64e039cc71
|
fix: 改用 YAML 模板變數直接注入 github.sha 以修復版本號為空的問題
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 53s
|
2026-02-13 15:02:12 +08:00 |
|
|
|
cce8dd3c8b
|
fix: 修正部署工作流中的版本號變數名稱與計算方式
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m2s
|
2026-02-13 14:59:43 +08:00 |
|
|
|
6a0f57c86c
|
fix: 重新格式化 deploy-demo 任務以修正 YAML 語法錯誤
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 24s
|
2026-02-13 14:58:02 +08:00 |
|
|
|
0251540365
|
fix: 修正 deploy.yaml 第 94 行縮排錯誤
|
2026-02-13 14:56:40 +08:00 |
|
|
|
ab5b4bde0b
|
docs: 調整 README.md 格式
|
2026-02-13 14:55:38 +08:00 |
|
|
|
f85f06f3e1
|
fix: 修正 deploy.yaml 中的 YAML 縮排錯誤
|
2026-02-13 14:55:04 +08:00 |
|
|
|
6671e4221f
|
docs: 在 .env.example 中加入 APP_VERSION
|
2026-02-13 14:53:33 +08:00 |
|
|
|
24f73a2585
|
fix: 修正部署腳本中的版本號注入邏輯
|
2026-02-13 14:50:10 +08:00 |
|
|
|
2e9ff6c832
|
feat: 實現版本號自動化更新與修復側邊欄 RWD 問題
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 50s
|
2026-02-13 14:46:26 +08:00 |
|
|
|
77a7d31dc1
|
fix(dashboard): 修正儀表板待處理數字邏輯與依賴更新
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 54s
|
2026-02-13 14:29:21 +08:00 |
|
|
|
e141a45eb9
|
feat(dashboard): 新增庫存積壓、熱銷數量與即將過期排行,優化熱銷商品顯示與 Tooltip
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 41s
|
2026-02-13 14:27:43 +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 |
|
|
|
b8cbf0bb6d
|
Merge branch 'dev'
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 51s
|
2026-02-12 17:13:57 +08:00 |
|
|
|
882091ce5f
|
feat(notification): 實作通知輪詢與優化顯示名稱
- 新增通知輪詢 API 與前端自動更新機制
- 修正生產工單單號格式為 PRO-YYYYMMDD-XX
- 確保通知顯示實際建立者名稱而非系統
|
2026-02-12 17:13:09 +08:00 |
|
|
|
245553280a
|
Merge branch 'dev'
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 50s
|
2026-02-12 16:41:08 +08:00 |
|
|
|
299602d3b1
|
docs: 微調 README 格式
|
2026-02-12 16:36:51 +08:00 |
|
|
|
96f2ccee95
|
fix(production): 移除 Create.tsx 中未使用的 units 變數與重複屬性
|
2026-02-12 16:34:51 +08:00 |
|
|
|
c9113544ee
|
Merge branch 'dev'
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 51s
|
2026-02-12 16:31:46 +08:00 |
|
|
|
5be4d49679
|
feat: 修正 BOM 單位顯示與完工入庫彈窗 UI 統一規範
|
2026-02-12 16:30:34 +08:00 |
|
|
|
b118ea0c39
|
Merge branch 'dev'
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 52s
|
2026-02-12 13:41:43 +08:00 |
|
|
|
eb5ab58093
|
test: debug 日誌測試
|
2026-02-12 13:41:42 +08:00 |
|
|
|
57e633c3e9
|
Merge branch 'dev'
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m14s
|
2026-02-12 13:39:57 +08:00 |
|
|
|
448b37ca90
|
test: 驗證 Runner 重複掛載修復
|
2026-02-12 13:39:56 +08:00 |
|
|
|
6c146ac717
|
Merge branch 'dev'
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Failing after 0s
|
2026-02-12 13:37:14 +08:00 |
|
|
|
cb433035fe
|
docs: 移除 README 尾部多餘空行
|
2026-02-12 13:37:12 +08:00 |
|
|
|
e646c6ffd8
|
Merge branch 'dev'
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Failing after 0s
|
2026-02-12 13:31:42 +08:00 |
|
|
|
83e1c82b11
|
trigger: definitive fix confirmed (CONFIG_FILE env applied)
|
2026-02-12 13:31:41 +08:00 |
|
|
|
19397db2e9
|
Merge branch 'dev'
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Failing after 2s
|
2026-02-12 13:29:07 +08:00 |
|
|
|
db285a6b69
|
trigger: final repair test (correct network key)
|
2026-02-12 13:29:06 +08:00 |
|
|
|
74eeb449f8
|
Merge branch 'dev'
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Failing after 4s
|
2026-02-12 13:27:43 +08:00 |
|
|
|
28ece9fda4
|
trigger: re-run deploy 3 (force config network host)
|
2026-02-12 13:27:15 +08:00 |
|