<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — erorr report]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7373</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7373&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in erorr report.]]></description>
		<lastBuildDate>Fri, 04 Oct 2019 14:26:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36184#p36184</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Fri, 04 Oct 2019 14:26:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36184#p36184</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36170#p36170</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 03 Oct 2019 09:27:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36170#p36170</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36168#p36168</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 03 Oct 2019 03:31:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36168#p36168</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36166#p36166</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ichtus)]]></author>
			<pubDate>Thu, 03 Oct 2019 02:52:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36166#p36166</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36055#p36055</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 18 Sep 2019 06:09:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36055#p36055</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36051#p36051</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Hendrikus)]]></author>
			<pubDate>Wed, 18 Sep 2019 00:14:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36051#p36051</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35998#p35998</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 14 Sep 2019 06:08:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35998#p35998</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35979#p35979</link>
			<description><![CDATA[<p>With this, report still open and print barcode for items with correct digit number, others will enough print empty barcode?</p>]]></description>
			<author><![CDATA[null@example.com (ichtus)]]></author>
			<pubDate>Wed, 11 Sep 2019 23:49:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35979#p35979</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35972#p35972</link>
			<description><![CDATA[<p>What are you trying to do? Just suppress all barcode errors or have it display errors when there is no error?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 11 Sep 2019 16:27:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35972#p35972</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35956#p35956</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ichtus)]]></author>
			<pubDate>Tue, 10 Sep 2019 06:40:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35956#p35956</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35955#p35955</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ichtus)]]></author>
			<pubDate>Tue, 10 Sep 2019 06:21:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35955#p35955</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35954#p35954</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ichtus)]]></author>
			<pubDate>Tue, 10 Sep 2019 05:57:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35954#p35954</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33050#p33050</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 26 Oct 2018 04:24:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33050#p33050</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33036#p33036</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (bobloblian)]]></author>
			<pubDate>Thu, 25 Oct 2018 20:56:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33036#p33036</guid>
		</item>
		<item>
			<title><![CDATA[Re: erorr report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30990#p30990</link>
			<description><![CDATA[<p>BasrCode by default is EAN/UPC - does the item have a proper barcode-able no?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 03 Mar 2018 16:05:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30990#p30990</guid>
		</item>
	</channel>
</rss>
