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

Swedish COA #952

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 134 additions & 0 deletions fixtures/verified/sv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
{
"countryCode": "se",
"name": "Sverige - BAS Minimikontoplan",
"tree": {
"Tillgångar": {
"Immateriella anläggningstillgångar": {
"accountType": "Fixed Asset"
},
"Byggnader och markanläggningar": {
"accountType": "Fixed Asset"
},
"Mark": {
"accountType": "Fixed Asset"
},
"Maskiner och inventarier": {
"accountType": "Fixed Asset"
},
"Finansiella anläggningstillgångar": {
"accountType": "Fixed Asset"
},
"Varulager": {
"accountType": "Stock"
},
"Kundfordringar": {
"accountType": "Receivable"
},
"Övriga fordringar": {
"accountType": "Receivable"
},
"Kassa och bank": {
"Kassa": {
"accountType": "Cash"
},
"Bank": {
"accountType": "Bank"
}
}
},
"Eget kapital och Skulder": {
"Eget kapital": {
"accountType": "Equity"
},
"Långfristiga Skulder": {
"Checkräkningskredit": {
"accountType": "Payable"
},
"Övriga Långfristiga Skulder": {
"accountType": "Payable"
}
},
"Kortfristiga skulder till kreditinstitut, kunder och leverantörer": {
"Leverantörsskulder": {
"accountType": "Payable"
}
},
"Moms och punktskatter": {
"Utgående Moms, 25%": {
"accountType": "Tax"
},
"Utgående Moms, 12%": {
"accountType": "Tax"
},
"Utgående Moms, 6%": {
"accountType": "Tax"
},
"Ingående Moms": {
"accountType": "Tax"
},
"Redovisningskonto för moms": {
"accountType": "Tax"
}
},
"Övriga skulder": {
"accountType": "Payable"
},
"Periodiseringsfonder": {
"accountType": "Equity"
},
"Expansionsfond": {
"accountType": "Equity"
},
"Ersättningsfonder": {
"accountType": "Equity"
},
"Insatsemission, skogskonto, upphovsmannakonto, avbetalningsplan på skog och dylikt.": {
"accountType": "Equity"
}
},
"Rörelsens inkomster/intäkter": {
"Huvudintäkter": {
"Försäljning inom Sverige": {
"accountType": "Income Account"
}
},
"Momsfria intäkter": {
"Försäljning av varor utanför Sverige": {
"accountType": "Income Account"
}
},
"Försäljning VMB och omvänd moms": {
"accountType": "Income Account"
},
"Intäktskorrigeringar": {
"accountType": "Income Account"
},
"Övriga rörelseintäkter": {
"accountType": "Income Account"
},
"Ränteintäkter": {
"accountType": "Income Account"
}
},
"Kostnader": {
"Inköp av varor från Sverige": {
"accountType": "Cost of Goods Sold"
},
"Övriga externa kostnader": {
"accountType": "Expense Account"
},
"Löner till kolektivanställda": {
"accountType": "Expense Account"
},
"Räntekostnader för långfristiga skulder": {
"accountType": "Expense Account"
},
"Avskrivningar och nedskrivningar av byggnader och markanläggningar": {
"accountType": "Depreciation"
},
"Avskrivningar och nedskrivningar av maskiner och inventarier och immateriella tillgångar": {
"accountType": "Depreciation"
}
}
}
}
Loading