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
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 1
title: How To Maintain Supplier
description: How to maintain supplier in SQL Accounting
slug: /quick-start/supplier/how-to-maintain-supplier
tags: ["Supplier"]
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="XD9Li2WHTVU"
/>
5 changes: 5 additions & 0 deletions docs/quick-start/supplier/maintain-supplier/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ import {TOC} from '@src/components/toc.js';

<TOC
dataEntryList = {[
{
"text": "Maintain Supplier",
"link": "./how-to-maintain-supplier",
"videoId": "XD9Li2WHTVU"
},
{
"text": "TIN Lookup Via Maintain Customer/Supplier",
"link": "../e-invoice/how-to-tin-lookup-via-maintain-customer",
Expand Down