From 20af7093ac3a55f98345f1d1d29737ed1c1c594c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:09:37 +0530 Subject: [PATCH] feat: added cost of goods sold (backport #54974) (#55552) Co-authored-by: soham7117 Signed-off-by: soham7117 --- .../chart_of_accounts/verified/philippines.json | 11 +++++++++++ 1 file changed, 11 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..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,6 +570,17 @@ "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,