mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -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
81 lines
2.7 KiB
XML
81 lines
2.7 KiB
XML
<?xml version="1.0"?>
|
|
<gnc-account-example>
|
|
<gnc-act:title>
|
|
Education Loan
|
|
</gnc-act:title>
|
|
<gnc-act:short-description>
|
|
Accounts for school loan and associated interest
|
|
</gnc-act:short-description>
|
|
<gnc-act:long-description>
|
|
You would want to select this set of accounts if you have an educational loan (education loan, education loan interest).
|
|
</gnc-act:long-description>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Liabilities</act:name>
|
|
<act:id type="new">4e7e8e39487ad4aba0b62c2232c577c5</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">c3219e37044b0531d66a7b64433b026d</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">4e7e8e39487ad4aba0b62c2232c577c5</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Education Loan</act:name>
|
|
<act:id type="new">ddeba367199bd025e00420a19d6f9ae4</act:id>
|
|
<act:type>LIABILITY</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Education Loan</act:description>
|
|
<act:parent type="new">c3219e37044b0531d66a7b64433b026d</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Expenses</act:name>
|
|
<act:id type="new">fdbf47b39f70e8818f325eee7931039a</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">1cfcd30ea97b954ffb550ab87d561033</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">fdbf47b39f70e8818f325eee7931039a</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Education Loan Interest</act:name>
|
|
<act:id type="new">04e3d970dc60d3920f40b93fce8924a2</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Education Loan Interest</act:description>
|
|
<act:parent type="new">1cfcd30ea97b954ffb550ab87d561033</act:parent>
|
|
</gnc:account>
|
|
</gnc-account-example>
|
|
|
|
<!-- Local variables: -->
|
|
<!-- mode: xml -->
|
|
<!-- End: -->
|