Accounting module not showing in desktop view

Hello Teams,

Accounting module is not showing in desktop and also in show/hide card,also when i check in allow module section there also the account module is not present …can any one help me for the same… having this issue in version 12

Thanks

Have you upgraded instance from older version? if yes, what was your frappe and erpnext version earlier?

no i am not upgrade my version i install version 12 only

Have you installed using easy install method install.py or manually followed some tutorial?

no i follow manually command and install it.but when i install the account module is present but recently it will not displaying

Go to apps/erpnext/erpnext/config
Open desktop.apy
find:
module_name
if the entry is
Accounts
then change to
Accounting

ok will try and let u know

{
“module_name”: “Accounts”,
“category”: “Modules”,
“label”: _(“Accounting”),
“color”: “#3498db”,
“icon”: “octicon octicon-repo”,
“type”: “module”,
“description”: “Accounts, billing, payments, cost center and budgeting.”
}

module name is account whichs is ok only the label is accounting

Change to Accounting

can i change module name accounts to accounting??

Only on that file
I have to deal with this issue several times in one site

ok will try to change it

thanks it will work