1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>11.4. Example</title><meta name="generator" content="DocBook XSL Stylesheets V1.45"><link rel="home" href="index.html" title="GnuCash Tutorial and Concepts Guide"><link rel="up" href="chapter11.html" title="Chapter 11. Depreciation"><link rel="previous" href="dep_accounts1.html" title="11.3. Account Setup"><link rel="next" href="chapter12.html" title="Chapter 12. Accounts Receivable"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">11.4. Example</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="dep_accounts1.html"><<<Prev</a></td><th width="60%" align="center">Chapter 11. Depreciation</th><td width="20%" align="right"><a accesskey="n" href="chapter12.html">Next>>></a></td></tr></table><hr></hr></div><div class="sect1"><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="dep_example1"></a>11.4. Example</h2></div></div><p>
Let's go ahead and step through an example. Imagine you are a photographer and you use a car and an expensive camera for your personal business. You will want to track the depreciation on these items, because you can probably deduct the depreciation from your business taxes.
</p><p>
The first step is to build the account hierarchy (as shown in the previous section, replace ITEM1 and ITEM2 with "car" and "camera"). Now, record the purchase of your assets by transferring the money from your bank account to the appropriate <b>Asset Cost</b> accounts for each item (eg: the "Assets:Car:Cost" account for the car). In this example, you start with $30k in the bank, the car cost $20k and the camera cost $10k and were both purchased on January 1, 2000.
</p><div class="screenshot"><div class="mediaobject"><img src="figures/dep_example.png" alt="Asset Depreciation Example1"><div class="caption"><p>The asset depreciation example main window, before depreciation
</p></div></div></div><p>
Looking at the tax codes, we realize that we must report depreciation on these items using the "sum of digits" scheme, over a 5 year period. So, the yearly depreciation amounts for the car come to $6667, $5333, $4000, $2667, $1333 for years 1 to 5 respectively, rounded to the nearest dollar. The yearly depreciation amounts for the camera are $3333, $2667, $2000, $1333, $667. Consult the previous section on Depreciation Schemes for the formula for calculating these values.
</p><p>
For each accounting period (IE: fiscal year) you record the depreciation as an expense in the appropriate <b>Accrued Depreciation</b> account (eg: the "Asset:Car:Depreciation" account for the car). The two windows below show your car's accrued depreciation account and the main window after the third year (IE: three periods) of depreciation using this "sum of digits" scheme.
</p><div class="screenshot"><div class="mediaobject"><img src="figures/dep_assetreg.png" alt="Asset Depreciation Register Window"><div class="caption"><p>The asset depreciation register window
</p></div></div></div><div class="screenshot"><div class="mediaobject"><img src="figures/dep_assetmain.png" alt="Asset Depreciation Main Window"><div class="caption"><p>The asset depreciation main window
</p></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0"><tr><td rowspan="2" align="center" valign="top" width="25"><img src="./stylesheet/note.png"></img></td><th align="left" valign="top">Note</th></tr><tr><td colspan="2" align="left" valign="top"><p xmlns="">
A Word of Caution: Since depreciation and tax issues are closely related, you may not always be free in choosing your preferred method. Fixing wrong calculations will cost a whole lot more time and trouble than getting the calculations right the first time, so if you plan to depreciate assets, it is wise to make sure of the schemes you will be permitted or required to use.
</p></td></tr></table></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="dep_accounts1.html"><<<Prev</a></td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right"><a accesskey="n" href="chapter12.html">Next>>></a></td></tr><tr><td width="40%" align="left">11.3. Account Setup</td><td width="20%" align="center"><a accesskey="u" href="chapter11.html">Up</a></td><td width="40%" align="right">Chapter 12. Accounts Receivable</td></tr></table></div></body></html>
|