Skip to content

Commit d327c53

Browse files
ngyinzechangsheng1239
authored andcommitted
feat: add maintain customer video guide
1 parent 17efaf9 commit d327c53

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
sidebar_position: 1
3+
title: How To Maintain Customer
4+
description: How to maintain customer in SQL Accounting
5+
slug: /quick-start/customer/how-to-maintain-customer
6+
tags: ["Customer"]
7+
hide_title: true
8+
hide_table_of_contents: true
9+
sidebar_class_name: hidden-sidebar-items
10+
---
11+
12+
import '@src/css/sidebar.css';
13+
import { YtLayout } from '@src/components/yt-layout';
14+
15+
<YtLayout
16+
videoId="oWBmQIovcrM"
17+
/>

docs/quick-start/customer/maintain-customer/intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ import {TOC} from '@src/components/toc.js';
1111

1212
<TOC
1313
dataEntryList = {[
14+
{
15+
"text": "Maintain Customer",
16+
"link": "./how-to-maintain-customer",
17+
"videoId": "oWBmQIovcrM"
18+
},
1419
{
1520
"text": "TIN Lookup Via Maintain Customer/Supplier",
1621
"link": "../e-invoice/how-to-tin-lookup-via-maintain-customer",

0 commit comments

Comments
 (0)