From 5e3252647165a60ea9a5135d16ad7dda488aec35 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 26 Feb 2026 10:44:43 +0800 Subject: [PATCH] =?UTF-8?q?style(Frontend):=20=E5=B0=87=E5=81=B4=E9=82=8A?= =?UTF-8?q?=E6=AC=84=E8=88=87=E9=BA=B5=E5=8C=85=E5=B1=91=E5=B0=8E=E8=A6=BD?= =?UTF-8?q?=E7=9A=84=E3=80=8E=E5=A0=B1=E8=A1=A8=E7=AE=A1=E7=90=86=E3=80=8F?= =?UTF-8?q?=E6=9B=B4=E5=90=8D=E7=82=BA=E3=80=8E=E5=A0=B1=E8=A1=A8=E8=88=87?= =?UTF-8?q?=E5=88=86=E6=9E=90=E3=80=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/Layouts/AuthenticatedLayout.tsx | 2 +- resources/js/Pages/Accounting/Report.tsx | 2 +- resources/js/Pages/Inventory/Analysis/Index.tsx | 2 +- resources/js/Pages/Inventory/Report/Index.tsx | 2 +- resources/js/Pages/Inventory/Report/Show.tsx | 2 +- resources/js/Pages/Inventory/Traceability/Index.tsx | 2 +- resources/markdown/manual/getting-started.md | 2 +- resources/markdown/manual/inventory-management.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/js/Layouts/AuthenticatedLayout.tsx b/resources/js/Layouts/AuthenticatedLayout.tsx index a9729ba..a2c7c95 100644 --- a/resources/js/Layouts/AuthenticatedLayout.tsx +++ b/resources/js/Layouts/AuthenticatedLayout.tsx @@ -253,7 +253,7 @@ export default function AuthenticatedLayout({ }, { id: "report-management", - label: "報表管理", + label: "報表與分析", icon: , permission: ["accounting.view", "inventory_report.view"], children: [ diff --git a/resources/js/Pages/Accounting/Report.tsx b/resources/js/Pages/Accounting/Report.tsx index 404bd7d..30a7923 100644 --- a/resources/js/Pages/Accounting/Report.tsx +++ b/resources/js/Pages/Accounting/Report.tsx @@ -145,7 +145,7 @@ export default function AccountingReport({ records, summary, filters }: PageProp }; return ( - +
diff --git a/resources/js/Pages/Inventory/Analysis/Index.tsx b/resources/js/Pages/Inventory/Analysis/Index.tsx index 6f7d2d2..6d1e898 100644 --- a/resources/js/Pages/Inventory/Analysis/Index.tsx +++ b/resources/js/Pages/Inventory/Analysis/Index.tsx @@ -203,7 +203,7 @@ export default function InventoryAnalysisIndex({ analysisData, kpis, warehouses, }; return ( - +
diff --git a/resources/js/Pages/Inventory/Report/Index.tsx b/resources/js/Pages/Inventory/Report/Index.tsx index fd8dfeb..b57851d 100644 --- a/resources/js/Pages/Inventory/Report/Index.tsx +++ b/resources/js/Pages/Inventory/Report/Index.tsx @@ -222,7 +222,7 @@ export default function InventoryReportIndex({ reportData, summary, warehouses, }; return ( - +
diff --git a/resources/js/Pages/Inventory/Report/Show.tsx b/resources/js/Pages/Inventory/Report/Show.tsx index 0a4e3a5..5502a53 100644 --- a/resources/js/Pages/Inventory/Report/Show.tsx +++ b/resources/js/Pages/Inventory/Report/Show.tsx @@ -87,7 +87,7 @@ export default function InventoryReportShow({ product, transactions, filters, re return ( diff --git a/resources/markdown/manual/getting-started.md b/resources/markdown/manual/getting-started.md index 7b73b62..bd50cbb 100644 --- a/resources/markdown/manual/getting-started.md +++ b/resources/markdown/manual/getting-started.md @@ -26,7 +26,7 @@ ## 3. 介面導覽 -* **側邊欄**:位於左側,包含所有功能選單(如:商品管理、採購管理、報表管理等)。 +* **側邊欄**:位於左側,包含所有功能選單(如:商品管理、採購管理、報表與分析等)。 * **頂部導覽列**:包含麵包屑導航(幫助您了解目前位置)、通知中心與個人選單。 * **收合按鈕**:左下角的箭頭按鈕可收合側邊欄,增加工作區域的空間。 diff --git a/resources/markdown/manual/inventory-management.md b/resources/markdown/manual/inventory-management.md index 151dea3..7875db8 100644 --- a/resources/markdown/manual/inventory-management.md +++ b/resources/markdown/manual/inventory-management.md @@ -8,7 +8,7 @@ - 路徑:`商品與庫存管理 > 即時庫存查詢` - 功能:查看所有倉庫、所有批號的即時剩餘數量。 - **庫存報表**: - - 路徑:`報表管理 > 庫存報表` + - 路徑:`報表與分析 > 庫存報表` - 功能:查看特定期間內的進銷存變動明細。 ## 2. 庫存異動操作