blob: e03f076eb0fa9bca0926c497c63fc333571d41fd (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Converted using xea2kmt by Thomas Baumgart from GnuCash sources
accounts/fr_CA/acctchrt_proprietaire.gnucash-xea
Please check the source file for possible copyright
and licence information.
-->
<!DOCTYPE KMYMONEY-TEMPLATE>
<kmymoney-account-template>
<title>Propriétaire d'une résidence</title>
<shortdesc>Dépenses du propriétaire d'une résidence.</shortdesc>
<longdesc>Sélectionnez ce groupe de comptes si vous êtes propriétaire d'une résidence, et voulez en suivre les frais associés (hypothèque, intérêts, entretien et réparations, taxes, ...).</longdesc>
<accounts>
<account type="10" name="">
<account type="10" name="Emprunts">
<account type="10" name="Hypothèque"/>
</account>
</account>
<account type="13" name="">
<account type="13" name="Assurances">
<account type="13" name="Résidence"/>
</account>
<account type="13" name="Taxes et impôts">
<account type="13" name="Impôt foncier"/>
</account>
<account type="13" name="Intérêts">
<account type="13" name="Hypothèque"/>
</account>
<account type="13" name="Entretien de la résidence"/>
</account>
<account type="9" name="">
<account type="9" name="Actifs fixes">
<account type="9" name="Résidence"/>
</account>
</account>
</accounts>
</kmymoney-account-template>
|