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,…
How to read data out of Merit Palk via `elnora-merit palk` — the salary & hours report, the general-ledger batch (to post payroll into accounting), and the vacation obligation balance. All read-only POST queries. Use when: pulling the salaries & working-hours report, getting the
$ npx -y skills add Elnora-AI/elnora-merit-aktiva --skill merit-palk-reports --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/merit-palk-reportsContext preview
The summary Claude sees to decide when to auto-load this skill.
How to read data out of Merit Palk via `elnora-merit palk` — the salary & hours report, the general-ledger batch (to post payroll into accounting), and the vacation obligation balance. All read-only POST queries. Use when: pulling the salaries & working-hours report, getting the
name: merit-palk-reports version: 1.0.0 description: > How to read data out of Merit Palk via `elnora-merit palk` — the salary & hours report, the general-ledger batch (to post payroll into accounting), and the vacation obligation balance. All read-only POST queries. Use when: pulling the salaries & working-hours report, getting the GL journal for a payroll month to post into Aktiva/another ledger, or checking an employee's unused vacation days. TRIGGERS: "salary report", "hours report", "payroll report", "salaries and working hours", "GL batch", "general ledger", "payroll journal", "post payroll to accounting", "vacation balance", "unused vacation days", "vacation obligation", "puhkusejääk", "puhkusekohustus".
Endpoints: `palk salary-report` (getsalaryreport), `palk gl get` (getglbatch), `palk vacation balance` (getvacoblig). All POST queries, no writes. Lists return at most 100 rows.
elnora-merit palk salary-report --start-date 2026-06-01 --end-date 2026-06-30 elnora-merit palk salary-report --start-date 2026-06-01 --end-date 2026-06-30 \ --language EN --sort-option 3 --output table \ --fields EmployeeFullName,SalaryTypeName,Month6,Sum,TotalSum
translations). `--sort-option` 1 salary groups · 2 alphabet · 3 accounting month.
Department, CostCenter, Project, EmployerUnempInsurance, SocialTax, VacationReserve, TotalSum.
Use this to post the month's payroll into your accounting ledger (e.g. as a manual GL entry in Merit Aktiva — see the `merit-payments-bank` / GL skills there).
elnora-merit palk gl get --month 202606 elnora-merit palk gl get --month 202606 --output table --fields AccountCode,Debit,Credit,DocNo
Credit, ProjectCode, CostCenterCode, DocNo, BatchDate, and an `EntryRow` array. Accounts/ departments/projects must exist in the company database for the codes to resolve.
elnora-merit palk vacation balance --contract-code 39001011234 --date 2026-06-30
balance date (`YYYY-MM-DD`). Both required.
(extended-vacation portion), `DaysExpired`, `DaysAcquired`, `DaysObligations`, `AdDaysAcquired`, `AdDaysObligations`. The logic is: liability days − acquired − expired = unused. Same figure as Merit Palk → Absences → Detailed vacation liability report.
still show; confirm what's been paid if it matters.
See [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…