<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Direct Email Customer Payment]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7045</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7045&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Direct Email Customer Payment.]]></description>
		<lastBuildDate>Thu, 19 Oct 2017 02:11:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29086#p29086</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 19 Oct 2017 02:11:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29086#p29086</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29080#p29080</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Tue, 17 Oct 2017 18:01:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29080#p29080</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29079#p29079</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 17 Oct 2017 13:05:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29079#p29079</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29078#p29078</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Tue, 17 Oct 2017 11:54:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29078#p29078</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29077#p29077</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Tue, 17 Oct 2017 11:34:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29077#p29077</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29072#p29072</link>
			<description><![CDATA[<p>Try the fixes in my previous post.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 16 Oct 2017 17:35:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29072#p29072</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29070#p29070</link>
			<description><![CDATA[<p>I can&#039;t find both these lines in customer_payments.php?</p><p>How can we make it work?</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Mon, 16 Oct 2017 17:01:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29070#p29070</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct Email Customer Payment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29069#p29069</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 16 Oct 2017 16:21:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29069#p29069</guid>
		</item>
		<item>
			<title><![CDATA[Direct Email Customer Payment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29066#p29066</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Sun, 15 Oct 2017 20:44:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29066#p29066</guid>
		</item>
	</channel>
</rss>
