diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-19 00:01:25 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-19 00:01:25 +0200 |
| commit | 678d9a58be42c9375511c402642fd621029172c5 (patch) | |
| tree | 6bbaa23c06b92767caf1f188d1f731f4a593054d /docs | |
| parent | 49e44668c14abacef17f0f11be39cbd0faa7ecb9 (diff) | |
| download | bokf-678d9a58be42c9375511c402642fd621029172c5.tar.gz bokf-678d9a58be42c9375511c402642fd621029172c5.zip | |
sru: INK2 report view in the TUI; voucher list tweaksv0.1.31
sru.export now returns the emitted fields as ink2/ink2r/ink2s arrays
plus from/to, so Rapporter -> Inkomstdeklaration (INK2/SRU) renders the
declaration as a table with the official fältnamn before saving; unmapped
accounts are listed in the view.
The voucher list puts the verifikat id before the date, widens the column
gaps and adds an inner margin.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/PROTOCOL.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/PROTOCOL.md b/docs/PROTOCOL.md index b864d10..20617db 100644 --- a/docs/PROTOCOL.md +++ b/docs/PROTOCOL.md @@ -405,7 +405,9 @@ via the official BAS ranges; INK2S takes the derived årets resultat and skatt plus `adjustments[]{code,amount_ore}` for manual tax adjustments and computes 7670/7770; INK2 carries 7104/7114 and the optional 8040-8045 flags. Non-zero accounts without a mapping abort with `INVALID_ARGS` -unless `ignore_unmapped:true`. +unless `ignore_unmapped:true`. The result also carries `from`/`to` and the +emitted whole-krona fields for display: `ink2[]`, `ink2r[]`, `ink2s[]` with +`{code,amount}`, plus `unmapped[]` when `ignore_unmapped` was used. `report.vat_eskd` builds Skatteverket's `eSKDUpload` Version 6.0 XML for the period ending at `to` (whole kronor, öre truncated |
