<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Annual expense breakdown report - Logo Size]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3831&amp;type=atom" />
	<updated>2013-02-11T06:07:15Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3831</id>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15548#p15548" />
			<content type="html"><![CDATA[<p>Okay, thanks!</p><p>Chris</p>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-02-11T06:07:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15548#p15548</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15547#p15547" />
			<content type="html"><![CDATA[<p>No, I guess there are no custom reports using header3 at the moment. So we can easily change this.</p><p>This has already been done. HG Repository updated.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-02-11T00:02:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15547#p15547</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15545#p15545" />
			<content type="html"><![CDATA[<p>I&#039;m just wondering if those changes will adversely effect other reports?&nbsp; I haven&#039;t tried other reports (yet) to see if the logo is changed for them, but will do so in the next few days.</p><p>Just wondering...</p><p>Regards,</p><p>Chris</p>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-02-10T20:19:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15545#p15545</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15543#p15543" />
			<content type="html"><![CDATA[<p>I think we can change that in the core. Will do that asap.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-02-10T18:18:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15543#p15543</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15542#p15542" />
			<content type="html"><![CDATA[<p>Setting &quot;$this-&gt;row + 15&quot; helps.</p><p>Thanks!</p><p>Regards,</p><p>Chris</p>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-02-10T17:28:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15542#p15542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15539#p15539" />
			<content type="html"><![CDATA[<p>You can experiment with the y-axes on line 531 in /reporting/includes/pdf_report.inc.<br /></p><div class="codebox"><pre><code>$this-&gt;AddImage($logo, $companyCol, $this-&gt;row, COMPANY_WIDTH, 0);</code></pre></div><p>You can try setting the third parameter, $this-&gt;row to be $this-&gt;row - 10 to get the y-axes down 10 pixels, + 10 to get it up 10 pixels.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-02-10T07:40:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15539#p15539</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15532#p15532" />
			<content type="html"><![CDATA[<p>Hi, Joe!</p><p>Setting COMPANY_WIDTH to anything greater than &quot;40&quot; makes my logo large enough to get in the way of the report header, so leaving it at that value has fixed the problem.</p><p>One thing I noticed, though...&nbsp; I think the problem isn&#039;t so much that the logo is too big (although that&#039;s a factor) but that it&#039;s printing too low on the report.&nbsp; I&#039;ve noticed on other reports that the logo prints at the very top of the page, but for this report it&#039;s printing more down by the header.</p><p>I <em>really</em> wish I knew more about PHP so I could fiddle with this stuff myself!&nbsp; (SIGH!)&nbsp; &nbsp;But, maybe if somehow the logo could be moved up just a bit that would help?</p><p>No big deal!&nbsp; Don&#039;t waste time on it if there&#039;s other more important things to work on.&nbsp; Just thought I&#039;d mention it.</p><p>Thanks, again, for all your help!</p><p>Regards,</p><p>Chris</p>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-02-09T18:47:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15532#p15532</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15530#p15530" />
			<content type="html"><![CDATA[<p>Hello again.</p><p>You can experiment with this line 454 in /reporting/includes/pdf_report.inc.<br /></p><div class="codebox"><pre><code>define(&#039;COMPANY_WIDTH&#039;, 150);</code></pre></div><p>Setting a greater value than 150 will increase the logo. A smaller value will decrease the logo.</p><p>Happy testing! <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-02-09T09:12:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15530#p15530</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15527#p15527" />
			<content type="html"><![CDATA[<p>@Tom:</p><p>Ahhh!&nbsp; I didn&#039;t realize that it&#039;s been that long since you worked with the code&nbsp; Sorry to bother you with it, then.</p><p>@Joe:</p><p>No problem, Joe.&nbsp; It&#039;s not a major issue (at least with me), so whenever you have time to take a look that will be fine.</p><p>Regards,</p><p>Chris</p>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-02-09T04:19:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15527#p15527</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15520#p15520" />
			<content type="html"><![CDATA[<p>Hello Tom, nice to hear from you. Not a problem, I will see if I can help the guys.</p><p>@David Keen and @chrison.</p><p>I will test this in the weekend. As soon as I have something, I will be back here.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-02-08T15:47:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15520#p15520</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15518#p15518" />
			<content type="html"><![CDATA[<p>Ahhh now I understand.&nbsp; Full disclosure: I actually didn&#039;t write that code - a coworker of mine was the mastermind behind the reporting code changes (over 3 years ago!)&nbsp; Our copy of FA is still pretty old though, so we don&#039;t have a good development environment set up right now.&nbsp; I&#039;m afraid I won&#039;t be able to help with this one... sorry <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>In other news, we&#039;re still regularly using FA and even incorporated some auto-importing code recently so that there&#039;s seamless integration between some of our systems.&nbsp; We do intend to get caught up with the latest version of FA, but I can&#039;t give a time estimate at the moment.</p>]]></content>
			<author>
				<name><![CDATA[tomhallman]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=406</uri>
			</author>
			<updated>2013-02-08T15:15:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15518#p15518</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15517#p15517" />
			<content type="html"><![CDATA[<p>I am afraid that the header part of this extension has been incorporated into FrontAccounting Core. I will put the file pdf_report.inc for download. It is about line 444 in the file function Header3().</p><p>I guess that this about the logo is a bit longer down in the function Header3().</p><p>If you find and can explain where to change the AddImage parameters, then please Tom otherwise I will have to help the guys.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-02-08T15:01:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15517#p15517</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15516#p15516" />
			<content type="html"><![CDATA[<p>Hi all. I saw Chris&#039;s email and figured I&#039;d stop in to say hello! Honestly I haven&#039;t done FA development in a while now... could you point me to where I could find the code for that extension?&nbsp; I tried looking all over the website but couldn&#039;t find it.&nbsp; If I could take a look at it I may be able to figure it out.</p><p>Tom</p>]]></content>
			<author>
				<name><![CDATA[tomhallman]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=406</uri>
			</author>
			<updated>2013-02-08T14:23:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15516#p15516</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15509#p15509" />
			<content type="html"><![CDATA[<p>Thanks Chris</p><p>I also sent Tom an email yesterday so hope he same.......</p>]]></content>
			<author>
				<name><![CDATA[David Keene]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14177</uri>
			</author>
			<updated>2013-02-08T04:47:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15509#p15509</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual expense breakdown report - Logo Size]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15508#p15508" />
			<content type="html"><![CDATA[<p>I just sent Tom an e-mail.&nbsp; Hopefully he&#039;ll be able to help.</p><p>Thanks!</p><p>Regards,</p><p>Chris</p>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-02-08T04:44:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15508#p15508</id>
		</entry>
</feed>
