Add sidemenu item in my apps homescreen

Hi,

I’ve made a number of doctypes in my module. But all the items are listed under the same sidemenu category (setup).

I need to add more side menu items to categorize these pages. How can i do that?

You have customize in py file of tht module and categorize doctypes in multiple menus(Document, Tool, Setup etc…)
Refer following link-
https://github.com/frappe/erpnext/blob/develop/erpnext/config/hr.py

5 Likes

Hi @priya_s ,
thanks for the fast reply.

Now I know this way i can change the view page. But still how & where to use it , i don’t know…
please help me with that too.

I am making a new app here and all i have in my config folder are
desktop.py , docs.py and init.py

:grinning:

making a file in the config folder with name appname.py in the similar format will do.
thanks @priya_s

1 Like