<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Problems Displaying QR Code in the footer]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9601</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9601&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Problems Displaying QR Code in the footer.]]></description>
		<lastBuildDate>Sun, 19 Mar 2023 06:06:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Problems Displaying QR Code in the footer]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42184#p42184</link>
			<description><![CDATA[<p>Its possible&nbsp; with two ways.</p><p>Get the qr code generator as image from php library and generate image and use it inside current tcpdf.</p><p>Or you can update your tcpdf with new version and get it within it.</p><br /><br /><p>We followed the second way for a client.&nbsp; &nbsp;And tcpdf updated version comes with more parameters as well.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sun, 19 Mar 2023 06:06:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42184#p42184</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems Displaying QR Code in the footer]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40750#p40750</link>
			<description><![CDATA[<p>@hananah</p><p>no not yet</p><p>I am waiting</p>]]></description>
			<author><![CDATA[null@example.com (aalrashoudi)]]></author>
			<pubDate>Thu, 17 Mar 2022 16:33:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40750#p40750</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems Displaying QR Code in the footer]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40534#p40534</link>
			<description><![CDATA[<div class="quotebox"><cite>kvvaradha wrote:</cite><blockquote><p>Is it for <a href="https://en.wikipedia.org/wiki/Zakat">zakat</a> (religious obligation of almsgiving) or QR code,?</p></blockquote></div><p>Hello , also me want to add QR to Invoice.. <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>did you make it for @aalrashoudi</p>]]></description>
			<author><![CDATA[null@example.com (hananah)]]></author>
			<pubDate>Sun, 23 Jan 2022 16:21:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40534#p40534</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems Displaying QR Code in the footer]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40458#p40458</link>
			<description><![CDATA[<p>Yes its for zakat</p>]]></description>
			<author><![CDATA[null@example.com (aalrashoudi)]]></author>
			<pubDate>Sun, 09 Jan 2022 07:36:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40458#p40458</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems Displaying QR Code in the footer]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40443#p40443</link>
			<description><![CDATA[<p>Is it for <a href="https://en.wikipedia.org/wiki/Zakat">zakat</a> (religious obligation of almsgiving) or QR code,?</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 05 Jan 2022 13:34:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40443#p40443</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems Displaying QR Code in the footer]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40442#p40442</link>
			<description><![CDATA[<p>hi guys</p><p>I want to add QR to invoice report containing some information like <br />company name<br />Invoice No. , date &amp; time stamp<br />VAT no.<br />VAT amount<br />total amount</p><p>can any one&nbsp; do it, contact me</p>]]></description>
			<author><![CDATA[null@example.com (aalrashoudi)]]></author>
			<pubDate>Wed, 05 Jan 2022 09:13:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40442#p40442</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems Displaying QR Code in the footer]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40375#p40375</link>
			<description><![CDATA[<p>Thank you, I ended up getting it working with the base fpdf built in function Image().<br />Now I just need to figure out where to put this thing. Haha it looks weird everywhere! I hate when things are not Symmetrical.</p><div class="codebox"><pre><code>    if (@$this-&gt;formData[&#039;payment_service&#039;])    //payment link
    {
        $amt = number_format($this-&gt;formData[&quot;ov_freight&quot;] + $this-&gt;formData[&quot;ov_gst&quot;] + $this-&gt;formData[&quot;ov_amount&quot;], user_price_dec());
        $service = $this-&gt;formData[&#039;payment_service&#039;];
        $url = payment_link($service, array(
            &#039;company_email&#039; =&gt; $this-&gt;company[&#039;email&#039;],
            &#039;amount&#039; =&gt; $amt,
            &#039;currency&#039; =&gt; $this-&gt;formData[&#039;curr_code&#039;],
            &#039;comment&#039; =&gt; $this-&gt;title . &quot; &quot; . $this-&gt;formData[&#039;reference&#039;],
            &#039;invoice&#039; =&gt; $this-&gt;formData[&#039;reference&#039;]
            ));
        $Footer[_(&quot;You can pay through&quot;). &quot; $service: &quot;] = &quot;$url&quot;;
        QRcode::png($url, $tempDir.&#039;030.png&#039;, QR_ECLEVEL_L, 3);
        $this-&gt;Image($tempDir.&#039;030.png&#039;,35,540);
    }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (trafficpest)]]></author>
			<pubDate>Wed, 15 Dec 2021 08:27:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40375#p40375</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems Displaying QR Code in the footer]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40374#p40374</link>
			<description><![CDATA[<p>May be it&#039;s better to make the image as jpg and than use addimage&nbsp; function to make it display there.</p><p>Or you can update the tcpdf and than use it directly the 2d barcode to get it working</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 15 Dec 2021 07:49:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40374#p40374</guid>
		</item>
		<item>
			<title><![CDATA[Problems Displaying QR Code in the footer]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40373#p40373</link>
			<description><![CDATA[<p>I cant display a QR image in the Footer. I tried the $Footer[] array but I seams that It only displays text. I generate the QR from the URL in doctext.inc</p><div class="codebox"><pre><code> 
    if (@$this-&gt;formData[&#039;payment_service&#039;])    //payment link
    {
        $amt = number_format($this-&gt;formData[&quot;ov_freight&quot;] + $this-&gt;formData[&quot;ov_gst&quot;] + $this-&gt;formData[&quot;ov_amount&quot;], user_price_dec());
        $service = $this-&gt;formData[&#039;payment_service&#039;];
        $url = payment_link($service, array(
            &#039;company_email&#039; =&gt; $this-&gt;company[&#039;email&#039;],
            &#039;amount&#039; =&gt; $amt,
            &#039;currency&#039; =&gt; $this-&gt;formData[&#039;curr_code&#039;],
            &#039;comment&#039; =&gt; $this-&gt;title . &quot; &quot; . $this-&gt;formData[&#039;reference&#039;],
            &#039;invoice&#039; =&gt; $this-&gt;formData[&#039;reference&#039;]
            ));
        $Footer[_(&quot;You can pay through&quot;). &quot; $service: &quot;] = &quot;$url&quot;;
        QRcode::png($url, $tempDir.&#039;030.png&#039;, QR_ECLEVEL_L, 3);
    }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (trafficpest)]]></author>
			<pubDate>Wed, 15 Dec 2021 00:28:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40373#p40373</guid>
		</item>
	</channel>
</rss>
