<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Align Inv and Order Numbers]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6981</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6981&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Align Inv and Order Numbers.]]></description>
		<lastBuildDate>Wed, 20 Sep 2017 15:54:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Align Inv and Order Numbers]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28673#p28673</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 20 Sep 2017 15:54:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28673#p28673</guid>
		</item>
		<item>
			<title><![CDATA[Re: Align Inv and Order Numbers]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28672#p28672</link>
			<description><![CDATA[<p>Ok, there might be more places to align numbers.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 20 Sep 2017 15:00:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28672#p28672</guid>
		</item>
		<item>
			<title><![CDATA[Re: Align Inv and Order Numbers]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28671#p28671</link>
			<description><![CDATA[<p>@joe: thanks for the <a href="https://github.com/FrontAccountingERP/FA/commit/5f8837b7c42844a50b5332f50b58e97e5f874a70">commit</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 20 Sep 2017 14:53:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28671#p28671</guid>
		</item>
		<item>
			<title><![CDATA[Re: Align Inv and Order Numbers]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28670#p28670</link>
			<description><![CDATA[<p>Yes,a good idea. Will fix.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 20 Sep 2017 13:51:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28670#p28670</guid>
		</item>
		<item>
			<title><![CDATA[Align Inv and Order Numbers]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28668#p28668</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 20 Sep 2017 07:53:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28668#p28668</guid>
		</item>
	</channel>
</rss>
