first of all erpnext has been great , but i want to develop a new module that integrate with erpnext
so i need your help, point me where t start
thanks all
page not found error!!!
Indeed there is 404 error.
Frappe/ERPNext Apps are structured more or less like this:
- The App
- Module
- DocType
- DocType
- DocType
…
- Module
- DocType
- DocType
- DocType
…
- Module
- DocType
- DocType
- DocType
…
- …
- Module
Creating App
For creating a new app, go to your frappe-bench folder and run
bench new-app YourAppName
Creating modules
For creating modules, go here:
http://yourerp.local:8000/desk#List/Module%20Def/List (Port if necessary, you know your uri)
Creating doctypes
For creating doctypes, go here:
http://yourerp.local:8000/desk#List/DocType/List
Have a look at the tutorial anyway: http://frappe.github.io/frappe/user/en/tutorial/ I found it on Google.
Hell @b3rew,
You can go through this video tutorial and user manual.
I hope below links will help you.
http://frappe.github.io/frappe/user/en/
i have installed erpnext.
i want to make a new module named Custom Packing .
and i want its icon on desk.
thank you.
Hello,
see this link for more details:
https://frappe.github.io/frappe/user/en/tutorial/new-app
If you want to set the inbuilt icon than its not big deal. But if you want to set customized icon than go through out this link:
I hope this message will help you out to close your problem.
Thank You
Could you please brief on how to create new module, the above are giving error.