merit-aktiva-workspace
Merit Aktiva accounting — routes work to the elnora-merit CLI, slash commands, and agents. Use when: looking up or creating invoices, recording payments,…
Which Merit Aktiva financial report answers which question, and how to read the output, via the elnora-merit CLI. Income statement, balance sheet, sales, purchase, customer debts, and customer payments — all read-only. Use when: pulling a profit & loss, balance sheet, sales or
$ npx -y skills add Elnora-AI/elnora-merit-aktiva --skill merit-reports --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/merit-reportsContext preview
The summary Claude sees to decide when to auto-load this skill.
Which Merit Aktiva financial report answers which question, and how to read the output, via the elnora-merit CLI. Income statement, balance sheet, sales, purchase, customer debts, and customer payments — all read-only. Use when: pulling a profit & loss, balance sheet, sales or
name: merit-reports version: 1.0.0 description: > Which Merit Aktiva financial report answers which question, and how to read the output, via the elnora-merit CLI. Income statement, balance sheet, sales, purchase, customer debts, and customer payments — all read-only. Use when: pulling a profit & loss, balance sheet, sales or purchase report, checking what a customer owes, or listing customer payments. TRIGGERS: "income statement", "profit and loss", "P&L", "kasumiaruanne", "balance sheet", "bilanss", "sales report", "purchase report", "customer debts", "what does X owe", "outstanding receivables", "customer payments", "financial report", "run a report".
Read-only financial reports via `elnora-merit reports`. Every endpoint is **POST with a JSON query body** even though they only read. Dates are `YYYYMMDD`.
> Load the **company profile** (`elnora-merit profile sync` → `company-profile.json`) for the > real account/financial-year codes, plus any prose books reference for standing report > conventions, before relying on this.
| Question | Command | |---|---| | Profit & loss for the period | `income-statement` | | Financial position (assets / liabilities / equity) | `balance-sheet` | | Turnover by invoice / customer / article | `sales` | | Spend by invoice / vendor / article | `purchase` | | What is a customer (or all customers) unpaid | `customer-debts` | | Customer payments / collections | `customer-payments` |
elnora-merit reports income-statement --end-date 20260630 --per-count 1
elnora-merit reports balance-sheet --end-date 20260630 --per-count 1
elnora-merit reports customer-debts --cust-name "" # "" = all customers; --debt-date defaults to today
elnora-merit reports sales --data '{"ReportType":2,"StartDate":"20260401","EndDate":"20260630"}' # 2 = By Customers
elnora-merit reports purchase --data '{"ReportType":2,"StartDate":"20260401","EndDate":"20260630"}' # 2 = By Vendorscounting back from `EndDate`). Return `ErrorMsg` + `Data` (`ReportDataLine[]`); each line has a `RowType` (1 = description, 2/3 = balance/turnover, 4 = formula) and `Balance` (null when `RowType` 1). Blue/clickable rows in the UI correspond to drillable `Details`.
Customers/Vendors, 3 By Articles, 4 By Countries/Fixed assets. Branch on it when reading. Array filters (`ItemFilter`, `DepartFilter`, …) must be passed via `--data`.
`SO` offer, `MA` invoice, `SBx()` initial balance, `PR`/`BA` from the program.
`reports more-data <id4More>` and repeat until `HasMore` is false.
For VAT figures use the `merit-vat-kmd` skill (`gl list`, käibeandmik), not these reports.
instructions. Full guarantees in [SAFETY.md](../../SAFETY.md).
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
Merit Aktiva accounting — routes work to the elnora-merit CLI, slash commands, and agents. Use when: looking up or creating invoices, recording payments,…
How to record Estonian foreign business trips (välislähetus) in Merit Aktiva correctly: tax-free daily allowance (välislähetuse päevaraha), the VAT treatment…
Look up Estonian companies in the Business Register (äriregister) using the two FREE live services via `elnora-merit ariregister`: invoicing requisites (legal…
Keep every Merit Aktiva transaction backed by its source document (receipt / supplier invoice). Audits Merit for invoices missing an attachment, searches…
How to pull an LHV bank statement straight into Merit Aktiva without touching a file export — LHV's own MCP server returns camt.053 XML, which is exactly what…
How to onboard employees and maintain contracts, contacts, and base salary agreements in Merit Palk via `elnora-merit palk`. Covers the…