File tree Expand file tree Collapse file tree 12 files changed +428
-282
lines changed
customer/maintain-customer
stock/stock-physical-worksheet
supplier/maintain-supplier Expand file tree Collapse file tree 12 files changed +428
-282
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ import {TOC} from '@src/components/toc.js';
12
12
<TOC
13
13
dataEntryList = {[
14
14
{
15
- "text": "TIN Lookup Via Maintain Customer",
15
+ "text": "TIN Lookup Via Maintain Customer/Supplier ",
16
16
"link": "../e-invoice/how-to-tin-lookup-via-maintain-customer",
17
17
"videoId": "EMpDTDBVB2o"
18
18
},
19
19
{
20
- "text": "How to Request Customer Info",
20
+ "text": "How to Request Customer/Supplier Info",
21
21
"link": "../e-invoice/how-to-request-customer-info",
22
22
"videoId": "X3BoiXOlKkc"
23
23
},
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {TOC} from '@src/components/toc.js';
11
11
<TOC
12
12
dataEntryList = {[
13
13
{
14
- "text": "How To Activate MyInvois Request ",
14
+ "text": "MyInvois Request - Buyer/Customer self-service to key in TIN information ",
15
15
"link": "./e-invoice/how-to-activate-myinvois-request",
16
16
"videoId": "E9_fj_d4274"
17
17
},
@@ -66,12 +66,12 @@ dataEntryList = {[
66
66
"videoId": "K_p98wYEH7c"
67
67
},
68
68
{
69
- "text": "TIN Lookup Via Maintain Customer",
69
+ "text": "TIN Lookup Via Maintain Customer/Supplier ",
70
70
"link": "./e-invoice/how-to-tin-lookup-via-maintain-customer",
71
71
"videoId": "EMpDTDBVB2o"
72
72
},
73
73
{
74
- "text": "How to Request Customer Info",
74
+ "text": "How to Request Customer/Supplier Info",
75
75
"link": "./e-invoice/how-to-request-customer-info",
76
76
"videoId": "X3BoiXOlKkc"
77
77
},
Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_position : 2
3
3
title : Request Customer Info
4
- description : How to request customer info in SQL Accounting
4
+ description : How to Request Customer/Supplier Info in SQL Accounting
5
5
slug : /quick-start/e-invoice/how-to-request-customer-info
6
6
tags : ["E Invoice"]
7
7
hide_title : true
Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_position : 2
3
- title : TIN Lookup Via Maintain Customer
3
+ title : TIN Lookup Via Maintain Customer/Supplier
4
4
description : How to lookup TIN via maintain customer in SQL Accounting
5
5
slug : /quick-start/e-invoice/how-to-tin-lookup-via-maintain-customer
6
6
tags : ["E Invoice"]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dataEntryList = {[
17
17
"videoId": "cosRwOQrFTo"
18
18
},
19
19
{
20
- "text": "How To Activate MyInvois Request ",
20
+ "text": "MyInvois Request - Buyer/Customer self-service to key in TIN information ",
21
21
"link": "../e-invoice/how-to-activate-myinvois-request",
22
22
"videoId": "E9_fj_d4274"
23
23
},
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dataEntryList = {[
17
17
"videoId": "J4VjX1y80YA"
18
18
},
19
19
{
20
- "text": "How To Activate MyInvois Request ",
20
+ "text": "MyInvois Request - Buyer/Customer self-service to key in TIN information ",
21
21
"link": "../e-invoice/how-to-activate-myinvois-request",
22
22
"videoId": "E9_fj_d4274"
23
23
},
Original file line number Diff line number Diff line change @@ -16,5 +16,10 @@ dataEntryList = {[
16
16
"link": "./print-stock-physical-worksheet",
17
17
"videoId": "i_gR-rSB_hY"
18
18
},
19
+ {
20
+ "text": "SQL Stock Pick Checker",
21
+ "link": "./stock-pick-checker",
22
+ "videoId": "zg_H9h5sm44"
23
+ },
19
24
] }
20
25
/>
Original file line number Diff line number Diff line change
1
+ ---
2
+ sidebar_position : 3
3
+ title : SQL Stock Pick Checker
4
+ description : SQL Stock Pick Checker in SQL Accounting
5
+ slug : /quick-start/stock/stock-pick-checker
6
+ tags : ["Stock"]
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="zg_H9h5sm44"
17
+ />
18
+
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ import {TOC} from '@src/components/toc.js';
12
12
<TOC
13
13
dataEntryList = {[
14
14
{
15
- "text": "TIN Lookup Via Maintain Customer",
15
+ "text": "TIN Lookup Via Maintain Customer/Supplier ",
16
16
"link": "../e-invoice/how-to-tin-lookup-via-maintain-customer",
17
17
"videoId": "EMpDTDBVB2o"
18
18
},
19
19
{
20
- "text": "How to Request Customer Info",
20
+ "text": "How to Request Customer/Supplier Info",
21
21
"link": "../e-invoice/how-to-request-customer-info",
22
22
"videoId": "X3BoiXOlKkc"
23
23
},
You can’t perform that action at this time.
0 commit comments