<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — No form display while using Indian COA]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3291&amp;type=atom" />
	<updated>2012-09-05T15:09:01Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3291</id>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13257#p13257" />
			<content type="html"><![CDATA[<p>thanks joe...<br />it solved when i unchecked the search itemlist from company setup.<br />with frontaccounting......with confidence</p>]]></content>
			<author>
				<name><![CDATA[fauser]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=2542</uri>
			</author>
			<updated>2012-09-05T15:09:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13257#p13257</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13233#p13233" />
			<content type="html"><![CDATA[<p>Ah, please uncheck the &#039;search item list&#039; in company setup, setup tab,</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-09-03T19:08:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13233#p13233</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13232#p13232" />
			<content type="html"><![CDATA[<p>rmvsankar, <br />thanks for your effort to solve the form set up when using indian COA.i seek your attention to the following issue<br />have you noticed the invoice form when using indian chart of accounts, the item description column,the pull down is not active. in other COA or in online demo the items can be selected directly from the item description column.now we should give item code fragment or * at item code column to make item description active.<br />hoping reply</p>]]></content>
			<author>
				<name><![CDATA[fauser]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=2542</uri>
			</author>
			<updated>2012-09-03T19:02:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13232#p13232</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13225#p13225" />
			<content type="html"><![CDATA[<p>Great !</p><p>Joe, now its works. I&#039;ll use it, and if any more issues let you know.</p><p>Thanks for your efforts.</p><p>Ram Sankar.V</p>]]></content>
			<author>
				<name><![CDATA[ramvsankar]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14910</uri>
			</author>
			<updated>2012-09-02T04:47:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13225#p13225</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13223#p13223" />
			<content type="html"><![CDATA[<p>Hello again.<br />This error has now been localized. The 0_sys_types data was missing in the COA.</p><p>With phpMyAdmin, please copy and paste the following into the sql box in phpMyAdmin and run it.</p><p>If you have another table prefix than 0_, please replace this before running.<br /></p><div class="codebox"><pre><code>INSERT INTO `0_sys_types` VALUES(0, 17, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(1, 7, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(2, 4, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(4, 3, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(10, 16, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(11, 2, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(12, 6, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(13, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(16, 2, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(17, 2, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(18, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(20, 6, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(21, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(22, 3, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(25, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(26, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(28, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(29, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(30, 0, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(32, 0, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(35, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(40, 1, &#039;1&#039;);</code></pre></div><p>The repository will be replaced with an updated sql script. <br />Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-09-01T07:04:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13223#p13223</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13222#p13222" />
			<content type="html"><![CDATA[<p>Yes, I have seen that now. Will have a look asap.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-09-01T06:50:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13222#p13222</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13220#p13220" />
			<content type="html"><![CDATA[<p>Hi FAuser, thanks for your comment.</p><p>Hope FA team will help us with some patch.</p>]]></content>
			<author>
				<name><![CDATA[ramvsankar]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14910</uri>
			</author>
			<updated>2012-09-01T05:43:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13220#p13220</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13213#p13213" />
			<content type="html"><![CDATA[<p>the same error i reported 2 weeks ago,it felt solved because i used the default american coa.when i used indian coa the problem remains.i tested with british coa no problem.</p>]]></content>
			<author>
				<name><![CDATA[fauser]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=2542</uri>
			</author>
			<updated>2012-08-29T16:22:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13213#p13213</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13201#p13201" />
			<content type="html"><![CDATA[<p>just before tried with several country COA seems&nbsp; all works fine<br />but not indian COA. <br />Could anyone try on your system and leave feed back. a fresh install with ind coa as default</p><p>thanks!</p>]]></content>
			<author>
				<name><![CDATA[ramvsankar]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14910</uri>
			</author>
			<updated>2012-08-28T17:45:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13201#p13201</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13200#p13200" />
			<content type="html"><![CDATA[<p>i&quot;m using frm 2.3.5<br />this year data is 2.3.11 </p><p>see i can use the data except changing the reference number</p><p>and fron day one, auto reference was not working with indian coa</p><p>could u try on&nbsp; ur system with ind coa?</p>]]></content>
			<author>
				<name><![CDATA[ramvsankar]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14910</uri>
			</author>
			<updated>2012-08-28T17:10:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13200#p13200</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13198#p13198" />
			<content type="html"><![CDATA[<p>This is strange. Which version were you using before 2.3.11?</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-08-28T16:37:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13198#p13198</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13194#p13194" />
			<content type="html"><![CDATA[<p>Hi Joe,<br />There is a problem with Indian COA, but i dont know. If anyone tried can explain.</p><p>Finally i managed to see the form display as<br />1. choose fresh installing American COA as default (FA 2.3.11)<br />2. also selected Indian COA for additional during fresh install<br />now i can see.</p><p>But, if i restored my old db i can&#039;t view the form display. Please teach me how to fix this. i have my 1yr of data.</p><p>installed_extension.php file is there, i checked. hope that is not the problem.</p><p>//BR</p>]]></content>
			<author>
				<name><![CDATA[ramvsankar]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14910</uri>
			</author>
			<updated>2012-08-28T14:55:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13194#p13194</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13155#p13155" />
			<content type="html"><![CDATA[<p>There seems to be a missing file in /company/0/ called installed_extensions.php.&nbsp; You can copy this one from the root folder.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-08-26T06:37:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13155#p13155</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13153#p13153" />
			<content type="html"><![CDATA[<p>Hello Joe,<br />Thanks for your reply. I tried with your suggestion, but not fixed. and no error displayed too.</p><p>i goback to ver2.3.7 and changed $go_debug=1, below is the error i&#039;m getting while installing with Indian COA.</p><p>include_once(../company/0/installed_extensions.php) [function.include-once]: failed to open stream: No such file or directory in file: C:\wamp\www\frontaccounting\includes\session.inc at line 263<br />include_once() [function.include]: Failed opening &#039;../company/0/installed_extensions.php&#039; for inclusion (include_path=&#039;.;C:\php5\pear&#039;) in file: C:\wamp\www\frontaccounting\includes\session.inc at line 263</p><p>//</p>]]></content>
			<author>
				<name><![CDATA[ramvsankar]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14910</uri>
			</author>
			<updated>2012-08-26T05:33:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13153#p13153</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: No form display while using Indian COA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13148#p13148" />
			<content type="html"><![CDATA[<p>Please set the $go_debug flag in config.php to 1. This will trap any errors.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-08-25T14:38:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13148#p13148</id>
		</entry>
</feed>
