feat(vat): add per-account declaration treatments (#1588)

Closes #1457
This commit is contained in:
Mattsson
2026-08-13 17:03:35 +02:00
committed by GitHub
parent 7881f757a9
commit d02fd82191
32 changed files with 1196 additions and 253 deletions
+1
View File
@@ -1734,6 +1734,7 @@ export interface BASAccount {
// Per-account default VAT rate for booking lines (0/0.06/0.12/0.25).
// null = no default (line keeps its own rate). Öresavrundning (3740) = 0.
default_vat_rate: number | null
default_vat_treatment: import('@/lib/vat/account-vat-treatment').AccountVatTreatment | null
description: string | null
sru_code: string | null
k2_excluded: boolean