<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Removing Print / Close and bottom URL from Journal Voucher]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7869</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7869&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Removing Print / Close and bottom URL from Journal Voucher.]]></description>
		<lastBuildDate>Sat, 08 Dec 2018 09:06:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Removing Print / Close and bottom URL from Journal Voucher]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33525#p33525</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (emiangel839)]]></author>
			<pubDate>Sat, 08 Dec 2018 09:06:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33525#p33525</guid>
		</item>
		<item>
			<title><![CDATA[Re: Removing Print / Close and bottom URL from Journal Voucher]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33520#p33520</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 08 Dec 2018 06:11:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33520#p33520</guid>
		</item>
		<item>
			<title><![CDATA[Re: Removing Print / Close and bottom URL from Journal Voucher]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33518#p33518</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (emiangel839)]]></author>
			<pubDate>Sat, 08 Dec 2018 05:51:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33518#p33518</guid>
		</item>
		<item>
			<title><![CDATA[Re: Removing Print / Close and bottom URL from Journal Voucher]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33516#p33516</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 08 Dec 2018 05:12:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33516#p33516</guid>
		</item>
		<item>
			<title><![CDATA[Removing Print / Close and bottom URL from Journal Voucher]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33504#p33504</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (emiangel839)]]></author>
			<pubDate>Fri, 07 Dec 2018 10:17:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33504#p33504</guid>
		</item>
	</channel>
</rss>
