/merit-invoices
List, find, or inspect Merit Aktiva sales/purchase invoices
> /plugin marketplace add Elnora-AI/elnora-merit-aktiva > /plugin install merit-aktiva-workspace@elnora-merit-aktiva
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/merit-invoices
Context preview
What this command does when you run it.
List, find, or inspect Merit Aktiva sales/purchase invoices
Command definition
merit-invoices.mdname: merit-invoices description: List, find, or inspect Merit Aktiva sales/purchase invoices argument-hint: "[period or invoice no or customer]" allowed-tools: Bash, Read
Merit Invoices
Look up invoices in Merit Aktiva for: **{{args}}**
Run
Pick the query that matches the request (all output JSON for parsing):
# Sales invoices over a period (max 3 months). Add --unpaid for open items. elnora-merit sales-invoices list --period-start <YYYY-MM-DD> --period-end <YYYY-MM-DD> --output json # Find a sales invoice by number or customer (no period needed) elnora-merit sales-invoices find --inv-no "<no>" elnora-merit sales-invoices find --cust-name "<name>" # Full detail of one invoice (by SIHId) elnora-merit sales-invoices get <SIHId> # Purchase invoices elnora-merit purchase-invoices list --period-start <YYYY-MM-DD> --period-end <YYYY-MM-DD>
Use `elnora-merit sales-invoices --help` / `purchase-invoices --help` for all flags.
Present
Render as a table: invoice no, date, customer/vendor, total, paid status. Total any amounts the user asked about. Flag unpaid/overdue items.
Don't
- Don't span more than 3 months in one `list` (Merit rejects it) — page by quarter.
- Don't mutate anything — creating/sending is `merit-invoice-creator`; deleting needs explicit `--yes`.
Do your Merit Aktiva accounting from the command line — or let Claude Code do it for you. Merit Aktiva is Estonia's cloud accounting platform.
Repo: Elnora-AI/elnora-merit-aktiva
Other commands on merit-aktiva-workspace.
merit-profile
Sync or show the company profile — this account's real chart of accounts, banks, VAT codes, and financial years
merit-reconcile
Preview or check the status of Stripe → Merit payout reconciliation (read-only)
merit-reports
Pull Merit Aktiva financial reports (P&L, balance sheet, debts, sales/purchase)

