<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Removing Print / Close and bottom URL from Journal Voucher]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7869&amp;type=atom" />
	<updated>2018-12-08T09:06:03Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7869</id>
		<entry>
			<title type="html"><![CDATA[Re: Removing Print / Close and bottom URL from Journal Voucher]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33525#p33525" />
			<content type="html"><![CDATA[<p>yes this thing is same as above but different is apply to GL TRANSACTION</p><p>well, i think due to browser command we can hide the PRINT / CLOSE and BOTTOM LINK from print page after we click the PRINT LINK...</p><p>or any solution we can do it?</p>]]></content>
			<author>
				<name><![CDATA[emiangel839]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42510</uri>
			</author>
			<updated>2018-12-08T09:06:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33525#p33525</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Removing Print / Close and bottom URL from Journal Voucher]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33520#p33520" />
			<content type="html"><![CDATA[<p>CTRL-P is a browser attached command and has nothing to do with FA.<br />Assign CTRL-P to something in the browser shortcuts customisation if you want it browser wide for all sites.</p><p>The popup page comes from <strong>gl/view/gl_trans_view.php</strong>.</p><p>Comment out the last php line in the above file (line 160).<br />Output Attached.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-12-08T06:11:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33520#p33520</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Removing Print / Close and bottom URL from Journal Voucher]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33518#p33518" />
			<content type="html"><![CDATA[<p>hey, thanks</p><p>well i have checked this one its remove the link of PRINT &amp; CLOSE well its ok we can use as CLT + P but when we use CLT + P the page is appear and in this page the URL is showing at the bottom of the page like </p><p>gl/view/....tran-no</p><p>and second it is possible the PRINT and CLOSE like is shown at the page and when we click on PRINT button these things is not shown at this page-&gt; see screenshot</p><p>LINK IS : https://ibb.co/5kmm0rB</p><p>regards</p>]]></content>
			<author>
				<name><![CDATA[emiangel839]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42510</uri>
			</author>
			<updated>2018-12-08T05:51:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33518#p33518</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Removing Print / Close and bottom URL from Journal Voucher]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33516#p33516" />
			<content type="html"><![CDATA[<p>Checkout the <strong>function hyperlink_back()</strong> in <strong>includes/ui/ui_controls.inc</strong>, specifically the <strong>echo</strong> lines 213 and 215:<br /></p><div class="codebox"><pre><code>    if ($no_menu)
    {
        echo &quot;&lt;td align=center&gt;&lt;a href=&#039;javascript:window.print();&#039;&gt;&quot;._(&quot;Print&quot;).&quot;&lt;/a&gt;&lt;/td&gt;\n&quot;;
    }    
    echo &quot;&lt;td align=center&gt;&lt;a href=&#039;javascript:goBack(&quot;.($final ? &#039;-2&#039; : &#039;&#039;).&quot;);&#039;&gt;&quot;.($no_menu ? _(&quot;Close&quot;) : _(&quot;Back&quot;)).&quot;&lt;/a&gt;&lt;/td&gt;\n&quot;;</code></pre></div><p>If you want to remove the Print/Close in all pages, then make the above to be:<br /></p><div class="codebox"><pre><code>    if ($no_menu)
    {
        echo &quot;&lt;td align=center&gt;&amp;nbsp;&lt;/td&gt;\n&quot;;
    }    
    echo &quot;&lt;td align=center&gt;&lt;a href=&#039;javascript:goBack(&quot;.($final ? &#039;-2&#039; : &#039;&#039;).&quot;);&#039;&gt;&quot;.($no_menu ? &quot;&quot; : _(&quot;Back&quot;)).&quot;&lt;/a&gt;&lt;/td&gt;\n&quot;;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-12-08T05:12:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33516#p33516</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Removing Print / Close and bottom URL from Journal Voucher]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33504#p33504" />
			<content type="html"><![CDATA[<p>hey,</p><p>can you please help me how can i remove Print / Close and bottom URL from Journal Voucher while printing because this thing is not good for use and its showing URL to users too!</p><p>please let me know how can i do that?</p><br /><p>Regards</p>]]></content>
			<author>
				<name><![CDATA[emiangel839]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42510</uri>
			</author>
			<updated>2018-12-07T10:17:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33504#p33504</id>
		</entry>
</feed>
