<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Align Inv and Order Numbers]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6981&amp;type=atom" />
	<updated>2017-09-20T15:54:12Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6981</id>
		<entry>
			<title type="html"><![CDATA[Re: Align Inv and Order Numbers]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28673#p28673" />
			<content type="html"><![CDATA[<p>Yes.<br />Lines 252 and 266 of <strong>sales/inquiry/sales_orders_view.php</strong><br />Line 168 of <strong>sales/inquiry/sales_deliveries_view.php</strong> <br />Line 88 of <strong>sales/allocations/customer_allocation_main.php</strong><br />Line 110 of <strong>purchasing/inquiry/po_search_completed.php</strong><br />Line 171 of <strong>purchasing/inquiry/supplier_inquiry.php</strong><br />Line 137 of <strong>purchasing/inquiry/supplier_allocation_inquiry.php</strong><br />Line 95 of <strong>purchasing/allocations/supplier_allocation_main.php</strong><br />too will need similar attention.</p><p>Line 96 of <strong>sales/manage/sales_groups.php</strong>:<br /></p><div class="codebox"><pre><code>    label_cell($myrow[&quot;id&quot;]);</code></pre></div><p>should be:<br /></p><div class="codebox"><pre><code>    label_cell($myrow[&quot;id&quot;], &quot;nowrap align=&#039;right&#039;&quot;);</code></pre></div><p>Similar appendage needed to<br />Line 140 of <strong>sales/manage/recurrent_invoices.php</strong><br />Lines 218 and 230 of <strong>sales/create_recurrent_invoices.php</strong><br />Lines 388 and 396 of <strong>purchasing/includes/ui/invoice_ui.inc</strong><br />Line 301 of <strong>includes/ui/allocation_cart.inc</strong><br />Line 157 of <strong>inventory/inquiry/stock_movements.php</strong></p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-09-20T15:54:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28673#p28673</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Align Inv and Order Numbers]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28672#p28672" />
			<content type="html"><![CDATA[<p>Ok, there might be more places to align numbers.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2017-09-20T15:00:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28672#p28672</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Align Inv and Order Numbers]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28671#p28671" />
			<content type="html"><![CDATA[<p>@joe: thanks for the <a href="https://github.com/FrontAccountingERP/FA/commit/5f8837b7c42844a50b5332f50b58e97e5f874a70">commit</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-09-20T14:53:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28671#p28671</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Align Inv and Order Numbers]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28670#p28670" />
			<content type="html"><![CDATA[<p>Yes,a good idea. Will fix.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2017-09-20T13:51:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28670#p28670</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Align Inv and Order Numbers]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28668#p28668" />
			<content type="html"><![CDATA[<p>In <strong>sales/inquiry/_customer_inquiry.php</strong> lines 193-194:<br /></p><div class="codebox"><pre><code>    _(&quot;#&quot;) =&gt; array(&#039;fun&#039;=&gt;&#039;trans_view&#039;, &#039;ord&#039;=&gt;&#039;&#039;),
    _(&quot;Order&quot;) =&gt; array(&#039;fun&#039;=&gt;&#039;order_view&#039;), </code></pre></div><p>can be changed to<br /></p><div class="codebox"><pre><code>    _(&quot;#&quot;) =&gt; array(&#039;fun&#039;=&gt;&#039;trans_view&#039;, &#039;ord&#039;=&gt;&#039;&#039;, &#039;align&#039;=&gt;&#039;right&#039;),
    _(&quot;Order&quot;) =&gt; array(&#039;fun&#039;=&gt;&#039;order_view&#039;, &#039;align&#039;=&gt;&#039;right&#039;), </code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-09-20T07:53:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28668#p28668</id>
		</entry>
</feed>
