<?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>CodePartners</title>
	<atom:link href="http://www.codepartners.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.codepartners.com/blog</link>
	<description>We write code to help our clients succeed.</description>
	<lastBuildDate>Fri, 03 Sep 2010 19:05:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Writing Server Side Code for Sage Accpac ERP V6.0 Web UIs</title>
		<link>http://www.codepartners.com/blog/?p=384</link>
		<comments>http://www.codepartners.com/blog/?p=384#comments</comments>
		<pubDate>Fri, 03 Sep 2010 19:05:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[accpac 6.0]]></category>
		<category><![CDATA[server side code in java]]></category>
		<category><![CDATA[Stephen Smith]]></category>
		<category><![CDATA[web UIs]]></category>

		<guid isPermaLink="false">http://www.codepartners.com/blog/?p=384</guid>
		<description><![CDATA[This is a great post written by Stephen Smith regarding how you can write server side code in Java to assist your UIs do their job more efficiently.  We are getting ramped up for the release of Sage Accpac ERP Version 6.0 here at CodePartners! Contact us if you have any questions regarding custom programs [...]]]></description>
			<content:encoded><![CDATA[<p>This is a <a href="http://smist08.wordpress.com/2010/08/28/writing-server-side-code-for-accpac-6-web-uis/" target="_blank">great post</a> written by Stephen Smith regarding how you can write server side code in Java to assist your UIs do their job more efficiently.  We are getting ramped up for the release of Sage Accpac ERP Version 6.0 here at CodePartners! <a href="mailto:info@codepartners.com" target="_blank">Contact us</a> if you have any questions regarding custom programs in the new version. We&#8217;re happy to help!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codepartners.com/blog/?feed=rss2&amp;p=384</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deposit Connector for Sage Accpac ERP</title>
		<link>http://www.codepartners.com/blog/?p=387</link>
		<comments>http://www.codepartners.com/blog/?p=387#comments</comments>
		<pubDate>Tue, 31 Aug 2010 19:25:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[bank deposit transactions]]></category>
		<category><![CDATA[Deposit Connector]]></category>
		<category><![CDATA[lock box service]]></category>
		<category><![CDATA[remote deposit system integration]]></category>
		<category><![CDATA[sage accpac erp v5.5]]></category>

		<guid isPermaLink="false">http://www.codepartners.com/blog/?p=387</guid>
		<description><![CDATA[Deposit Connector is a great tool for any company who either uses their bank&#8217;s remote deposit capture program or uses lock box service at their bank to collect checks. Both of these are great services provided by banks, but users still have to manually key in the bank deposit transactions to their accounting system. Not [...]]]></description>
			<content:encoded><![CDATA[<p>Deposit Connector is a great tool for any company who either uses their bank&#8217;s remote deposit capture program or uses lock box service at their bank to collect checks. Both of these are great services provided by banks, but users still have to manually key in the bank deposit transactions to their accounting system. Not anymore! Our newest tool, Deposit Connector, helps you create bank deposit transactions based on the downloaded file from the bank&#8217;s remote deposit system or the lock box service.</p>
<p><img class="aligncenter size-medium wp-image-388" title="Deposit Connector for Sage Accpac ERP V5.5" src="http://www.codepartners.com/blog/wp-content/uploads/2010/08/Deposit-Connector-300x102.jpg" alt="Deposit Connector for Sage Accpac ERP V5.5" width="300" height="102" /></p>
<dl></dl>
<div class="mceTemp mceIEcenter" style="text-align: left;">Currently, the program is set up for one bank file, but it serves as a great framework  if you need to change to a different bank file format. It is compatible with Sage Accpac ERP v. 5.5 at this time. Watch a recorded demo of it on <a href="http://www.youtube.com/watch?v=9DMiCp5sZpA" target="_blank">YouTube</a>, or contact us to discuss how this tool can benefit you and your clients!</div>
]]></content:encoded>
			<wfw:commentRss>http://www.codepartners.com/blog/?feed=rss2&amp;p=387</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Accpac SWT Framework &#8211; Coding the Browser Part of a UI Control</title>
		<link>http://www.codepartners.com/blog/?p=380</link>
		<comments>http://www.codepartners.com/blog/?p=380#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[browser part of a UI control]]></category>
		<category><![CDATA[new Accpac SWT]]></category>

		<guid isPermaLink="false">http://www.codepartners.com/blog/?p=380</guid>
		<description><![CDATA[Here&#8217;s a link to a blog posted by Stephen Smith regarding how the Browser part of a UI control is coded in the new Accpac SWT framework. Most of the basic functionality is automatic from the XML screen definition, but UIs are more complex than just Create/Read/Update/Delete, and Stephen points our how you add that extra complexity to [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a link to a blog posted by Stephen Smith regarding how the Browser part of a UI control is coded in the new Accpac SWT framework. Most of the basic functionality is automatic from the XML screen definition, but UIs are more complex than just Create/Read/Update/Delete, and Stephen points our how you add that extra complexity to handle sophisticated UI needs.</p>
<p><a href="http://smist08.wordpress.com/2010/08/" target="_blank">Read Stephen&#8217;s post.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codepartners.com/blog/?feed=rss2&amp;p=380</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Dump and Load for Sage Accpac ERP</title>
		<link>http://www.codepartners.com/blog/?p=378</link>
		<comments>http://www.codepartners.com/blog/?p=378#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:06:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[database dump accpac]]></category>
		<category><![CDATA[database load accpac]]></category>
		<category><![CDATA[db dbump/dbload]]></category>

		<guid isPermaLink="false">http://www.codepartners.com/blog/?p=378</guid>
		<description><![CDATA[Database Dump and Load are extremely useful utilities that let you transfer Accpac companies between different organization IDs and even between different types of database servers. They provide an easy mechanism to send data to your Business Partner or Tech Support. They provide a mechanism to back up your data, if you need one.
One thing [...]]]></description>
			<content:encoded><![CDATA[<p>Database Dump and Load are extremely useful utilities that let you transfer Accpac companies between different organization IDs and even between different types of database servers. They provide an easy mechanism to send data to your Business Partner or Tech Support. They provide a mechanism to back up your data, if you need one.</p>
<p>One thing to watch out for when moving data between database servers is sort order. Generally the data will be re-sorted in the new sort order (if they are different) when you Database Load. However if the original sort order is binary based and the new sort order is case-insensitive then you run the risk of any keys that allow upper and lower case being rejected as duplicate records and the Database Load failing. The main case of this is the Unit Of Measure table where people often have EA, Ea and ea. To avoid problems you have to delete the records whose keys only differ by case before dumping.</p>
<p><a href="http://smist08.wordpress.com/2010/08/" target="_blank">Thanks to Stephen Smith for the great info</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codepartners.com/blog/?feed=rss2&amp;p=378</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Web Form for Accpac 6.0</title>
		<link>http://www.codepartners.com/blog/?p=371</link>
		<comments>http://www.codepartners.com/blog/?p=371#comments</comments>
		<pubDate>Tue, 17 Aug 2010 20:51:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[accpac sdk]]></category>
		<category><![CDATA[web based forms for accpac 6.0]]></category>
		<category><![CDATA[web form in accpac 6.0]]></category>

		<guid isPermaLink="false">http://www.codepartners.com/blog/?p=371</guid>
		<description><![CDATA[Sage ERP Accpac 6.0A is just entering beta. With this release you will be able start to run Web based User Interface forms. But as a developer, how do you create new Web Based forms using the Accpac SDK? The new Web based forms are written using a number of tools that are integrated into [...]]]></description>
			<content:encoded><![CDATA[<p>Sage ERP Accpac 6.0A is just entering beta. With this release you will be able start to run Web based User Interface forms. But as a developer, how do you create new Web Based forms using the Accpac SDK? The new Web based forms are written using a number of tools that are integrated into the Eclipse development environment (<a href="http://www.eclipse.org/">http://www.eclipse.org/</a>). This SDK involves programming with the Sage Web Toolkit (SWT) which is based on the Google Web Toolkit (GWT – <a href="http://code.google.com/webtoolkit/">http://code.google.com/webtoolkit/</a>). With this toolkit you develop your programs in Java and then GWT provides a compiler that will compile these programs into JavaScript, which will run in your browser.</p>
<p>You begin by using the project wizard integrated into Eclipse. You use this to create a starting Accpac screen project. From the File menu in Eclipse you choose File – New – Project… Then select under “Sage Web Toolkit,” “New SWT UI.” When you are done and click Finish, and the wizard will create a new project in Eclipse.</p>
<p>This is a completely ready to run minimal UI that is all set for you to add your own logic to. If you don’t do anything and just choose run, then your project will be run in GWT hosted mode which means it is run as a Java program in a container that simulate browser behavior. This is how you debug your programs. In this mode you can set breakpoints, single step through code, examine variables and do anything else supported by the full Java debugger.</p>
<p>Then when you sign-on, you get the screen with the single table control connected to the A/R customers SData feed on the form. Normally you would delete this control and then add the controls you really want on your form. Behind the scenes is the development shell that show useful messages on what is going on, especially if something goes wrong. Plus status messages are sent to the Java Console inside the Eclipse IDE. Once you have debugged the program and have it working then you run the project through the GWT compiler to produce a Web HTML/JavaScript version of the program that you can run directly in the Browser, or which you can add to the Accpac Portal.</p>
<p>When you are writing code for your UI, it can go into one of two places. If can reside on the Browser side of things running as JavaScript or it can run on the server side as an SData service. In VB all the UI code was within the VB OCX control and this talked directly to the Accpac Views (Business Logic Objects). In the Web world we have JavaScript running in the Browser (created by compiling Java programs with GWT), that talk to SData services running on the Server. These SData services then talk to the Accpac Views.</p>
<p><a href="http://smist08.wordpress.com/2010/08/14/creating-a-web-form-for-accpac-6/" target="_blank">Thanks Stephen Smith for this great information</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codepartners.com/blog/?feed=rss2&amp;p=371</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Healthcare Reform and How It Will Affect Employers &#8211; Round Table Luncheon in Dallas</title>
		<link>http://www.codepartners.com/blog/?p=367</link>
		<comments>http://www.codepartners.com/blog/?p=367#comments</comments>
		<pubDate>Fri, 30 Jul 2010 18:04:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codepartners.com/blog/?p=367</guid>
		<description><![CDATA[On Sunday, March 21, 2010, the House of Representatives passed the fiercely contested healthcare reform bill, HR 3590. On Thursday, March 25 the Senate passed the Reconciliation Bill, the so-called &#8220;fix it&#8221; bill. On Tuesday, March 30, President Obama signed the final piece of the legislation into law. This legislation will have a major impact [...]]]></description>
			<content:encoded><![CDATA[<p>On Sunday, March 21, 2010, the House of Representatives passed the fiercely contested healthcare reform bill, HR 3590. On Thursday, March 25 the Senate passed the Reconciliation Bill, the so-called &#8220;fix it&#8221; bill. On Tuesday, March 30, President Obama signed the final piece of the legislation into law. This legislation will have a major impact on every person living in the United States for the foreseeable future. While there are many implications of this bill, we&#8217;ll only discuss the pieces that will directly impact employers at <a href="http://www.bterrell.com/training/upcoming-events/healthcare-reform-and-how-it-will-affect-employers-August/" target="_blank">this luncheon</a>.<br />
<strong><br />
</strong>What: Round Table Luncheon, hosted by our sister company, <a href="http://www.bterrell.com">Terrell &amp; Terrell, CPAs, LLP</a><br />
When: Thursday, August 12, 2010 at 11:30 a.m.<br />
Where: <a href="http://www.lawrysonline.com/theprimerib_dallas_gen_info.asp" target="_new">Lawry&#8217;s The Prime Rib</a> in Dallas, Texas<br />
Cost: $25 per person</p>
<p><a href="mailto:meredith.gooch@codepartners.com" target="_blank">Contact us</a> to reserve your seat now!</p>
<p><em>About the Moderator:</em><br />
Jack Reaves, CLU, agency founder, has 30+ years of successful insurance experience. Some clients have been with him since the agency opened for business. Jack&#8217;s specialty is group insurance for private and public employers. His clients range from companies with two employees to those with thousands on their payroll. Jack prides himself on learning a client&#8217;s needs, then designing solutions to fit that client&#8217;s business goals. Prior to founding <a href="http://www.reavesagency.com" target="_new">The Reaves Agency</a>, Jack held management positions for Safeway stores. His success in that venture inspired him to open his own business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codepartners.com/blog/?feed=rss2&amp;p=367</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard Shortcuts for Google News</title>
		<link>http://www.codepartners.com/blog/?p=358</link>
		<comments>http://www.codepartners.com/blog/?p=358#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:53:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google news shortcuts]]></category>
		<category><![CDATA[shortcuts for Google news]]></category>

		<guid isPermaLink="false">http://www.codepartners.com/blog/?p=358</guid>
		<description><![CDATA[Navigation

j or n : next story
k or p : previous story

Application

/ : search
? : open help

I don&#8217;t know about you, but I can always use good shortcuts&#8230;here are a few helpful ones for Google News:
Actions

s : star story
. or f : open story options
&#60;Enter&#62; : open the headline for the current story.

]]></description>
			<content:encoded><![CDATA[<h4>Navigation</h4>
<ul>
<li><strong>j</strong> or <strong>n</strong> : next story</li>
<li><strong>k</strong> or <strong>p</strong> : previous story</li>
</ul>
<h4>Application</h4>
<ul>
<li><strong>/</strong> : search</li>
<li><strong>?</strong> : open help</li>
</ul>
<h4>I don&#8217;t know about you, but I can always use good shortcuts&#8230;here are a few helpful ones for Google News:</h4>
<h4>Actions</h4>
<ul>
<li><strong>s</strong> : star story</li>
<li><strong>.</strong> or <strong>f</strong> : open story options</li>
<li><strong>&lt;Enter&gt;</strong> : open the headline for the current story.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codepartners.com/blog/?feed=rss2&amp;p=358</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sage Accpac Shortcuts for Forms, Notebooks, and Records</title>
		<link>http://www.codepartners.com/blog/?p=348</link>
		<comments>http://www.codepartners.com/blog/?p=348#comments</comments>
		<pubDate>Mon, 12 Jul 2010 15:27:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[accpac shortcuts]]></category>

		<guid isPermaLink="false">http://www.codepartners.com/blog/?p=348</guid>
		<description><![CDATA[Here are a few shortcuts that allow you to use forms, notebooks, and records in Sage Accpac more efficiently:
HOME &#8211; Move to the first entry in the form
END &#8211; Move to the last entry in the form
↑ or ↓ &#8211; Move up or down a single row
ENTER or TAB &#8211; Move the cursor to the [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a few shortcuts that allow you to use forms, notebooks, and records in Sage Accpac more efficiently:</p>
<p>HOME &#8211; Move to the first entry in the form<br />
END &#8211; Move to the last entry in the form<br />
↑ or ↓ &#8211; Move up or down a single row<br />
ENTER or TAB &#8211; Move the cursor to the next field<br />
SHIFT + TAB &#8211; Move the cursor to the previous field<br />
INS &#8211; Add a new entry on the next line<br />
DEL &#8211; Delete the selected entry<br />
F9 &#8211; Maximize or Minimize the display area<br />
Spacebar &#8211; Checks or unchecks a checkbox<br />
F7 &#8211; Refreshes the record</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codepartners.com/blog/?feed=rss2&amp;p=348</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal Customization for Google News</title>
		<link>http://www.codepartners.com/blog/?p=356</link>
		<comments>http://www.codepartners.com/blog/?p=356#comments</comments>
		<pubDate>Thu, 08 Jul 2010 16:41:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[changes to google news]]></category>
		<category><![CDATA[Google news]]></category>

		<guid isPermaLink="false">http://www.codepartners.com/blog/?p=356</guid>
		<description><![CDATA[Google recently redesigned its News section to allow users to tailor preferences to their interests.  From customizing what types of news you are interested in reading to promoting and demoting a source &#8211; - Google has added many new features to its news section. It is supposed to make navigating the news much easier. Check out more [...]]]></description>
			<content:encoded><![CDATA[<p>Google recently redesigned its <a href="http://news.google.com/news?ie=UTF-8&amp;hl=en&amp;tab=wn&amp;pz=1&amp;cf=all&amp;ned=us&amp;q">News</a> section to allow users to tailor preferences to their interests.  From customizing what types of news you are interested in reading to promoting and demoting a source &#8211; - Google has added many new features to its news section. It is supposed to make navigating the news much easier. Check out more details about the changes at <a href="http://www.google.com/intl/en_us/news/update/index.html">http://www.google.com/intl/en_us/news/update/index.html</a>.</p>
<p>- Meredith Gooch, Marketing Manager</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codepartners.com/blog/?feed=rss2&amp;p=356</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sage Accpac Tips &#8211; Calculator and Finder</title>
		<link>http://www.codepartners.com/blog/?p=344</link>
		<comments>http://www.codepartners.com/blog/?p=344#comments</comments>
		<pubDate>Tue, 06 Jul 2010 16:07:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[accpac calculator]]></category>
		<category><![CDATA[accpac finder]]></category>
		<category><![CDATA[accpac tips]]></category>

		<guid isPermaLink="false">http://www.codepartners.com/blog/?p=344</guid>
		<description><![CDATA[Press the Plus Key (+)  to activate the Sage Accpac Calculator from any field where numeric calculations are performed. You can use it as a regular calculator by utilizing the 10-key numeric keypad on your keyboard, or you can use it with your mouse. Contact us to get a copy of a list of shortcuts [...]]]></description>
			<content:encoded><![CDATA[<p>Press the Plus Key (+)  to activate the Sage Accpac Calculator from any field where numeric calculations are performed. You can use it as a regular calculator by utilizing the 10-key numeric keypad on your keyboard, or you can use it with your mouse. <a href="mailto:meredith.gooch@codepartners.com" target="_blank">Contact us to get a copy of a list of shortcuts you can use with the calculator</a>.</p>
<p>Wherever the Finder icon displays, Sage Accpac provides a search engine to assist you in finding information. The Finder&#8217;s search capabilities are dynamic and customizable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codepartners.com/blog/?feed=rss2&amp;p=344</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
