Steps to add new module to ERPNext

Hi friends, I am new to ERPNext and also I am new to python, my domain was Java Spring and Hibernate. I have successfully downloaded and installed ERPNext on my system. Now I want to add new module ‘Complaints’ in my ERPNext instance. I am ready to learn python as well as I want to learn the working flow of Frappe. So can you please explain what are all the steps which has to be followed by me to add new module in existing ERPNext. Hope you guys can help me. Thank you

Hi,
Just go through following link:-
It will be helpful for you

http://frappe.github.io/frappe/user/en/

Make sure you have developer mode 1.before creating new module

@shamsheer Welcome to forum.

To start development refer ,

Developer Document : http://frappe.github.io/frappe/user/en/

Developer Video : Session 1: Creating an App - YouTube

You can create new module via Module Def

1 Like

Can you please tell me what is this???

Hi,
Please check…

https://frappe.github.io/frappe/user/fr/guides/app-development/how-enable-developer-mode-in-frappe.html

1 Like

Thank you for your information.:slight_smile:

Thank you :slight_smile: