<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Customer Payment Entry - Scrolling behaviour when clicking All or None]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8607&amp;type=atom" />
	<updated>2019-12-26T06:55:11Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8607</id>
		<entry>
			<title type="html"><![CDATA[Re: Customer Payment Entry - Scrolling behaviour when clicking All or None]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36696#p36696" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2019-12-26T06:55:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36696#p36696</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Customer Payment Entry - Scrolling behaviour when clicking All or None]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36694#p36694" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[anoopmb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18207</uri>
			</author>
			<updated>2019-12-26T04:58:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36694#p36694</id>
		</entry>
</feed>
