Files
gnucash/accounts/C/acctlist_fixedassets.gnucash-xea
Dave Peticolas 6e3ebb1a30 James LewisMoss's file renaming patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3992 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-18 21:26:03 +00:00

45 lines
1.3 KiB
XML

<?xml version="1.0"?>
<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>House</act:name>
<act:id type="guid">b7baffa7ae86e9e3471f65ecf7e898e0</act:id>
<act:type>ASSET</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>House</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Other Asset</act:name>
<act:id type="guid">939effb3e3dba6e80e22d8291916f4dd</act:id>
<act:type>ASSET</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>Other Asset</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Vehicle</act:name>
<act:id type="guid">400fa3023e51a54305046c00a2c3cfb9</act:id>
<act:type>ASSET</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>Vehicle</act:description>
</gnc:account>
</gnc-account-example>
<!-- Local variables: -->
<!-- mode: xml -->
<!-- End: -->