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/zh_TW | |
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/zh_TW')
-rw-r--r-- | kmymoney2/templates/zh_TW/Makefile.am | 5 | ||||
-rw-r--r-- | kmymoney2/templates/zh_TW/business.kmt | 103 |
2 files changed, 108 insertions, 0 deletions
diff --git a/kmymoney2/templates/zh_TW/Makefile.am b/kmymoney2/templates/zh_TW/Makefile.am new file mode 100644 index 0000000..a03c3b1 --- /dev/null +++ b/kmymoney2/templates/zh_TW/Makefile.am @@ -0,0 +1,5 @@ +templatedir=$(kde_datadir)/kmymoney2/templates/zh_TW + +template_DATA = business.kmt + +EXTRA_DIST = $(template_DATA) diff --git a/kmymoney2/templates/zh_TW/business.kmt b/kmymoney2/templates/zh_TW/business.kmt new file mode 100644 index 0000000..3bdadb6 --- /dev/null +++ b/kmymoney2/templates/zh_TW/business.kmt @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Converted using xea2kmt by Thomas Baumgart from GnuCash sources + + accounts/zh_TW/acctchrt_business.gnucash-xea + + Please check the source file for possible copyright + and licence information. +--> +<!DOCTYPE KMYMONEY-TEMPLATE> +<kmymoney-account-template> + <title>商業帳户</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="信用卡"/> + </account> + <account type="16" name=""> + <account type="16" name="留存收益"/> + <account type="16" name="期初餘額"/> + </account> + <account type="13" name=""> + <account type="13" name="設備租賃"/> + <account type="13" name="雜項"/> + <account type="13" name="修理"> + <account type="13" name="設備維修"/> + <account type="13" name="建築修復"/> + <account type="13" name="電腦維修"/> + <account type="13" name="清潔衛生費"/> + </account> + <account type="13" name="郵資及運送"/> + <account type="13" name="教育"/> + <account type="13" name="折舊"/> + <account type="13" name="辦公用品"/> + <account type="13" name="專業費用"> + <account type="13" name="律師費"/> + <account type="13" name="會計"/> + </account> + <account type="13" name="印刷和復印"/> + <account type="13" name="用餐"/> + <account type="13" name="應得物和捐款"/> + <account type="13" name="執照和許可證"/> + <account type="13" name="現金折扣"/> + <account type="13" name="薪金支出"/> + <account type="13" name="境外服務"/> + <account type="13" name="調整"/> + <account type="13" name="旅行和娱樂"> + <account type="13" name="用餐"/> + <account type="13" name="旅行"/> + <account type="13" name="娱樂"/> + </account> + <account type="13" name="慈善"/> + <account type="13" name="汽車"> + <account type="13" name="維修和保養"/> + <account type="13" name="燃氣"/> + <account type="13" name="停車"/> + <account type="13" name="收費"/> + </account> + <account type="13" name="租金"/> + <account type="13" name="水電費"> + <account type="13" name="燃氣"/> + <account type="13" name="垃圾收集"/> + <account type="13" name="因特網"/> + <account type="13" name="手機"/> + <account type="13" name="電報"/> + <account type="13" name="電"/> + <account type="13" name="水"/> + <account type="13" name="電話"/> + </account> + <account type="13" name="保險"> + <account type="13" name="殘疾保險金"/> + <account type="13" name="工作者Comp"/> + <account type="13" name="責任保險"/> + </account> + <account type="13" name="銀行服務收費"/> + <account type="13" name="税收"> + <account type="13" name="聯邦"/> + <account type="13" name="FICA"/> + <account type="13" name="財産"/> + <account type="13" name="本地"/> + <account type="13" name="Emp-FICA"/> + <account type="13" name="其它税"/> + <account type="13" name="州/省"/> + <account type="13" name="FUTA"/> + </account> + <account type="13" name="書籍"/> + </account> + <account type="12" name=""> + <account type="12" name="利息收入"/> + <account type="12" name="銷售"/> + <account type="12" name="其他收入"/> + <account type="12" name="報銷的費用"/> + </account> + <account type="9" name=""> + <account type="9" name="流動資産"> + <account type="1" name="儲蓄帳戶"/> + <account type="3" name="零用金"/> + <account type="1" name="支票帳戶"/> + </account> + </account> + </accounts> +</kmymoney-account-template> |