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
90 lines
3.0 KiB
XML
90 lines
3.0 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>Salary (Spouse)</act:name>
|
|
<act:id type="guid">af17b4af74637c09b67e817ec6f135d5</act:id>
|
|
<act:type>INCOME</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Salary (Spouse)</act:description>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Taxes (Spouse)</act:name>
|
|
<act:id type="guid">5ee1e7d13ba219536e6ecd3ea899fb2d</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Taxes (Spouse)</act:description>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Federal</act:name>
|
|
<act:id type="guid">48a409acca0ef366e1630bb51884add9</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Federal</act:description>
|
|
<act:parent type="guid">5ee1e7d13ba219536e6ecd3ea899fb2d</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Medicare</act:name>
|
|
<act:id type="guid">c3b6e1c886e4f5b6c0bd80984d61d0a5</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Medicare</act:description>
|
|
<act:parent type="guid">5ee1e7d13ba219536e6ecd3ea899fb2d</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Other Tax</act:name>
|
|
<act:id type="guid">e476cd2ff2b912799032d440ba5d10ed</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Other Tax</act:description>
|
|
<act:parent type="guid">5ee1e7d13ba219536e6ecd3ea899fb2d</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Social Security</act:name>
|
|
<act:id type="guid">b285b68902fc18445d4898680e918201</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Social Security</act:description>
|
|
<act:parent type="guid">5ee1e7d13ba219536e6ecd3ea899fb2d</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>State/Province</act:name>
|
|
<act:id type="guid">e1c80b1cd5d013697b0c31290de68037</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>State/Province</act:description>
|
|
<act:parent type="guid">5ee1e7d13ba219536e6ecd3ea899fb2d</act:parent>
|
|
</gnc:account>
|
|
</gnc-account-example>
|
|
|
|
<!-- Local variables: -->
|
|
<!-- mode: xml -->
|
|
<!-- End: -->
|