mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
commit
6ee1c71d50
@ -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,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,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>
|
||||
Autobesitz
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Ausgaben von Autobesitzern
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Diese Auswahl erstellt Konten, die Ausgaben für ein Auto repräsentieren.
|
||||
</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>
|
||||
Autobesitz
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Ausgaben von Autobesitzern
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Diese Auswahl erstellt Konten, die Ausgaben für ein Auto repräsentieren.
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -166,8 +199,5 @@
|
||||
<act:description>KFZ Versicherungen</act:description>
|
||||
<act:parent type="new">8fc4ba994d32d90d7a9a9112ee37f3f6</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>
|
||||
Aktienhandel
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Konten zum Handel mit Aktien und Fonds
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Mit dieser Auswahl werden Konten zum Handel mit Aktien und Aktienfonds erstellt.
|
||||
</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>
|
||||
Aktienhandel
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Konten zum Handel mit Aktien und Fonds
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Mit dieser Auswahl werden Konten zum Handel mit Aktien und Aktienfonds erstellt.
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -172,8 +205,5 @@
|
||||
<act:description>Komissionen im Aktienhandel</act:description>
|
||||
<act:parent type="new">18ca785b6fcd2895427459c233a47c57</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>
|
||||
Geldanlagen
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Konten für Geldanlagen
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Konten für Investitionen in Geldanlagen: Bausparvertrag, Lebensversicherung, Festgeld, Investmentfonds.
|
||||
</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>
|
||||
Geldanlagen
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Konten für Geldanlagen
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Konten für Investitionen in Geldanlagen: Bausparvertrag, Lebensversicherung, Festgeld, Investmentfonds.
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -205,8 +238,5 @@
|
||||
<act:description>Lebensversicherung</act:description>
|
||||
<act:parent type="new">b0dbf43ea99f54e0a9f94a535b10941b</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>
|
||||
Kinder
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Konten im Zusammenhang mit Kindern
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Kindergeld, Kindergarten
|
||||
</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>
|
||||
Kinder
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Konten im Zusammenhang mit Kindern
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Kindergeld, Kindergarten
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -88,8 +121,5 @@
|
||||
<act:description>Kindergarten</act:description>
|
||||
<act:parent type="new">bc39f4d37eb75353f4f971e80b9d2818</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>
|
||||
Kredit Auto
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Kredit für Autokauf
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Falls Sie einen Kredit zum Autokauf besitzen, können Sie mit dieser Auswahl die passenden Konten bekommen.
|
||||
</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>
|
||||
Kredit Auto
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Kredit für Autokauf
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Falls Sie einen Kredit zum Autokauf besitzen, können Sie mit dieser Auswahl die passenden Konten bekommen.
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -122,8 +155,5 @@
|
||||
<act:description>Kreditzinsen für Autokauf</act:description>
|
||||
<act:parent type="new">8fc4ba994d32d90d7a9a9112ee37f3f6</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>
|
||||
Allgemeine Konten
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Grundlegende Kontenstruktur
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Die meisten Anwender benötigen diese grundlegende Kontenstruktur. Sie finden hier die allgemein üblichen Konten wie Giro-, Sparkonto, Bargeld, Kreditkarte, Erträge und verschiedene Ausgaben. Wenn Sie aber einen SKR verwenden wollen, brauchen Sie sie nicht.
|
||||
</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>
|
||||
Allgemeine Konten
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Grundlegende Kontenstruktur
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Die meisten Anwender benötigen diese grundlegende Kontenstruktur. Sie finden hier die allgemein üblichen Konten wie Giro-, Sparkonto, Bargeld, Kreditkarte, Erträge und verschiedene Ausgaben. Wenn Sie aber einen SKR verwenden wollen, brauchen Sie sie nicht.
|
||||
</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>
|
||||
@ -811,8 +844,5 @@
|
||||
<act:description>Anfangsbestand</act:description>
|
||||
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -1,14 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Alle Konten
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Alle vorgeschlagenen Konten
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Dies ist die komplette Liste aller vorgeschlagenen Konten.
|
||||
</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>
|
||||
Alle Konten
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Alle vorgeschlagenen Konten
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Dies ist die komplette Liste aller vorgeschlagenen Konten.
|
||||
</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>
|
||||
@ -1159,8 +1193,5 @@
|
||||
<act:description>Anfangsbestand</act:description>
|
||||
<act:parent type="new">320d3cf62b418db6281c3cd8ec2e95c7</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>
|
||||
Hausbesitz
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Konten für Hausbesitzer/innen
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Konten für Hausbesitzer/innen
|
||||
</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>
|
||||
Hausbesitz
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Konten für Hausbesitzer/innen
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Konten für Hausbesitzer/innen
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -200,8 +233,5 @@
|
||||
<act:description>Reparaturen</act:description>
|
||||
<act:parent type="new">b413c76bf6939070b97f7fed1c4fd367</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>
|
||||
Sonstige Sachanlage
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Sonstige Sachanlagen
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Sonstige Sachanlagen
|
||||
</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>
|
||||
Sonstige Sachanlage
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Sonstige Sachanlagen
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Sonstige Sachanlagen
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -60,8 +93,5 @@
|
||||
<act:description>Sonstige Sachanlagen</act:description>
|
||||
<act:parent type="new">f7b3424631deed453984e6f5c5569669</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>
|
||||
Sonstiger Kredit
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Sonstige Kredite
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Weitere Kredite
|
||||
</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>
|
||||
Sonstiger Kredit
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Sonstige Kredite
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
Weitere Kredite
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -60,8 +93,5 @@
|
||||
<act:description>Sonstige Kredite</act:description>
|
||||
<act:parent type="new">13df44e66790069c74d563946aa0394e</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -31,6 +31,7 @@
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Kontenrahmen SKR03
|
||||
</gnc-act:title>
|
||||
@ -41,6 +42,7 @@
|
||||
Beta Version des Kontenrahmes SKR03 zum Erweitern und Umstrukturieren. Der Kontenrahmen sollte den eigenen Bedürfnissen angepasst werden was Struktur und Kontenbezeichnungen angeht. WICHTIG!: Die Privatkonten fließen nicht in die Berechnung des Berichtes Bilanz, sind jedoch im Bericht Bilanz aufgeführt. Die im Bericht Bilanz aufgeführte Passiva "Gewinnrücklagen" gibt den Saldo der GuV aus. Die Anlage dieses Kontenrahmens wurde von der Firma LiHAS - Linuxhaus Stuttgart - unterstützt.
|
||||
</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>
|
||||
@ -1398,8 +1400,5 @@
|
||||
<act:code>1890</act:code>
|
||||
<act:parent type="new">b9ae1b059749ea81c757a9adad39db1b</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -31,6 +31,7 @@
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Kontenrahmen SKR04
|
||||
</gnc-act:title>
|
||||
@ -41,6 +42,7 @@
|
||||
BETA-Version eines Kontenrahmes SKR04 für 2005. Mehr Informationen unter http://wiki.gnucash.org/wiki/De/SKR04
|
||||
</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>
|
||||
@ -26072,8 +26074,5 @@
|
||||
</act:slots>
|
||||
<act:parent type="new">e57d948c9a884e179bd090118b9212f8</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -31,6 +31,7 @@
|
||||
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>
|
||||
Kontenrahmen SKR49
|
||||
</gnc-act:title>
|
||||
@ -48,6 +49,7 @@
|
||||
Formalia für GnuCash-Vorlagen: Frank H. Ellenberger 2009
|
||||
</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">e24772da4864456b196be5a6301c6756</act:id>
|
||||
@ -16893,8 +16895,5 @@
|
||||
<act:description>Umgebuchte Ausgaben bisheriger Zweckbetriebe </act:description>
|
||||
<act:parent type="new">8268da381a30e25c7c483162066858d4</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>
|
||||
Studium
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Konten für Studentinnen und Studenten
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
BAFöG, Studiengebühren
|
||||
</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>
|
||||
Studium
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Konten für Studentinnen und Studenten
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
BAFöG, Studiengebühren
|
||||
</gnc-act:long-description>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
@ -133,8 +166,5 @@
|
||||
<act:description>Studiengebühren</act:description>
|
||||
<act:parent type="new">5416a78a11e81e963990cd6a398e5022</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
</gnc-account-example>
|
||||
|
@ -31,6 +31,7 @@
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
|
||||
<gnc-act:title>
|
||||
Kontenrahmen für Wohnungswirtschaft
|
||||
</gnc-act:title>
|
||||
@ -41,12 +42,13 @@
|
||||
BETA-Version eines allgemeinen Kontenrahmes für Wohnungswirtschaft, bearbeitet von Christoph Franzen. Fehlermeldungen an ChristophFranzen@gmx.net .
|
||||
</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>
|
||||
<act:type>ROOT</act:type>
|
||||
<act:commodity-scu>0</act:commodity-scu>
|
||||
</gnc:account>
|
||||
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Root Account</act:name>
|
||||
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
||||
<act:type>ROOT</act:type>
|
||||
<act:commodity-scu>0</act:commodity-scu>
|
||||
</gnc:account>
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>0 Anlagevermögen</act:name>
|
||||
<act:id type="new">5dfd1f9eb05cbb673ebfe7cb3a9fdda9</act:id>
|
||||
@ -9612,8 +9614,5 @@
|
||||
</act:slots>
|
||||
<act:parent type="new">6d7edd606e6f0aa8e56c5694161e64c7</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>
|
||||
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,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,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,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