<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — How to send auto email after direct invoice]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3793&amp;type=atom" />
	<updated>2013-04-23T03:20:19Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3793</id>
		<entry>
			<title type="html"><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16448#p16448" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[cristiart]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17592</uri>
			</author>
			<updated>2013-04-23T03:20:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16448#p16448</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15583#p15583" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-02-14T05:02:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15583#p15583</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15582#p15582" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[shive9jai]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17188</uri>
			</author>
			<updated>2013-02-14T03:50:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15582#p15582</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15581#p15581" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[shive9jai]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17188</uri>
			</author>
			<updated>2013-02-14T03:22:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15581#p15581</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15574#p15574" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-02-13T11:11:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15574#p15574</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15572#p15572" />
			<content type="html"><![CDATA[<p>Which code i need to add for sending total invoice amount please tell me the code.</p>]]></content>
			<author>
				<name><![CDATA[shive9jai]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17188</uri>
			</author>
			<updated>2013-02-13T10:29:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15572#p15572</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15331#p15331" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-28T13:06:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15331#p15331</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15324#p15324" />
			<content type="html"><![CDATA[<p>Pls tell me how to do that or which code(link) i should add in cron jobs.</p>]]></content>
			<author>
				<name><![CDATA[shive9jai]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17188</uri>
			</author>
			<updated>2013-01-28T06:21:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15324#p15324</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to send auto email after direct invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15290#p15290" />
			<content type="html"><![CDATA[<p>Can have a cronjob to do it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-27T13:10:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15290#p15290</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to send auto email after direct invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15212#p15212" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[shive9jai]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17188</uri>
			</author>
			<updated>2013-01-23T16:54:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15212#p15212</id>
		</entry>
</feed>
