<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Field alignment in View Print Txns]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6770&amp;type=atom" />
	<updated>2017-05-01T09:54:50Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6770</id>
		<entry>
			<title type="html"><![CDATA[Re: Field alignment in View Print Txns]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=27751#p27751" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-05-01T09:54:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=27751#p27751</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Field alignment in View Print Txns]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=27750#p27750" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-05-01T09:50:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=27750#p27750</id>
		</entry>
</feed>
