style(Frontend): 將側邊欄與麵包屑導覽的『報表管理』更名為『報表與分析』
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m16s
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m16s
This commit is contained in:
@@ -253,7 +253,7 @@ export default function AuthenticatedLayout({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "report-management",
|
id: "report-management",
|
||||||
label: "報表管理",
|
label: "報表與分析",
|
||||||
icon: <BarChart3 className="h-5 w-5" />,
|
icon: <BarChart3 className="h-5 w-5" />,
|
||||||
permission: ["accounting.view", "inventory_report.view"],
|
permission: ["accounting.view", "inventory_report.view"],
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ export default function AccountingReport({ records, summary, filters }: PageProp
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AuthenticatedLayout breadcrumbs={[{ label: "報表管理", href: "#" }, { label: "會計報表", href: route("accounting.report"), isPage: true }]}>
|
<AuthenticatedLayout breadcrumbs={[{ label: "報表與分析", href: "#" }, { label: "會計報表", href: route("accounting.report"), isPage: true }]}>
|
||||||
<Head title="會計報表" />
|
<Head title="會計報表" />
|
||||||
|
|
||||||
<div className="container mx-auto p-6 max-w-7xl">
|
<div className="container mx-auto p-6 max-w-7xl">
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ export default function InventoryAnalysisIndex({ analysisData, kpis, warehouses,
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AuthenticatedLayout breadcrumbs={[{ label: "報表管理", href: "#" }, { label: "庫存分析", href: route("inventory.analysis.index"), isPage: true }]}>
|
<AuthenticatedLayout breadcrumbs={[{ label: "報表與分析", href: "#" }, { label: "庫存分析", href: route("inventory.analysis.index"), isPage: true }]}>
|
||||||
<Head title="庫存分析" />
|
<Head title="庫存分析" />
|
||||||
|
|
||||||
<div className="container mx-auto p-6 max-w-7xl">
|
<div className="container mx-auto p-6 max-w-7xl">
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ export default function InventoryReportIndex({ reportData, summary, warehouses,
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AuthenticatedLayout breadcrumbs={[{ label: "報表管理", href: "#" }, { label: "庫存報表", href: route("inventory.report.index"), isPage: true }]}>
|
<AuthenticatedLayout breadcrumbs={[{ label: "報表與分析", href: "#" }, { label: "庫存報表", href: route("inventory.report.index"), isPage: true }]}>
|
||||||
<Head title="庫存報表" />
|
<Head title="庫存報表" />
|
||||||
|
|
||||||
<div className="container mx-auto p-6 max-w-7xl">
|
<div className="container mx-auto p-6 max-w-7xl">
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ export default function InventoryReportShow({ product, transactions, filters, re
|
|||||||
return (
|
return (
|
||||||
<AuthenticatedLayout
|
<AuthenticatedLayout
|
||||||
breadcrumbs={[
|
breadcrumbs={[
|
||||||
{ label: "報表管理", href: "#" },
|
{ label: "報表與分析", href: "#" },
|
||||||
{ label: "庫存報表", href: route("inventory.report.index", reportFilters) },
|
{ label: "庫存報表", href: route("inventory.report.index", reportFilters) },
|
||||||
{ label: `${product.name} - 庫存異動明細`, href: "#", isPage: true }
|
{ label: `${product.name} - 庫存異動明細`, href: "#", isPage: true }
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ export default function TraceabilityIndex({ search, result }: Props) {
|
|||||||
return (
|
return (
|
||||||
<AuthenticatedLayout
|
<AuthenticatedLayout
|
||||||
breadcrumbs={[
|
breadcrumbs={[
|
||||||
{ label: '報表管理', href: '#' },
|
{ label: '報表與分析', href: '#' },
|
||||||
{ label: '批號溯源', href: route('inventory.traceability.index'), isPage: true },
|
{ label: '批號溯源', href: route('inventory.traceability.index'), isPage: true },
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
## 3. 介面導覽
|
## 3. 介面導覽
|
||||||
|
|
||||||
* **側邊欄**:位於左側,包含所有功能選單(如:商品管理、採購管理、報表管理等)。
|
* **側邊欄**:位於左側,包含所有功能選單(如:商品管理、採購管理、報表與分析等)。
|
||||||
* **頂部導覽列**:包含麵包屑導航(幫助您了解目前位置)、通知中心與個人選單。
|
* **頂部導覽列**:包含麵包屑導航(幫助您了解目前位置)、通知中心與個人選單。
|
||||||
* **收合按鈕**:左下角的箭頭按鈕可收合側邊欄,增加工作區域的空間。
|
* **收合按鈕**:左下角的箭頭按鈕可收合側邊欄,增加工作區域的空間。
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
- 路徑:`商品與庫存管理 > 即時庫存查詢`
|
- 路徑:`商品與庫存管理 > 即時庫存查詢`
|
||||||
- 功能:查看所有倉庫、所有批號的即時剩餘數量。
|
- 功能:查看所有倉庫、所有批號的即時剩餘數量。
|
||||||
- **庫存報表**:
|
- **庫存報表**:
|
||||||
- 路徑:`報表管理 > 庫存報表`
|
- 路徑:`報表與分析 > 庫存報表`
|
||||||
- 功能:查看特定期間內的進銷存變動明細。
|
- 功能:查看特定期間內的進銷存變動明細。
|
||||||
|
|
||||||
## 2. 庫存異動操作
|
## 2. 庫存異動操作
|
||||||
|
|||||||
Reference in New Issue
Block a user