diff options
Diffstat (limited to 'kmymoney2/templates/en_GB/business.kmt')
-rw-r--r-- | kmymoney2/templates/en_GB/business.kmt | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/kmymoney2/templates/en_GB/business.kmt b/kmymoney2/templates/en_GB/business.kmt new file mode 100644 index 0000000..8a36f33 --- /dev/null +++ b/kmymoney2/templates/en_GB/business.kmt @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Converted using xea2kmt by Thomas Baumgart from GnuCash sources + + accounts/en_GB/acctchrt_business.gnucash-xea + + Please check the source file for possible copyright + and licence information. +--> +<!DOCTYPE KMYMONEY-TEMPLATE> +<kmymoney-account-template> + <title>Business Accounts</title> + <shortdesc>Full chart of accounts for a business.</shortdesc> + <longdesc>Users running a business want to select this instead of other choices. This includes all the accounts you need to run a most businesses, including Payables, Receivables, Income, and Expenses.</longdesc> + <accounts> + <account type="10" name=""> + <account type="4" name="Credit Card"/> + </account> + <account type="16" name=""> + <account type="16" name="Retained Earnings"/> + <account type="16" name="Opening Balances"/> + </account> + <account type="13" name=""> + <account type="13" name="Equipment Rental"/> + <account type="13" name="Miscellaneous"/> + <account type="13" name="Repairs"> + <account type="13" name="Equipment Repairs"/> + <account type="13" name="Building Repairs"/> + <account type="13" name="Computer Repairs"/> + <account type="13" name="Janitorial Expenses"/> + </account> + <account type="13" name="Postage and Delivery"/> + <account type="13" name="Education"/> + <account type="13" name="Depreciation"/> + <account type="13" name="Office Supplies"/> + <account type="13" name="Professional Fees"> + <account type="13" name="Legal Fees"/> + <account type="13" name="Accounting"/> + </account> + <account type="13" name="Printing and Reproduction"/> + <account type="13" name="Dining"/> + <account type="13" name="Dues and Subscriptions"/> + <account type="13" name="Licenses and Permits"/> + <account type="13" name="Cash Discounts"/> + <account type="13" name="Payroll Expenses"/> + <account type="13" name="Outside Services"/> + <account type="13" name="Adjustment"/> + <account type="13" name="Travel and Entertainment"> + <account type="13" name="Meals"/> + <account type="13" name="Travel"/> + <account type="13" name="Entertainment"/> + </account> + <account type="13" name="Charity"/> + <account type="13" name="Auto"> + <account type="13" name="Repair and Maintenance"/> + <account type="13" name="Gas"/> + <account type="13" name="Parking"/> + <account type="13" name="Fees"/> + </account> + <account type="13" name="Rent"/> + <account type="13" name="Utilities"> + <account type="13" name="Gas"/> + <account type="13" name="Garbage collection"/> + <account type="13" name="Internet"/> + <account type="13" name="Cell Phone"/> + <account type="13" name="Cable"/> + <account type="13" name="Electric"/> + <account type="13" name="Water"/> + <account type="13" name="Phone"/> + </account> + <account type="13" name="Insurance"> + <account type="13" name="Disability Insurance"/> + <account type="13" name="Workers Comp"/> + <account type="13" name="Liability Insurance"/> + </account> + <account type="13" name="Bank Service Charge"/> + <account type="13" name="Taxes"> + <account type="13" name="Federal"/> + <account type="13" name="FICA"/> + <account type="13" name="Property"/> + <account type="13" name="Local"/> + <account type="13" name="Emp-FICA"/> + <account type="13" name="Other Tax"/> + <account type="13" name="State/Province"/> + <account type="13" name="FUTA"/> + </account> + <account type="13" name="Books"/> + </account> + <account type="12" name=""> + <account type="12" name="Interest Income"/> + <account type="12" name="Sales"/> + <account type="12" name="Other Income"/> + <account type="12" name="Reimbursed Expenses"/> + </account> + <account type="9" name=""> + <account type="9" name="Current Assets"> + <account type="1" name="Savings Account"/> + <account type="3" name="Petty Cash"/> + <account type="1" name="Checking Account"/> + </account> + </account> + </accounts> +</kmymoney-account-template> |