<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Shipper Added to Sales Order]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10617&amp;type=atom" />
	<updated>2024-11-30T19:29:43Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10617</id>
		<entry>
			<title type="html"><![CDATA[Shipper Added to Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=43439#p43439" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeskremer]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=47694</uri>
			</author>
			<updated>2024-11-30T19:29:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=43439#p43439</id>
		</entry>
</feed>
