<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Display Same GL Report same as General Ledger Inquiry]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8950&amp;type=atom" />
	<updated>2020-08-24T05:30:20Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8950</id>
		<entry>
			<title type="html"><![CDATA[Re: Display Same GL Report same as General Ledger Inquiry]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38127#p38127" />
			<content type="html"><![CDATA[<p>2) &quot;the Description or Memo&quot; is refer to person/memo?<br />It&#039;s no enough spaces to print all in A4 paper.<br />If you can leave out the dimension field on GL Report (rep704.php) change the memo column on 4 to 7,&nbsp; &nbsp;$rep-&gt;TextCol(4, 7,&nbsp; &nbsp; $txt, -2);<br />and remark the dimension (from line 162 on ver 2.4.8) as follow:</p><div class="codebox"><pre><code>// Remove dimension
//if ($dim &gt;= 1)
//    $rep-&gt;TextCol(4, 5,    get_dimension_string($myrow[&#039;dimension_id&#039;]));
//if ($dim &gt; 1)
//    $rep-&gt;TextCol(5, 6,    get_dimension_string($myrow[&#039;dimension2_id&#039;]));
$txt = payment_person_name($myrow[&quot;person_type_id&quot;],$myrow[&quot;person_id&quot;], false);
$memo = $myrow[&#039;memo_&#039;];
if ($txt != &quot;&quot;)
  {
    if ($memo != &quot;&quot;)
    $txt = $txt.&quot;/&quot;.$memo;
  }
  else
    $txt = $memo;
// Change memo on col 4 to 7
//$rep-&gt;TextCol(6, 7,$txt, -2);
$rep-&gt;TextCol(4, 7,    $txt, -2);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[flpages]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45415</uri>
			</author>
			<updated>2020-08-24T05:30:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38127#p38127</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Display Same GL Report same as General Ledger Inquiry]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38125#p38125" />
			<content type="html"><![CDATA[<p>I would like to Display Reports and Analysis&nbsp; =&gt;General Ledger =&gt;&nbsp; GL Account Transactions same as General Ledger Inquiry type report.</p><p>The reason is that </p><p>1) General Ledger Inquiry I Cannot download as Pdf</p><p>2) GL Account Transactions Report the Description or Memo very congested (rigid)&nbsp; </p><p>Is there any Option for this?</p>]]></content>
			<author>
				<name><![CDATA[niyazofficial@gmail.com]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44858</uri>
			</author>
			<updated>2020-08-23T20:15:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38125#p38125</id>
		</entry>
</feed>
