abe9ac9d8c
* fix(git): pin LF on generated extension registry and vitest snapshots setup:extensions and vitest write these files with LF; with core.autocrlf=true git expects CRLF and flags them as phantom modifications on every dev/build run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(security): enforce MFA on mcp-oauth consent and gate viewer storno route mcp-oauth/authorize renders an HTML consent page and issues 303 redirects that withRouteContext cannot express, so it kept raw getUser() and thereby skipped the AAL2 gate: a password-only (AAL1) session could approve consent that mints a long-lived, MFA-bypassing API key. Add a route-local requireAal2() step-up on GET and POST; AAL1 sessions redirect to /mfa/verify, BankID users are exempt. Separately, POST /api/reports/vat-declaration/rc-basis-gaps/fix calls correctEntry() (storno of a posted entry) but lacked requireWrite, so viewer-role members could trigger it. Add { requireWrite: true }. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(api): route transactions endpoints through withRouteContext Migrate the transactions routes off hand-rolled supabase.auth.getUser() onto the MFA-enforcing withRouteContext wrapper; add requireWrite on mutating handlers (book, uncategorize, attach-document, ignore, batch-match, create-from-document). Behavior and response shapes preserved; tests updated to the wrapper mock pattern. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(api): route SIE import and bank reconciliation through withRouteContext Migrate import/sie and reconciliation/bank routes onto the MFA-enforcing wrapper; requireWrite on mutations (import execute, create-accounts, mappings write verbs, link/unlink/run/mark-opening-balance). Reads (status, unmatched-entries) stay ungated. Response shapes preserved; tests added/updated to the wrapper mock pattern. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(api): route salary endpoints through withRouteContext Migrate salary employees and runs routes (plus ku, payroll-config, tax-tables) onto the MFA-enforcing wrapper; requireWrite on mutations. Personnummer masking/encryption untouched; file downloads (AGI XML, payslip PDF, payment files) keep their headers. Two payment-file GETs retain requireWrite because they stamp *_file_generated_at and previously gated viewers. Tests added/updated to the wrapper mock pattern. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(api): route report endpoints through withRouteContext Migrate the read-only report routes (trial balance, balansrapport, resultatrapport, income statement, ledgers, KPI, VAT declaration, salary journal, monthly breakdown, journal register, continuity check, full archive, etc.) onto the MFA-enforcing wrapper. All read-only, no requireWrite. JSON/XLSX/PDF/ZIP response bodies and headers preserved byte-for-byte; tests updated to the wrapper mock pattern. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(api): route invoices, skatteverket, agent and extension endpoints through withRouteContext Migrate invoices, supplier-invoices, skatteverket tax-payments, and dynamic extension routes onto the MFA-enforcing wrapper with requireWrite on mutations. The two NDJSON streaming agent routes (invoke, onboarding/stream) use requireAuth() directly (the wrapper can't wrap a streaming response) so MFA is still enforced. skatteverket payment-file GET keeps requireWrite (stamps a generated-at field). Response shapes and file headers preserved; tests added/updated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(api): route documents, events, team and account endpoints through withRouteContext Migrate documents, events, kpi/preferences, vat/validate, support/contact onto the MFA-enforcing wrapper with requireWrite on mutations. account/password, team/accept and team/members use requireAuth() directly (user-level or pre-membership flows with no active company context) so MFA is still enforced. events keeps its dual API-key-or-session auth. Document retention guard untouched; tests added/updated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(api): route settings and pending-operations endpoints through withRouteContext Migrate settings (api-keys, oauth-clients, booking-templates, counterparty-templates, logo, company settings) and pending-operations (commit, bulk-commit, reject, edit-before-approve) onto the MFA-enforcing wrapper with requireWrite on mutations. Credential-guarding routes keep their per-user ownership filters. Response shapes preserved; tests added/updated to the wrapper mock pattern. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * chore(guards): ratchet raw-route-auth baseline 119->1 after A1 migration Lock in the withRouteContext migration so the count cannot regress. The single remaining entry, mcp-oauth/authorize, is a documented exception (HTML consent + redirects, MFA enforced via route-local step-up). Record the campaign and requireWrite decisions in DECISIONS.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * feat(vat): add eSKD momsdeklaration file export for "Deklarera via fil" Generate the Skatteverket eSKDUpload v6.0 XML file so users can file VAT by upload instead of typing every ruta into the form. Extract buildFiledAmounts() as the shared whole-krona source of truth (öre truncated per SFL 22 kap 1 §) so the XML file and the manual-filing PDF can never disagree. Adds the /eskd API route, an XML option in the report export menu, and the upload button on the manual-filing card. Strings in sv + en. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * feat(vat): add 'vat_settlement' source type and update related components * fix(booking): adjust search input layout and enable autofocus * fix(vat): support 12-digit org numbers and adjust emission order for eSKD file * fix(migration): add 'vat_settlement' to journal_entries.source_type CHECK --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
134 lines
6.0 KiB
TypeScript
134 lines
6.0 KiB
TypeScript
import { describe, it, expect } from 'vitest'
|
|
import { buildESkdFile } from '@/lib/reports/vat-eskd-file'
|
|
import { buildManualFilingRows } from '@/lib/reports/vat-manual-filing'
|
|
import type { VatDeclarationRutor } from '@/types'
|
|
|
|
/** All rutor zeroed; override the ones a case cares about. */
|
|
function makeRutor(overrides: Partial<VatDeclarationRutor> = {}): VatDeclarationRutor {
|
|
return {
|
|
ruta05: 0, ruta06: 0, ruta07: 0, ruta08: 0,
|
|
ruta10: 0, ruta11: 0, ruta12: 0,
|
|
ruta20: 0, ruta21: 0, ruta22: 0, ruta23: 0, ruta24: 0,
|
|
ruta30: 0, ruta31: 0, ruta32: 0,
|
|
ruta35: 0, ruta36: 0, ruta37: 0, ruta38: 0, ruta39: 0, ruta40: 0, ruta41: 0, ruta42: 0,
|
|
ruta48: 0,
|
|
ruta49: 0,
|
|
ruta50: 0, ruta60: 0, ruta61: 0, ruta62: 0,
|
|
...overrides,
|
|
}
|
|
}
|
|
|
|
const ORG = '556000-0175'
|
|
const PERIOD_END = '2025-03-31' // Q1 2025 or March 2025 → <Period>202503</Period>
|
|
|
|
describe('buildESkdFile', () => {
|
|
it('emits the eSKD header, OrgNr and Period per the SKV file spec', () => {
|
|
const xml = buildESkdFile(makeRutor({ ruta49: 0 }), { orgNumber: ORG, periodEnd: PERIOD_END })
|
|
const lines = xml.split('\r\n')
|
|
expect(lines[0]).toBe('<?xml version="1.0" encoding="ISO-8859-1"?>')
|
|
expect(lines[1]).toBe('<eSKDUpload Version="6.0">')
|
|
expect(lines[2]).toBe('<OrgNr>556000-0175</OrgNr>')
|
|
expect(lines[3]).toBe('<Moms>')
|
|
expect(lines[4]).toBe('<Period>202503</Period>')
|
|
expect(xml.endsWith('</Moms>\r\n</eSKDUpload>\r\n')).toBe(true)
|
|
})
|
|
|
|
it('maps rutor to their eSKD tags (Exempel 1: moms att betala)', () => {
|
|
const xml = buildESkdFile(
|
|
makeRutor({ ruta05: 100000, ruta10: 25000, ruta48: 1000 }),
|
|
{ orgNumber: ORG, periodEnd: '2024-01-31' },
|
|
)
|
|
expect(xml).toContain('<ForsMomsEjAnnan>100000</ForsMomsEjAnnan>')
|
|
expect(xml).toContain('<MomsUtgHog>25000</MomsUtgHog>')
|
|
expect(xml).toContain('<MomsIngAvdr>1000</MomsIngAvdr>')
|
|
expect(xml).toContain('<MomsBetala>24000</MomsBetala>')
|
|
expect(xml).toContain('<Period>202401</Period>')
|
|
})
|
|
|
|
it('omits zero rutor but always emits MomsBetala (Exempel 3: inget att deklarera)', () => {
|
|
const xml = buildESkdFile(makeRutor(), { orgNumber: ORG, periodEnd: PERIOD_END })
|
|
expect(xml).not.toContain('<ForsMomsEjAnnan>')
|
|
expect(xml).not.toContain('<MomsIngAvdr>')
|
|
expect(xml).toContain('<MomsBetala>0</MomsBetala>')
|
|
})
|
|
|
|
it('writes a refund with a leading minus and no plus sign (Exempel 2)', () => {
|
|
const xml = buildESkdFile(
|
|
makeRutor({ ruta05: 100000, ruta10: 25000, ruta48: 55000 }),
|
|
{ orgNumber: ORG, periodEnd: '2024-01-31' },
|
|
)
|
|
expect(xml).toContain('<MomsBetala>-30000</MomsBetala>')
|
|
expect(xml).not.toContain('+')
|
|
})
|
|
|
|
it('truncates öre to whole kronor (öretal faller bort), never rounds up', () => {
|
|
const xml = buildESkdFile(
|
|
makeRutor({ ruta05: 100000.99, ruta10: 25000.75, ruta48: 999.99 }),
|
|
{ orgNumber: ORG, periodEnd: PERIOD_END },
|
|
)
|
|
expect(xml).toContain('<ForsMomsEjAnnan>100000</ForsMomsEjAnnan>')
|
|
expect(xml).toContain('<MomsUtgHog>25000</MomsUtgHog>')
|
|
expect(xml).toContain('<MomsIngAvdr>999</MomsIngAvdr>')
|
|
// Net = 25000 (truncated) - 999 (truncated) = 24001.
|
|
expect(xml).toContain('<MomsBetala>24001</MomsBetala>')
|
|
})
|
|
|
|
it('emits reverse-charge and import rutor with the correct tags', () => {
|
|
const xml = buildESkdFile(
|
|
makeRutor({ ruta21: 5000, ruta30: 1250, ruta50: 10000, ruta60: 2000, ruta48: 3250 }),
|
|
{ orgNumber: ORG, periodEnd: PERIOD_END },
|
|
)
|
|
expect(xml).toContain('<InkopTjanstAnnatEg>5000</InkopTjanstAnnatEg>')
|
|
expect(xml).toContain('<MomsInkopUtgHog>1250</MomsInkopUtgHog>')
|
|
expect(xml).toContain('<MomsUlagImport>10000</MomsUlagImport>')
|
|
expect(xml).toContain('<MomsImportUtgHog>2000</MomsImportUtgHog>')
|
|
// Net = (1250 + 2000) - 3250 = 0.
|
|
expect(xml).toContain('<MomsBetala>0</MomsBetala>')
|
|
})
|
|
|
|
it('derives <Period> from the period end month for all period lengths', () => {
|
|
// Yearly räkenskapsår ending in a non-December month.
|
|
const xml = buildESkdFile(makeRutor(), { orgNumber: ORG, periodEnd: '2025-06-30' })
|
|
expect(xml).toContain('<Period>202506</Period>')
|
|
})
|
|
|
|
it('accepts an unformatted org number and normalises it', () => {
|
|
const xml = buildESkdFile(makeRutor(), { orgNumber: '5560000175', periodEnd: PERIOD_END })
|
|
expect(xml).toContain('<OrgNr>556000-0175</OrgNr>')
|
|
})
|
|
|
|
it('strips the century prefix from a 12-digit org number', () => {
|
|
const xml = buildESkdFile(makeRutor(), { orgNumber: '165560000175', periodEnd: PERIOD_END })
|
|
expect(xml).toContain('<OrgNr>556000-0175</OrgNr>')
|
|
})
|
|
|
|
it('emits the import block (rutor 50/60/61/62) BEFORE MomsIngAvdr per the SKV radnummer order', () => {
|
|
const xml = buildESkdFile(
|
|
makeRutor({ ruta48: 3250, ruta50: 10000, ruta60: 2000, ruta61: 120, ruta62: 60 }),
|
|
{ orgNumber: ORG, periodEnd: PERIOD_END },
|
|
)
|
|
const order = ['MomsUlagImport', 'MomsImportUtgHog', 'MomsImportUtgMedel', 'MomsImportUtgLag', 'MomsIngAvdr']
|
|
.map((tag) => xml.indexOf(`<${tag}>`))
|
|
expect(order.every((idx) => idx >= 0)).toBe(true)
|
|
expect([...order].sort((a, b) => a - b)).toEqual(order)
|
|
})
|
|
|
|
it('throws on an org number without exactly 10 digits', () => {
|
|
expect(() => buildESkdFile(makeRutor(), { orgNumber: '12345', periodEnd: PERIOD_END })).toThrow()
|
|
})
|
|
|
|
it('throws on a malformed period end date', () => {
|
|
expect(() => buildESkdFile(makeRutor(), { orgNumber: ORG, periodEnd: '2025-3' })).toThrow()
|
|
})
|
|
|
|
it('ties out to the PDF net for the same rutor', () => {
|
|
const rutor = makeRutor({ ruta05: 100000, ruta10: 25000, ruta11: 1200, ruta48: 3333 })
|
|
const xml = buildESkdFile(rutor, { orgNumber: ORG, periodEnd: PERIOD_END })
|
|
const pdfRows = buildManualFilingRows(rutor)
|
|
const pdfNet = pdfRows.find((r) => r.ruta === '49')!
|
|
// PDF carries the absolute value + label; XML carries the signed net.
|
|
const signedPdfNet = pdfNet.label === 'Moms att återfå' ? -pdfNet.amount : pdfNet.amount
|
|
expect(xml).toContain(`<MomsBetala>${signedPdfNet}</MomsBetala>`)
|
|
})
|
|
})
|