<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Customer Payment Entry - Scrolling behaviour when clicking All or None]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8607</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8607&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Customer Payment Entry - Scrolling behaviour when clicking All or None.]]></description>
		<lastBuildDate>Thu, 26 Dec 2019 06:55:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Customer Payment Entry - Scrolling behaviour when clicking All or None]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36696#p36696</link>
			<description><![CDATA[<p>This has been fixed and committed to stable 2.4.7. Thanks for seeing this.<br />The fixed file can be downloaded <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/includes/ui/allocation_cart.inc">here</a>.</p><p>/joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 26 Dec 2019 06:55:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36696#p36696</guid>
		</item>
		<item>
			<title><![CDATA[Customer Payment Entry - Scrolling behaviour when clicking All or None]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36694#p36694</link>
			<description><![CDATA[<p>Hi,</p><p>if the list of Invoices are little long and when you go down and click on &#039;All&#039; or &#039;None&#039; the page will scroll to top.</p><p>this may be an unwanted behavior and to stop this change the below&nbsp; code</p><p>File : includes/ui/allocation_cart.inc</p><p>line: 306-310</p><div class="codebox"><pre><code>label_cell(&quot;&lt;a href=&#039;#&#039; name=Alloc$id onclick=&#039;allocate_all(this.name.substr(5));return true;&#039;&gt;&quot;
                     . _(&quot;All&quot;) . &quot;&lt;/a&gt;&quot;);
                label_cell(&quot;&lt;a href=&#039;#&#039; name=DeAll$id onclick=&#039;allocate_none(this.name.substr(5));return true;&#039;&gt;&quot;
                     . _(&quot;None&quot;) . &quot;&lt;/a&gt;&quot;.hidden(&quot;un_allocated&quot; . $id, 
                     price_format($un_allocated), false));</code></pre></div><p>to</p><div class="codebox"><pre><code>label_cell(&quot;&lt;a href=&#039;javascript:void(0)&#039; name=Alloc$id onclick=&#039;allocate_all(this.name.substr(5));return true;&#039;&gt;&quot;
                     . _(&quot;All&quot;) . &quot;&lt;/a&gt;&quot;);
                label_cell(&quot;&lt;a href=&#039;javascript:void(0)&#039; name=DeAll$id onclick=&#039;allocate_none(this.name.substr(5));return true;&#039;&gt;&quot;
                     . _(&quot;None&quot;) . &quot;&lt;/a&gt;&quot;.hidden(&quot;un_allocated&quot; . $id, 
                     price_format($un_allocated), false));</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (anoopmb)]]></author>
			<pubDate>Thu, 26 Dec 2019 04:58:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36694#p36694</guid>
		</item>
	</channel>
</rss>
