<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — New Copy of Sales Order]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7724&amp;type=atom" />
	<updated>2018-10-04T15:39:10Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7724</id>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32847#p32847" />
			<content type="html"><![CDATA[<p>Ok... so far I have now gotten it to show up on my order confirmation page. So, After I have put in my order and I get my list of options, my new link and report are there and available.&nbsp; That&#039;s 1/2 way...</p>]]></content>
			<author>
				<name><![CDATA[jfirestone]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=43194</uri>
			</author>
			<updated>2018-10-04T15:39:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32847#p32847</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32846#p32846" />
			<content type="html"><![CDATA[<p>I will give that a shot.&nbsp; Thanks!</p>]]></content>
			<author>
				<name><![CDATA[jfirestone]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=43194</uri>
			</author>
			<updated>2018-10-04T15:13:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32846#p32846</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32838#p32838" />
			<content type="html"><![CDATA[<p>After a brief look into extension. Returned back to the basic things I told first. Glad if it helps you</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-10-03T23:02:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32838#p32838</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32837#p32837" />
			<content type="html"><![CDATA[<p>??? you do want to modify /sales/inquiry/sales_orders_view.php don&#039;t you?<br />1st you need a new type as given in post 2 above by kvvaradha<br />Then add you new type, and change the code in sales_orders_view.php - <br />Study the existing code for a sales order - add similar for the new type you have defined.</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-10-03T20:10:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32837#p32837</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32817#p32817" />
			<content type="html"><![CDATA[<p>Well...&nbsp; here&#039;s where I am.&nbsp; &nbsp;I tried to mimic and make this new function, but it&#039;s not creating the link as expected...</p><div class="codebox"><pre><code>function print_factory_link($doc_no, $link_text, $link=true, $type_no, 
    $icon=false, $class=&#039;printlink&#039;, $id=&#039;&#039;, $email=0, $extra=0)
{
    global $path_to_root;
    include_once($path_to_root . &quot;/includes/types.inc&quot;);

    $url = $path_to_root.&#039;/reporting/prn_redirect.php?&#039;;
    $def_orientation = (user_def_print_orientation() == 1 ? 1 : 0);

    switch ($type_no)
    {
                case ST_FACTORYORDER :
            $rep = 127;
            // from, to, currency, email, quote, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; $email, 
                &#039;PARAM_4&#039; =&gt; 0, 
                &#039;PARAM_5&#039; =&gt; &#039;&#039;,
                &#039;PARAM_6&#039; =&gt; $def_orientation);
            break;
        default:
            return null;
    }

    return print_factory_link($link_text, $rep, $ar, &quot;&quot;, $icon, $class, $id);
}</code></pre></div><p>and these are my errors.</p><div class="codebox"><pre><code>Missing argument 4 for print_factory_link(), called in .../includes/ui/db_pager_view.inc on line 107 and defined in file: .../reporting/includes/reporting.inc at line 167
...includes/ui/db_pager_view.inc:107:     print_factory_link((Array[20]),&#039;&#039;)
.../sales/inquiry/sales_orders_view.php:321:     display_db_pager((db_pager Object))


Use of undefined constant ST_FACTORYORDER - assumed &#039;ST_FACTORYORDER&#039; in file: .../reporting/includes/reporting.inc at line 178
.../includes/ui/db_pager_view.inc:107:     print_factory_link((Array[20]),&#039;&#039;)
.../sales/inquiry/sales_orders_view.php:321:     display_db_pager((db_pager Object))


Undefined variable: type_no in file: .../reporting/includes/reporting.inc at line 178
.../includes/ui/db_pager_view.inc:107:     print_factory_link((Array[20]),&#039;&#039;)
.../sales/inquiry/sales_orders_view.php:321:     display_db_pager((db_pager Object))</code></pre></div>]]></content>
			<author>
				<name><![CDATA[jfirestone]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=43194</uri>
			</author>
			<updated>2018-10-03T11:40:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32817#p32817</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32814#p32814" />
			<content type="html"><![CDATA[<p>No, sure don&#039;t have that those set.&nbsp; I&#039;ll try them and see what happens when I try to make the edits that break the file.</p><p>Thanks <img src="https://frontaccounting.com/punbb/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[jfirestone]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=43194</uri>
			</author>
			<updated>2018-10-02T17:53:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32814#p32814</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32813#p32813" />
			<content type="html"><![CDATA[<p>What errors are showing?<br />Have you set:-<br /></p><div class="codebox"><pre><code>33:     $debug             = 1;    // show sql on database errors
34: 
35:     $show_sql         = 1;    // show all sql queries in page footer for debugging purposes
36:     $go_debug         = 2;    // set to 1 for basic debugging, or 2 to see also backtrace after failure.</code></pre></div><p>In File: \config.php</p><p>Don&#039;t forget to change them back when you have completed your changes</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-10-02T17:50:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32813#p32813</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32812#p32812" />
			<content type="html"><![CDATA[<p>I think that part was already completed in the last section of code above...<br /></p><div class="codebox"><pre><code>       case ST_SALESORDER :
            $rep = 109;
            // from, to, currency, email, quote, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; $email, 
                &#039;PARAM_4&#039; =&gt; 0, 
                &#039;PARAM_5&#039; =&gt; &#039;&#039;,
                &#039;PARAM_6&#039; =&gt; $def_orientation);
            break;
        
        case ST_SALESORDER :
            $rep = 127;
            // from, to, currency, email, quote, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; $email, 
                &#039;PARAM_4&#039; =&gt; 0, 
                &#039;PARAM_5&#039; =&gt; &#039;&#039;,
                &#039;PARAM_6&#039; =&gt; $def_orientation);
            break;</code></pre></div><p>But, that doesn&#039;t put the link where I need it.&nbsp; &nbsp;Some how I need to use this sections</p><div class="codebox"><pre><code>function print_factory_link($link_text, $rep, $pars = array(), $dir = &#039;&#039;, 
    $icon=false, $class=&#039;printlink&#039;, $id=&#039;&#039;)
{
    global $path_to_root, $SysPrefs;

    $url = $dir == &#039;&#039; ?  $path_to_root.&#039;/reporting/prn_redirect.php?&#039; : $dir;

    $id = default_focus($id);
    foreach($pars as $par =&gt; $val) {
        $pars[$par] = &quot;$par=&quot;.urlencode($val);
    }
    $pars[] = &#039;REP_ID=&#039;.urlencode($rep);
    $url .= implode (&#039;&amp;&#039;, $pars);

    if ($class != &#039;&#039;)
        $class = $SysPrefs-&gt;pdf_debug ? &#039;&#039; : &quot; class=&#039;$class&#039;&quot;;
    if ($id != &#039;&#039;)
        $id = &quot; id=&#039;$id&#039;&quot;;
    $pars = access_string($link_text);
    if (user_graphic_links() &amp;&amp; $icon)
        $pars[0] = set_icon($icon, $pars[0]);
    return &quot;&lt;a target=&#039;_blank&#039; href=&#039;$url&#039;$id$class $pars[1]&gt;$pars[0]&lt;/a&gt;&quot;;
}</code></pre></div><p>but shove this into it...&nbsp; which I am not able to figure out.<br /></p><div class="codebox"><pre><code>     case ST_SALESORDER :
            $rep = 127;
            // from, to, currency, email, quote, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; $email, 
                &#039;PARAM_4&#039; =&gt; 0, 
                &#039;PARAM_5&#039; =&gt; &#039;&#039;,
                &#039;PARAM_6&#039; =&gt; $def_orientation);
            break;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[jfirestone]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=43194</uri>
			</author>
			<updated>2018-10-02T17:16:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32812#p32812</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32811#p32811" />
			<content type="html"><![CDATA[<p>Study the code to print rep109... copy and rename</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-10-02T16:36:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32811#p32811</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32810#p32810" />
			<content type="html"><![CDATA[<p>Ok... I have effectively made some sort of new link, but it&#039;s not firing my Report.&nbsp; Any idea how I need to change this?</p><div class="codebox"><pre><code>function print_factory_link($link_text, $rep, $pars = array(), $dir = &#039;&#039;, 
    $icon=false, $class=&#039;printlink&#039;, $id=&#039;&#039;)
{
    global $path_to_root, $SysPrefs;

    $url = $dir == &#039;&#039; ?  $path_to_root.&#039;/reporting/prn_redirect.php?&#039; : $dir;

    $id = default_focus($id);
    foreach($pars as $par =&gt; $val) {
        $pars[$par] = &quot;$par=&quot;.urlencode($val);
    }
    $pars[] = &#039;REP_ID=&#039;.urlencode($rep);
    $url .= implode (&#039;&amp;&#039;, $pars);

    if ($class != &#039;&#039;)
        $class = $SysPrefs-&gt;pdf_debug ? &#039;&#039; : &quot; class=&#039;$class&#039;&quot;;
    if ($id != &#039;&#039;)
        $id = &quot; id=&#039;$id&#039;&quot;;
    $pars = access_string($link_text);
    if (user_graphic_links() &amp;&amp; $icon)
        $pars[0] = set_icon($icon, $pars[0]);
    return &quot;&lt;a target=&#039;_blank&#039; href=&#039;$url&#039;$id$class $pars[1]&gt;$pars[0]&lt;/a&gt;&quot;;
}</code></pre></div><p>it&#039;s creating THIS link<br /></p><div class="codebox"><pre><code>http://testing.egreene.com/sales/inquiry/30</code></pre></div><p>but I need it to create THIS link </p><div class="codebox"><pre><code>http://testing.egreene.com/reporting/prn_redirect.php?PARAM_0=3&amp;PARAM_1=3&amp;PARAM_2=&amp;PARAM_3=0&amp;PARAM_4=0&amp;PARAM_5=&amp;PARAM_6=0&amp;REP_ID=127</code></pre></div><p>When the system creates the current Print Order link, it comes from this.&nbsp; You can see my addition of Rep. 127, But since this checks what the screen is (ST_SALESORDER) it only uses Rep. 109.&nbsp; I CAN permanently change this page to show ONLY rep. 127, but I want a link for both reports since I&#039;ll use both. <br /></p><div class="codebox"><pre><code>function print_document_link($doc_no, $link_text, $link=true, $type_no, 
    $icon=false, $class=&#039;printlink&#039;, $id=&#039;&#039;, $email=0, $extra=0)
{
    global $path_to_root;
    include_once($path_to_root . &quot;/includes/types.inc&quot;);

    $url = $path_to_root.&#039;/reporting/prn_redirect.php?&#039;;
    $def_orientation = (user_def_print_orientation() == 1 ? 1 : 0);

    switch ($type_no)
    {
        case ST_SALESQUOTE :
            $rep = 111;
            // from, to, currency, email, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; $email, 
                &#039;PARAM_4&#039; =&gt; &#039;&#039;,
                &#039;PARAM_5&#039; =&gt; $def_orientation);
            break;
        case ST_SALESORDER :
            $rep = 109;
            // from, to, currency, email, quote, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; $email, 
                &#039;PARAM_4&#039; =&gt; 0, 
                &#039;PARAM_5&#039; =&gt; &#039;&#039;,
                &#039;PARAM_6&#039; =&gt; $def_orientation);
            break;
        
        case ST_SALESORDER :
            $rep = 127;
            // from, to, currency, email, quote, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; $email, 
                &#039;PARAM_4&#039; =&gt; 0, 
                &#039;PARAM_5&#039; =&gt; &#039;&#039;,
                &#039;PARAM_6&#039; =&gt; $def_orientation);
            break;

        case ST_CUSTDELIVERY :
            $rep = 110;
            // from, to, email, packing slip, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; $email,
                &#039;PARAM_3&#039; =&gt; $extra,
                &#039;PARAM_4&#039; =&gt; &#039;&#039;,
                &#039;PARAM_5&#039; =&gt; $def_orientation);
            break;
        case ST_SALESINVOICE : // Sales Invoice
        case ST_CUSTCREDIT : // Customer Credit Note
            $rep = $type_no==ST_CUSTCREDIT ? 113 : 107;
            // from, to, currency, email, paylink, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; $email, 
                &#039;PARAM_4&#039; =&gt; &#039;&#039;,
                &#039;PARAM_5&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_6&#039; =&gt; $rep == 107 ? &#039;&#039; : $def_orientation);
            if ($rep == 107)
                $ar[&#039;PARAM_7&#039;] = $def_orientation;
            break;
        case ST_PURCHORDER :
            $rep = 209;
            // from, to, currency, email, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; $email, 
                &#039;PARAM_4&#039; =&gt; &#039;&#039;,
                &#039;PARAM_5&#039; =&gt; $def_orientation);
            break;
        case ST_CUSTPAYMENT :
            $rep = 112;
            // from, to, currency, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; &#039;&#039;,
                &#039;PARAM_4&#039; =&gt; $def_orientation);
            break;
        case ST_SUPPAYMENT :
            $rep = 210;
            // from, to, currency, email, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_3&#039; =&gt; $email, 
                &#039;PARAM_4&#039; =&gt; &#039;&#039;,
                &#039;PARAM_5&#039; =&gt; $def_orientation);
            break;
        case ST_WORKORDER :
            $rep = 409;
            // from, to, email, comments, orientation
            $ar = array(
                &#039;PARAM_0&#039; =&gt; $doc_no, 
                &#039;PARAM_1&#039; =&gt; $doc_no, 
                &#039;PARAM_2&#039; =&gt; $email, 
                &#039;PARAM_3&#039; =&gt; &#039;&#039;, 
                &#039;PARAM_4&#039; =&gt; $def_orientation);
            break;
        default:
            return null;
    }

    return print_link($link_text, $rep, $ar, &quot;&quot;, $icon, $class, $id);
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[jfirestone]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=43194</uri>
			</author>
			<updated>2018-10-02T16:18:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32810#p32810</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32809#p32809" />
			<content type="html"><![CDATA[<p>That&#039;s exactly what I did to make my new icon link show up, BUT I can&#039;t seem to figure out the part where that link is given it&#039;s report ID#.&nbsp; &nbsp;I&#039;ll begin my search again today.</p>]]></content>
			<author>
				<name><![CDATA[jfirestone]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=43194</uri>
			</author>
			<updated>2018-10-02T15:06:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32809#p32809</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32776#p32776" />
			<content type="html"><![CDATA[<p>I&#039;ve had&nbsp; a brief look, maybe you need to create a new function similar to order_link or invoice_link</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-10-01T19:37:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32776#p32776</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32775#p32775" />
			<content type="html"><![CDATA[<p>Getting closer, little by little.&nbsp; &nbsp;Thanks for sticking with me.</p><p>I have the default Print link duplicated in a new spot.&nbsp; &nbsp;Both icon links call report 109.&nbsp; I can&#039;t seem to figure out how to get the new icon ink I added to call report 127 instead.&nbsp; &nbsp;I have report 127 in my reports area and can view and use it.&nbsp; Just not here.</p>]]></content>
			<author>
				<name><![CDATA[jfirestone]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=43194</uri>
			</author>
			<updated>2018-10-01T19:18:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32775#p32775</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32774#p32774" />
			<content type="html"><![CDATA[<p>Follow the function calls</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-10-01T18:11:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32774#p32774</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New Copy of Sales Order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32773#p32773" />
			<content type="html"><![CDATA[<p>I&#039;m ok with that.&nbsp; &nbsp;I can make a record of what I did and redo those changes each time.&nbsp; &nbsp;I know it&#039;s not ideal, but streamlining the process makes much more sense to me than forcing the user to go through several extra steps.</p><p>Do you know how I would go about creating this new link?&nbsp; I attempted to follow the trail of included files to see where the link was created, but I was not able to.</p>]]></content>
			<author>
				<name><![CDATA[jfirestone]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=43194</uri>
			</author>
			<updated>2018-10-01T15:40:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32773#p32773</id>
		</entry>
</feed>
