I created a frappe bench and installed a new app named Vehicle_Management
. I want to show this app module on the left side menu bar on my ERPNext. I am new to this framework. Please let me know how I can do this.
Asked
Active
Viewed 1,264 times
1

Shridhar Patil
- 362
- 1
- 17

shuvro Baset
- 43
- 7
1 Answers
0
You have to create an entry in the workspace, add shortcuts, and select the appropriate category. Once this entry is made you can see the modules on your home.

Shridhar Patil
- 362
- 1
- 17
-
1Thanx, It works. I just need to do something more. I can't add a 'car' icon for this. Will you give me some suggestions about it? – shuvro Baset Jul 04 '22 at 19:09
-
check `assets/frappe/icons/timeless/` folder for icons. you can use these icons defined in symbol-defs.svg file – Shridhar Patil Jul 05 '22 at 06:50
-
You can also add your custom icons. https://discuss.erpnext.com/t/how-to-set-icon-to-a-custom-workspace-in-frappe-framework/76458/5?u=shridhar – Shridhar Patil Jul 05 '22 at 07:15