<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Check entered data and save document]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8432&amp;type=atom" />
	<updated>2019-10-04T15:06:51Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8432</id>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36185#p36185" />
			<content type="html"><![CDATA[<p>Which chart of accounts did you start from that failed to have the auto_increment flag on to begin with?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-10-04T15:06:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36185#p36185</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36183#p36183" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2019-10-04T14:19:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36183#p36183</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36181#p36181" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tabula.jessy]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44737</uri>
			</author>
			<updated>2019-10-04T07:38:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36181#p36181</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36180#p36180" />
			<content type="html"><![CDATA[<p>Thanks for the suggestions @notrinos and @apmuthu. Let me look closely. Then will revert back.</p>]]></content>
			<author>
				<name><![CDATA[tabula.jessy]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44737</uri>
			</author>
			<updated>2019-10-04T07:02:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36180#p36180</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36179#p36179" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[notrinos]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36772</uri>
			</author>
			<updated>2019-10-04T05:52:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36179#p36179</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36177#p36177" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-10-04T03:21:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36177#p36177</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36176#p36176" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tabula.jessy]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44737</uri>
			</author>
			<updated>2019-10-03T17:18:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36176#p36176</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36175#p36175" />
			<content type="html"><![CDATA[<p>This might have something to do with missing exchange rates if other currencies are involved or a duplicate reference is used.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-10-03T15:58:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36175#p36175</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36174#p36174" />
			<content type="html"><![CDATA[<p>Set <strong>$go_debug</strong> to 2 in config.php then see what error message will say</p>]]></content>
			<author>
				<name><![CDATA[notrinos]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36772</uri>
			</author>
			<updated>2019-10-03T13:13:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36174#p36174</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36173#p36173" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tabula.jessy]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44737</uri>
			</author>
			<updated>2019-10-03T12:58:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36173#p36173</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36172#p36172" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[notrinos]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36772</uri>
			</author>
			<updated>2019-10-03T12:49:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36172#p36172</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36171#p36171" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tabula.jessy]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44737</uri>
			</author>
			<updated>2019-10-03T12:42:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36171#p36171</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Check entered data and save document]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36169#p36169" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tabula.jessy]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44737</uri>
			</author>
			<updated>2019-10-03T07:55:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36169#p36169</id>
		</entry>
</feed>
