mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 02:10:36 -06:00
b1a236d0a1
* accounts/*/*: currency->commodity * src/scm/engine-interface.scm: quantity->amount * src/guile/guile-util.[ch]: quantity->amount * src/guile/gnc.gwp: quantity->amount * src/SplitLedger.c: quantity->amount * src/gnc-ui-util.[ch]: quantity->amount git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4948 57a11ea4-9604-0410-9ed3-97b8803252fd
46 lines
1.4 KiB
XML
46 lines
1.4 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>Other Loan</act:name>
|
|
<act:id type="guid">90f49685a7ff7a186b0571b5550cd586</act:id>
|
|
<act:type>LIABILITY</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Other Loan</act:description>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Interest</act:name>
|
|
<act:id type="guid">db3ce3c909949a1da026cb2f8336f945</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Interest</act:description>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Other Interest</act:name>
|
|
<act:id type="guid">fa0d3202fbba65ac3ac92edbbeb7098c</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Other Interest</act:description>
|
|
<act:parent type="guid">db3ce3c909949a1da026cb2f8336f945</act:parent>
|
|
</gnc:account>
|
|
</gnc-account-example>
|
|
|
|
<!-- Local variables: -->
|
|
<!-- mode: xml -->
|
|
<!-- End: -->
|