mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add XML namespaces for all Account Hierarchy Templates.
ca, cs, da, de_AT, de_CH, el_GR, en_GB, en_IN, es_ES, es_MX, fi_FI, fr_CA, fr_CH, fr_FR, hu_HU, it, ja, ko, lt, lv, nb, nl, pl, pt_BR, pt_PT, sk, sv_AX, sv_FI, sv_SE, tr_TR, zh_CN, zh_HK, zh_TW
This commit is contained in:
parent
d61cd79ae3
commit
9d2fdd41ae
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Compte d'Inversió
|
Compte d'Inversió
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Préstec d'automòbil
|
Préstec d'automòbil
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Pagarés i mercat monetari
|
Pagarés i mercat monetari
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Despeses de la llar d'infants
|
Despeses de la llar d'infants
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Comptes comuns
|
Comptes comuns
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Compte de conversió monetària
|
Compte de conversió monetària
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Préstec per a l'educació
|
Préstec per a l'educació
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Actius fixos
|
Actius fixos
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Préstec hipotecari
|
Préstec hipotecari
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Despeses de propietari de casa
|
Despeses de propietari de casa
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Altres préstecs
|
Altres préstecs
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Despeses d'inquilí
|
Despeses d'inquilí
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Comptes de jubilació
|
Comptes de jubilació
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Ingressos de cònjuge
|
Ingressos de cònjuge
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Comptes de jubilació de cònjuge
|
Comptes de jubilació de cònjuge
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Investiční účty
|
Investiční účty
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Úvěr na auto
|
Úvěr na auto
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Depozitní certifikát a peněžní trh
|
Depozitní certifikát a peněžní trh
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Výdaje na péči o dítě
|
Výdaje na péči o dítě
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Běžné účty
|
Běžné účty
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Účet na obchodování s měnou
|
Účet na obchodování s měnou
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Studijní půjčka
|
Studijní půjčka
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Fixní aktiva
|
Fixní aktiva
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Hypotéční úvěr
|
Hypotéční úvěr
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Výdaje z vlastnictví domu
|
Výdaje z vlastnictví domu
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Ostatní půjčky
|
Ostatní půjčky
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Výdaje na nájemné
|
Výdaje na nájemné
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Penzijní účty
|
Penzijní účty
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Partnerův příjem
|
Partnerův příjem
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Partnerova penze
|
Partnerova penze
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Bilejer
|
Bilejer
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Basiskonti
|
Basiskonti
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Realkreditlån
|
Realkreditlån
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Boligejer
|
Boligejer
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Autobesitz
|
Autobesitz
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Kredit Auto
|
Kredit Auto
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Aktienhandel
|
Aktienhandel
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Kleinunternehmen
|
Kleinunternehmen
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Allgemeine Konten
|
Allgemeine Konten
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Hausbesitz
|
Hausbesitz
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Geldanlagen
|
Geldanlagen
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Kinder
|
Kinder
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Aktienhandel
|
Aktienhandel
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
KMU Kontenrahmen
|
KMU Kontenrahmen
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Allgemeine Konten
|
Allgemeine Konten
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Kinder
|
Kinder
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Sonstige Sachanlage
|
Sonstige Sachanlage
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Sonstiger Kredit
|
Sonstiger Kredit
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Λογαριασμοί Επενδύσεων
|
Λογαριασμοί Επενδύσεων
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Δάνειο Αυτοκινήτου
|
Δάνειο Αυτοκινήτου
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Συνήθεις Λογαριασμοί
|
Συνήθεις Λογαριασμοί
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Investment Accounts
|
Investment Accounts
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Business Accounts
|
Business Accounts
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Car Loan
|
Car Loan
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
CD and Money Market
|
CD and Money Market
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
A Simple Checkbook
|
A Simple Checkbook
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Childcare Expenses
|
Childcare Expenses
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Common Accounts
|
Common Accounts
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Education Loan
|
Education Loan
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Fixed Assets
|
Fixed Assets
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Full Chart
|
Full Chart
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Home Mortgage Loan
|
Home Mortgage Loan
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Homeowner Expenses
|
Homeowner Expenses
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Other Loans
|
Other Loans
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Renter Expenses
|
Renter Expenses
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Retirement Accounts
|
Retirement Accounts
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Spouse Income
|
Spouse Income
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Spouse Retirement Accounts
|
Spouse Retirement Accounts
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
UK VAT Accounts
|
UK VAT Accounts
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Cuentas de Inversión
|
Cuentas de Inversión
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Préstamo de automóvil
|
Préstamo de automóvil
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Pagarés y mercado monetario
|
Pagarés y mercado monetario
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Gastos de guardería
|
Gastos de guardería
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Cuentas comunes
|
Cuentas comunes
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Cuenta de conversión monetaria
|
Cuenta de conversión monetaria
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Préstamo para educación
|
Préstamo para educación
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Activos fijos
|
Activos fijos
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Préstamo hipotecario
|
Préstamo hipotecario
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Gastos de propietario de casa
|
Gastos de propietario de casa
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Otros préstamos
|
Otros préstamos
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Gastos de inquilino
|
Gastos de inquilino
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Cuentas de jubilación
|
Cuentas de jubilación
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Ingresos de cónyuge
|
Ingresos de cónyuge
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Cuentas de jubilación de cónyuge
|
Cuentas de jubilación de cónyuge
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Cuentas de Inversión
|
Cuentas de Inversión
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Préstamo de automóvil
|
Préstamo de automóvil
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Pagarés y mercado monetario
|
Pagarés y mercado monetario
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Gastos de guardería
|
Gastos de guardería
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Cuentas comunes
|
Cuentas comunes
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Cuenta de Compra-Venta de monedas
|
Cuenta de Compra-Venta de monedas
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Préstamo para educación
|
Préstamo para educación
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Activos fijos
|
Activos fijos
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Préstamo hipotecario
|
Préstamo hipotecario
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Gastos de propietario de casa
|
Gastos de propietario de casa
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Otros préstamos
|
Otros préstamos
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Gastos de inquilino
|
Gastos de inquilino
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Cuentas de jubilación
|
Cuentas de jubilación
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Ingresos de cónyuge
|
Ingresos de cónyuge
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Cuentas de jubilación de cónyuge
|
Cuentas de jubilación de cónyuge
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
@ -1,5 +1,36 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gnc-account-example>
|
<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>
|
<gnc-act:title>
|
||||||
Henkilökohtainen
|
Henkilökohtainen
|
||||||
</gnc-act:title>
|
</gnc-act:title>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user