<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9422</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9422&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Remnant Data Show up in New Sales Direct Sales Invoice.]]></description>
		<lastBuildDate>Sun, 22 Aug 2021 15:39:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39934#p39934</link>
			<description><![CDATA[<p>If I am the only one bothered by it, it is fine by me to edit the code as suggested.</p><p>For me, if I&#039;m entering 9 line items, the last line item (which is the tenth line item) is shown automatically by the system, populated from a previous transaction. If you add all ten records, they don&#039;t add up because only the nine records are part of the current transaction.&nbsp; The last line item is there for display purposes only. </p><p>The code modification suggested by @notrinos is quite easy for me to implement and has solved this issue.</p>]]></description>
			<author><![CDATA[null@example.com (RoelToledo)]]></author>
			<pubDate>Sun, 22 Aug 2021 15:39:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39934#p39934</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39932#p39932</link>
			<description><![CDATA[<p>Should this need a company level flag in sys_prefs?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 22 Aug 2021 05:19:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39932#p39932</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39930#p39930</link>
			<description><![CDATA[<p>Thank you all for the enlightenment.&nbsp; Thank you @notrinos for the suggested code modification.&nbsp; It works for me.&nbsp; The UI is much cleaner without the initial list value.</p>]]></description>
			<author><![CDATA[null@example.com (RoelToledo)]]></author>
			<pubDate>Sat, 21 Aug 2021 21:16:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39930#p39930</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39929#p39929</link>
			<description><![CDATA[<p>@notrinos, </p><p>Thanks for guiding him. This answer will help future users also to understand it.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 21 Aug 2021 09:00:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39929#p39929</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39917#p39917</link>
			<description><![CDATA[<p>@RoelToledo, @kvvaradha</p><p>This is not a bug but a feature that was purposefully created since 2018 to initial the item list value according to the last order.<br />See this commit: <a href="https://github.com/FrontAccountingERP/FA/commit/42751ff1e05ac803548a07d412f4a173cd0e0450">https://github.com/FrontAccountingERP/F … 73cd0e0450</a><br />@RoelToledo if you dont want this feature can disable it by replace the line 506 in sales_order_ui.inc with this code:<br /></p><div class="codebox"><pre><code>$_POST[&#039;stock_id&#039;] = null;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Sat, 21 Aug 2021 06:59:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39917#p39917</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39914#p39914</link>
			<description><![CDATA[<p>Yes. It means the data comes because of the selected item in the drop down. We have no default item. So the first item selected. And the details of first item auto populated in rest of the fields.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 21 Aug 2021 04:30:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39914#p39914</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39913#p39913</link>
			<description><![CDATA[<p>It is not a list but just a single line item being shown coming from previous transaction.</p>]]></description>
			<author><![CDATA[null@example.com (RoelToledo)]]></author>
			<pubDate>Fri, 20 Aug 2021 18:31:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39913#p39913</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39907#p39907</link>
			<description><![CDATA[<p>@RoelToledo, i understand your point, actually thats the first item of the drop down, If you check it very closely, the drop down has to select any item by default, it doesn&#039;t start with &quot;None&quot;, or &quot;Select an item&quot;.&nbsp; It has to start with an item in the list. So after you add an item to the cart, it does require to add the same item again. so it goes to starting first item. you need to select again the next item and input it again.&nbsp; <br />If you have any better idea to list out the items by selected default, we can do that.</p><p>@apmuthu, its not browser level problem. thats list level he is asking, why we are showing the first item in the list.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 20 Aug 2021 07:37:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39907#p39907</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39902#p39902</link>
			<description><![CDATA[<p>I am currently using PHP 7.0.33.</p><p>I see this issue also happening in the following data entry UI</p><p>Sales Quotation Entry<br />Sales Order Entry<br />Direct Delivery<br />Direct Invoice<br />Bank Payment</p><p>Artifacts of previous data entry data show up in my screen (similar to the one in the screen shot that I shared).</p>]]></description>
			<author><![CDATA[null@example.com (RoelToledo)]]></author>
			<pubDate>Thu, 19 Aug 2021 16:43:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39902#p39902</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39894#p39894</link>
			<description><![CDATA[<p>Is this a php 8 issue? There is a bug update in the stable repo for php 8.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 19 Aug 2021 05:45:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39894#p39894</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39891#p39891</link>
			<description><![CDATA[<p>@joe: Is this a real issue?</p><p>Looks like some cache settings in the browser need to be cleared.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 19 Aug 2021 03:27:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39891#p39891</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39873#p39873</link>
			<description><![CDATA[<p>Please try this https://ibb.co/09dYtSV</p>]]></description>
			<author><![CDATA[null@example.com (RoelToledo)]]></author>
			<pubDate>Sun, 15 Aug 2021 10:08:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39873#p39873</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39872#p39872</link>
			<description><![CDATA[<p>Link not accessible</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 15 Aug 2021 09:20:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39872#p39872</guid>
		</item>
		<item>
			<title><![CDATA[Remnant Data Show up in New Sales Direct Sales Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39869#p39869</link>
			<description><![CDATA[<p>Whenever I enter a new Direct Sales Invoice, I keep seeing remnants of old data from previous transaction.&nbsp; Is there a way to hide these remnant information as these are confusing?&nbsp; Please see highlighted remnant data in the link below.</p><p>https://1drv.ms/u/s!ArKqNPSh_Uw3hOEb36bIDk3Nc3mqDw?e=7Ah520</p>]]></description>
			<author><![CDATA[null@example.com (RoelToledo)]]></author>
			<pubDate>Sun, 15 Aug 2021 08:48:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39869#p39869</guid>
		</item>
	</channel>
</rss>
