<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Daniel Johnson, Jr. &#187; accounting</title>
	<atom:link href="http://danieljohnsonjr.com/main/category/accounting/feed/" rel="self" type="application/rss+xml" />
	<link>http://danieljohnsonjr.com/main</link>
	<description>Cincinnati community builder, social media evangelist, business analyst with focus on Microsoft Dynamics CRM</description>
	<lastBuildDate>Sun, 05 Sep 2010 08:01:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.9" mode="advanced" entry="normal" -->
	<itunes:summary>Cincinnati community builder, social media evangelist, business analyst with focus on Microsoft Dynamics CRM</itunes:summary>
	<itunes:author>Daniel Johnson, Jr.</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://danieljohnsonjr.com/main/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:owner>
		<itunes:name>Daniel Johnson, Jr.</itunes:name>
		<itunes:email>danielj2@danieljohnsonjr.com</itunes:email>
	</itunes:owner>
	<managingEditor>danielj2@danieljohnsonjr.com (Daniel Johnson, Jr.)</managingEditor>
	<itunes:subtitle>Cincinnati community builder, social media evangelist, business analyst with focus on Microsoft Dynamics CRM</itunes:subtitle>
	<image>
		<title>Daniel Johnson, Jr. &#187; accounting</title>
		<url>http://danieljohnsonjr.com/main/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://danieljohnsonjr.com/main/category/accounting/</link>
	</image>
		<item>
		<title>Helping company take advantage of a tax credit</title>
		<link>http://danieljohnsonjr.com/main/helping-company-take-advantage-of-a-tax-credit/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=helping-company-take-advantage-of-a-tax-credit</link>
		<comments>http://danieljohnsonjr.com/main/helping-company-take-advantage-of-a-tax-credit/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 23:39:00 +0000</pubDate>
		<dc:creator>Daniel Johnson, Jr.</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[accounting]]></category>
		<category><![CDATA[case studies]]></category>
		<category><![CDATA[financial reporting application]]></category>
		<category><![CDATA[peo]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://danieljohnsonjr.com/main/2007/06/03/helping-company-take-advantage-of-a-tax-credit/</guid>
		<description><![CDATA[Image by alberth2 via Flickr I found out last year from the Accounting department at my current company that employers with tipped employees can get a tax credit based on how employees have reported their tips. I guess it&#8217;s the IRS&#8217;s way to encourage employers to get their employees to report tips so that they [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanieljohnsonjr.com%2Fmain%2Fhelping-company-take-advantage-of-a-tax-credit%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanieljohnsonjr.com%2Fmain%2Fhelping-company-take-advantage-of-a-tax-credit%2F&amp;source=danieljohnsonjr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div class="zemanta-img zemanta-action-click" style="margin: 1em; float: right; display: block;"><a href="http://www.flickr.com/photos/84056180@N00/2233023966"><img style="border: medium none; display: block;" src="http://farm3.static.flickr.com/2397/2233023966_437f6f5e1b_m.jpg" alt="Tip" /></a></p>
<p class="zemanta-img-attribution">Image by <a href="http://www.flickr.com/photos/84056180@N00/2233023966">alberth2</a> via Flickr</p>
</div>
<p>I found out last year from the Accounting department at my current company that employers with tipped employees can get a tax credit based on how employees have reported their tips.  I guess it&#8217;s the IRS&#8217;s way to encourage employers to get their employees to report tips so that they can get the tax from it.</p>
<p>The <a class="zem_slink" title="Professional employer organization" rel="wikipedia" href="http://en.wikipedia.org/wiki/Professional_employer_organization">PEO</a> model is one of co-employment: the client employs someone to do the work while the PEO employs the worker from an HR perspective.  If the client doesn&#8217;t take the tipped employee tax credit (or whatever it&#8217;s actually called), then the PEO can take it.</p>
<p>For me it has meant developing yet another report from the <a class="zem_slink" title="Microsoft SQL Server" rel="homepage" href="http://www.microsoft.com/sqlserver/2008/en/us/default.aspx">SQL Server</a> database.  The business, of course, wants the report as soon as they can get it, and I and my boss help them understand that it cannot always happen overnight or even in a week.</p>
<p>The report, as many of these I develop lately, involves looking at the transaction history on employees&#8217; paychecks to identify reported tips.  It sounds simple, and it really is, as long as you know where to look.</p>
<p>Over the past year or so, I&#8217;ve gotten better as I&#8217;ve come to understand where the types of information are stored &#8211; the database and the front-end are a modified version of Microsoft Great Plains, and the tables are not always intuitively-named.</p>
<p>I probably should push this application out to the Accounting department, since all I did was run it for last year and the current year.  The upper management was certainly surprised at fast I&#8217;d turned their request around.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=3e59873d-9425-4cc3-8619-30d92dc46e40" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://danieljohnsonjr.com/main/helping-company-take-advantage-of-a-tax-credit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
