mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-28 19:53:58 -06:00
64c0790c29
Patch by Frank H. Ellenberger. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19471 57a11ea4-9604-0410-9ed3-97b8803252fd
68 lines
2.1 KiB
XML
68 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<gnc-account-example>
|
|
<gnc-act:title>
|
|
Sonstiger Kredit
|
|
</gnc-act:title>
|
|
<gnc-act:short-description>
|
|
Sonstige Kredite
|
|
</gnc-act:short-description>
|
|
<gnc-act:long-description>
|
|
Weitere Kredite
|
|
</gnc-act:long-description>
|
|
<gnc:account 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>Fremdkapital</act:name>
|
|
<act:id type="new">60d5e7e410dc5fdf91cf2ecbb5b7245c</act:id>
|
|
<act:type>LIABILITY</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>EUR</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>alle Verbindlichkeiten</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>Kredite</act:name>
|
|
<act:id type="new">13df44e66790069c74d563946aa0394e</act:id>
|
|
<act:type>LIABILITY</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>EUR</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Kredite</act:description>
|
|
<act:slots>
|
|
<slot>
|
|
<slot:key>placeholder</slot:key>
|
|
<slot:value type="string">true</slot:value>
|
|
</slot>
|
|
</act:slots>
|
|
<act:parent type="new">60d5e7e410dc5fdf91cf2ecbb5b7245c</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Sonstige</act:name>
|
|
<act:id type="new">d03b7df998c899931382300b5d7ee27b</act:id>
|
|
<act:type>LIABILITY</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>EUR</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Sonstige Kredite</act:description>
|
|
<act:parent type="new">13df44e66790069c74d563946aa0394e</act:parent>
|
|
</gnc:account>
|
|
</gnc-account-example>
|
|
|
|
<!-- Local variables: -->
|
|
<!-- mode: xml -->
|
|
<!-- End: -->
|