Vendion exports two types of files – one for bookkeeping (SIE) and one for Swedish Tax Authority audits (XML journal). They're used by different recipients on different occasions.
SIE (Standard Import/Export from SIE Gruppen) is the Swedish standard for moving accounting data between systems. All major bookkeeping software reads it:
Vendion exports SIE Type 4 – the modern, complete format with chart of accounts, transactions and metadata. File extension: .se.
#FLAGGA 0
#FORMAT PC8
#SIETYP 4
#PROGRAM "Vendion POS" "1.0"
#GEN 20260419 (Generated date)
#FNAMN "Bistro Vega AB" (Company name)
#ORGNR 5593514788 (Organization number)
#RAR 0 20260101 20261231 (Financial year)
#KPTYP BAS (Chart – BAS 2024)
#KONTO 1580 "Card receivables"
#KONTO 2610 "Output VAT 25%"
#KONTO 2620 "Output VAT 12%"
#KONTO 3001 "Food revenue 12%"
#KONTO 3003 "Alcohol revenue 25%"
#KONTO 3740 "Öres rounding"
#VER "Z" 1 20260419 "Z-report #1"
{
#TRANS 1580 {} 10000 "Card receivables"
#TRANS 3001 {} -7143 "Food revenue"
#TRANS 3003 {} -1600 "Alcohol revenue"
#TRANS 2620 {} -857 "Output VAT 12%"
#TRANS 2610 {} -400 "Output VAT 25%"
}
#VER "Z" 2 20260420 "Z-report #2"
{
...
}
Each Z report becomes its own voucher (#VER) with series Z and a running number. Transaction lines (#TRANS) state the account, dimension, amount and description. All amounts are in SEK with two decimals (Vendion converts from internal öre).
vendion_bokforing_[restaurant_name]_[year].se or ..._[year-month].se for monthly exportPer-voucher structure: Vendion exports one voucher per Z report, but you can also export individual invoice vouchers and other special events (gift card issuance, chain intercompany).
Accountant's workflow:
.se file from you (via email or shared folder)Common issues:
Detailed articles in the Bookkeeping module:
Beyond SIE, Vendion can generate an XML export file of the journal memory – what Skatteverket reads during an audit.
Contents:
Generation: On demand via Vendion support (e.g. before or during a Skatteverket visit).
Requirements met:
Q: How often should I export SIE? A: Monthly is the best routine – send to the accountant after the final Z report of the month.
Q: Can I import the same SIE twice? A: Yes but you get duplicate vouchers. Use period markers in the accountant's system.
Q: What if I forget to export a whole year? A: No problem – the file is always built from Vendion's accounting vouchers. You can export backwards in time any time.
Q: Skatteverket asked for an XML – what do I do? A: Contact support@vendion.com, we'll send the XML file for the requested period.
Q: Do I need SIE if we use the Fortnox direct integration? A: The direct integration (planned May 2026) pushes vouchers directly – SIE export then becomes just a backup.
This feature is part of Vendion POS.
Curious how it looks in practice? Read more about the product or book a short demo.
Was this article helpful?