<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Aged Customer Analysis Report Selection Criteria]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7204&amp;type=atom" />
	<updated>2017-12-20T15:31:10Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7204</id>
		<entry>
			<title type="html"><![CDATA[Re: Aged Customer Analysis Report Selection Criteria]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30123#p30123" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[stefan]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20008</uri>
			</author>
			<updated>2017-12-20T15:31:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30123#p30123</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Aged Customer Analysis Report Selection Criteria]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30122#p30122" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[TJ]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42044</uri>
			</author>
			<updated>2017-12-20T14:31:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30122#p30122</id>
		</entry>
</feed>
