saft 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,54 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- edited with XMLSpy v2014 sp1 (x64) (http://www.altova.com) by Geir Ove Klefsåsvold (Visma Software International AS) -->
3
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" attributeFormDefault="unqualified" vc:minVersion="1.1">
4
+ <xs:element name="StandardAccounts">
5
+ <xs:annotation>
6
+ <xs:documentation>General Ledger Standard Accounts for use in Norwegian SAF-T</xs:documentation>
7
+ </xs:annotation>
8
+ <xs:complexType>
9
+ <xs:sequence>
10
+ <xs:element name="Account" maxOccurs="unbounded">
11
+ <xs:annotation>
12
+ <xs:documentation>GL Accounts</xs:documentation>
13
+ </xs:annotation>
14
+ <xs:complexType>
15
+ <xs:sequence>
16
+ <xs:element name="AccountID">
17
+ <xs:annotation>
18
+ <xs:documentation>GL AccountID - 2 or 4 characters.</xs:documentation>
19
+ </xs:annotation>
20
+ <xs:simpleType>
21
+ <xs:restriction base="xs:string">
22
+ <xs:minLength value="2"/>
23
+ <xs:maxLength value="4"/>
24
+ </xs:restriction>
25
+ </xs:simpleType>
26
+ </xs:element>
27
+ <xs:element name="Description" maxOccurs="unbounded">
28
+ <xs:annotation>
29
+ <xs:documentation>GL Account name/description.</xs:documentation>
30
+ </xs:annotation>
31
+ <xs:complexType>
32
+ <xs:simpleContent>
33
+ <xs:extension base="xs:string">
34
+ <xs:attribute name="ISOLanguageCode">
35
+ <xs:annotation>
36
+ <xs:documentation>Three-letter language code according to ISO 639-3 standared. Example: NOB for Norwegian.</xs:documentation>
37
+ </xs:annotation>
38
+ <xs:simpleType>
39
+ <xs:restriction base="xs:string">
40
+ <xs:length value="3"/>
41
+ </xs:restriction>
42
+ </xs:simpleType>
43
+ </xs:attribute>
44
+ </xs:extension>
45
+ </xs:simpleContent>
46
+ </xs:complexType>
47
+ </xs:element>
48
+ </xs:sequence>
49
+ </xs:complexType>
50
+ </xs:element>
51
+ </xs:sequence>
52
+ </xs:complexType>
53
+ </xs:element>
54
+ </xs:schema>
@@ -0,0 +1,75 @@
1
+ AccountID;DescriptionNOB;DescriptionENG
2
+ 10;"Immaterielle eiendeler o.l.";"Intangible assets etc"
3
+ 11;"Tomter, bygninger og annen fast eiendom";"Land, buildings and other real property"
4
+ 12;"Transportmidler, inventar, maskiner o.l. ";"Means of transport, fixtures and fittings, machinery etc."
5
+ 13;"Finansielle anleggsmidler";"Financial fixed assets"
6
+ 14;"Varelager og forskudd til leverandører";"Inventory (stocks) and prepayments to suppliers"
7
+ 15;"Kortsiktige fordringer";"Short-term receivables"
8
+ 16;"Merverdiavgift, opptjente offentlige tilskudd o.l. ";"VAT (value-added tax), earned public grants etc."
9
+ 17;"Forskuddsbetalt kostnad, påløpt inntekt o.l. ";"Prepaid expenses, accrued income etc."
10
+ 18;"Kortsiktige finansinvesteringer";"Short-term financial investments"
11
+ 19;"Kontanter, bankinnskudd o.l.";"Cash in hand, bank deposits etc."
12
+ 20;"Egenkapital AS/ASA / Egenkapital andre foretak (inkl. samvirkeforetak)";"Equity, limited liability companies / Equity, other enterprises (including cooperative societies)"
13
+ 21;"Avsetning for forpliktelser";"Provisions for liabilities and charges"
14
+ 22;"Annen langsiktig gjeld";"Other long-term liabilities"
15
+ 23;"Kortsiktige konvertible lån, obligasjonslån og gjeld til kredittinstitusjoner";"Short-term convertible loans, bond loans and liabilities to financial institutions"
16
+ 24;"Leverandørgjeld";"Trade creditors"
17
+ 25;"Betalbar skatt";"Tax payable"
18
+ 26;"Skattetrekk og andre trekk";"Tax withholding and other deductions"
19
+ 27;"Skyldige offentlige avgifter";"Public duties payable"
20
+ 28;"Utbytte";"Dividends"
21
+ 29;"Annen kortsiktig gjeld";"Other current liabilities"
22
+ 30;"Salgsinntekt, avgiftspliktig";"Sales revenue, subject to VAT"
23
+ 31;"Salgsinntekt, avgiftsfri";"Sales revenue, not subject to VAT"
24
+ 32;"Salgsinntekt, unntatt avgiftsplikt";"Sales revenue, outside of VAT area"
25
+ 33;"Offentlig avgift vedrørende omsetning";"Government fees and taxes related to sales"
26
+ 34;"Offentlig tilskudd/refusjon";"Public grants/refunds"
27
+ 35;"Uopptjent inntekt";"Unearned income"
28
+ 36;"Leieinntekt";"Rental income"
29
+ 37;"Provisjonsinntekt";"Commission income"
30
+ 38;"Gevinst ved avgang av anleggsmidler (konto 380-384 samt 388-389). Verdiendring (konto 385-389).";"Profit on the sale of fixed assets (accounts 380-384 and 388-389). Change in value (accounts 385-389)."
31
+ 39;"Annen driftsrelatert inntekt";"Other operational income"
32
+ 40;"Forbruk av råvarer og innkjøpte halvfabrikata";"Consumption of raw materials and semi-manufactures"
33
+ 41;"Forbruk av varer under tilvirkning";"Consumption of work in progress"
34
+ 42;"Forbruk av ferdig tilvirkede varer";"Consumption of finished manufactured goods"
35
+ 43;"Forbruk av innkjøpte varer for videresalg";"Consumption of goods purchased for resale"
36
+ 45;"Fremmedytelse og underentreprise";"External services and subcontracts"
37
+ 46;"Annen varekostnad";"Other consumption of goods"
38
+ 49;"Annen periodisering";"Other accruals"
39
+ 50;"Lønn til ansatte";"Wages and salaries to employees"
40
+ 52;"Fordel i arbeidsforhold";"Benefit of employment"
41
+ 53;"Annen opplysningspliktig godtgjørelse";"Other reportable remuneration"
42
+ 54;"Arbeidsgiveravgift og pensjonskostnad";"Employers’ national insurance contributions and pension costs"
43
+ 55;"Annen kostnadsgodtgjørelse";"Other expense allowances"
44
+ 56;"Arbeidsgodtgjørelse til eiere o.l. ";"Labour remuneration to owners etc."
45
+ 57;"Offentlig tilskudd vedrørende arbeidskraft";"Public work grant"
46
+ 58;"Offentlig refusjon vedrørende arbeidskraft";"Public refunds related to labour"
47
+ 59;"Annen personalkostnad";"Other personnel costs"
48
+ 60;"Av- og nedskrivning";"Depreciation and write-downs"
49
+ 61;"Frakt og transportkostnad vedrørende salg";"Freight and transport costs related to sales"
50
+ 62;"Energi, brensel og vann vedrørende produksjon";"Energy, fuel and water related to production"
51
+ 63;"Kostnad lokaler";"Costs related to premises"
52
+ 64;"Leie maskiner, inventar, o.l. ";"Rental of machinery, fixtures, fittings etc."
53
+ 65;"Verktøy, inventar og driftsmateriale som ikke skal aktiveres";"Tools, fixtures, fittings and operating materials that are not to be capitalised"
54
+ 66;"Reparasjon og vedlikehold ";"Repair and maintenance"
55
+ 67;"Fremmed tjeneste";"External services"
56
+ 68;"Kontorkostnad, trykksak o.l. ";"Office costs, printed matter etc."
57
+ 69;"Telefon og porto o.l. ";"Telephone and postage etc."
58
+ 70;"Kostnad transportmidler";"Costs related to means of transport"
59
+ 71;"Kostnad og godtgjørelse for reise, diett, bil, o.l. ";"Costs and allowances for travel, subsistence, car etc."
60
+ 72;"Provisjonskostnad";"Commission charges"
61
+ 73;"Salgs-, reklame- og representasjonskostnader";"Selling-, advertising- and entertainment expenses"
62
+ 74;"Kontingent og gave";"Membership dues and gifts"
63
+ 75;"Forsikringspremie, garanti- og servicekostnad";"Insurance premiums, guarantee and service costs"
64
+ 76;"Lisens- og patentkostnad";"Licence- and patent costs"
65
+ 77;"Annen kostnad";"Other expenses"
66
+ 78;"Tap o.l. ";"Losses etc."
67
+ 79;"Periodiseringskonto";"Accruals account"
68
+ 80;"Finansinntekt";"Financial income"
69
+ 81;"Finanskostnad";"Financial expenses"
70
+ 83;"Skattekostnad på ordinært resultat";"Tax on ordinary result"
71
+ 84;"Ekstraordinær inntekt";"Extraordinary income"
72
+ 85;"Ekstraordinær kostnad ";"Extraordinary expenses"
73
+ 86;"Skattekostnad på ekstraordinært resultat";"Tax on extraordinary result"
74
+ 88;"Årsresultat";"Net profit or loss for the year"
75
+ 89;"Overføringer og disponeringer";"Transfers and allocations"
@@ -0,0 +1,373 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <StandardAccounts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="General_Ledger_Standard_Accounts.xsd">
3
+ <Account>
4
+ <AccountID>10</AccountID>
5
+ <Description ISOLanguageCode="NOB">Immaterielle eiendeler o.l.</Description>
6
+ <Description ISOLanguageCode="ENG">Intangible assets etc</Description>
7
+ </Account>
8
+ <Account>
9
+ <AccountID>11</AccountID>
10
+ <Description ISOLanguageCode="NOB">Tomter, bygninger og annen fast eiendom</Description>
11
+ <Description ISOLanguageCode="ENG">Land, buildings and other real property</Description>
12
+ </Account>
13
+ <Account>
14
+ <AccountID>12</AccountID>
15
+ <Description ISOLanguageCode="NOB">Transportmidler, inventar, maskiner o.l.</Description>
16
+ <Description ISOLanguageCode="ENG">Means of transport, fixtures and fittings, machinery etc.</Description>
17
+ </Account>
18
+ <Account>
19
+ <AccountID>13</AccountID>
20
+ <Description ISOLanguageCode="NOB">Finansielle anleggsmidler</Description>
21
+ <Description ISOLanguageCode="ENG">Financial fixed assets</Description>
22
+ </Account>
23
+ <Account>
24
+ <AccountID>14</AccountID>
25
+ <Description ISOLanguageCode="NOB">Varelager og forskudd til leverandører</Description>
26
+ <Description ISOLanguageCode="ENG">Inventory (stocks) and prepayments to suppliers</Description>
27
+ </Account>
28
+ <Account>
29
+ <AccountID>15</AccountID>
30
+ <Description ISOLanguageCode="NOB">Kortsiktige fordringer</Description>
31
+ <Description ISOLanguageCode="ENG">Short-term receivables</Description>
32
+ </Account>
33
+ <Account>
34
+ <AccountID>16</AccountID>
35
+ <Description ISOLanguageCode="NOB">Merverdiavgift, opptjente offentlige tilskudd o.l.</Description>
36
+ <Description ISOLanguageCode="ENG">VAT (value-added tax), earned public grants etc.</Description>
37
+ </Account>
38
+ <Account>
39
+ <AccountID>17</AccountID>
40
+ <Description ISOLanguageCode="NOB">Forskuddsbetalt kostnad, påløpt inntekt o.l.</Description>
41
+ <Description ISOLanguageCode="ENG">Prepaid expenses, accrued income etc.</Description>
42
+ </Account>
43
+ <Account>
44
+ <AccountID>18</AccountID>
45
+ <Description ISOLanguageCode="NOB">Kortsiktige finansinvesteringer</Description>
46
+ <Description ISOLanguageCode="ENG">Short-term financial investments</Description>
47
+ </Account>
48
+ <Account>
49
+ <AccountID>19</AccountID>
50
+ <Description ISOLanguageCode="NOB">Kontanter, bankinnskudd o.l.</Description>
51
+ <Description ISOLanguageCode="ENG">Cash in hand, bank deposits etc.</Description>
52
+ </Account>
53
+ <Account>
54
+ <AccountID>20</AccountID>
55
+ <Description ISOLanguageCode="NOB">Egenkapital AS/ASA / Egenkapital andre foretak (inkl. samvirkeforetak)</Description>
56
+ <Description ISOLanguageCode="ENG">Equity, limited liability companies / Equity, other enterprises (including cooperative societies)</Description>
57
+ </Account>
58
+ <Account>
59
+ <AccountID>21</AccountID>
60
+ <Description ISOLanguageCode="NOB">Avsetning for forpliktelser</Description>
61
+ <Description ISOLanguageCode="ENG">Provisions for liabilities and charges</Description>
62
+ </Account>
63
+ <Account>
64
+ <AccountID>22</AccountID>
65
+ <Description ISOLanguageCode="NOB">Annen langsiktig gjeld</Description>
66
+ <Description ISOLanguageCode="ENG">Other long-term liabilities</Description>
67
+ </Account>
68
+ <Account>
69
+ <AccountID>23</AccountID>
70
+ <Description ISOLanguageCode="NOB">Kortsiktige konvertible lån, obligasjonslån og gjeld til kredittinstitusjoner</Description>
71
+ <Description ISOLanguageCode="ENG">Short-term convertible loans, bond loans and liabilities to financial institutions</Description>
72
+ </Account>
73
+ <Account>
74
+ <AccountID>24</AccountID>
75
+ <Description ISOLanguageCode="NOB">Leverandørgjeld</Description>
76
+ <Description ISOLanguageCode="ENG">Trade creditors</Description>
77
+ </Account>
78
+ <Account>
79
+ <AccountID>25</AccountID>
80
+ <Description ISOLanguageCode="NOB">Betalbar skatt</Description>
81
+ <Description ISOLanguageCode="ENG">Tax payable</Description>
82
+ </Account>
83
+ <Account>
84
+ <AccountID>26</AccountID>
85
+ <Description ISOLanguageCode="NOB">Skattetrekk og andre trekk</Description>
86
+ <Description ISOLanguageCode="ENG">Tax withholding and other deductions</Description>
87
+ </Account>
88
+ <Account>
89
+ <AccountID>27</AccountID>
90
+ <Description ISOLanguageCode="NOB">Skyldige offentlige avgifter</Description>
91
+ <Description ISOLanguageCode="ENG">Public duties payable</Description>
92
+ </Account>
93
+ <Account>
94
+ <AccountID>28</AccountID>
95
+ <Description ISOLanguageCode="NOB">Utbytte</Description>
96
+ <Description ISOLanguageCode="ENG">Dividends</Description>
97
+ </Account>
98
+ <Account>
99
+ <AccountID>29</AccountID>
100
+ <Description ISOLanguageCode="NOB">Annen kortsiktig gjeld</Description>
101
+ <Description ISOLanguageCode="ENG">Other current liabilities</Description>
102
+ </Account>
103
+ <Account>
104
+ <AccountID>30</AccountID>
105
+ <Description ISOLanguageCode="NOB">Salgsinntekt, avgiftspliktig</Description>
106
+ <Description ISOLanguageCode="ENG">Sales revenue, subject to VAT</Description>
107
+ </Account>
108
+ <Account>
109
+ <AccountID>31</AccountID>
110
+ <Description ISOLanguageCode="NOB">Salgsinntekt, avgiftsfri</Description>
111
+ <Description ISOLanguageCode="ENG">Sales revenue, not subject to VAT</Description>
112
+ </Account>
113
+ <Account>
114
+ <AccountID>32</AccountID>
115
+ <Description ISOLanguageCode="NOB">Salgsinntekt, unntatt avgiftsplikt</Description>
116
+ <Description ISOLanguageCode="ENG">Sales revenue, outside of VAT area</Description>
117
+ </Account>
118
+ <Account>
119
+ <AccountID>33</AccountID>
120
+ <Description ISOLanguageCode="NOB">Offentlig avgift vedrørende omsetning</Description>
121
+ <Description ISOLanguageCode="ENG">Government fees and taxes related to sales</Description>
122
+ </Account>
123
+ <Account>
124
+ <AccountID>34</AccountID>
125
+ <Description ISOLanguageCode="NOB">Offentlig tilskudd/refusjon</Description>
126
+ <Description ISOLanguageCode="ENG">Public grants/refunds</Description>
127
+ </Account>
128
+ <Account>
129
+ <AccountID>35</AccountID>
130
+ <Description ISOLanguageCode="NOB">Uopptjent inntekt</Description>
131
+ <Description ISOLanguageCode="ENG">Unearned income</Description>
132
+ </Account>
133
+ <Account>
134
+ <AccountID>36</AccountID>
135
+ <Description ISOLanguageCode="NOB">Leieinntekt</Description>
136
+ <Description ISOLanguageCode="ENG">Rental income</Description>
137
+ </Account>
138
+ <Account>
139
+ <AccountID>37</AccountID>
140
+ <Description ISOLanguageCode="NOB">Provisjonsinntekt</Description>
141
+ <Description ISOLanguageCode="ENG">Commission income</Description>
142
+ </Account>
143
+ <Account>
144
+ <AccountID>38</AccountID>
145
+ <Description ISOLanguageCode="NOB">Gevinst ved avgang av anleggsmidler (konto 380-384 samt 388-389). Verdiendring (konto 385-389).</Description>
146
+ <Description ISOLanguageCode="ENG">Profit on the sale of fixed assets (accounts 380-384 and 388-389). Change in value (accounts 385-389).</Description>
147
+ </Account>
148
+ <Account>
149
+ <AccountID>39</AccountID>
150
+ <Description ISOLanguageCode="NOB">Annen driftsrelatert inntekt</Description>
151
+ <Description ISOLanguageCode="ENG">Other operational income</Description>
152
+ </Account>
153
+ <Account>
154
+ <AccountID>40</AccountID>
155
+ <Description ISOLanguageCode="NOB">Forbruk av råvarer og innkjøpte halvfabrikata</Description>
156
+ <Description ISOLanguageCode="ENG">Consumption of raw materials and semi-manufactures</Description>
157
+ </Account>
158
+ <Account>
159
+ <AccountID>41</AccountID>
160
+ <Description ISOLanguageCode="NOB">Forbruk av varer under tilvirkning</Description>
161
+ <Description ISOLanguageCode="ENG">Consumption of work in progress</Description>
162
+ </Account>
163
+ <Account>
164
+ <AccountID>42</AccountID>
165
+ <Description ISOLanguageCode="NOB">Forbruk av ferdig tilvirkede varer</Description>
166
+ <Description ISOLanguageCode="ENG">Consumption of finished manufactured goods</Description>
167
+ </Account>
168
+ <Account>
169
+ <AccountID>43</AccountID>
170
+ <Description ISOLanguageCode="NOB">Forbruk av innkjøpte varer for videresalg</Description>
171
+ <Description ISOLanguageCode="ENG">Consumption of goods purchased for resale</Description>
172
+ </Account>
173
+ <Account>
174
+ <AccountID>45</AccountID>
175
+ <Description ISOLanguageCode="NOB">Fremmedytelse og underentreprise</Description>
176
+ <Description ISOLanguageCode="ENG">External services and subcontracts</Description>
177
+ </Account>
178
+ <Account>
179
+ <AccountID>46</AccountID>
180
+ <Description ISOLanguageCode="NOB">Annen varekostnad</Description>
181
+ <Description ISOLanguageCode="ENG">Other consumption of goods</Description>
182
+ </Account>
183
+ <Account>
184
+ <AccountID>49</AccountID>
185
+ <Description ISOLanguageCode="NOB">Annen periodisering</Description>
186
+ <Description ISOLanguageCode="ENG">Other accruals</Description>
187
+ </Account>
188
+ <Account>
189
+ <AccountID>50</AccountID>
190
+ <Description ISOLanguageCode="NOB">Lønn til ansatte</Description>
191
+ <Description ISOLanguageCode="ENG">Wages and salaries to employees</Description>
192
+ </Account>
193
+ <Account>
194
+ <AccountID>52</AccountID>
195
+ <Description ISOLanguageCode="NOB">Fordel i arbeidsforhold</Description>
196
+ <Description ISOLanguageCode="ENG">Benefit of employment</Description>
197
+ </Account>
198
+ <Account>
199
+ <AccountID>53</AccountID>
200
+ <Description ISOLanguageCode="NOB">Annen opplysningspliktig godtgjørelse</Description>
201
+ <Description ISOLanguageCode="ENG">Other reportable remuneration</Description>
202
+ </Account>
203
+ <Account>
204
+ <AccountID>54</AccountID>
205
+ <Description ISOLanguageCode="NOB">Arbeidsgiveravgift og pensjonskostnad</Description>
206
+ <Description ISOLanguageCode="ENG">Employers’ national insurance contributions and pension costs</Description>
207
+ </Account>
208
+ <Account>
209
+ <AccountID>55</AccountID>
210
+ <Description ISOLanguageCode="NOB">Annen kostnadsgodtgjørelse</Description>
211
+ <Description ISOLanguageCode="ENG">Other expense allowances</Description>
212
+ </Account>
213
+ <Account>
214
+ <AccountID>56</AccountID>
215
+ <Description ISOLanguageCode="NOB">Arbeidsgodtgjørelse til eiere o.l.</Description>
216
+ <Description ISOLanguageCode="ENG">Labour remuneration to owners etc.</Description>
217
+ </Account>
218
+ <Account>
219
+ <AccountID>57</AccountID>
220
+ <Description ISOLanguageCode="NOB">Offentlig tilskudd vedrørende arbeidskraft</Description>
221
+ <Description ISOLanguageCode="ENG">Public work grant</Description>
222
+ </Account>
223
+ <Account>
224
+ <AccountID>58</AccountID>
225
+ <Description ISOLanguageCode="NOB">Offentlig refusjon vedrørende arbeidskraft</Description>
226
+ <Description ISOLanguageCode="ENG">Public refunds related to labour</Description>
227
+ </Account>
228
+ <Account>
229
+ <AccountID>59</AccountID>
230
+ <Description ISOLanguageCode="NOB">Annen personalkostnad</Description>
231
+ <Description ISOLanguageCode="ENG">Other personnel costs</Description>
232
+ </Account>
233
+ <Account>
234
+ <AccountID>60</AccountID>
235
+ <Description ISOLanguageCode="NOB">Av- og nedskrivning</Description>
236
+ <Description ISOLanguageCode="ENG">Depreciation and write-downs</Description>
237
+ </Account>
238
+ <Account>
239
+ <AccountID>61</AccountID>
240
+ <Description ISOLanguageCode="NOB">Frakt og transportkostnad vedrørende salg</Description>
241
+ <Description ISOLanguageCode="ENG">Freight and transport costs related to sales</Description>
242
+ </Account>
243
+ <Account>
244
+ <AccountID>62</AccountID>
245
+ <Description ISOLanguageCode="NOB">Energi, brensel og vann vedrørende produksjon</Description>
246
+ <Description ISOLanguageCode="ENG">Energy, fuel and water related to production</Description>
247
+ </Account>
248
+ <Account>
249
+ <AccountID>63</AccountID>
250
+ <Description ISOLanguageCode="NOB">Kostnad lokaler</Description>
251
+ <Description ISOLanguageCode="ENG">Costs related to premises</Description>
252
+ </Account>
253
+ <Account>
254
+ <AccountID>64</AccountID>
255
+ <Description ISOLanguageCode="NOB">Leie maskiner, inventar, o.l.</Description>
256
+ <Description ISOLanguageCode="ENG">Rental of machinery, fixtures, fittings etc.</Description>
257
+ </Account>
258
+ <Account>
259
+ <AccountID>65</AccountID>
260
+ <Description ISOLanguageCode="NOB">Verktøy, inventar og driftsmateriale som ikke skal aktiveres</Description>
261
+ <Description ISOLanguageCode="ENG">Tools, fixtures, fittings and operating materials that are not to be capitalised</Description>
262
+ </Account>
263
+ <Account>
264
+ <AccountID>66</AccountID>
265
+ <Description ISOLanguageCode="NOB">Reparasjon og vedlikehold</Description>
266
+ <Description ISOLanguageCode="ENG">Repair and maintenance</Description>
267
+ </Account>
268
+ <Account>
269
+ <AccountID>67</AccountID>
270
+ <Description ISOLanguageCode="NOB">Fremmed tjeneste</Description>
271
+ <Description ISOLanguageCode="ENG">External services</Description>
272
+ </Account>
273
+ <Account>
274
+ <AccountID>68</AccountID>
275
+ <Description ISOLanguageCode="NOB">Kontorkostnad, trykksak o.l.</Description>
276
+ <Description ISOLanguageCode="ENG">Office costs, printed matter etc.</Description>
277
+ </Account>
278
+ <Account>
279
+ <AccountID>69</AccountID>
280
+ <Description ISOLanguageCode="NOB">Telefon og porto o.l.</Description>
281
+ <Description ISOLanguageCode="ENG">Telephone and postage etc.</Description>
282
+ </Account>
283
+ <Account>
284
+ <AccountID>70</AccountID>
285
+ <Description ISOLanguageCode="NOB">Kostnad transportmidler</Description>
286
+ <Description ISOLanguageCode="ENG">Costs related to means of transport</Description>
287
+ </Account>
288
+ <Account>
289
+ <AccountID>71</AccountID>
290
+ <Description ISOLanguageCode="NOB">Kostnad og godtgjørelse for reise, diett, bil, o.l.</Description>
291
+ <Description ISOLanguageCode="ENG">Costs and allowances for travel, subsistence, car etc.</Description>
292
+ </Account>
293
+ <Account>
294
+ <AccountID>72</AccountID>
295
+ <Description ISOLanguageCode="NOB">Provisjonskostnad</Description>
296
+ <Description ISOLanguageCode="ENG">Commission charges</Description>
297
+ </Account>
298
+ <Account>
299
+ <AccountID>73</AccountID>
300
+ <Description ISOLanguageCode="NOB">Salgs-, reklame- og representasjonskostnader</Description>
301
+ <Description ISOLanguageCode="ENG">Selling-, advertising- and entertainment expenses</Description>
302
+ </Account>
303
+ <Account>
304
+ <AccountID>74</AccountID>
305
+ <Description ISOLanguageCode="NOB">Kontingent og gave</Description>
306
+ <Description ISOLanguageCode="ENG">Membership dues and gifts</Description>
307
+ </Account>
308
+ <Account>
309
+ <AccountID>75</AccountID>
310
+ <Description ISOLanguageCode="NOB">Forsikringspremie, garanti- og servicekostnad</Description>
311
+ <Description ISOLanguageCode="ENG">Insurance premiums, guarantee and service costs</Description>
312
+ </Account>
313
+ <Account>
314
+ <AccountID>76</AccountID>
315
+ <Description ISOLanguageCode="NOB">Lisens- og patentkostnad</Description>
316
+ <Description ISOLanguageCode="ENG">Licence- and patent costs</Description>
317
+ </Account>
318
+ <Account>
319
+ <AccountID>77</AccountID>
320
+ <Description ISOLanguageCode="NOB">Annen kostnad</Description>
321
+ <Description ISOLanguageCode="ENG">Other expenses</Description>
322
+ </Account>
323
+ <Account>
324
+ <AccountID>78</AccountID>
325
+ <Description ISOLanguageCode="NOB">Tap o.l.</Description>
326
+ <Description ISOLanguageCode="ENG">Losses etc.</Description>
327
+ </Account>
328
+ <Account>
329
+ <AccountID>79</AccountID>
330
+ <Description ISOLanguageCode="NOB">Periodiseringskonto</Description>
331
+ <Description ISOLanguageCode="ENG">Accruals account</Description>
332
+ </Account>
333
+ <Account>
334
+ <AccountID>80</AccountID>
335
+ <Description ISOLanguageCode="NOB">Finansinntekt</Description>
336
+ <Description ISOLanguageCode="ENG">Financial income</Description>
337
+ </Account>
338
+ <Account>
339
+ <AccountID>81</AccountID>
340
+ <Description ISOLanguageCode="NOB">Finanskostnad</Description>
341
+ <Description ISOLanguageCode="ENG">Financial expenses</Description>
342
+ </Account>
343
+ <Account>
344
+ <AccountID>83</AccountID>
345
+ <Description ISOLanguageCode="NOB">Skattekostnad på ordinært resultat</Description>
346
+ <Description ISOLanguageCode="ENG">Tax on ordinary result</Description>
347
+ </Account>
348
+ <Account>
349
+ <AccountID>84</AccountID>
350
+ <Description ISOLanguageCode="NOB">Ekstraordinær inntekt</Description>
351
+ <Description ISOLanguageCode="ENG">Extraordinary income</Description>
352
+ </Account>
353
+ <Account>
354
+ <AccountID>85</AccountID>
355
+ <Description ISOLanguageCode="NOB">Ekstraordinær kostnad</Description>
356
+ <Description ISOLanguageCode="ENG">Extraordinary expenses</Description>
357
+ </Account>
358
+ <Account>
359
+ <AccountID>86</AccountID>
360
+ <Description ISOLanguageCode="NOB">Skattekostnad på ekstraordinært resultat</Description>
361
+ <Description ISOLanguageCode="ENG">Tax on extraordinary result</Description>
362
+ </Account>
363
+ <Account>
364
+ <AccountID>88</AccountID>
365
+ <Description ISOLanguageCode="NOB">Årsresultat</Description>
366
+ <Description ISOLanguageCode="ENG">Net profit or loss for the year</Description>
367
+ </Account>
368
+ <Account>
369
+ <AccountID>89</AccountID>
370
+ <Description ISOLanguageCode="NOB">Overføringer og disponeringer</Description>
371
+ <Description ISOLanguageCode="ENG">Transfers and allocations</Description>
372
+ </Account>
373
+ </StandardAccounts>