<?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/"
	>

<channel>
	<title>The GARA Systems Blog &#187; General</title>
	<atom:link href="http://www.gara.com/blog/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gara.com/blog</link>
	<description>The Online Technology Resource for Small Business</description>
	<lastBuildDate>Wed, 24 Aug 2011 15:19:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Identify Opportunities to Maximize Productivity</title>
		<link>http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/</link>
		<comments>http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 12:00:57 +0000</pubDate>
		<dc:creator>Gary Keorkunian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.garasystems.com/blog/?p=296</guid>
		<description><![CDATA[One of the most important functions of custom software and other technology solutions is to increase the productivity of your staff. Custom solutions can do this in a variety of ways. One way is to automate repetitive data management tasks. In this article I will present an example of how I did this for one [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most important functions of custom software and other  technology  solutions is to increase the productivity of your staff.   Custom solutions  can do this in a variety of ways.  One way is to  automate repetitive data  management tasks.  In this article I will  present an example of how I did  this for one of my clients.  I will  also present you with ways to identify  where those opportunities exist  in your organization.<span id="more-296"></span></p>
<h4>A Quick Case Study</h4>
<p>I have a client who distributes merchandise to local businesses.   They  buy wholesale from manufacturers and larger distributors.  They  warehouse these  products so they are available to their customers.   Unfortunately the  product lines are too large to warehouse everything  and, therefore, they find  themselves having to buy just one or two  parts at a time in order to satisfy a  customer&#8217;s immediate need.  This  can happen several times per day.   The result is a monthly statement  from a vendor that includes hundreds of  invoices. Once a month, one of  my client&#8217;s employees entered these  invoices into QuickBooks.  This  process usually took 8 to 10 hours.   Based on the employee&#8217;s fully  loaded cost of about $18 per hour we calculated  the cost of this  process to be between $144 and $180 per month.</p>
<p>After examining the process, I was able to develop a very simple  program that  reduced the process from 8 to 10 hours to less than 5  minutes.  My  consultation time and the software development cost to my  client was less than $500.   Divided by the more conservative savings of  $144 per month, the break-even on  this project was less than 3 and  half months. During my engagement  with this client, we  continued to find and automate several similar situations.   The result  has been thousands per month in savings, improved productivity and   other benefits.</p>
<h4>What to Look For</h4>
<p>Of course not all tasks will get the same return from custom  automation.   I&#8217;ve seen a situation where a task that took 4 hours once  per month would have  required significant investment in new hardware  and custom software to automate.   It set the break-even point several  years into the future and, therefore, was  simply not a good candidate.   In order to get the biggest bang for the buck  when it comes to IT  investment you have to start by &#8220;cherry-picking&#8221; for the  best  opportunities.  There are a number of things to look for when doing   this.</p>
<h4>Uniformity of Task</h4>
<p>Tasks that are repetitive are prime candidates for automation.  Tasks   that involve the same series of steps are more easily automated than  those that  require a large amount of special handling or subjective  decision making.   Entering hundreds of invoices into QuickBooks is an  excellent example a task  that is ripe for automation.  Any situation  where you are printing data  from one system so that you can manually  enter it into another is an excellent  opportunity for automation.</p>
<h4>Available Data Feeds</h4>
<p>If the data you need to get into your systems is coming from a  digital source  then building an automated solution will be easier and  less costly.  This  makes for a quicker break-even point.  In the case  of my client, it turned  out that the vendor was providing their  statement in a text file that was being  emailed once per month.  The  line items in the file &#8211; each representing a  single invoice &#8211; were all  structured in the same way.  The availability of  this &#8220;data feed&#8221; meant  that automation was feasible.  The program I wrote  simply translated  the data from this format into the IIF format required by  QuickBooks.   Now the employee downloads the file, runs the custom script  that I  wrote and imports the resulting IIF file into Quickbooks &#8230; in less  than  5 minutes.</p>
<p><strong>Tip</strong> &#8211; If you are dealing with a similar situation, but your  vendor or  other business partner is only providing you with a paper  statement, ask them if  you can get it in digital form.  More than  likely this will be possible  because they are probably using software  to create the paper invoice in the  first place.  If they are willing to  produce the feed, see if you &#8211; with the help  of your programmer &#8211; can  specify its data format.  You can  further simplify the custom  programming task if you specify a format  that you already have tools  for or your programmer is comfortable with.   Excellent examples of  suitable formats include CSV, TAB, PIPE, XLS and XML.</p>
<h4>Significant Effort</h4>
<p>The best candidates for automation will be those tasks that require  regular,  significant effort.  That is, a large number of staff hours  are being  applied to the task on a periodic basis.  Since these are the  situations  where the greatest savings can be gained they are the ones  where a quicker  break-even is possible.  A task that only consumes 1  hour per year or a  small, one-time data management project may not be  worth automating.  Look  for tasks that take at least a couple of hours  every week or month.</p>
<h4>Added Benefits of Automation</h4>
<p>In addition to the productivity increase gained by automation, well  designed  and deployed automation projects can provide other significant  benefits as well.</p>
<ol>
<li><strong>Improved Data Integrity</strong>.  When my client was entering the  	 invoice data manually mistakes were being made.  This resulted in  	 overpayments in some cases &#8211; costing my client money &#8211; and underpayments  in  	others &#8211; causing bad will with the vendor.  It also led to  additional  	time being consumed reconciling these mistakes.  Automating  these types  	of tasks virtually eliminates mistakes and the costs  associated with them.</li>
<li><strong>Better Customer Service</strong>.  Because the task had been  	 automated, my client&#8217;s staffer was no longer bogged down doing data  entry.   	She was now able to focus on her primary function &#8211; dealing  with and  	satisfying customers.  The faster your staff can process  data, the more  	time they will have to spend with customers and on  other valuable tasks.</li>
<li><strong>More Automation Opportunity</strong>.  Once you create a solution to   	automate one task, the tools you&#8217;ve created can be used as a platform  for  	automating other tasks.  My client was also receiving small  invoices  	from other vendors.  By themselves the effort was not  significant  	enough to justify automation.  But once we had built the  custom  	solution we were able to make quick and easy &#8211; and therefore  less costly &#8211;  	modifications to accommodate statements from other  vendors.  In other  	words, the benefits of the first automation  trickled down to other tasks.</li>
</ol>
<p>As you can see custom software and technology solutions can have  significant  benefits when applied to the right situations.  Use the  information in this  article to identify where your operation can  maximize productivity, improve data  integrity, enhance customer service  and improve your bottom line.</p>
<p><a href="http://www.gara.com/contact/">Contact me</a> for more  information  about how GARA Systems can help with your custom software  and technology  solutions.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>Bookmark and Share</div><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/&amp;title=Identify Opportunities to Maximize Productivity' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/&amp;title=Identify Opportunities to Maximize Productivity' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/&amp;title=Identify Opportunities to Maximize Productivity' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/&amp;t=Identify Opportunities to Maximize Productivity' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/&amp;title=Identify Opportunities to Maximize Productivity' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Identify Opportunities to Maximize Productivity+http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a> <a href='https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/&amp;title=Identify Opportunities to Maximize Productivity' title='Save to Windows Live' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/windowslive.png' style='width:16px; height:16px;' alt='[Windows Live] ' /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/&amp;t=Identify Opportunities to Maximize Productivity' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!] ' /></a> <a href='http://www.feedburner.com/fb/a/emailFlare?itemTitle=Identify Opportunities to Maximize Productivity&amp;uri=http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/&amp;loc=en_US' title='Email this to a friend' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/email.png' style='width:16px; height:16px;' alt='[Email] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.gara.com/blog/2010/03/01/identify-opportunities-to-maximize-productivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

