<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Field alignment in View Print Txns]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6770</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6770&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Field alignment in View Print Txns.]]></description>
		<lastBuildDate>Mon, 01 May 2017 09:54:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Field alignment in View Print Txns]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=27751#p27751</link>
			<description><![CDATA[<p>Lines 40-41 of the file <strong>gl/view/gl_trans_view.php</strong>:<br /></p><div class="codebox"><pre><code>    label_cell($myrow[&quot;reference&quot;]);
    label_cell(sql2date($myrow[&quot;tran_date&quot;]));</code></pre></div><p>can now be changed to<br /></p><div class="codebox"><pre><code>    label_cell($myrow[&quot;reference&quot;], &quot;nowrap align=center &quot;);
    label_cell(sql2date($myrow[&quot;tran_date&quot;]), &quot;nowrap align=center &quot;);</code></pre></div><p>to <strong>center</strong> the <strong>Reference</strong> and <strong>Date</strong> field values.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 01 May 2017 09:54:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=27751#p27751</guid>
		</item>
		<item>
			<title><![CDATA[Field alignment in View Print Txns]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=27750#p27750</link>
			<description><![CDATA[<p>FA 2.3.25+</p><p>Banking &amp; GL =&gt; View or Print Transactions =&gt; Show GL</p><p>The attachment here shows the standard output when the original <strong>gl/view/gl_trans_view.php</strong> is used.</p><p>Note that the values for the <strong>Reference</strong> and <strong>Date</strong> columns are <strong>left</strong> aligned.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 01 May 2017 09:50:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=27750#p27750</guid>
		</item>
	</channel>
</rss>
