What resources are available for users (versus developers)

I am struggling to find useful tools to do simple things like setting up automations, etc. The documentation in Frappe isn’t very helpful. Are there some other resources that show ‘playbooks’ or how to guides for some of the more basicf functions like setting up a webinar registration form w/processes, etc?

What one person thinks is basic, another believes to be unnecessary/advanced/impossible.

Frappe Framework is a low-code/no-code environment. To create customizations, you’ll need to understand the underlying structure and best practices. These are programmer skills.

ERPNext is an application built on top of Frappe Framework. Neither Frappe nor ERPNext has a doctype for webinar registration. To create one, you’ll need to understand DocTypes, fieldTypes, JavaScript, Python, etc. You’ll need to determine if your customization should be a custom app or if can/should be implemented using the front end with client scripts and server scripts.

I suggest starting with school.frappe.io

The system is vast. It requires diving in, getting your hands dirty, and then asking specific questions to get over your hurdles.

1 Like