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 configure per-employee payroll settings and dimensions in Merit Palk via `elnora-merit palk` — basic exemption (tax-free income) usage, vacation liability rate, reduced work capacity, and department/cost-centre/project dimensions. All POST writes. Use when: setting an
$ npx -y skills add Elnora-AI/elnora-merit-aktiva --skill merit-palk-settings --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/merit-palk-settingsContext preview
The summary Claude sees to decide when to auto-load this skill.
How to configure per-employee payroll settings and dimensions in Merit Palk via `elnora-merit palk` — basic exemption (tax-free income) usage, vacation liability rate, reduced work capacity, and department/cost-centre/project dimensions. All POST writes. Use when: setting an
name: merit-palk-settings version: 1.0.0 description: > How to configure per-employee payroll settings and dimensions in Merit Palk via `elnora-merit palk` — basic exemption (tax-free income) usage, vacation liability rate, reduced work capacity, and department/cost-centre/project dimensions. All POST writes. Use when: setting an employee's tax-free income usage, creating a vacation liability rate, recording reduced/decreased work capacity (social-tax relief), or adding a dimension code. TRIGGERS: "basic exemption", "tax-free income", "maksuvaba tulu", "tax free", "vacation liability", "vacation days per year", "puhkusekohustus", "reduced work capacity", "decreased work capacity", "töövõimetus", "social tax relief", "dimension", "department", "cost center", "project", "osakond", "kulukoht", "projekt".
Per-employee setting writes plus dimension creation. Endpoints: `palk tax-free set` (sendtaxfree), `palk vacation set-liability` (sendvacoblig), `palk reduced-capacity set` (sendincapacitypension), `palk dimensions set` (senddimensions). All POST. **No API delete/update** — corrections are manual in Merit Palk. For the per-employee setting rows (tax-free, vacation liability, reduced capacity) a new row with a later `StartDate` supersedes the previous one — existing rows are never rewritten. (Dimensions are the exception: re-sending an existing `Code` edits it — see below.)
elnora-merit palk tax-free set --data '{
"PersonalCode": "39001011234",
"StartDate": "2026-01-01",
"TaxFreeUsageOption": 1
}'`2` limited amount → also set `MaxSum` · `3` no usage). Optional `SurName`, `FirstName`.
given `StartDate`, the setting is **not** imported (to avoid tax recalculation). With no setting at all, Merit treats the employee as option `3` (no basic exemption).
elnora-merit palk vacation set-liability --data '{
"ContractCode": "39001011234",
"StartDate": "2026-01-01",
"Days": 28,
"InitBalance": 5.00
}'`InitBalance` = opening unused-days balance. `ReservePercent` = the employee's personal vacation-reserve % (omit to use the company-wide setting from Merit Palk → Settings → Chart of accounts). `StartDate` must not equal any existing setting's start date.
elnora-merit palk reduced-capacity set --data '{
"PersonalCode": "39001011234",
"StartDate": "2026-01-01", "EndDate": "2026-12-31",
"DecreaseSocTax": true,
"InitBalance": 0.00
}'relief for reduced/decreased work capacity. `InitBalance` = extended-vacation opening balance.
Create or edit the codes that salary/employee rows reference (`DepartmentCode`, `CCCode`, `ProjectCode`). Set these up **before** you reference them on a contract or salary row.
elnora-merit palk dimensions set --data '{
"Type": 0, "Code": "ADMIN", "Name": "Administration"
}'`Name` (Str 128), optional `EndDate`. Re-sending an existing `Code` edits it.
never rewrites; use a new date to supersede.
`dimensions set` (or in the UI) — it's ignored on the row.
with the user before `set`. Prefer a test company first.
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…