<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Barcode EAN-8 Generator mod]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6927</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6927&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Barcode EAN-8 Generator mod.]]></description>
		<lastBuildDate>Fri, 18 Aug 2017 19:35:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Barcode EAN-8 Generator mod]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28432#p28432</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 18 Aug 2017 19:35:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28432#p28432</guid>
		</item>
		<item>
			<title><![CDATA[Re: Barcode EAN-8 Generator mod]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28430#p28430</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 18 Aug 2017 15:28:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28430#p28430</guid>
		</item>
		<item>
			<title><![CDATA[Re: Barcode EAN-8 Generator mod]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28429#p28429</link>
			<description><![CDATA[<p>Is there a way to print barcode lables and stock item names from Inventory</p>]]></description>
			<author><![CDATA[null@example.com (seahawk)]]></author>
			<pubDate>Fri, 18 Aug 2017 15:06:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28429#p28429</guid>
		</item>
		<item>
			<title><![CDATA[Re: Barcode EAN-8 Generator mod]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28422#p28422</link>
			<description><![CDATA[<p>The corresponding FA 2.4 commit is <a href="https://github.com/apmuthu/frontac24/commit/7df7bb1f9b72ecd3cd56017a2109011edaa0cfd0">here</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 16 Aug 2017 17:15:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28422#p28422</guid>
		</item>
		<item>
			<title><![CDATA[Barcode EAN-8 Generator mod]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28415#p28415</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 15 Aug 2017 10:50:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28415#p28415</guid>
		</item>
	</channel>
</rss>
