<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Display Same GL Report same as General Ledger Inquiry]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8950</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8950&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Display Same GL Report same as General Ledger Inquiry.]]></description>
		<lastBuildDate>Mon, 24 Aug 2020 05:30:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Display Same GL Report same as General Ledger Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38127#p38127</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (flpages)]]></author>
			<pubDate>Mon, 24 Aug 2020 05:30:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38127#p38127</guid>
		</item>
		<item>
			<title><![CDATA[Display Same GL Report same as General Ledger Inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38125#p38125</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (niyazofficial@gmail.com)]]></author>
			<pubDate>Sun, 23 Aug 2020 20:15:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38125#p38125</guid>
		</item>
	</channel>
</rss>
