mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
55 lines
1.7 KiB
XML
55 lines
1.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<gnc-account-example>
|
|
<gnc-act:title>
|
|
Brokerage Accounts
|
|
</gnc-act:title>
|
|
<gnc-act:short-description>
|
|
These accounts provide a set of accounts to deal with a
|
|
brokerage.
|
|
</gnc-act:short-description>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Bank CD</act:name>
|
|
<act:id type="new">a2e2f8fd2396ad134fa3721767f56a4a</act:id>
|
|
<act:type>BANK</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Bank CD</act:description>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Money Market</act:name>
|
|
<act:id type="new">1c220d832ee37e660837a3753f221079</act:id>
|
|
<act:type>BANK</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Money Market</act:description>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>CD Interest</act:name>
|
|
<act:id type="new">a78ff890768703e6d88ea01366a93eff</act:id>
|
|
<act:type>INCOME</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>CD Interest</act:description>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Money Market Interest</act:name>
|
|
<act:id type="new">88986ef5fbe8e1b9ffda8485fe8c0f93</act:id>
|
|
<act:type>INCOME</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Money Market Interest</act:description>
|
|
</gnc:account>
|
|
</gnc-account-example>
|
|
|
|
<!-- Local variables: -->
|
|
<!-- mode: xml -->
|
|
<!-- End: -->
|