Hi, i try create a custom signup for my custom application in frappe. I created a custom doctype with email, username, registration no etc, then i created a web form with custom signup doctype. I want to use this custom email , user name for User creation email and username , so then only new User account will be created for that user. How to link that with User doctype or how to trigger User creation with entered email id when click submit with server script. Please any one tried custom signup using webform or any way help me. Thanks
The code mentioned in this video has published on our website. ruclips.net/user/redirect?event=video_description&redir_token=QUFFLUhqbmFpOGlzZ2NTNlZOc3lrRWRaLWJXMnZhaE9uUXxBQ3Jtc0trckpDeVVJM0FjQUFTXzhDelpYMUNFbk13M2sydU1jWDRwMnliampIUFFXN0VsWGVDZWYtb2IxdXYxZ0d3Q2V3Y1M2dGtYTlV3bWx1RUFjTjFVVEtKVUVOaGpTbjVxSk5DM2ZiYnV5ZW5JdzRCWWp5Zw&q=https%3A%2F%2Fcloud.erpgulf.com%2Fblog%2Fblogs%2Fclient-script-server-script-system-console-examples-and-walthroughs-for-beginners&v=hDZREQN9eZg
Thank you very much for sharing this video. It's really helpful for understanding erpnext. Especially for me, a beginner.
Thanks a lot. May Allah bless you.
Hi,
Can you also show how to do a datepicker limit for date field on a child table?
Thank you
hello, how to custom server_script on file?, for example i can edit client_script on file at doctype/orders/orders.js
Hi,
What screen draw or annotation software, are you using for your videos?
Screenbrush.
How do I import external libraries like pandas, os etc while writing server script?
You can not do it on server script, it is restricted for security reasons. You can import those and write script on .py files only
Hi, i try create a custom signup for my custom application in frappe. I created a custom doctype with email, username, registration no etc, then i created a web form with custom signup doctype. I want to use this custom email , user name for User creation email and username , so then only new User account will be created for that user. How to link that with User doctype or how to trigger User creation with entered email id when click submit with server script. Please any one tried custom signup using webform or any way help me. Thanks
The code mentioned in this video has published on our website. ruclips.net/user/redirect?event=video_description&redir_token=QUFFLUhqbmFpOGlzZ2NTNlZOc3lrRWRaLWJXMnZhaE9uUXxBQ3Jtc0trckpDeVVJM0FjQUFTXzhDelpYMUNFbk13M2sydU1jWDRwMnliampIUFFXN0VsWGVDZWYtb2IxdXYxZ0d3Q2V3Y1M2dGtYTlV3bWx1RUFjTjFVVEtKVUVOaGpTbjVxSk5DM2ZiYnV5ZW5JdzRCWWp5Zw&q=https%3A%2F%2Fcloud.erpgulf.com%2Fblog%2Fblogs%2Fclient-script-server-script-system-console-examples-and-walthroughs-for-beginners&v=hDZREQN9eZg