<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — How to send auto email after direct invoice]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=3793</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3793&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to send auto email after direct invoice.]]></description>
		<lastBuildDate>Tue, 23 Apr 2013 03:20:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=16448#p16448</link>
			<description><![CDATA[<p>you also might want to change line 1006 to<br />$msg = _(&quot;Dear&quot;) . &quot; &quot; . $contact[&#039;name&#039;] . &quot;,\n\n&quot;</p>]]></description>
			<author><![CDATA[null@example.com (cristiart)]]></author>
			<pubDate>Tue, 23 Apr 2013 03:20:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=16448#p16448</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15583#p15583</link>
			<description><![CDATA[<p>I can&#039;t help you on how to automatically send the mail, but just wanted to remind you...&nbsp; don&#039;t forget to save a backup copy of any file(s) you change.&nbsp; Otherwise, your change(s) will get overwritten if you do an update and those files are effected and you&#039;ll have to redo all the changes.</p><p>Regards,</p><p>Chris</p>]]></description>
			<author><![CDATA[null@example.com (chrison)]]></author>
			<pubDate>Thu, 14 Feb 2013 05:02:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15583#p15583</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15582#p15582</link>
			<description><![CDATA[<p>Hi,</p><p>I have done the $msg part i have just replace the &quot;&quot; $subject &quot;&quot; to &quot;&quot; $this-&gt;formData[&#039;document_amount&#039;] &quot;&quot; and got the invoice amount instead of subject now i will design the mail text.</p><p>Now pls tell me how to automatically send this email pls tell me pls...............</p>]]></description>
			<author><![CDATA[null@example.com (shive9jai)]]></author>
			<pubDate>Thu, 14 Feb 2013 03:50:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15582#p15582</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15581#p15581</link>
			<description><![CDATA[<p>Hi actually i am not good in php. But pls help me that how can default email will be send automatically after any invoice without clicking on email link. <br />Pls tell me the exact code and where i need to place that or any other process pls tell me in detail i am not a developer.</p><p>I just want to send email automatically after every invoice.</p>]]></description>
			<author><![CDATA[null@example.com (shive9jai)]]></author>
			<pubDate>Thu, 14 Feb 2013 03:22:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15581#p15581</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15574#p15574</link>
			<description><![CDATA[<p>Each Report will have different variables. The <strong>pdf_report.inc</strong> file is used for all reports. You must use the variable from the repXXX.php file you want after checking that it is the report being generated before inserting into the <strong>$msg</strong> string.</p><p>Actually, in such instances, a html email or plain text email can be an option for the reports along with PDF/Excel.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 13 Feb 2013 11:11:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15574#p15574</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15572#p15572</link>
			<description><![CDATA[<p>Which code i need to add for sending total invoice amount please tell me the code.</p>]]></description>
			<author><![CDATA[null@example.com (shive9jai)]]></author>
			<pubDate>Wed, 13 Feb 2013 10:29:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15572#p15572</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15331#p15331</link>
			<description><![CDATA[<p>Line 1000-1001 in file <strong>reporting/includes/pdf_report.inc</strong> has the necessary code you want to modify.<br /></p><div class="codebox"><pre><code>                        $msg = _(&quot;Dear&quot;) . &quot; &quot; . $contact[&#039;name2&#039;] . &quot;,\n\n&quot; 
                            . _(&quot;Attached you will find &quot;) . &quot; &quot; . $subject .&quot;\n\n&quot;;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 28 Jan 2013 13:06:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15331#p15331</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15324#p15324</link>
			<description><![CDATA[<p>Pls tell me how to do that or which code(link) i should add in cron jobs.</p>]]></description>
			<author><![CDATA[null@example.com (shive9jai)]]></author>
			<pubDate>Mon, 28 Jan 2013 06:21:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15324#p15324</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15290#p15290</link>
			<description><![CDATA[<p>Can have a cronjob to do it.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 27 Jan 2013 13:10:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15290#p15290</guid>
		</item>
		<item>
			<title><![CDATA[How to send auto email after direct invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15212#p15212</link>
			<description><![CDATA[<p>Hi,</p><p>I want that whenever a direct invoice submitted an email will send automatically to customer without clicking on email link.<br />Please tellme how to do that.</p><p> I also want to send invoice amount and customer current balance as a html text along with &quot; Attached you will find&nbsp; Invoice No. # &quot; text.</p><p>Thanks ..</p><p>or </p><p>I have created a table named &quot;balace_report in database which contains customer id no, name and their balance ( column names are id,name,balance)</p><p>I want balance field to be with &quot;Attached you will find&nbsp; Invoice No&quot; in email</p><p>I found the file &quot;pfdr_eport.inc&quot; which contains code what to send in email. please tell me how send balance coloumn.</p>]]></description>
			<author><![CDATA[null@example.com (shive9jai)]]></author>
			<pubDate>Wed, 23 Jan 2013 16:54:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15212#p15212</guid>
		</item>
	</channel>
</rss>
