mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
Merge pull request #54974 from Soham-ambibuzz/philipinnes_localization_coa_v2
feat: added cost of goods sold
This commit is contained in:
@@ -570,6 +570,17 @@
|
|||||||
"account_number": "5000",
|
"account_number": "5000",
|
||||||
"is_group": 1,
|
"is_group": 1,
|
||||||
"root_type": "Expense",
|
"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": {
|
"Operating Expenses": {
|
||||||
"account_number": "5100",
|
"account_number": "5100",
|
||||||
"is_group": 1,
|
"is_group": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user