I just created an erpnext site with --setup production. And I want to try some tests to modify top header layout/html, not python scripts. How to do this?
Do I need to enter developer mode to do this?
Anybody can help to give clear steps as I’m not familiar with Linux and still a newbie with frappe. I want to look inside the development environment of erpnext.
@rmehta, cannot find frappe/public…do you mean ~/frappe-bench/apps/erpnext/erpnext/public/js ??
There are many js files, which js file to modify top header?
Using v5, I want to change ‘ERPNext’ text as ‘HOME’ and disable links on top right to show only logout linkbutton for end-user?
Before I also modified directly ~sites/assets/js/desk.min.js to remove some links on top-right-bar. But it’s rebuilt back to original after run bench watch.
Do you know where to edit this? i.e. I want to remove ‘View Website’ on top-right-menu under user-name…
We are trying to achieve something similar but not removing ERPNext.
We are trying to add ‘Report to IT Helpdesk’ so our clients can report “issues” to us before we seek ERPNext’s help if it is indeed really an issue.
If I were to edit the conf.js at /home/frappe/frappe-bench/apps/erpnext/erpnext/public/js, it will have implications at next update. How could I perform this customization?