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

103 lines
3.5 KiB
XML

<?xml version="1.0"?>
<gnc-account-example>
<gnc-act:title>
CD and Money Market
</gnc-act:title>
<gnc-act:short-description>
Accounts for CD and money market investments
</gnc-act:short-description>
<gnc-act:long-description>
You would want to select this set of accounts if you have CDs or money market accounts (CD, CD interest, money market, money market interest).
</gnc-act:long-description>
<gnc:account version="2.0.0">
<act:name>Assets</act:name>
<act:id type="new">7b1a39efc6234d1db148baa722c9471e</act:id>
<act:type>ASSET</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Assets</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Current Assets</act:name>
<act:id type="new">1880e89ec9fe82622b8648df481dd2b7</act:id>
<act:type>ASSET</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Current Assets</act:description>
<act:parent type="new">7b1a39efc6234d1db148baa722c9471e</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Bank CD</act:name>
<act:id type="new">c1620f9c3082e33d8fd559e17f90a122</act:id>
<act:type>BANK</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Bank CD</act:description>
<act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Money Market</act:name>
<act:id type="new">3a01e5b0132ba26803b49732a3242654</act:id>
<act:type>BANK</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Money Market</act:description>
<act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Income</act:name>
<act:id type="new">4b3e36f325569b80efc7d3331bdf851b</act:id>
<act:type>INCOME</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Income</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Interest Income</act:name>
<act:id type="new">fd131cae797d1fb83c2e2bf57254eca5</act:id>
<act:type>INCOME</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Interest Income</act:description>
<act:parent type="new">4b3e36f325569b80efc7d3331bdf851b</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>CD Interest</act:name>
<act:id type="new">28d311f0f38da5e35628e76ad8bcc853</act:id>
<act:type>INCOME</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>CD Interest</act:description>
<act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Money Market Interest</act:name>
<act:id type="new">dc537946f39e84ccef7ce38f016249af</act:id>
<act:type>INCOME</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Money Market Interest</act:description>
<act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
</gnc:account>
</gnc-account-example>
<!-- Local variables: -->
<!-- mode: xml -->
<!-- End: -->