<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Shipper Added to Sales Order]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=10617</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10617&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Shipper Added to Sales Order.]]></description>
		<lastBuildDate>Sat, 30 Nov 2024 19:29:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Shipper Added to Sales Order]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43439#p43439</link>
			<description><![CDATA[<p>OK, I&#039;ve spent a few hours on this already and can&#039;t figure it out.&nbsp; I&#039;ve looked at the wiki mentioned previously on this issue and scoured the database and search terms in the forums.</p><p>Here is what I have so far.&nbsp; What should be on the &quot;Shipping Method&quot; line to show the shipper_name?:</p><div class="codebox"><pre><code>case ST_SALESORDER:
            $this-&gt;title = ($this-&gt;params[&#039;print_quote&#039;] ? _(&quot;QUOTE&quot;) : ($this-&gt;formData[&#039;prepaid&#039;] ? _(&quot;PREPAYMENT ORDER&quot;) : _(&quot;SALES ORDER ACKNOWLEDGEMENT&quot;)));
            $this-&gt;formData[&#039;document_name&#039;] =_(&quot;Order Ackn. No.&quot;);
            $this-&gt;formData[&#039;document_date&#039;] = $this-&gt;formData[&#039;ord_date&#039;];
            $this-&gt;formData[&#039;document_number&#039;] = $SysPrefs-&gt;print_invoice_no() == 0 &amp;&amp; isset($this-&gt;formData[&#039;reference&#039;])
                ? $this-&gt;formData[&#039;reference&#039;] : $this-&gt;formData[&#039;order_no&#039;];
            $this-&gt;formData[&#039;document_amount&#039;] = $this-&gt;formData[&#039;order_no&#039;];

            $aux_info = array(
                _(&quot;Customer&#039;s Reference&quot;) =&gt; $this-&gt;formData[&quot;customer_ref&quot;],
                _(&quot;Sales Person&quot;) =&gt; get_salesman_name($this-&gt;formData[&#039;salesman&#039;]),
                _(&quot;Shipping Method&quot;) =&gt; $this-&gt;formData[&#039;shipper&#039;],
                _(&quot;Internal Order No&quot;) =&gt; $this-&gt;formData[&#039;order_no&#039;],
                _(&quot;Delivery Date&quot;) =&gt; sql2date($this-&gt;formData[&#039;delivery_date&#039;]),
            );
            break;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (jeskremer)]]></author>
			<pubDate>Sat, 30 Nov 2024 19:29:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43439#p43439</guid>
		</item>
	</channel>
</rss>
