|
|
b0848a6bb8
|
chore: 完善模組化架構遷移與修復前端顯示錯誤
- 修正所有模組 Controller 的 Model 引用路徑 (App\Modules\...)
- 更新 ProductionOrder 與 ProductionOrderItem 模型結構以符合新版邏輯
- 修復 resources/js/utils/format.ts 在處理空值時導致 toLocaleString 崩潰的問題
- 清除全域路徑與 Controller 遷移殘留檔案
|
2026-01-26 10:37:47 +08:00 |
|
|
|
32f993a6e1
|
refactor: use DEMO_TENANT_PORT env var for demo logic isolation
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 55s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-16 09:28:29 +08:00 |
|
|
|
b685c818a4
|
fix: 停用 asset_helper_tenancy 以修復 Vite 資源路徑
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m15s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-15 17:16:00 +08:00 |
|
|
|
9bc7c8514b
|
feat: 租戶建立自動產生預設網域與管理員帳號
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m0s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
- 修改 TenantController 自動產生預設網域 ({tenant_id}.{TENANT_DEFAULT_DOMAIN})
- 新增 TenantDatabaseSeeder 自動建立 admin 帳號
- 啟用 SeedDatabase Job 在建立租戶時自動執行 seeder
- 新增 TENANT_DEFAULT_DOMAIN 環境變數支援不同環境
- 補充中央資料庫所需的 migrations
|
2026-01-15 16:55:24 +08:00 |
|
|
|
a6ed2720d5
|
fix: 修復 central_domains 從環境變數讀取
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m4s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
|
2026-01-15 13:25:33 +08:00 |
|
|
|
4f745c1021
|
feat: 實作 Multi-tenancy 多租戶架構 (stancl/tenancy)
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m3s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped
- 安裝並設定 stancl/tenancy 套件
- 分離 Central / Tenant migrations
- 建立 Tenant Model 與資料遷移指令
- 建立房東後台 CRUD (Landlord Dashboard)
- 新增租戶管理頁面 (列表、新增、編輯、詳情)
- 新增域名管理功能
- 更新部署手冊
|
2026-01-15 13:15:18 +08:00 |
|