diff options
Diffstat (limited to 'kmymoney2/templates/en_US/Pets.kmt')
-rw-r--r-- | kmymoney2/templates/en_US/Pets.kmt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kmymoney2/templates/en_US/Pets.kmt b/kmymoney2/templates/en_US/Pets.kmt new file mode 100644 index 0000000..c59f520 --- /dev/null +++ b/kmymoney2/templates/en_US/Pets.kmt @@ -0,0 +1,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> |