Appearance
Recipes
Short, copy-paste solutions to shapes that come up again and again. Each recipe is 2–3 sentences of "when you need this" plus the real file(s). They're drawn from the curated erp examples patterns catalog — run that any time to see the live list, each entry pointing at a real shipped file:
bash
erp examples patterns # all
erp examples patterns --kind jobs # just the scheduled-job shapesScreens
- A searchable related-record lookup field
- A resolved reference column in a grid
- A KPI dashboard page
- A master-detail page with a child grid
Logic
Scheduled jobs (no Java)
- An N-days-before reminder job
- A cross-row aggregation into a summary entity
- A scheduled record-generation cadence
- A condition-based compliance flag
- A cross-plugin offboarding fan-out
- A per-row document artifact generator