Hi Community,
I want to render my own coded html web pages in place of erpnext design. Is there any way for rendering own designs?
Thanks.
Hi Community,
I want to render my own coded html web pages in place of erpnext design. Is there any way for rendering own designs?
Thanks.
Maybe if you give some example of your own coded html web pages by sharing the code, some one could reply or get some context of your use case
For #desk:
<html>
<h2>Welcome to the desk</h2>
<a href="#"><button>Accounts</button></a>
</html>
Result:
@progShubham Create new page in page list called dashbord for example
Then edite auth.py
frappe.local.response[“home_page”] = “/desk#dashbord”