<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — erorr report]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7373&amp;type=atom" />
	<updated>2019-10-04T14:26:04Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7373</id>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36184#p36184" />
			<content type="html"><![CDATA[<p>@joe, @barbarian has already done some work available in github for upgrading reporting folder with latest TCPDF. You can check that </p><p>https://frontaccounting.com/punbb/viewtopic.php?id=8216</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2019-10-04T14:26:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36184#p36184</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36170#p36170" />
			<content type="html"><![CDATA[<p>Hello Guys,</p><p>Operating on the TCPDF file is a complex task, even for this maybe outdated release.<br />I am not sure I am the best man to do this. Anyone keen on this task? <br />We can operate on our new 2.5 release. We are just waiting for Janusz to release a rewrite of the Stock routines before we can start serious development.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2019-10-03T09:27:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36170#p36170</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36168#p36168" />
			<content type="html"><![CDATA[<p>Lines 323 to 330 in <strong>reporting/rep303.php</strong>:<br /></p><div class="codebox"><pre><code>            if ($barcodes &amp;&amp; barcode_check($trans[&#039;stock_id&#039;]))
            {
                $adjust = true;
                $bar_y = $rep-&gt;GetY();
                $barcode = str_pad($trans[&#039;stock_id&#039;], 7, &#039;0&#039;, STR_PAD_LEFT);
                $barcode = substr($barcode, 0, 8); // EAN 8 Check digit is auto computed and barcode printed
                $rep-&gt;write1DBarcode($barcode, &#039;EAN8&#039;, $rep-&gt;cols[$firstcol++], $bar_y + 22, 22, $SysPrefs-&gt;pic_height, 1.2, $style, &#039;N&#039;);
            }    </code></pre></div><p>@joe: We need to put in BarCode type as a per company variable in the sysprefs table and have a table that looks up the size and checkdigit details preferably from the tcpdf file. Also, the stock_id field can be increased to be greater than the size of all known barcode types.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-10-03T03:31:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36168#p36168</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36166#p36166" />
			<content type="html"><![CDATA[<p>Experiencing today in rep303.php line 326 when choosing Excel as a destination.<br />(options is to disable code in printing barcode in rep303.php)<br />reason behind to have the barcode on is just before to create a unique code without manually entering.<br />but causing some glitches, as code only accepts 8 digits only, interference with old items code</p>]]></content>
			<author>
				<name><![CDATA[ichtus]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=12975</uri>
			</author>
			<updated>2019-10-03T02:52:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36166#p36166</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36055#p36055" />
			<content type="html"><![CDATA[<p>Using barcode reader to get the stock codes into FA does not require any integration in FA since a barcode reader is just a keystroke pump into the keyboard buffer.</p><p>The real need is to generate a new barcode report to accomodate your 13 digit barcodes.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-09-18T06:09:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36055#p36055</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36051#p36051" />
			<content type="html"><![CDATA[<p>Morning Ichtus,</p><br /><p>Just started using FA again, I&#039;ve run into the same error not knowing what the issue is, I use 13 digit product codes as I thought FA supports EAN-13 but does this&nbsp; FA only print EAN-8 barcodes? As I have thousands of onetime used item codes per project I thought about integrating the order number in front of the item code.</p><p>Regards<br />Hendrikus</p><div class="quotebox"><cite>ichtus wrote:</cite><blockquote><p>line 8801 file reporting/include/tcpdf.php, need to disabled this <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($arrcode === false) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #$this-&gt;Error(&#039;Error in barcode string&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</p><p>I thought because my items previous using digit above 8 digits, how to fix this error?<br />190576261483 N NTB Lenovo Ideapad 110-15lbr/BK (Black) N3060 -&gt; after disable above code, it show <br />19906652 Milesight Camera CCTV MS-C2962-FPBeach -&gt; show barcode</p><p>https://www.dropbox.com/s/zpiokhi7lj97191/Screenshot%202019-09-10%20at%2013.15.32.png?dl=0</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[Hendrikus]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3919</uri>
			</author>
			<updated>2019-09-18T00:14:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36051#p36051</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=35998#p35998" />
			<content type="html"><![CDATA[<p>If you do not want to display the error then just comment out the entire <strong>if</strong> construct. If you do it the way you stated, then the error string will print for valid barcodes only!</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-09-14T06:08:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=35998#p35998</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=35979#p35979" />
			<content type="html"><![CDATA[<p>With this, report still open and print barcode for items with correct digit number, others will enough print empty barcode?</p>]]></content>
			<author>
				<name><![CDATA[ichtus]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=12975</uri>
			</author>
			<updated>2019-09-11T23:49:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=35979#p35979</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=35972#p35972" />
			<content type="html"><![CDATA[<p>What are you trying to do? Just suppress all barcode errors or have it display errors when there is no error?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-09-11T16:27:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=35972#p35972</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=35956#p35956" />
			<content type="html"><![CDATA[<p>add code for, so when barcode is not in correct format $arrcode === false, it dont process code below<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($arrcode === false) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #$this-&gt;Error(&#039;Error in barcode string&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } else {</p><p>add line 8999 for <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</p><br /><p>8802,8803c8802,8803<br />&lt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#$this-&gt;Error(&#039;Error in barcode string&#039;);<br />&lt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;} else {<br />---<br />&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$this-&gt;Error(&#039;Error in barcode string&#039;);<br />&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />8999d8998<br />&lt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</p>]]></content>
			<author>
				<name><![CDATA[ichtus]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=12975</uri>
			</author>
			<updated>2019-09-10T06:40:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=35956#p35956</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=35955#p35955" />
			<content type="html"><![CDATA[<p>line 8801 file reporting/include/tcpdf.php, need to disabled this <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($arrcode === false) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #$this-&gt;Error(&#039;Error in barcode string&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</p><p>I thought because my items previous using digit above 8 digits, how to fix this error?<br />190576261483 N NTB Lenovo Ideapad 110-15lbr/BK (Black) N3060 -&gt; after disable above code, it show <br />19906652 Milesight Camera CCTV MS-C2962-FPBeach -&gt; show barcode</p><p>https://www.dropbox.com/s/zpiokhi7lj97191/Screenshot%202019-09-10%20at%2013.15.32.png?dl=0</p>]]></content>
			<author>
				<name><![CDATA[ichtus]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=12975</uri>
			</author>
			<updated>2019-09-10T06:21:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=35955#p35955</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=35954#p35954" />
			<content type="html"><![CDATA[<p>any clue about this?<br />experiencing now within FA 2.4.7, PHP 7.2<br />there is no error in tmp/error.log<br />please help</p><div class="quotebox"><cite>kvvaradha wrote:</cite><blockquote><p>@bobloblian&nbsp; - I guess you have FA 2.4.3 or older version, am i right ? </p><p>Because in 2.4.4 it works earlier versions, it has the problem with print of barcodes</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[ichtus]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=12975</uri>
			</author>
			<updated>2019-09-10T05:57:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=35954#p35954</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33050#p33050" />
			<content type="html"><![CDATA[<p>@bobloblian&nbsp; - I guess you have FA 2.4.3 or older version, am i right ? </p><p>Because in 2.4.4 it works earlier versions, it has the problem with print of barcodes</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-10-26T04:24:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33050#p33050</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33036#p33036" />
			<content type="html"><![CDATA[<p>I just got this error trying to print a stock check sheet, turned out there was a checkbox under company setup called &quot;use bardoes on stocks&quot;.&nbsp; deselecting this option fixed the problem for me.&nbsp; Not sure if I am missing out on some feature because I don&#039;t know how to use it, but at least my report prints...</p>]]></content>
			<author>
				<name><![CDATA[bobloblian]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19664</uri>
			</author>
			<updated>2018-10-25T20:56:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33036#p33036</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30990#p30990" />
			<content type="html"><![CDATA[<p>BasrCode by default is EAN/UPC - does the item have a proper barcode-able no?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-03-03T16:05:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30990#p30990</id>
		</entry>
</feed>
