erpnext-impl-jinja
Installation
SKILL.md
ERPNext Jinja Templates - Implementation
This skill helps you determine HOW to implement Jinja templates. For exact syntax, see erpnext-syntax-jinja.
Version: v14/v15/v16 compatible (with V16-specific features noted)
Main Decision: What Are You Trying to Create?
┌─────────────────────────────────────────────────────────────────────────┐
│ WHAT DO YOU WANT TO CREATE? │
├─────────────────────────────────────────────────────────────────────────┤
│ │
│ ► Printable document (invoice, PO, report)? │
│ ├── Standard DocType → Print Format (Jinja) │
│ └── Query/Script Report → Report Print Format (JavaScript!) │
│ │
│ ► Automated email with dynamic content? │
│ └── Email Template (Jinja) │
Related skills