blob: 06c80b2f03544f66d1f6ab889a7952cf069295d3 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Converted using xea2kmt by Thomas Baumgart from GnuCash sources
accounts/fr_CA/acctchrt_automobile.gnucash-xea
Please check the source file for possible copyright
and licence information.
-->
<!DOCTYPE KMYMONEY-TEMPLATE>
<kmymoney-account-template>
<title>Véhicule</title>
<shortdesc>Frais relatifs à votre véhicule.</shortdesc>
<longdesc>Sélectionnez ce groupe de comptes si vous devez suivre les frais relatifs à la possession et à l'utilisation d'une auto (assurances, carburant, emprunt, intérêts, ...).</longdesc>
<accounts>
<account type="10" name="">
<account type="10" name="Emprunts">
<account type="10" name="Auto"/>
</account>
</account>
<account type="13" name="">
<account type="13" name="Assurances">
<account type="13" name="Auto"/>
</account>
<account type="13" name="Intérêts">
<account type="13" name="Auto"/>
</account>
<account type="13" name="Auto">
<account type="13" name="Carburant"/>
<account type="13" name="Parking"/>
<account type="13" name="Permis"/>
<account type="13" name="Entretien"/>
</account>
</account>
<account type="9" name="">
<account type="9" name="Actifs fixes">
<account type="9" name="Véhicule"/>
</account>
</account>
</accounts>
</kmymoney-account-template>
|