🚀 歡迎使用 NexMES 系統原型
自製造業現場淬煉的領域知識,以標準 PHP 8 + MySQL 重構之現代輕量化製造執行與進銷存解決方案。具備完全獨立、無授權包袱、支援隨處部署之特性。
現代架構特質
- 標準正規化:全面直觀英文命名
- 參數驅動 (Config-Driven):規則動態配置
- API 原生 (API-Ready):支援 App / 平板 / Line
- 虛擬主機相容:支援 ResellerClub LAMP
運行環境與連線
PHP 版本: 8.3.33
資料庫狀態:
連線正常
RESTful API 示範
內建標準 JSON API,點擊即可即時驗證:
系統動態參數配置預覽 (System Configurations)
所有工廠特有商業邏輯(單號前綴、防誤刷秒數時間窗、BOM扣料與重工檢查)均儲存於 system_configs 資料表中,免改程式即可自由配置。
| 分類 | 參數鍵名 (Key) | 當前設定值 | 型態 | 功能說明 |
|---|---|---|---|---|
| company | factory_name |
示範製造工廠 | string | 工廠或客戶名稱 |
| company | app_theme_color |
blue | string | 系統主色彩風格 |
| inventory | default_finished_warehouse_code |
WH-FG | string | 成品入庫預設倉庫代碼 |
| inventory | default_raw_warehouse_code |
WH-RAW | string | 原物料扣料預設倉庫代碼 |
| inventory | default_isolated_warehouse_code |
WH-ISO | string | 品質隔離品暫存倉庫代碼 |
| production | prevent_duplicate_scan_seconds_good |
60 | number | 良品防連續誤刷安全時間窗 (秒) |
| production | prevent_duplicate_scan_seconds_other |
300 | number | 非良品防重複時間窗 (秒) |
| production | auto_consume_materials_on_inbound |
1 | boolean | 成品報工入庫時自動扣減原物料庫存 |
| production | enforce_rework_balance_check |
1 | boolean | 重工沖銷防呆檢查 |
| work_order | order_no_prefix |
WO | string | 工單編號前綴字元 |
| work_order | order_no_date_format |
Ymd | string | 工單編號日期格式 |
| work_order | order_no_sequence_digits |
3 | number | 工單每日流水號位數 |