Cannot Find Doctype Folder

Hello, I’m a new user of erpnext. I use erpnext version 11 and I cant find doctype folder in the app folder

Hi @Ahmed_Zaher,

in ERPNext, the DocTypes are in the respective module folders, e.g. apps/erpnext/erpnext/accounts/doctype

Hope this helps.

1 Like

It’s not exists there too

If it does not look like this
grafik
make sure to pull from the git repo, that should repair it

$ cd /home/frappe/frappe-bench/apps/erpnext
$ git pull

Or use

$ cd /home/frappe/frappe-bench
$ bench update

to achieve the same.

1 Like

Thank you, the problem was in the site_config.json file
that option solved the problem “developer_mode”: 1

Ah, you wanted to edit it but did not find “Edit doctype” in the Menu… Glad it is resolved.

1 Like