<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Why Layout Changed in Customer Transaction Inquiry]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7094</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7094&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Why Layout Changed in Customer Transaction Inquiry.]]></description>
		<lastBuildDate>Wed, 01 Nov 2017 10:52:16 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Why Layout Changed in Customer Transaction Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29399#p29399</link>
			<description><![CDATA[<p>Fixed. <a href="https://github.com/FrontAccountingERP/FA/commit/fe81fed711c71c611f844fb06fa0ea03c63fda3b">Repo updated</a>.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 01 Nov 2017 10:52:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29399#p29399</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Layout Changed in Customer Transaction Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29398#p29398</link>
			<description><![CDATA[<p>Great Thanks</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Wed, 01 Nov 2017 10:51:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29398#p29398</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Layout Changed in Customer Transaction Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29394#p29394</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 01 Nov 2017 10:27:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29394#p29394</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Layout Changed in Customer Transaction Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29392#p29392</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 01 Nov 2017 09:39:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29392#p29392</guid>
		</item>
		<item>
			<title><![CDATA[Why Layout Changed in Customer Transaction Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29389#p29389</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Wed, 01 Nov 2017 07:42:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29389#p29389</guid>
		</item>
	</channel>
</rss>
