mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-28 19:53:58 -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>
|
|
Sonstige Sachanlage
|
|
</gnc-act:title>
|
|
<gnc-act:short-description>
|
|
Sonstige Sachanlagen
|
|
</gnc-act:short-description>
|
|
<gnc-act:long-description>
|
|
Sonstige Sachanlagen
|
|
</gnc-act:long-description>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Root Account</act:name>
|
|
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
|
|
<act:type>ROOT</act:type>
|
|
<act:commodity-scu>0</act:commodity-scu>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Aktiva</act:name>
|
|
<act:id type="new">8f1b9e7e37e9a76c2289ef4fe9adcdd9</act:id>
|
|
<act:type>ASSET</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>CHF</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Aktiva</act:description>
|
|
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Sachanlagen</act:name>
|
|
<act:id type="new">f7b3424631deed453984e6f5c5569669</act:id>
|
|
<act:type>ASSET</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>CHF</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Sachanlagen</act:description>
|
|
<act:parent type="new">8f1b9e7e37e9a76c2289ef4fe9adcdd9</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Sonstige</act:name>
|
|
<act:id type="new">70392cff351e73cf577c008ad7733ee6</act:id>
|
|
<act:type>ASSET</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>CHF</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Sonstige Sachanlagen</act:description>
|
|
<act:parent type="new">f7b3424631deed453984e6f5c5569669</act:parent>
|
|
</gnc:account>
|
|
</gnc-account-example>
|
|
|
|
<!-- Local variables: -->
|
|
<!-- mode: xml -->
|
|
<!-- End: -->
|