From 8928a84ff9917d5c637d0202f400f1dd87a61265 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Tue, 20 Jan 2026 09:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=9A=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20README.md=20=E6=96=B0=E5=A2=9E=E7=B3=BB=E7=B5=B1=E9=81=B8?= =?UTF-8?q?=E5=96=AE=E7=B5=90=E6=A7=8B=E8=AA=AA=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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. 環境準備