Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/quick-start/customer/maintain-customer/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import {TOC} from '@src/components/toc.js';
<TOC
dataEntryList = {[
{
"text": "TIN Lookup Via Maintain Customer",
"text": "TIN Lookup Via Maintain Customer/Supplier",
"link": "../e-invoice/how-to-tin-lookup-via-maintain-customer",
"videoId": "EMpDTDBVB2o"
},
{
"text": "How to Request Customer Info",
"text": "How to Request Customer/Supplier Info",
"link": "../e-invoice/how-to-request-customer-info",
"videoId": "X3BoiXOlKkc"
},
Expand Down
6 changes: 3 additions & 3 deletions docs/quick-start/e-invoice/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {TOC} from '@src/components/toc.js';
<TOC
dataEntryList = {[
{
"text": "How To Activate MyInvois Request",
"text": "MyInvois Request - Buyer/Customer self-service to key in TIN information",
"link": "./e-invoice/how-to-activate-myinvois-request",
"videoId": "E9_fj_d4274"
},
Expand Down Expand Up @@ -66,12 +66,12 @@ dataEntryList = {[
"videoId": "K_p98wYEH7c"
},
{
"text": "TIN Lookup Via Maintain Customer",
"text": "TIN Lookup Via Maintain Customer/Supplier",
"link": "./e-invoice/how-to-tin-lookup-via-maintain-customer",
"videoId": "EMpDTDBVB2o"
},
{
"text": "How to Request Customer Info",
"text": "How to Request Customer/Supplier Info",
"link": "./e-invoice/how-to-request-customer-info",
"videoId": "X3BoiXOlKkc"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start/e-invoice/request-customer-info.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 2
title: Request Customer Info
description: How to request customer info in SQL Accounting
description: How to Request Customer/Supplier Info in SQL Accounting
slug: /quick-start/e-invoice/how-to-request-customer-info
tags: ["E Invoice"]
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 2
title: TIN Lookup Via Maintain Customer
title: TIN Lookup Via Maintain Customer/Supplier
description: How to lookup TIN via maintain customer in SQL Accounting
slug: /quick-start/e-invoice/how-to-tin-lookup-via-maintain-customer
tags: ["E Invoice"]
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start/sales/cash-sales/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dataEntryList = {[
"videoId": "cosRwOQrFTo"
},
{
"text": "How To Activate MyInvois Request",
"text": "MyInvois Request - Buyer/Customer self-service to key in TIN information",
"link": "../e-invoice/how-to-activate-myinvois-request",
"videoId": "E9_fj_d4274"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start/sales/sales-invoice/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dataEntryList = {[
"videoId": "J4VjX1y80YA"
},
{
"text": "How To Activate MyInvois Request",
"text": "MyInvois Request - Buyer/Customer self-service to key in TIN information",
"link": "../e-invoice/how-to-activate-myinvois-request",
"videoId": "E9_fj_d4274"
},
Expand Down
5 changes: 5 additions & 0 deletions docs/quick-start/stock/stock-physical-worksheet/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ dataEntryList = {[
"link": "./print-stock-physical-worksheet",
"videoId": "i_gR-rSB_hY"
},
{
"text": "SQL Stock Pick Checker",
"link": "./stock-pick-checker",
"videoId": "zg_H9h5sm44"
},
]}
/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
sidebar_position: 3
title: SQL Stock Pick Checker
description: SQL Stock Pick Checker in SQL Accounting
slug: /quick-start/stock/stock-pick-checker
tags: ["Stock"]
hide_title: true
hide_table_of_contents: true
sidebar_class_name: hidden-sidebar-items
---

import '@src/css/sidebar.css';
import { YtLayout } from '@src/components/yt-layout';

<YtLayout
videoId="zg_H9h5sm44"
/>

4 changes: 2 additions & 2 deletions docs/quick-start/supplier/maintain-supplier/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import {TOC} from '@src/components/toc.js';
<TOC
dataEntryList = {[
{
"text": "TIN Lookup Via Maintain Customer",
"text": "TIN Lookup Via Maintain Customer/Supplier",
"link": "../e-invoice/how-to-tin-lookup-via-maintain-customer",
"videoId": "EMpDTDBVB2o"
},
{
"text": "How to Request Customer Info",
"text": "How to Request Customer/Supplier Info",
"link": "../e-invoice/how-to-request-customer-info",
"videoId": "X3BoiXOlKkc"
},
Expand Down
Loading