<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — how to change the  pdf layout  ?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7552&amp;type=atom" />
	<updated>2018-06-10T19:51:45Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7552</id>
		<entry>
			<title type="html"><![CDATA[Re: how to change the  pdf layout  ?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31844#p31844" />
			<content type="html"><![CDATA[<p>The file <strong>reporting/includes/doctext.inc</strong> has 9 instances of the string &quot;Your VAT no&quot;. They are assigned as translated keys in the array <strong>$aux_info</strong> and used in <strong>reporting/includes/header2.inc</strong> in lines 167-175:<br /></p><div class="codebox"><pre><code>        foreach($aux_info as $info_header =&gt; $info_content)
        {

            $this-&gt;row = $iline2 - $this-&gt;lineHeight - 1;
            $this-&gt;TextWrap($col, $this-&gt;row, $width, $info_header, &#039;C&#039;);
            $this-&gt;row = $iline3 - $this-&gt;lineHeight - 1;
            $this-&gt;TextWrap($col, $this-&gt;row, $width, $info_content, &#039;C&#039;);
            $col += $width;
        }</code></pre></div><p>You can selectively delete the offending &quot;Your VAT no&quot; element or skip over it in the loop above.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-06-10T19:51:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31844#p31844</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[how to change the  pdf layout  ?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31837#p31837" />
			<content type="html"><![CDATA[<p>Hi<br />I cant find the layout of PDF files .&nbsp; <br />I want to change the layout of PDF. Basically i want to&nbsp; remove one column&nbsp; (Your vat no ) all over the pdf file. <br /> I had deleted the column name and value also but there the empty column, i want to delete this empty column.<br />is there some body whose can help me .</p>]]></content>
			<author>
				<name><![CDATA[ali.amjad216]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42609</uri>
			</author>
			<updated>2018-06-10T02:55:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31837#p31837</id>
		</entry>
</feed>
