gnucash/accounts/C/acctchrt_carloan.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

80 lines
2.5 KiB
XML

<?xml version="1.0"?>
<gnc-account-example>
<gnc-act:title>
Car Loan
</gnc-act:title>
<gnc-act:short-description>
Accounts for car loan and associated interest
(car loan, car loan interest)
</gnc-act:short-description>
<gnc:account version="2.0.0">
<act:name>Liabilities</act:name>
<act:id type="new">33a326fe16ae360f777a94b3f5bdfbdc</act:id>
<act:type>LIABILITY</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>Liabilities</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Loans</act:name>
<act:id type="new">023e2343114b3d695feaeb96904e0da6</act:id>
<act:type>LIABILITY</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>Loans</act:description>
<act:parent type="new">33a326fe16ae360f777a94b3f5bdfbdc</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Vehicle Loan</act:name>
<act:id type="new">3e5f44fd7bfaa9cae737a4113a749e36</act:id>
<act:type>LIABILITY</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>Vehicle Loan</act:description>
<act:parent type="new">023e2343114b3d695feaeb96904e0da6</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Expense</act:name>
<act:id type="new">acacdcb998e45fb741766622e8542f0b</act:id>
<act:type>EXPENSE</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>Expense</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Interest</act:name>
<act:id type="new">9e8495e80ebfb762089be917dff7ab72</act:id>
<act:type>EXPENSE</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>Interest</act:description>
<act:parent type="new">acacdcb998e45fb741766622e8542f0b</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Vehicle Loan Interest</act:name>
<act:id type="new">e9bd8477e27361238d2f53c4fe7594ab</act:id>
<act:type>EXPENSE</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>Vehicle Loan Interest</act:description>
<act:parent type="new">9e8495e80ebfb762089be917dff7ab72</act:parent>
</gnc:account>
</gnc-account-example>
<!-- Local variables: -->
<!-- mode: xml -->
<!-- End: -->