Skip to content

Commit a9b8c1b

Browse files
authored
Merge pull request #3993 from resilient-tech/Abdeali/schedule-III
feat: Template for P&L and BS of Schedule III
2 parents 8b6d9bd + 5824226 commit a9b8c1b

10 files changed

Lines changed: 1536 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Copyright (c) 2026, Resilient Tech and contributors
2+
# For license information, please see license.txt
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[
2+
{
3+
"account_category_name": "Capital Work in Progress",
4+
"description": "Assets under construction or installation not yet ready for use.Examples: Buildings under construction, Plant and machinery being installed."
5+
},
6+
{
7+
"account_category_name": "Deferred Tax Assets",
8+
"description": "Amounts recoverable in future periods due to deductible temporary differences, tax losses or credits carried forward.Examples: Provision for doubtful debts."
9+
},
10+
{
11+
"account_category_name": "Deferred Tax Expense",
12+
"description": "Change in deferred tax assets and liabilities recognized in profit or loss for the period."
13+
},
14+
{
15+
"account_category_name": "Deferred Tax Liabilities",
16+
"description": "Amounts payable in future periods due to taxable temporary differences."
17+
},
18+
{
19+
"account_category_name": "Intangible Assets Under Development",
20+
"description": "Internally generated intangible assets in the development. Examples: Software under development, Internally developed patents."
21+
},
22+
{
23+
"account_category_name": "Long-term Loans and Advances",
24+
"description": "Non-current receivables in the nature of loans and advances. Examples: Security deposits, loans to related parties."
25+
},
26+
{
27+
"account_category_name": "Money Received Against Share Warrants",
28+
"description": "Consideration received on issue of share warrants pending exercise or conversion."
29+
},
30+
{
31+
"account_category_name": "Share Application Money Pending Allotment",
32+
"description": "Application money received for shares not yet allotted."
33+
}
34+
]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Copyright (c) 2026, Resilient Tech and contributors
2+
# For license information, please see license.txt

0 commit comments

Comments
 (0)