<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Barcode EAN-8 Generator mod]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6927&amp;type=atom" />
	<updated>2017-08-18T19:35:04Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6927</id>
		<entry>
			<title type="html"><![CDATA[Re: Barcode EAN-8 Generator mod]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28432#p28432" />
			<content type="html"><![CDATA[<p>As EAN 8 is not available in the standard FA 2.3 and 2.4 as of now, my FAMods repos have been updated with the code backported from the <a href="https://github.com/tecnickcom/TCPDF/blob/master/tcpdf_barcodes_1d.php">TCPDF repo</a>.</p><p>Attached is the file to replace in FA 2.3 and 2.4 (same file).</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-08-18T19:35:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28432#p28432</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Barcode EAN-8 Generator mod]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28430#p28430" />
			<content type="html"><![CDATA[<p>Barcode printing is available in the tcpdf library that FA uses for it&#039;s reporting. Checkout the <strong><a href="https://tcpdf.org/examples/">TCPDF examples</a></strong> and write your reports for the <a href="https://tcpdf.org/examples/example_027/">barcode label</a> size, type and layout needed.</p><p>Sample usage in a <strong>reporting/rep###.php</strong> file is:</p><div class="codebox"><pre><code>// ..
// ..

// define barcode style
$style = array(
    &#039;position&#039; =&gt; &#039;L&#039;, // If blank string, barcode starts on left edge of page
    &#039;stretch&#039; =&gt; false,
    &#039;fitwidth&#039; =&gt; true,
    &#039;cellfitalign&#039; =&gt; &#039;&#039;,
    &#039;border&#039; =&gt; true,
    &#039;padding&#039; =&gt; &#039;auto&#039;,
    &#039;fgcolor&#039; =&gt; array(0,0,0),
    &#039;bgcolor&#039; =&gt; false, //array(255,255,255),
    &#039;text&#039; =&gt; true,
    &#039;font&#039; =&gt; &#039;helvetica&#039;,
    &#039;fontsize&#039; =&gt; 8,
    &#039;stretchtext&#039; =&gt; 4
);

// EAN 8
$y = $rep-&gt;GetY();
// write1DBarcode($code, $type, $x=&#039;&#039;, $y=&#039;&#039;, $w=&#039;&#039;, $h=&#039;&#039;, $xres=0.4, $style=&#039;&#039;, $align=&#039;&#039;)
$rep-&gt;write1DBarcode(&#039;1234567&#039;, &#039;EAN8&#039;, 5, $y-8.5, 75, 22, 1.2, $style, &#039;N&#039;);

// ..
// ..</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-08-18T15:28:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28430#p28430</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Barcode EAN-8 Generator mod]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28429#p28429" />
			<content type="html"><![CDATA[<p>Is there a way to print barcode lables and stock item names from Inventory</p>]]></content>
			<author>
				<name><![CDATA[seahawk]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=544</uri>
			</author>
			<updated>2017-08-18T15:06:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28429#p28429</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Barcode EAN-8 Generator mod]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28422#p28422" />
			<content type="html"><![CDATA[<p>The corresponding FA 2.4 commit is <a href="https://github.com/apmuthu/frontac24/commit/7df7bb1f9b72ecd3cd56017a2109011edaa0cfd0">here</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-08-16T17:15:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28422#p28422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Barcode EAN-8 Generator mod]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28415#p28415" />
			<content type="html"><![CDATA[<p>Unique EAN-8 Barcode ID generator for FA 2.3.x&nbsp; is enabled in this <a href="https://github.com/apmuthu/frontaccounting/commit/868481ae61042fb7b95c6d7047b6e42886c57abd">commit</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-08-15T10:50:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28415#p28415</id>
		</entry>
</feed>
