<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — 2.4.6 General Leger - List of journal entries - Tax Invoices]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8221</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8221&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in 2.4.6 General Leger - List of journal entries - Tax Invoices.]]></description>
		<lastBuildDate>Mon, 17 Jun 2019 07:06:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: 2.4.6 General Leger - List of journal entries - Tax Invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35230#p35230</link>
			<description><![CDATA[<p>Thanks @braath Waate.</p><p>It works well.</p>]]></description>
			<author><![CDATA[null@example.com (seahawk)]]></author>
			<pubDate>Mon, 17 Jun 2019 07:06:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35230#p35230</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.4.6 General Leger - List of journal entries - Tax Invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35212#p35212</link>
			<description><![CDATA[<p>@braath Waate.</p><p>This seems to be a good change so this has been <a href="https://github.com/FrontAccountingERP/FA/commit/80d1443a47dee4843b49acfd1983b07f9c40db17">changed in stable repo</a>.</p><p>Thanks.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 16 Jun 2019 07:41:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35212#p35212</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.4.6 General Leger - List of journal entries - Tax Invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35207#p35207</link>
			<description><![CDATA[<p>I don&#039;t have a Tax Invoice selection, but you might try changing rep702.php as per the following diff (- means delete line, + means add line). </p><p>This simplifies the code so that the memo is displayed once per journal entry, but the counterparty is then displayed based on each line of the journal.&nbsp; The old code just looked at the first line, which might not have a counterparty.</p><div class="codebox"><pre><code>@@ -99,20 +99,14 @@ function print_list_of_journal_entries()
             $rep-&gt;TextCol(0, 1, $TransName . &quot; # &quot; . $myrow[&#039;type_no&#039;]);
             $rep-&gt;TextCol(1, 2, get_reference($myrow[&#039;type&#039;], $myrow[&#039;type_no&#039;]));
             $rep-&gt;DateCol(2, 3, $myrow[&#039;tran_date&#039;], true);
-            $coms =  get_subaccount_name($myrow[&quot;account&quot;], $myrow[&quot;person_id&quot;]);
             $memo = get_comments_string($myrow[&#039;type&#039;], $myrow[&#039;type_no&#039;]);
-            if ($memo != &#039;&#039;)
-            {
-               if ($coms == &quot;&quot;)
-                       $coms = $memo;
-               else
-                       $coms .= &quot; / &quot;.$memo;
-            }          
-            $rep-&gt;TextColLines(3, 6, $coms);
+            $rep-&gt;TextCol(3, 6, $memo);
             $rep-&gt;NewLine();
         }
         $rep-&gt;TextCol(0, 1, $myrow[&#039;account&#039;]);
         $rep-&gt;TextCol(1, 2, $myrow[&#039;account_name&#039;]);
+        $coms =  get_subaccount_name($myrow[&quot;account&quot;], $myrow[&quot;person_id&quot;]);
+        $rep-&gt;TextCol(3, 6, $coms);
         $dim_str = get_dimension_string($myrow[&#039;dimension_id&#039;]);
         $dim_str2 = get_dimension_string($myrow[&#039;dimension2_id&#039;]);
         if ($dim_str2 != &quot;&quot;)</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Braath Waate)]]></author>
			<pubDate>Sat, 15 Jun 2019 22:56:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35207#p35207</guid>
		</item>
		<item>
			<title><![CDATA[2.4.6 General Leger - List of journal entries - Tax Invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35204#p35204</link>
			<description><![CDATA[<p>When doing report - General Journal Reports / List of Journal Entries / Select Type: Tax Invoice, does not display the customer / person name only the memo. If there is nothing in memo, the field is blank.</p>]]></description>
			<author><![CDATA[null@example.com (seahawk)]]></author>
			<pubDate>Sat, 15 Jun 2019 15:20:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35204#p35204</guid>
		</item>
	</channel>
</rss>
