What problem does it solve?
ERPNext configuration and integration often requires juggling REST API endpoints and Docker-based bench lifecycle commands. This Skill provides a hybrid approach that blends REST data operations with lifecycle automation to configure Doctypes, master data, workflows, and integrations end-to-end on the nxz-erpnext:v16 stack (forked from frappe_docker).
Core Features & Use Cases
- Hybrid control plane: Use REST API for data operations (Company, COA, Item, Customer, Custom Field, Workflow, Webhook, Server Script) and bench CLI for lifecycle tasks (build, up, migrate, install-app, reset) that REST cannot handle.
- End-to-end ERPNext setup: Automate site provisioning, app installation, migrations, and data seeding on a local nxz fork of ERPNext.
- Use Case: Configure a full ERPNext environment including custom Doctypes and workflows and then orchestrate ongoing data synchronization via REST.
Quick Start
Bootstrap the ERPNext environment by running the hybrid REST + bench workflow to initialize the stack and verify REST endpoints.