blob: 1a02110652845f26c06513a9fdb82219f9231936 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Converted using xea2kmt by Thomas Baumgart from GnuCash sources
accounts/de_AT/acctchrt_autoloan.gnucash-xea
Please check the source file for possible copyright
and licence information.
-->
<!DOCTYPE KMYMONEY-TEMPLATE>
<kmymoney-account-template>
<title>Kredit Auto</title>
<shortdesc>Kredit für Autokauf</shortdesc>
<longdesc>Falls Sie einen Kredit zum Autokauf besitzen, können Sie mit dieser Auswahl die passenden Konten bekommen.</longdesc>
<accounts>
<account type="13" name="">
<account type="13" name="Fahrtkosten">
<account type="13" name="Auto">
<account type="13" name="Kreditzinsen"/>
</account>
</account>
</account>
<account type="10" name="">
<account type="10" name="Kredite">
<account type="10" name="Auto"/>
</account>
</account>
</accounts>
</kmymoney-account-template>
|