Skip to content

Commit cc9b572

Browse files
authored
fix: video player not working on Safari (#41)
* refactor: rephrase video title * fix: video player not working on Safari
1 parent 23e9aee commit cc9b572

File tree

12 files changed

+428
-282
lines changed

12 files changed

+428
-282
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ import {TOC} from '@src/components/toc.js';
1212
<TOC
1313
dataEntryList = {[
1414
{
15-
"text": "TIN Lookup Via Maintain Customer",
15+
"text": "TIN Lookup Via Maintain Customer/Supplier",
1616
"link": "../e-invoice/how-to-tin-lookup-via-maintain-customer",
1717
"videoId": "EMpDTDBVB2o"
1818
},
1919
{
20-
"text": "How to Request Customer Info",
20+
"text": "How to Request Customer/Supplier Info",
2121
"link": "../e-invoice/how-to-request-customer-info",
2222
"videoId": "X3BoiXOlKkc"
2323
},

docs/quick-start/e-invoice/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {TOC} from '@src/components/toc.js';
1111
<TOC
1212
dataEntryList = {[
1313
{
14-
"text": "How To Activate MyInvois Request",
14+
"text": "MyInvois Request - Buyer/Customer self-service to key in TIN information",
1515
"link": "./e-invoice/how-to-activate-myinvois-request",
1616
"videoId": "E9_fj_d4274"
1717
},
@@ -66,12 +66,12 @@ dataEntryList = {[
6666
"videoId": "K_p98wYEH7c"
6767
},
6868
{
69-
"text": "TIN Lookup Via Maintain Customer",
69+
"text": "TIN Lookup Via Maintain Customer/Supplier",
7070
"link": "./e-invoice/how-to-tin-lookup-via-maintain-customer",
7171
"videoId": "EMpDTDBVB2o"
7272
},
7373
{
74-
"text": "How to Request Customer Info",
74+
"text": "How to Request Customer/Supplier Info",
7575
"link": "./e-invoice/how-to-request-customer-info",
7676
"videoId": "X3BoiXOlKkc"
7777
},

docs/quick-start/e-invoice/request-customer-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 2
33
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
55
slug: /quick-start/e-invoice/how-to-request-customer-info
66
tags: ["E Invoice"]
77
hide_title: true

docs/quick-start/e-invoice/tin-lookup-via-maintain-customer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 2
3-
title: TIN Lookup Via Maintain Customer
3+
title: TIN Lookup Via Maintain Customer/Supplier
44
description: How to lookup TIN via maintain customer in SQL Accounting
55
slug: /quick-start/e-invoice/how-to-tin-lookup-via-maintain-customer
66
tags: ["E Invoice"]

docs/quick-start/sales/cash-sales/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dataEntryList = {[
1717
"videoId": "cosRwOQrFTo"
1818
},
1919
{
20-
"text": "How To Activate MyInvois Request",
20+
"text": "MyInvois Request - Buyer/Customer self-service to key in TIN information",
2121
"link": "../e-invoice/how-to-activate-myinvois-request",
2222
"videoId": "E9_fj_d4274"
2323
},

docs/quick-start/sales/sales-invoice/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dataEntryList = {[
1717
"videoId": "J4VjX1y80YA"
1818
},
1919
{
20-
"text": "How To Activate MyInvois Request",
20+
"text": "MyInvois Request - Buyer/Customer self-service to key in TIN information",
2121
"link": "../e-invoice/how-to-activate-myinvois-request",
2222
"videoId": "E9_fj_d4274"
2323
},

docs/quick-start/stock/stock-physical-worksheet/intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ dataEntryList = {[
1616
"link": "./print-stock-physical-worksheet",
1717
"videoId": "i_gR-rSB_hY"
1818
},
19+
{
20+
"text": "SQL Stock Pick Checker",
21+
"link": "./stock-pick-checker",
22+
"videoId": "zg_H9h5sm44"
23+
},
1924
]}
2025
/>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ import {TOC} from '@src/components/toc.js';
1212
<TOC
1313
dataEntryList = {[
1414
{
15-
"text": "TIN Lookup Via Maintain Customer",
15+
"text": "TIN Lookup Via Maintain Customer/Supplier",
1616
"link": "../e-invoice/how-to-tin-lookup-via-maintain-customer",
1717
"videoId": "EMpDTDBVB2o"
1818
},
1919
{
20-
"text": "How to Request Customer Info",
20+
"text": "How to Request Customer/Supplier Info",
2121
"link": "../e-invoice/how-to-request-customer-info",
2222
"videoId": "X3BoiXOlKkc"
2323
},

0 commit comments

Comments
 (0)