<?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>Hancock Data &#187; Accounts Receivable</title>
	<atom:link href="http://www.hancockdata.com/tag/accounts-receivable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hancockdata.com</link>
	<description>Making Your Maxwell Systems Software Work</description>
	<lastBuildDate>Tue, 13 Apr 2010 19:53:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to set the Aged AR Trial Balance default Aging Date</title>
		<link>http://www.hancockdata.com/2009/04/06/how-to-set-the-aged-ar-trial-balance-default-aging-date/</link>
		<comments>http://www.hancockdata.com/2009/04/06/how-to-set-the-aged-ar-trial-balance-default-aging-date/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:18:22 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Maxwell Systems Management Suite]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Accounts Receivable]]></category>
		<category><![CDATA[Reporting]]></category>

		<guid isPermaLink="false">http://www.hancockdata.com/?p=145</guid>
		<description><![CDATA[It&#8217;s always a pain to have to change the Default Aging Date field when printing the AR Aged Trial Balance by Job report. It&#8217;s an easy program change, but the Maxwell Management Suite requires adding a line of code to the standard CARRE0 program that prints that report. Here&#8217;s that line of code: 10041 IF [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always a pain to have to change the Default Aging Date field when printing the AR Aged Trial Balance by Job report.  It&#8217;s an easy program change, but the Maxwell Management Suite requires adding a line of code to the standard CARRE0 program that prints that report.  Here&#8217;s that line of code:</p>

<div class="wp_syntax"><div class="code"><pre class="providex" style="font-family:monospace;">10041 <span style="color: navy;">IF</span> X$<span style="color: #000066;">&#40;</span>41<span style="color: #000099;">,</span>2<span style="color: #000066;">&#41;</span><span style="color: #008000;">+</span>X$<span style="color: #000066;">&#40;</span>37<span style="color: #000099;">,</span>2<span style="color: #000066;">&#41;</span><span style="color: #008000;">+</span>X$<span style="color: #000066;">&#40;</span>31<span style="color: #000099;">,</span>2<span style="color: #000066;">&#41;</span><span style="color: #000099;">=</span>FISCAL_YR.VAL$<span style="color: #008000;">+</span>FISCAL_PD.VAL$ 
<span style="color: navy;">THEN</span> <span style="color: navy;">LET</span> AGING_DATE.VAL$<span style="color: #000099;">=</span>X$<span style="color: #000066;">&#40;</span>41<span style="color: #000099;">,</span>2<span style="color: #000066;">&#41;</span><span style="color: #008000;">+</span>X$<span style="color: #000066;">&#40;</span>37<span style="color: #000099;">,</span>2<span style="color: #000066;">&#41;</span><span style="color: #008000;">+</span>X$<span style="color: #000066;">&#40;</span>31<span style="color: #000099;">,</span>2<span style="color: #000066;">&#41;</span><span style="color: #008000;">+</span>X$<span style="color: #000066;">&#40;</span>34<span style="color: #000099;">,</span>2<span style="color: #000066;">&#41;</span></pre></div></div>

<p>This change will set the Default Aging Date to the current terminal date, only if the current terminal date is in the Period and Fiscal Year ending date selected for the report.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hancockdata.com/2009/04/06/how-to-set-the-aged-ar-trial-balance-default-aging-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A better Unbilled Job Report</title>
		<link>http://www.hancockdata.com/2008/11/11/a-better-unbilled-job-report/</link>
		<comments>http://www.hancockdata.com/2008/11/11/a-better-unbilled-job-report/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 18:31:43 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Accounts Receivable]]></category>
		<category><![CDATA[Job Cost]]></category>

		<guid isPermaLink="false">http://www.hancockdata.com/?p=55</guid>
		<description><![CDATA[The Unbilled Job Report in Accounts Receivable Billing is designed to report Jobs that are unbilled.  The problem with the report is that it requires a link from the Job Cost Task Codes to the Job Billing Line Items (which is not always a reasonable approach). A better method of determining your &#8216;unbilled&#8217; status on [...]]]></description>
			<content:encoded><![CDATA[<p>The Unbilled Job Report in Accounts Receivable Billing is designed to report Jobs that are unbilled.  The problem with the report is that it requires a link from the Job Cost Task Codes to the Job Billing Line Items (which is not always a reasonable approach).</p>
<p>A better method of determining your &#8216;unbilled&#8217; status on a Job is to create a Job Cost Formatted Report with the Date Last Billed, Contract Amount, Amount Billed, and a field called Amount Unbilled that is calculated by subtracting the Amount Billed from the Contract Amount field.</p>
<p>Then a filter that shows Job where the Amount Unbilled is not equal to zero will provide a useful report.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hancockdata.com/2008/11/11/a-better-unbilled-job-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
