feat: 更新系統操作手冊內容並新增本地代理配置
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 55s
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 55s
This commit is contained in:
@@ -3,21 +3,66 @@
|
||||
"title": "新手上路",
|
||||
"pages": [
|
||||
{
|
||||
"title": "登入與帳號設定",
|
||||
"slug": "getting-started"
|
||||
"title": "新手上路:登入與基本操作",
|
||||
"slug": "01-getting-started"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "核心流程",
|
||||
"title": "日常工作情境",
|
||||
"pages": [
|
||||
{
|
||||
"title": "採購流程說明",
|
||||
"slug": "purchasing-workflow"
|
||||
"title": "客戶下單了:處理銷售與出貨",
|
||||
"slug": "02-sales-workflow"
|
||||
},
|
||||
{
|
||||
"title": "庫存管理規範",
|
||||
"slug": "inventory-management"
|
||||
"title": "買貨與收貨:採購與進貨點收",
|
||||
"slug": "03-purchasing-workflow"
|
||||
},
|
||||
{
|
||||
"title": "目前還剩多少貨:庫存查詢與管理",
|
||||
"slug": "04-inventory-management"
|
||||
},
|
||||
{
|
||||
"title": "我們自己做:生產與製造流程",
|
||||
"slug": "05-production-guide"
|
||||
},
|
||||
{
|
||||
"title": "記下公司的花費:財務與帳款基礎",
|
||||
"slug": "06-finance-basics"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "模組功能詳解",
|
||||
"pages": [
|
||||
{
|
||||
"title": "📦 商品與庫存管理",
|
||||
"slug": "module-inventory"
|
||||
},
|
||||
{
|
||||
"title": "🚚 供應鏈管理",
|
||||
"slug": "module-supply-chain"
|
||||
},
|
||||
{
|
||||
"title": "🛒 銷售管理",
|
||||
"slug": "module-sales"
|
||||
},
|
||||
{
|
||||
"title": "🏭 生產管理",
|
||||
"slug": "module-production"
|
||||
},
|
||||
{
|
||||
"title": "💰 財務管理",
|
||||
"slug": "module-finance"
|
||||
},
|
||||
{
|
||||
"title": "📊 報表與分析",
|
||||
"slug": "module-report"
|
||||
},
|
||||
{
|
||||
"title": "⚙️ 系統管理",
|
||||
"slug": "module-system"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user