erpnext-impl-hooks
Installation
SKILL.md
ERPNext Hooks - Implementation
This skill helps you determine HOW to implement hooks.py configurations. For exact syntax, see erpnext-syntax-hooks.
Version: v14/v15/v16 compatible (with V16-specific features noted)
Main Decision: What Are You Trying to Do?
┌─────────────────────────────────────────────────────────────────────────┐
│ WHAT DO YOU WANT TO ACHIEVE? │
├─────────────────────────────────────────────────────────────────────────┤
│ │
│ ► React to document events on OTHER apps' DocTypes? │
│ └── doc_events in hooks.py │
│ │
│ ► Run code periodically (hourly, daily, custom schedule)? │
│ └── scheduler_events │
│ │
Related skills