I have installed erpnext in ubuntu. However, when I edit the source code, it’s not reflecting in frontend.
Can you please advise how we can edit the code pack.
Thumb rule of good erpnext coding. You don’t make any changes to the core. You create your app and through that override the core. This way you can update core whenever the Frappe team releases. Have you done bench migrate
and bench clear-cache
?
I’m gonna assume you’re in production.
Run bench restart
after you make any changes.
As @Muzzy said, it’s best you make changes via a custom app. Else updating will not be as smooth.
Thank you so much!!
I wanted to make changes in json file, so how I can override in custom app.