Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Skatteverket SRU file (Swedish Tax Agency) #2

Merged
merged 6 commits into from
Apr 28, 2023

Conversation

brucify
Copy link
Owner

@brucify brucify commented Apr 28, 2023

Skatteverket specifications: SKV269_28_(2022P4).pdf

Without --sru-file:

$ cargo run -- revolut-2023.csv > tax.csv

tax.csv:

Date;Currency;Amount;Income;Cost;Net Income
2023-01-02 10:00:00;EOS;-30;394.86;-182.7450;212.1150
2023-05-06 10:00:00;EOS;-25;495.75;-152.2875;343.4625

With --sru-file:

$ cargo run -- --sru-file --sru-org-num 195012310123 revolut-2023.csv > BLANKETTER.sru

BLANKETTER.sru:

#BLANKETT K4-2023P4
#IDENTITET 195012310123 20230428 152441
#UPPGIFT 3410 55
#UPPGIFT 3411 EOS
#UPPGIFT 3412 891
#UPPGIFT 3413 335
#UPPGIFT 3414 556
#BLANKETTSLUT
#FIL_SLUT

@brucify brucify force-pushed the skatteverket-sru-file-support branch 2 times, most recently from 5e0c483 to e38fea6 Compare April 28, 2023 15:34
@brucify brucify force-pushed the skatteverket-sru-file-support branch from e38fea6 to 5ba7dea Compare April 28, 2023 15:35
@brucify brucify changed the title SRU file support for Skatteverket (Swedish Tax Agency) Support for Skatteverket SRU file (Swedish Tax Agency) Apr 28, 2023
@brucify brucify force-pushed the skatteverket-sru-file-support branch from 195136d to 007bb2b Compare April 28, 2023 20:35
@brucify brucify force-pushed the skatteverket-sru-file-support branch from 007bb2b to 252341a Compare April 28, 2023 21:21
@brucify brucify merged commit 957547d into master Apr 28, 2023
@brucify brucify deleted the skatteverket-sru-file-support branch April 29, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant