gnucash/accounts/C/acctchrt_otherloan.gnucash-xea
Dave Peticolas b1a236d0a1 2001-07-12 Dave Peticolas <dave@krondo.com>
* 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
2001-07-12 22:21:13 +00:00

81 lines
2.7 KiB
XML

<?xml version="1.0"?>
<gnc-account-example>
<gnc-act:title>
Other Loans
</gnc-act:title>
<gnc-act:short-description>
Accounts for tracking other loans and associated interest
</gnc-act:short-description>
<gnc-act:long-description>
You would want to select this set of accounts if you have something other than a home loan (other loan, other loan interest).
</gnc-act:long-description>
<gnc:account version="2.0.0">
<act:name>Liabilities</act:name>
<act:id type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:id>
<act:type>LIABILITY</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Liabilities</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Loans</act:name>
<act:id type="new">b5624a9d1a1b797b87b815774faccfe4</act:id>
<act:type>LIABILITY</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Loans</act:description>
<act:parent type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Other Loan</act:name>
<act:id type="new">eb79670a4c9b0faab87485b7b2a4abe4</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>
<act:parent type="new">b5624a9d1a1b797b87b815774faccfe4</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Expenses</act:name>
<act:id type="new">565e52a122e8acc9a67a36e61357e2ae</act:id>
<act:type>EXPENSE</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Expenses</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Interest</act:name>
<act:id type="new">4a02c14e992ea79076837c164aa6fc8d</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>
<act:parent type="new">565e52a122e8acc9a67a36e61357e2ae</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Other Interest</act:name>
<act:id type="new">f01de45e290ecc29b64d9cb8a733af68</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="new">4a02c14e992ea79076837c164aa6fc8d</act:parent>
</gnc:account>
</gnc-account-example>
<!-- Local variables: -->
<!-- mode: xml -->
<!-- End: -->