gnucash/accounts/pt_BR/acctchrt_currency.gnucash-xea
Christian Stimming 810d65e460 Explicitly denote the encoding of the file in
the initial xml tag. Fixes problems in the new-file-wizard in
all non-C locales.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11908 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-11 20:53:45 +00:00

51 lines
1.7 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Conta de Conversão Monetária
</gnc-act:title>
<gnc-act:short-description>
Conta para converter e transacionar em moeda estrangeira
</gnc-act:short-description>
<gnc-act:long-description>
Deverá selecionar este conjunto de contas se converter em moedas estrangeiras.
Nota: conta encontra-se em BRL; edite a conta para alterar a moeda.
</gnc-act:long-description>
<gnc:account version="2.0.0">
<act:name>Ativos</act:name>
<act:id type="new">b3c65be1c5d163746ddc0c506f3f4619</act:id>
<act:type>ASSET</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>BRL</cmdty:id>
</act:currency>
<act:description>Ativos</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Investimentos</act:name>
<act:id type="new">d9c796b35784533aee4309e28a3cbfc5</act:id>
<act:type>ASSET</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>BRL</cmdty:id>
</act:currency>
<act:description>Investimentos</act:description>
<act:parent type="new">b3c65be1c5d163746ddc0c506f3f4619</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Conversão de Moeda</act:name>
<act:id type="new">9206632307989cb5b244ad5da5d3131b</act:id>
<act:type>CURRENCY</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>BRL</cmdty:id>
</act:currency>
<act:description>Conversão de Moeda</act:description>
<act:parent type="new">d9c796b35784533aee4309e28a3cbfc5</act:parent>
</gnc:account>
</gnc-account-example>
<!-- Local variables: -->
<!-- mode: xml -->
<!-- End: -->