frappe-doctype-form-view
Installation
SKILL.md
Frappe DocType Form Controller (.js)
See frappe-doctype-schema for the .json schema.
See frappe-doctype-controller for the .py server controller.
See frappe-doctype-list-view for the _list.js list view controller.
See frappe-doctype-tests for writing DocType controller Python tests.
See frappe-js-api for full option tables on frappe.call, frappe.db.*, dialogs, datetime, and all other globals.
Full per-hook details: REFERENCE.md.
Common use-case examples: EXAMPLES.md.