Hello,
I am new to Frappe. I tried to change the source code and add my new code. How can I make changes directly in the source code?
Please, I need your help. Is there any reference or documentation? Thanks in advance.
Hello,
I am new to Frappe. I tried to change the source code and add my new code. How can I make changes directly in the source code?
Please, I need your help. Is there any reference or documentation? Thanks in advance.
It is not recommended to make changes directly to Frappe app code. You can override DocType classes if you want to make changes. If you explain what changes you want to make in a bit more detail, then maybe I or someone else in the forum can help you.
https://frappeframework.com/docs/user/en/python-api/hooks#override-doctype-class
how to add my source code to my newly installed erpnext.
Can you please explain what you want to do with an example? Or, can you explain your scenario?
@ejaaz I have code in my Bitbucket repository that I want to add to a newly installed ERPNext version 13.
Do you have a custom app on Bitbucket? If so, you can use bench get-app {custom_app_git_url}
and then bench --site {sitename} install-app custom_app
.