diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
commit | dadc34655c3ab961b0b0b94a10eaaba710f0b5e8 (patch) | |
tree | 99e72842fe687baea16376a147619b6048d7e441 /kmymoney2/templates/en_US/ScheduleE_rental-property.kmt | |
download | kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.tar.gz kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.zip |
Added kmymoney
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/templates/en_US/ScheduleE_rental-property.kmt')
-rw-r--r-- | kmymoney2/templates/en_US/ScheduleE_rental-property.kmt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/kmymoney2/templates/en_US/ScheduleE_rental-property.kmt b/kmymoney2/templates/en_US/ScheduleE_rental-property.kmt new file mode 100644 index 0000000..30ca08b --- /dev/null +++ b/kmymoney2/templates/en_US/ScheduleE_rental-property.kmt @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE KMYMONEY-TEMPLATE> +<kmymoney-account-template> + <title>ScheduleE rental property</title> + <shortdesc>Categories from IRS Schedule E</shortdesc> + <longdesc>Use this group if you own rental properties or receive royalties and are required to use IRS Schedule E</longdesc> + + <accounts> + <account type="12" name="" > + <account type="12" name="Rental Income" > + <account type="12" name="Rent" /> + <account type="12" name="Security Deposit" /> + <account type="12" name="Late Fee" /> + <account type="12" name="Damages Paid" /> + <account type="12" name="Application Fee" /> + <account type="12" name="Pet Fee" /> + </account> + </account> + <account type="13" name="" > + <account type="13" name="Rental Expense" > + <account type="13" name="Advertising" /> + <account type="13" name="Auto and Travel" /> + <account type="13" name="Cleaning and Maintenance" /> + <account type="13" name="Commissions" /> + <account type="13" name="Property Insurance" /> + <account type="13" name="Legal and Professional" /> + <account type="13" name="Management Fees" > + <account type="13" name="Office Rent" /> + </account> + <account type="13" name="Rental Mortgage Interest" /> + <account type="13" name="Other Interest" /> + <account type="13" name="Repairs" /> + <account type="13" name="Supplies" /> + <account type="13" name="Utilities" /> + <account type="13" name="Other" > + <account type="13" name="Office Supplies" /> + <account type="13" name="Postage" /> + </account> + <account type="13" name="Property Taxes" /> + </account> + </account> + </accounts> +</kmymoney-account-template> |