Đang tải…
Đang tải…
Issue, cancel, and fetch Hungarian invoices via the szamlazz.hu Agent API — with NAV taxpayer lookup and automatic partner cache
npx claude-code-templates@latest --command automation/szamlazzIssue, cancel (storno), and download Hungarian invoices from Claude Code using the szamlazz.hu Agent API: $ARGUMENTS
Part of the socialpro-szamlazz plugin by SocialPro — a Hungarian AI automation and digital marketing agency.
Hungarian invoicing (számlázás) via szamlazz.hu is one of the most common SaaS-driven time sinks for Hungarian SMEs. Their Agent API is XML-only and undocumented in English. This command turns invoicing into a single natural-language prompt:
"állíts ki egy 150 000 Ft-os számlát Példa Kft.-nek webfejlesztésről"
# Install the plugin
/plugin marketplace add socialproKGCMG/socialpro-plugins
/plugin install szamlazz@socialpro-plugins
# Issue an invoice
/szamlazz állíts ki egy számlát Példa Kft.-nek 150 000 Ft-ról webfejlesztésről
# Cancel an invoice
/szamlazz sztornózd a SOC-2026-0042 számlát
# Proforma / díjbekérő
/szamlazz díjbekérő Acme Ltd-nek 500 EUR-ról konzultációért
# Download PDF
/szamlazz töltsd le a SOC-2026-0042 PDF-jét
# NAV taxpayer lookup
/szamlazz ki ez a cég: 12345678-2-42
The command activates on Hungarian AND English trigger words (számla, invoice, sztornó, storno, díjbekérő, proforma, etc.). On first run it detects missing config and walks through an interactive setup:
After setup, invoices follow a strict flow:
seller.yamlAll amounts use Decimal with ROUND_HALF_UP to 2 decimals — the szamlazz.hu API rejects calculation mismatches.
The 7 most common szamlazz.hu error codes are translated into Hungarian with actionable recovery:
| Code | Meaning | Recovery |
|---|---|---|
| 3 | Auth failed | Regenerate Agent key |
| 54, 55 | e-Számla cert | Retry with eszamla=false |
| 57, 259-264 | Calc mismatch | Recalculate with Decimal |
| 136 | Unpaid balance | Pay szamlazz.hu subscription |
pip install pyyaml)