<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Print query with image]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6863&amp;type=atom" />
	<updated>2017-08-20T09:38:24Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6863</id>
		<entry>
			<title type="html"><![CDATA[Re: Print query with image]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28446#p28446" />
			<content type="html"><![CDATA[<p>I cannot find any codes same like last explain</p>]]></content>
			<author>
				<name><![CDATA[almohasb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18218</uri>
			</author>
			<updated>2017-08-20T09:38:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28446#p28446</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Print query with image]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28443#p28443" />
			<content type="html"><![CDATA[<p>Try the same in the files:<br /></p><div class="codebox"><pre><code>gl/view/gl_deposit_view.php
gl/view/gl_payment_view.php</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-08-19T23:05:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28443#p28443</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Print query with image]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28442#p28442" />
			<content type="html"><![CDATA[<p>Hello</p><p>How can make header and footer in payments and deposits in bank general ledger. I need print query same like above where file editing </p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[almohasb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18218</uri>
			</author>
			<updated>2017-08-19T22:33:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28442#p28442</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Print query with image]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28196#p28196" />
			<content type="html"><![CDATA[<p>The actual code inserts can be seen in the attachment.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-07-16T20:26:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28196#p28196</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Print query with image]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28195#p28195" />
			<content type="html"><![CDATA[<p>Assume you are using FA 2.4.1.</p><p>The file <strong>gl/view/gl_trans_view.php</strong> provides the query view and it has the print link and can be modified by adding after line (for header image):<br /></p><div class="codebox"><pre><code>$credit = $debit = 0;</code></pre></div><p>the line with your header image like:<br /></p><div class="codebox"><pre><code>echo &quot;&lt;center&gt;&lt;img src=&#039;https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR_KUCneY0HSb36I6iUoilKd42Kk9RH0ywVvtxlZwhZQ5zVHdDw&#039; width=&#039;60%&#039;&gt;&lt;/center&gt;&quot;;</code></pre></div><p>and at the end of the if statement (for footer image):<br /></p><div class="codebox"><pre><code>if ($heading_shown)</code></pre></div><p>the following line with your footer image like:<br /></p><div class="codebox"><pre><code>echo &quot;&lt;center&gt;&lt;img src=&#039;http://files.photografy-edicoes.webnode.com/200000818-e5968e690c/banner%203.png&#039; width=&#039;60%&#039;&gt;&lt;/center&gt;&quot;;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-07-16T19:44:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28195#p28195</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Print query with image]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28193#p28193" />
			<content type="html"><![CDATA[<p>i mean when make any query in system by Number reference view this image </p><p>http://i.imgur.com/36xJ5V2.png</p><p>and when click print view this print </p><p>http://i.imgur.com/Ezq1Ide.png</p><p>i need add image in header and footer by same like in explain image</p>]]></content>
			<author>
				<name><![CDATA[almohasb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18218</uri>
			</author>
			<updated>2017-07-16T10:29:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28193#p28193</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Print query with image]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28169#p28169" />
			<content type="html"><![CDATA[<p>Provide Menu Navigation steps to to get your image. Also provide image for what you need it to be. English screenshot and mockup will be useful.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-07-10T14:25:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28169#p28169</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Print query with image]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28167#p28167" />
			<content type="html"><![CDATA[<p>hello</p><p>i need help <br />when i print any view query i need add in header and footer page print image <br />how this and where file add code ?<br />same like image</p><p>http://i.imgur.com/36xJ5V2.png</p>]]></content>
			<author>
				<name><![CDATA[almohasb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18218</uri>
			</author>
			<updated>2017-07-10T10:23:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28167#p28167</id>
		</entry>
</feed>
