<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — 2.4.6 General Leger - List of journal entries - Tax Invoices]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8221&amp;type=atom" />
	<updated>2019-06-17T07:06:50Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8221</id>
		<entry>
			<title type="html"><![CDATA[Re: 2.4.6 General Leger - List of journal entries - Tax Invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=35230#p35230" />
			<content type="html"><![CDATA[<p>Thanks @braath Waate.</p><p>It works well.</p>]]></content>
			<author>
				<name><![CDATA[seahawk]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=544</uri>
			</author>
			<updated>2019-06-17T07:06:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=35230#p35230</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 2.4.6 General Leger - List of journal entries - Tax Invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=35212#p35212" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2019-06-16T07:41:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=35212#p35212</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 2.4.6 General Leger - List of journal entries - Tax Invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=35207#p35207" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Braath Waate]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41493</uri>
			</author>
			<updated>2019-06-15T22:56:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=35207#p35207</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[2.4.6 General Leger - List of journal entries - Tax Invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=35204#p35204" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[seahawk]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=544</uri>
			</author>
			<updated>2019-06-15T15:20:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=35204#p35204</id>
		</entry>
</feed>
