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
56 lines
1.8 KiB
XML
56 lines
1.8 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>CHF</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>alle Verbindlichkeiten</act:description>
|
|
<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>CHF</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Kredite</act:description>
|
|
<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>CHF</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: -->
|