I want to ask for guidance if anyone know to to change the default page of desk from /app/home to app/mycustompage?
What settings in ERPNext or script todo?
Best Regards,
Peter John
I want to ask for guidance if anyone know to to change the default page of desk from /app/home to app/mycustompage?
What settings in ERPNext or script todo?
Best Regards,
Peter John
Hi,
There are 2 options:
System wide: System Settings > App > Default App - you can select it
Personal / User base: User > “Your Username“ > Settings > App > Default App
OR Click on your avatar icon > My Settings > App > Default App (which is same)
If your application does not show up there, you have to check your custom application’s hooks.py
link: Apps Page
Hopefully, this will solve your problem,
Alex
Thanks much! This really helped me.