mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 02:10:36 -06:00
10faafc574
He writes: Im beiliegenden Patch habe ich ziemlich mechanisch (grep, recode, sed) die folgenden Anpassungen vorgenommen: * encoding="ISO-8859-1" -> utf-8 * <cmdty:id>USD -> EUR, respektive CHF ** dies betraf auch de_DE/*[brokerage|full]* *: interessanterweise wandelt der Druide die aber anscheinend in die default currency um. * Passiva -> Fremdkapital git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19570 57a11ea4-9604-0410-9ed3-97b8803252fd
96 lines
3.0 KiB
XML
96 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<gnc-account-example>
|
|
<gnc-act:title>
|
|
Kinder
|
|
</gnc-act:title>
|
|
<gnc-act:short-description>
|
|
Konten im Zusammenhang mit Kindern
|
|
</gnc-act:short-description>
|
|
<gnc-act:long-description>
|
|
Kindergeld, Kindergarten
|
|
</gnc-act:long-description>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Root Account</act:name>
|
|
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
|
<act:type>ROOT</act:type>
|
|
<act:commodity-scu>0</act:commodity-scu>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Erträge</act:name>
|
|
<act:id type="new">724c2a1128e49b0b28304d372b19f5a1</act:id>
|
|
<act:type>INCOME</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>EUR</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Erträge</act:description>
|
|
<act:slots>
|
|
<slot>
|
|
<slot:key>placeholder</slot:key>
|
|
<slot:value type="string">true</slot:value>
|
|
</slot>
|
|
</act:slots>
|
|
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Gehalt</act:name>
|
|
<act:id type="new">e49717ff2ec00bf21e657e2d950ac8a9</act:id>
|
|
<act:type>INCOME</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>EUR</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Gehalt und Zulagen</act:description>
|
|
<act:slots>
|
|
<slot>
|
|
<slot:key>placeholder</slot:key>
|
|
<slot:value type="string">true</slot:value>
|
|
</slot>
|
|
</act:slots>
|
|
<act:parent type="new">724c2a1128e49b0b28304d372b19f5a1</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Kindergeld</act:name>
|
|
<act:id type="new">ff445bf61420de7b5df2637060837151</act:id>
|
|
<act:type>INCOME</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>EUR</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Kindergeld</act:description>
|
|
<act:parent type="new">e49717ff2ec00bf21e657e2d950ac8a9</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Aufwendungen</act:name>
|
|
<act:id type="new">bc39f4d37eb75353f4f971e80b9d2818</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>EUR</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Aufwendungen</act:description>
|
|
<act:slots>
|
|
<slot>
|
|
<slot:key>placeholder</slot:key>
|
|
<slot:value type="string">true</slot:value>
|
|
</slot>
|
|
</act:slots>
|
|
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Kindergarten</act:name>
|
|
<act:id type="new">e9b6215bdeb5cc092ca0059a7c9d97a7</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>EUR</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Kindergarten</act:description>
|
|
<act:parent type="new">bc39f4d37eb75353f4f971e80b9d2818</act:parent>
|
|
</gnc:account>
|
|
</gnc-account-example>
|
|
|
|
<!-- Local variables: -->
|
|
<!-- mode: xml -->
|
|
<!-- End: -->
|