blob: 6b36ba82edb95ad71b42aba51711b39843d3ab69 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Converted using xea2kmt by Thomas Baumgart from GnuCash sources
accounts/ja/acctchrt_fixedassets.gnucash-xea
Please check the source file for possible copyright
and licence information.
-->
<!DOCTYPE KMYMONEY-TEMPLATE>
<kmymoney-account-template>
<title>固定資産</title>
<shortdesc>大規模な固定資産管理用の勘定科目</shortdesc>
<longdesc>大規模な固定資産(住宅、自動車、別荘、その他資産)を持っている場合はこの勘定科目セットを選ぶとよいでしょう。</longdesc>
<accounts>
<account type="9" name="">
<account type="9" name="固定資産">
<account type="9" name="自動車"/>
<account type="9" name="その他の資産"/>
<account type="9" name="住宅"/>
</account>
</account>
</accounts>
</kmymoney-account-template>
|