diff --git a/README.md b/README.md index 58f8cb6..e5672ce 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,23 @@ Star ERP 是一個基於 **Laravel 12**、**Inertia.js (React)** 與 **Tailwind - **UI 框架**: Tailwind CSS - **基礎設施**: Docker (Laravel Sail), Nginx Reverse Proxy, MySQL 8.0, Redis +## 📂 系統選單結構 (Sidebar) + +以下為 ERP 系統之側邊導覽結構及其對應之權限: + +- 🏠 **儀表板** (`/`) +- 📦 **商品與庫存管理** + - 📄 **商品資料管理** (`/products`) - `products.view` + - 🏢 **倉庫管理** (`/warehouses`) - `warehouses.view` +- 🚚 **廠商管理** + - 👥 **廠商資料管理** (`/vendors`) - `vendors.view` +- 🛒 **採購管理** + - 📝 **採購單管理** (`/purchase-orders`) - `purchase_orders.view` +- ⚙️ **系統管理** + - 👤 **使用者管理** (`/admin/users`) - `users.view` + - 🛡️ **角色與權限** (`/admin/roles`) - `roles.view` + - 📜 **操作紀錄** (`/admin/activity-logs`) - `system.view_logs` + ## 🚀 快速開始 ### 1. 環境準備