<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Check entered data and save document]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8432</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8432&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Check entered data and save document.]]></description>
		<lastBuildDate>Fri, 04 Oct 2019 15:06:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36185#p36185</link>
			<description><![CDATA[<p>Which chart of accounts did you start from that failed to have the auto_increment flag on to begin with?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 04 Oct 2019 15:06:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36185#p36185</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36183#p36183</link>
			<description><![CDATA[<p>The problem is that when same window is opened at two different computers then the next available reference is picked by the system which is same for both users. </p><p>Whoever lucky to process earlier will be through but later will see this message due to same reference usage. </p><p>In order to overcome this you need to do some changes is core references.inc</p><p>The function is_new_reference() shall be customized to return the newest reference irrespective of reference number on the form being picked by system</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Fri, 04 Oct 2019 14:19:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36183#p36183</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36181#p36181</link>
			<description><![CDATA[<p>Thanks for the solutions and suggestions. @Notrinos, your solution was spot on. The field &quot;id&quot; never had auto increment flag enabled. Once I enabled it, all went through seamless. Thank you for the support in resolving this.</p><p>How many users can Front Accounting take concurrently? Coz I plan to deploy it in about 5 outlets. The challenge I observed, is if we are all on the same form e.g Sales Order and we have both opened it at the same time, on clicking place order, it reports duplicate records.</p><p>Have you ever encountered a situation like this?</p><p>Once again thank you @notrinos and @apmuthu for the support rendered.</p>]]></description>
			<author><![CDATA[null@example.com (tabula.jessy)]]></author>
			<pubDate>Fri, 04 Oct 2019 07:38:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36181#p36181</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36180#p36180</link>
			<description><![CDATA[<p>Thanks for the suggestions @notrinos and @apmuthu. Let me look closely. Then will revert back.</p>]]></description>
			<author><![CDATA[null@example.com (tabula.jessy)]]></author>
			<pubDate>Fri, 04 Oct 2019 07:02:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36180#p36180</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36179#p36179</link>
			<description><![CDATA[<p>Login to PhpMyadmin then check if the column id in table 0_trans_tax_details has property AUTO_INCREMENT or not ?<br />It should be AUTO_INCREMENT by default.</p>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Fri, 04 Oct 2019 05:52:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36179#p36179</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36177#p36177</link>
			<description><![CDATA[<p>There is no Field <strong>id</strong> in the above statement. Only the Field <em>tax_type_id</em> is there.</p><p>The said error occurs in the <strong>function add_trans_tax_details()</strong> defined in <strong>gl/includes/db/gl_db_trans.inc</strong>. Hence check the whole of the Sales Order cart for any missing / improper data. Also check the value of <strong>$tax_id</strong> and see if it is properly related record with some valid value for the field <strong>tax_type_id</strong> in the Tax Setup.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 04 Oct 2019 03:21:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36177#p36177</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36176#p36176</link>
			<description><![CDATA[<p>After setting $go_debug to 2, I have got this error</p><p>DATABASE ERROR : Cannot save trans tax details<br />error code : 1364<br />error message : Field &#039;id&#039; doesn&#039;t have a default value<br />sql that failed was : INSERT INTO 0_trans_tax_details (trans_type, trans_no, tran_date, tax_type_id, rate, ex_rate, included_in_price, net_amount, amount, memo, reg_type) VALUES (&#039;13&#039;,&#039;19&#039;,&#039;2019-10-03&#039;,1,0,1,0,&#039;210000&#039;,&#039;0&#039;,&#039;012/2019&#039;,NULL)</p>]]></description>
			<author><![CDATA[null@example.com (tabula.jessy)]]></author>
			<pubDate>Thu, 03 Oct 2019 17:18:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36176#p36176</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36175#p36175</link>
			<description><![CDATA[<p>This might have something to do with missing exchange rates if other currencies are involved or a duplicate reference is used.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 03 Oct 2019 15:58:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36175#p36175</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36174#p36174</link>
			<description><![CDATA[<p>Set <strong>$go_debug</strong> to 2 in config.php then see what error message will say</p>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Thu, 03 Oct 2019 13:13:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36174#p36174</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36173#p36173</link>
			<description><![CDATA[<p>Thanks for the response @notrinos. I have disabled them, however there is no progress after this stage. Am still on the same page.</p>]]></description>
			<author><![CDATA[null@example.com (tabula.jessy)]]></author>
			<pubDate>Thu, 03 Oct 2019 12:58:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36173#p36173</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36172#p36172</link>
			<description><![CDATA[<p>It is not an error message but a small suggestion about function of <strong>Process Dispatch</strong> button.<br />It can be disabled by untick the <strong>Show hints for new users:</strong> field in Preference</p>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Thu, 03 Oct 2019 12:49:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36172#p36172</guid>
		</item>
		<item>
			<title><![CDATA[Re: Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36171#p36171</link>
			<description><![CDATA[<p>Any one willing to assist here?</p><p><img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /> <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (tabula.jessy)]]></author>
			<pubDate>Thu, 03 Oct 2019 12:42:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36171#p36171</guid>
		</item>
		<item>
			<title><![CDATA[Check entered data and save document]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36169#p36169</link>
			<description><![CDATA[<p>Hello team. I am having a challenge and hope that it can be resolved. I have successfully created a sales order. However at the stage of Delivery against sales Order, once I proceed to Process Dispatch, am greeted with &quot;Check entered data and save document&quot;</p><p>Where am I going wrong or which stage am I missing?</p><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (tabula.jessy)]]></author>
			<pubDate>Thu, 03 Oct 2019 07:55:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36169#p36169</guid>
		</item>
	</channel>
</rss>
