<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Why Layout Changed in Customer Transaction Inquiry]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7094&amp;type=atom" />
	<updated>2017-11-01T10:52:16Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7094</id>
		<entry>
			<title type="html"><![CDATA[Re: Why Layout Changed in Customer Transaction Inquiry]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29399#p29399" />
			<content type="html"><![CDATA[<p>Fixed. <a href="https://github.com/FrontAccountingERP/FA/commit/fe81fed711c71c611f844fb06fa0ea03c63fda3b">Repo updated</a>.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2017-11-01T10:52:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29399#p29399</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Why Layout Changed in Customer Transaction Inquiry]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29398#p29398" />
			<content type="html"><![CDATA[<p>Great Thanks</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-11-01T10:51:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29398#p29398</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Why Layout Changed in Customer Transaction Inquiry]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29394#p29394" />
			<content type="html"><![CDATA[<p>Yes, you are right. There is a bug in line 173 of <strong>sales/inquiry/customer_inquiry.php</strong> which is:<br /></p><div class="codebox"><pre><code>if ($_POST[&#039;customer_id&#039;] != ALL_TEXT &amp;&amp; $_POST[&#039;filterType&#039;] == &#039;2&#039;)</code></pre></div><p>and it should be:<br /></p><div class="codebox"><pre><code>if ($_POST[&#039;customer_id&#039;] != &quot;&quot; &amp;&amp; $_POST[&#039;customer_id&#039;] != ALL_TEXT)</code></pre></div><p>There is no use in checking for <strong>filterType=2</strong> (Unsettled Transactions) to deny display of summary info of customer. Reverting it to the sane code as in FA 2.3 rectifies it as above.</p><p>Yes the same exists in line 156 in <strong>purchasing/inquiry/supplier_inquiry.php</strong>:<br /></p><div class="codebox"><pre><code>if ($_POST[&#039;supplier_id&#039;] != ALL_TEXT &amp;&amp; $_POST[&#039;filterType&#039;] == &#039;2&#039;)</code></pre></div><p>and it should be:<br /></p><div class="codebox"><pre><code>if (($_POST[&#039;supplier_id&#039;] != &quot;&quot;) &amp;&amp; ($_POST[&#039;supplier_id&#039;] != ALL_TEXT))</code></pre></div><br /><p>@joe: can commit it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-11-01T10:27:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29394#p29394</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Why Layout Changed in Customer Transaction Inquiry]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29392#p29392" />
			<content type="html"><![CDATA[<p>The customer summary was just occupying top space which was re-allocated for more records below. <img src="https://frontaccounting.com/punbb/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-11-01T09:39:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29392#p29392</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Why Layout Changed in Customer Transaction Inquiry]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29389#p29389" />
			<content type="html"><![CDATA[<p>Earlier we had <a href="https://prnt.sc/h4os9f">this</a> Layout in Customer Transaction Inquiry that was very helpful but this has been changed in FA24. No Upper section appears now if we select any customer.</p><p>Can any one share whats the logic behind that?</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-11-01T07:42:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29389#p29389</id>
		</entry>
</feed>
