blob: c4ecdb6942a15f2166a4c0c64b08882c812e26b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Converted using xea2kmt by Thomas Baumgart from GnuCash sources
accounts/da/acctchrt_common.gnucash-xea
Please check the source file for possible copyright
and licence information.
-->
<!DOCTYPE KMYMONEY-TEMPLATE>
<kmymoney-account-template>
<title>Basiskonti</title>
<shortdesc>En samling grundlæggende konti</shortdesc>
<longdesc>De fleste brugere kan have nytte af disse konti. Almindelige brugte konti er medtaget (check, lønkonto, kontant, kreditkort, indkomst og almindelige udgifter)</longdesc>
<accounts>
<account type="12" name="">
<account type="12" name="Bonus"/>
<account type="12" name="Andre indtægter"/>
<account type="12" name="Modtagne gaver"/>
<account type="12" name="Løn"/>
<account type="12" name="Renteindtægter">
<account type="12" name="Andre renter"/>
<account type="12" name="Lønkontorenter"/>
<account type="12" name="Checkrenter"/>
</account>
</account>
<account type="16" name="">
<account type="16" name="Åbningssaldi"/>
</account>
<account type="9" name="">
<account type="9" name="Aktuelle aktiver">
<account type="1" name="Checkkonto"/>
<account type="3" name="Kontanter på lommen"/>
<account type="1" name="Lønkonto"/>
</account>
</account>
<account type="13" name="">
<account type="13" name="Underholdning">
<account type="13" name="Musik/film"/>
<account type="13" name="Rejser"/>
<account type="13" name="Fritid"/>
</account>
<account type="13" name="Bøger"/>
<account type="13" name="Cykel"/>
<account type="13" name="Restaurant"/>
<account type="13" name="Gaver"/>
<account type="13" name="Medicin"/>
<account type="13" name="Velgørenhed"/>
<account type="13" name="Offentlig transport"/>
<account type="13" name="Bankgebyrer"/>
<account type="13" name="Uddannelse"/>
<account type="13" name="Forsyning">
<account type="13" name="Vand"/>
<account type="13" name="Gas"/>
<account type="13" name="Affald"/>
<account type="13" name="El"/>
</account>
<account type="13" name="Tøj"/>
<account type="13" name="Abonnementer"/>
<account type="13" name="Telefon"/>
<account type="13" name="Forsikring">
<account type="13" name="Indboforsikring"/>
<account type="13" name="Livsforsikring"/>
<account type="13" name="Sygesikring"/>
</account>
<account type="13" name="Internet"/>
<account type="13" name="Justering"/>
<account type="13" name="Skatter/afgifter">
<account type="13" name="Kommune"/>
<account type="13" name="Stat"/>
<account type="13" name="Amt"/>
<account type="13" name="Andre skatter"/>
</account>
<account type="13" name="Computer"/>
<account type="13" name="Tøjvask/rensning"/>
<account type="13" name="Diverse"/>
<account type="13" name="Husholdning"/>
<account type="13" name="Antenne"/>
<account type="13" name="Hobby"/>
</account>
<account type="10" name="">
<account type="10" name="Forventede udgifter">
<account type="4" name="Kreditkort"/>
</account>
</account>
</accounts>
</kmymoney-account-template>
|