mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fixed asset: related accounts added in default chart of accounts
This commit is contained in:
@@ -48,7 +48,8 @@
|
|||||||
},
|
},
|
||||||
"Plant and Machinery": {
|
"Plant and Machinery": {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
}
|
},
|
||||||
|
"Accumulated Depreciations": {}
|
||||||
},
|
},
|
||||||
"Investments": {
|
"Investments": {
|
||||||
"is_group": 1
|
"is_group": 1
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ def get():
|
|||||||
},
|
},
|
||||||
_("Plant and Machinery"): {
|
_("Plant and Machinery"): {
|
||||||
"account_type": "Fixed Asset"
|
"account_type": "Fixed Asset"
|
||||||
}
|
},
|
||||||
|
_("Accumulated Depreciations"): {}
|
||||||
},
|
},
|
||||||
_("Investments"): {
|
_("Investments"): {
|
||||||
"is_group": 1
|
"is_group": 1
|
||||||
|
|||||||
Reference in New Issue
Block a user