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
82 lines
2.8 KiB
XML
82 lines
2.8 KiB
XML
<?xml version="1.0"?>
|
|
<gnc-account-example>
|
|
<gnc-act:title>
|
|
Homeowner Expenses
|
|
</gnc-act:title>
|
|
<gnc-act:short-description>
|
|
Expenses associated with owning a home
|
|
</gnc-act:short-description>
|
|
<gnc-act:long-description>
|
|
You would want to select this set of accounts if you own a home. This set provides a group of accounts to track home expenses (insurance, taxes, home repair).
|
|
</gnc-act:long-description>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Expenses</act:name>
|
|
<act:id type="new">84732f5fdd27b6463d75bf958e3a4b06</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>Home Repair</act:name>
|
|
<act:id type="new">fa27de57090e107fa99fe1db53790f23</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Home Repair</act:description>
|
|
<act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Insurance</act:name>
|
|
<act:id type="new">4677fe36914ebcf23758f3bf20686b4a</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Insurance</act:description>
|
|
<act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Home Insurance</act:name>
|
|
<act:id type="new">3b5909f31bda0e0f76149fd600e0cb1d</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Home Insurance</act:description>
|
|
<act:parent type="new">4677fe36914ebcf23758f3bf20686b4a</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Taxes</act:name>
|
|
<act:id type="new">a931b8ffe2917ff9a069333623da96ca</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Taxes</act:description>
|
|
<act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
|
|
</gnc:account>
|
|
<gnc:account version="2.0.0">
|
|
<act:name>Property Tax</act:name>
|
|
<act:id type="new">3994b8f5a6a8b2a0a48126fa955e03f7</act:id>
|
|
<act:type>EXPENSE</act:type>
|
|
<act:commodity>
|
|
<cmdty:space>ISO4217</cmdty:space>
|
|
<cmdty:id>USD</cmdty:id>
|
|
</act:commodity>
|
|
<act:description>Property Tax</act:description>
|
|
<act:parent type="new">a931b8ffe2917ff9a069333623da96ca</act:parent>
|
|
</gnc:account>
|
|
</gnc-account-example>
|
|
|
|
<!-- Local variables: -->
|
|
<!-- mode: xml -->
|
|
<!-- End: -->
|