ERP Next - New Doctype Creation

Hi,

After creating the app i have created a new doctype. It is visible inside doctype list and but i cant able to view. May i know where i can view the created doctype

You have to include the doctype in the related module config file. Module config files located here: erpnext/erpnext/config at develop · frappe/erpnext · GitHub.

You also need to assign permissions.

Thankyou. Now its visible inside the module i have written in the config file. But add button is not visible. What is the issue?

You need to give “Create” permission.

Ya i have given. But still its not displaying… Will it be any user permission issue?But i have created. it should display for me right?

Sorry… After i have changed some user permissions… i got it… Its working fine.

May i know how to include icon to the new doc type.

Please follow the tutorial https://frappe.github.io/frappe