diff options
Diffstat (limited to 'docs/PROTOCOL.md')
| -rw-r--r-- | docs/PROTOCOL.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/PROTOCOL.md b/docs/PROTOCOL.md index b8ec759..e3e629b 100644 --- a/docs/PROTOCOL.md +++ b/docs/PROTOCOL.md @@ -367,6 +367,7 @@ vouchers at posting time (`attachment_ids`) or afterwards via | `report.general_ledger` | `fiscal_year`, `accounts?`, `from?`, `to?` | huvudbok | | `report.voucher_list` | `fiscal_year`, `series?` | grundbok/verifikationslista | | `report.vat` | `from`, `to`, `period_type?` | momsdeklaration ruta för ruta | +| `report.vat_eskd` | `from`, `to`, `upplysning?` | eSKD XML (ISO-8859-1) as `content_base64` | All reports are pure reads, respect locks, and return JSON rows. Amounts are öre. `report.general_ledger` (huvudbok) returns account blocks: @@ -379,7 +380,12 @@ All reports are pure reads, respect locks, and return JSON rows. Amounts are "to","last_voucher":{...},"vouchers":[{"id","series","number","date", "description","rows":[{"account","name","debit_ore","credit_ore", "description"}]}],"totals":{"debit_ore","credit_ore"}}` and takes an -optional `series` filter. Both cover the whole fiscal year; the ledger's +`series` filter. `report.vat_eskd` builds Skatteverket's `eSKDUpload` +Version 6.0 XML for the period ending at `to` (whole kronor, öre truncated +like the blankett; box 48 positive as filed) and returns `{"org_nr", +"period","from","to","filename","sha256","size","content_base64"}`; the +bytes are ISO-8859-1, so write them verbatim to a `.xml` file. Both cover +the whole fiscal year; the ledger's period can be narrowed with `from`/`to`. `report.vat` returns `{"from","to","boxes":[{"box":"05","label":"...","amount_ore":...}],"note"}`. Rules sharing a box are summed into a single entry. `box 49` is the sum of the moms boxes (`10`,`11`,`12`,`30`,`31`,`32`,`48`,`60`,`61`,`62`), so box 48 |
