From 4c8f95a1a521032b6a7845d4e429aa467694acb0 Mon Sep 17 00:00:00 2001 From: soham7117 Date: Fri, 15 May 2026 16:47:13 +0530 Subject: [PATCH 1/2] feat: added cost of goods sold Signed-off-by: soham7117 --- .../chart_of_accounts/verified/philippines.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/philippines.json b/erpnext/accounts/doctype/account/chart_of_accounts/verified/philippines.json index ea3977711a7..f096dcbed79 100644 --- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/philippines.json +++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/philippines.json @@ -570,6 +570,18 @@ "account_number": "5000", "is_group": 1, "root_type": "Expense", + + "Cost of Goods Sold": { + "account_number": "5001", + "is_group": 1, + "root_type": "Expense", + "Cost of Goods Sold": { + "account_number": "5010", + "is_group": 0, + "root_type": "Expense", + "account_type": "Cost of Goods Sold" + } + }, "Operating Expenses": { "account_number": "5100", "is_group": 1, From 88f6f182e3753ba59a9b9eca8a3dd90e1fa26992 Mon Sep 17 00:00:00 2001 From: soham7117 Date: Wed, 20 May 2026 14:25:51 +0530 Subject: [PATCH 2/2] feat: removed extra page break Signed-off-by: soham7117 --- .../doctype/account/chart_of_accounts/verified/philippines.json | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/philippines.json b/erpnext/accounts/doctype/account/chart_of_accounts/verified/philippines.json index f096dcbed79..30a3baf83e2 100644 --- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/philippines.json +++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/philippines.json @@ -570,7 +570,6 @@ "account_number": "5000", "is_group": 1, "root_type": "Expense", - "Cost of Goods Sold": { "account_number": "5001", "is_group": 1,