blob: c59f52097f1b661a075134d994c6a342282f5d31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE KMYMONEY-TEMPLATE>
<kmymoney-account-template>
<title>Pets</title>
<shortdesc>Categories for pets</shortdesc>
<longdesc>Some categories that can be used if you have a pet. Use with one of the base category groups.</longdesc>
<accounts>
<account type="12" name="" />
<account type="13" name="" >
<account type="13" name="Pets" >
<account type="13" name="Pet Food" />
<account type="13" name="Pet Supplies" />
<account type="13" name="Veterinary" />
</account>
</account>
</accounts>
</kmymoney-account-template>
|