<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Direct Email Customer Payment]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7045&amp;type=atom" />
	<updated>2017-10-19T02:11:05Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7045</id>
		<entry>
			<title type="html"><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29086#p29086" />
			<content type="html"><![CDATA[<p>Since a different construct was used in sending the email, it may have been possible that the return from the sending routine is different and that return is what needs to be investigated.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-19T02:11:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29086#p29086</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29080#p29080" />
			<content type="html"><![CDATA[<p>Actually there is no issue in the email notification in customer_payments.php. It is showing in Green Bar.</p><p>The problem lies in my customization in customer_inquiry.php</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-10-17T18:01:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29080#p29080</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29079#p29079" />
			<content type="html"><![CDATA[<p>I have updated the mod file with your changes in #2 post.</p><p>The job of the <strong>function End()</strong> is to provide the said notification which comes but in another page. Lines 1037-1038 in the said function in <strong>reporting/includes/pdf_report.inc</strong> are:<br /></p><div class="codebox"><pre><code>display_notification($this-&gt;title . &quot; &quot; . $this-&gt;formData[&#039;document_number&#039;] . &quot; &quot; 
    . _(&quot;has been sent by email to destination.&quot;) . &quot; &quot; . _(&quot;Email:&quot;) . $emails);</code></pre></div><p>Try to replace the 2 submenu_print statements (in the Add and Update sections) in <strong>sales/customer_payments.php</strong> with the following and provide feedback:<br /></p><div class="codebox"><pre><code>display_note(print_document_link($payment_no.&quot;-&quot;.$trans_type, _(&quot;&amp;Email This Receipt&quot;), true, ST_CUSTPAYMENT, false, &quot;printlink&quot;, &quot;&quot;, 1),1);</code></pre></div><p>You may need to <strong>echo &quot;&lt;br&gt;&quot;;</strong> to adjust spacing of the links.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-17T13:05:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29079#p29079</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29078#p29078" />
			<content type="html"><![CDATA[<p>I have customized Customer Transaction Inquiry with a feature to Email Invoice and Customer Payments from there as shown below</p><p><a href="https://prnt.sc/gygsl0">Customer Transaction Inquiry</a></p><p>When I email Invoice the top green bar comes with notification but when I email Customer Payment it takes me to another page for the notification. Any idea why is this not showing the Green Bar for Notification. See below</p><p><a href="http://prntscr.com/gygysj">Notification Page</a></p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-10-17T11:54:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29078#p29078</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29077#p29077" />
			<content type="html"><![CDATA[<p>It worked perfectly. Only one line was modified by me as below</p><div class="codebox"><pre><code>submenu_print(_(&quot;&amp;Email This Receipt&quot;), ST_CUSTPAYMENT, $payment_no.&quot;-&quot;.ST_CUSTPAYMENT, null, 1); </code></pre></div><p>While your file has</p><div class="codebox"><pre><code>submenu_print(_(&quot;&amp;Email This Receipt&quot;), ST_CUSTPAYMENT, $payment_no, null, 1); </code></pre></div><p>Thanks Alot</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-10-17T11:34:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29077#p29077</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29072#p29072" />
			<content type="html"><![CDATA[<p>Try the fixes in my previous post.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-16T17:35:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29072#p29072</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29070#p29070" />
			<content type="html"><![CDATA[<p>I can&#039;t find both these lines in customer_payments.php?</p><p>How can we make it work?</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-10-16T17:01:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29070#p29070</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29069#p29069" />
			<content type="html"><![CDATA[<p>The following at line 100 in <strong>sales/customer_payments.php</strong> does not work.<br /></p><div class="codebox"><pre><code>    display_note(print_document_link($payment_no.&quot;-&quot;.$trans_type, _(&quot;&amp;Email This Receipt&quot;), true, ST_CUSTPAYMENT, false, &quot;printlink&quot;, &quot;&quot;, 1),1);</code></pre></div><p>The following too does not work:<br /></p><div class="codebox"><pre><code>    submenu_print(_(&quot;&amp;Email This Receipt&quot;), ST_CUSTPAYMENT, $payment_no, null, 1);</code></pre></div><p>The above alone does not work even with necessary changes made to use $email in reporting.inc and rep112.php.</p><p>Try the consolidated changes for the bleeding edge attached and provide feedback.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-16T16:21:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29069#p29069</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Direct Email Customer Payment]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29066#p29066" />
			<content type="html"><![CDATA[<p>Can we have Direct Email Customer Payment Link Just like Have Invoice Direct Email Link on the next window when Invoice is processed?</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-10-15T20:44:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29066#p29066</id>
		</entry>
</feed>
