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
9 changes: 9 additions & 0 deletions docs/quick-start/stock/stock-aging/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "Stock Aging",
"position": 11,
"link": {
"type": "doc",
"id": "quick-start/stock/stock-aging/intro"
},
"collapsible": false
}
17 changes: 17 additions & 0 deletions docs/quick-start/stock/stock-aging/create-stock-adjustment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 3
title: Stock Aging Report
description: How to print stock aging report in SQL Accounting
slug: /quick-start/stock/print-stock-aging
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="SzlIGmAaywY"
/>
20 changes: 20 additions & 0 deletions docs/quick-start/stock/stock-aging/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
sidebar_position: 3
title: Table of contents
hide_title: true
hide_table_of_contents: true
slug: /quick-start/stock/stock-aging
form_name: "{92B0ADFC-D8FC-4FCD-A0AB-2388472A46E2}"
---

import {TOC} from '@src/components/toc.js';

<TOC
dataEntryList = {[
{
"text": "Print Stock Aging Report",
"link": "./print-stock-aging",
"videoId": "SzlIGmAaywY"
}
]}
/>