<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Aged Customer Analysis Report Selection Criteria]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7204</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7204&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Aged Customer Analysis Report Selection Criteria.]]></description>
		<lastBuildDate>Wed, 20 Dec 2017 15:31:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Aged Customer Analysis Report Selection Criteria]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30123#p30123</link>
			<description><![CDATA[<p>Find this file<br /><strong>/reporting/includes/reports_classes.inc</strong></p><p>there find this:<br /></p><div class="codebox"><pre><code>if ($ctrl == &#039;&#039;) 
{
    if (($id == 102 || $id == 202) &amp;&amp; $cnt == 3) // set default Show Also Allocated to Yes in aged reports 2014-09-19 Joe Hunt
                    $_POST[&#039;PARAM_&#039;.$cnt] = 1;
                
    if (isset($_COOKIE[&#039;select&#039;][$id][$cnt])) // saved parameters 2010-10-06 Joe Hunt
                    $_POST[&#039;PARAM_&#039;.$cnt] = $_COOKIE[&#039;select&#039;][$id][$cnt];
                $ctrl = $this-&gt;get_ctrl(&#039;PARAM_&#039;.$cnt, $type);
}</code></pre></div><p>change the first part like this:<br /></p><div class="codebox"><pre><code>    if (( $id == 202 &amp;&amp; $cnt == 3) || ($id == 102 &amp;&amp; $cnt == 4 )) 
                    $_POST[&#039;PARAM_&#039;.$cnt] = 1;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (stefan)]]></author>
			<pubDate>Wed, 20 Dec 2017 15:31:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30123#p30123</guid>
		</item>
		<item>
			<title><![CDATA[Aged Customer Analysis Report Selection Criteria]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30122#p30122</link>
			<description><![CDATA[<p>Hi,<br />I&#039;m hoping someone can point me in the right direction.<br />The above report defaults to Show Also Allocated = Yes and Summary Only = No.</p><p>I would like to change those selections so the default selections are Show Also Allocated = No and Summary Only = Yes.</p><p>Can someone tell me the report and the code lines to change to get the desired result.</p><p>Many thanks in advance</p><p>TJ</p>]]></description>
			<author><![CDATA[null@example.com (TJ)]]></author>
			<pubDate>Wed, 20 Dec 2017 14:31:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30122#p30122</guid>
		</item>
	</channel>
</rss>
