mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
PR #306: Merge branch 'maint-transfer-01' of
https://github.com/DiMan/Gnucash into maint
This commit is contained in:
commit
6a1af63800
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Investment Accounts
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Brokerage account with related investment accounts (stock, bond, mutual fund, index fund, interest, dividend)
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have investments (stock, bond, mutual fund, index fund, interest, dividend).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Investment Accounts
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Brokerage account with related investment accounts (stock, bond, mutual fund, index fund, interest, dividend)
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have investments (stock, bond, mutual fund, index fund, interest, dividend).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -182,8 +215,5 @@
|
||||
<act:description>Commissions</act:description>
|
||||
<act:parent type="new">6de23244232785031501171abcc1d4aa</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,15 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Business Accounts
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Full chart of accounts for a business.
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Users running a business want to select this instead of other choices. This includes all the accounts you need to run most businesses, including Payables, Receivables, Income, and Expenses.
|
||||
</gnc-act:long-description>
|
||||
<gnc-act:exclude-from-select-all>1</gnc-act:exclude-from-select-all>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Business Accounts
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Full chart of accounts for a business.
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Users running a business want to select this instead of other choices. This includes all the accounts you need to run most businesses, including Payables, Receivables, Income, and Expenses.
|
||||
</gnc-act:long-description>
|
||||
<gnc-act:exclude-from-select-all>1</gnc-act:exclude-from-select-all>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -1406,8 +1439,5 @@
|
||||
</act:slots>
|
||||
<act:parent type="new">87e02e757b32b3059652cfe09fe9ae00</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Car Loan
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for car loan and associated interest
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have a car loan (car loan, car loan interest).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Car Loan
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for car loan and associated interest
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have a car loan (car loan, car loan interest).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -99,9 +132,5 @@
|
||||
<act:description>Vehicle Loan Interest</act:description>
|
||||
<act:parent type="new">9e8495e80ebfb762089be917dff7ab72</act:parent>
|
||||
</gnc:account>
|
||||
|
||||
</gnc-account-example>
|
||||
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
CD and Money Market
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for CD and money market investments
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have CDs or money market accounts (CD, CD interest, money market, money market interest).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
CD and Money Market
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for CD and money market investments
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have CDs or money market accounts (CD, CD interest, money market, money market interest).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -121,8 +154,5 @@
|
||||
<act:description>Money Market Interest</act:description>
|
||||
<act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
A Simple Checkbook
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
The minimal set of accounts to use GnuCash.
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Use this if you just want to balance your checkbook. Later on, you can start tracking income and expenses in more detail if you feel the need.
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
A Simple Checkbook
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
The minimal set of accounts to use GnuCash.
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Use this if you just want to balance your checkbook. Later on, you can start tracking income and expenses in more detail if you feel the need.
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -117,9 +150,5 @@
|
||||
<act:description>Opening Balances</act:description>
|
||||
<act:parent type="new">b8b72887da1adf889f171923d23efbdd</act:parent>
|
||||
</gnc:account>
|
||||
|
||||
</gnc-account-example>
|
||||
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Childcare Expenses
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
An account for tracking childcare costs
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have childcare expenses.
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Childcare Expenses
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
An account for tracking childcare costs
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have childcare expenses.
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -43,8 +76,5 @@
|
||||
<act:description>Childcare</act:description>
|
||||
<act:parent type="new">ee8238ee2c2ce590160761df09b99b72</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,15 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Common Accounts
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
A basic set of accounts most commonly used
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Most users will want to select this set of accounts. It includes most commonly used accounts (checking, savings, cash, credit card, income, common expenses).
|
||||
</gnc-act:long-description>
|
||||
<gnc-act:start-selected>1</gnc-act:start-selected>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Common Accounts
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
A basic set of accounts most commonly used
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Most users will want to select this set of accounts. It includes most commonly used accounts (checking, savings, cash, credit card, income, common expenses).
|
||||
</gnc-act:long-description>
|
||||
<gnc-act:start-selected>1</gnc-act:start-selected>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -745,8 +778,5 @@
|
||||
<act:description>Opening Balances</act:description>
|
||||
<act:parent type="new">3ab6a6d97b216c11333e48aa2b749a91</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Education Loan
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for school loan and associated interest
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have an educational loan (education loan, education loan interest).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Education Loan
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for school loan and associated interest
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have an educational loan (education loan, education loan interest).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -99,8 +132,5 @@
|
||||
<act:description>Education Loan Interest</act:description>
|
||||
<act:parent type="new">1cfcd30ea97b954ffb550ab87d561033</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Fixed Assets
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for tracking large fixed assets
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have large fixed assets (house, vehicle, vacation home, other assets).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Fixed Assets
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for tracking large fixed assets
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have large fixed assets (house, vehicle, vacation home, other assets).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -82,8 +115,5 @@
|
||||
<act:description>Vehicle</act:description>
|
||||
<act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,11 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Full Chart
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Full chart of accounts contains all default accounts.
|
||||
</gnc-act:short-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Full Chart
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Full chart of accounts contains all default accounts.
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:exclude-from-select-all>1</gnc-act:exclude-from-select-all>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -1357,8 +1391,5 @@
|
||||
<act:description>Opening Balances</act:description>
|
||||
<act:parent type="new">68d4074f91295062c0b773b4ae8de6bd</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Home Mortgage Loan
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for home loan and associated interest
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have a home loan (mortgage loan, mortgage interest).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Home Mortgage Loan
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for home loan and associated interest
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have a home loan (mortgage loan, mortgage interest).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -99,8 +132,5 @@
|
||||
<act:description>Mortgage Interest</act:description>
|
||||
<act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Homeowner Expenses
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Expenses associated with owning a home
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you own a home. This set provides a group of accounts to track home expenses (insurance, taxes, home repair).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Homeowner Expenses
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Expenses associated with owning a home
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you own a home. This set provides a group of accounts to track home expenses (insurance, taxes, home repair).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -87,8 +120,5 @@
|
||||
<act:description>Property Tax</act:description>
|
||||
<act:parent type="new">a931b8ffe2917ff9a069333623da96ca</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Other Loans
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for tracking other loans and associated interest
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have something other than a home loan (other loan, other loan interest).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Other Loans
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for tracking other loans and associated interest
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have something other than a home loan (other loan, other loan interest).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -99,8 +132,5 @@
|
||||
<act:description>Other Interest</act:description>
|
||||
<act:parent type="new">4a02c14e992ea79076837c164aa6fc8d</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Renter Expenses
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Expenses associated with renting a home
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you rent a home or apartment (rent, renter's insurance).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Renter Expenses
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Expenses associated with renting a home
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you rent a home or apartment (rent, renter's insurance).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -65,8 +98,5 @@
|
||||
<act:description>Rent</act:description>
|
||||
<act:parent type="new">9a2b4520f113372f4e576f5b6dc129c6</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Retirement Accounts
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Retirement account with related investment subaccounts
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have retirement accounts (stock, bond, mutual fund, index fund).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Retirement Accounts
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Retirement account with related investment subaccounts
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have retirement accounts (stock, bond, mutual fund, index fund).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -114,8 +147,5 @@
|
||||
<act:description>Mutual Fund</act:description>
|
||||
<act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Spouse Income
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for tracking spouse's income separately
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have a working spouse (salary (spouse), taxes (spouse)).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Spouse Income
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for tracking spouse's income separately
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have a working spouse (salary (spouse), taxes (spouse)).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -126,8 +159,5 @@
|
||||
<act:description>State/Province</act:description>
|
||||
<act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Spouse Retirement Accounts
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Retirement account with related investment accounts for spouse
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have investments in a spouse's name (stock, bond, mutual fund, index fund, interest, dividend).
|
||||
</gnc-act:long-description>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Spouse Retirement Accounts
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Retirement account with related investment accounts for spouse
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have investments in a spouse's name (stock, bond, mutual fund, index fund, interest, dividend).
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -114,8 +147,5 @@
|
||||
<act:description>Mutual Fund</act:description>
|
||||
<act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
Loading…
Reference in New Issue
Block a user