<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Remove Page Number from Sales Report]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5544&amp;type=atom" />
	<updated>2015-02-11T06:58:08Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5544</id>
		<entry>
			<title type="html"><![CDATA[Re: Remove Page Number from Sales Report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22483#p22483" />
			<content type="html"><![CDATA[<p>In the <a href="http://devel.frontaccounting.com/git/?p=fa-stable.git;a=blobdiff;f=reporting/includes/header2.inc;h=c76ae9f60d3161de3c0039efe610eaac88a29838;hp=c783c915f44545e397ee514dfd578412727eadd9;hb=a5a1f885ee288c74ea2674a9eaaa402ac3c05363;hpb=ad37f5bcbd52fa5e7429719eac1a5526aa378b05">new commit</a>, to suppress Page numbering, comment out lines 144 to 147:<br /></p><div class="codebox"><pre><code>//        $this-&gt;NewLine(2);
//    
//        if ($this-&gt;pageNumber &gt; 1)
//            $this-&gt;Text($mcol + 180, _(&quot;Page&quot;) . &#039; &#039; . $this-&gt;pageNumber);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-02-11T06:58:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22483#p22483</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Remove Page Number from Sales Report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22475#p22475" />
			<content type="html"><![CDATA[<p>@joe: Thanks. Very nice alternative real solution. Attached Screenshot.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-02-10T16:52:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22475#p22475</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Remove Page Number from Sales Report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22472#p22472" />
			<content type="html"><![CDATA[<p>This has been fixed in release 2.3. Will go to 2.4 with the final merge.</p><p>The Page number has been moved down 2 lines and aligned with the above fields.</p><p>You can download the fixed file <a href="http://https:/sourceforge.net/p/frontaccounting/mercurial/ci/default/tree/reporting/includes/header2.inc">here</a>.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2015-02-10T07:39:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22472#p22472</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Remove Page Number from Sales Report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22468#p22468" />
			<content type="html"><![CDATA[<p>Comment out lines 145 and 146 of reporting/includes/header2.inc (or place a copy of the file in the appropriate path in the company reporting folder):<br /></p><div class="codebox"><pre><code>        if ($this-&gt;pageNumber &gt; 1)
            $this-&gt;Text($this-&gt;endLine - 35, _(&quot;Page&quot;) . &#039; &#039; . $this-&gt;pageNumber);</code></pre></div><p>@joe: either a report form variable to suppress page numbers or a config variable/sys_prefs variable to be a flag for it would be nice - atleast going forward in FA v2.4.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-02-09T18:53:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22468#p22468</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Remove Page Number from Sales Report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22466#p22466" />
			<content type="html"><![CDATA[<p>Currently all reports contain page number from the 2nd page onward. However, for my invoice reporting, the page number always covers part of the invoice number.</p><p>How can I remove the page number or move the page number to the bottom right corner of the invoice?</p><p>Thanks.</p>]]></content>
			<author>
				<name><![CDATA[sirka]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19866</uri>
			</author>
			<updated>2015-02-09T16:04:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22466#p22466</id>
		</entry>
</feed>
