<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Email Client name in Invoice sending displayed wrong]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4290&amp;type=atom" />
	<updated>2013-09-04T13:25:18Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4290</id>
		<entry>
			<title type="html"><![CDATA[Re: Email Client name in Invoice sending displayed wrong]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17613#p17613" />
			<content type="html"><![CDATA[<p><a href="https://frontaccounting.com/fawiki/index.php?n=Help.ReportsAndAnalysis">Wiki</a>-ed it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-09-04T13:25:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17613#p17613</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Email Client name in Invoice sending displayed wrong]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17610#p17610" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>seahawk wrote:</cite><blockquote><p>When sending an email to a client, the email would only contain the client&#039;s surname in the client address for example:</p><p>Dear &quot;Surname&quot; or &quot;Last Name&quot;, instead of First Name or Full name. Only $contact[&#039;name2&#039;] was displayed.</p><p>Would be nice to have some way of choosing the way a client is addressed in the email or at least use the full name.</p><br /><p>Resolved the issue by changing line 1006 in pdf_report.inc</p><p>Changed contact details to:</p><p>$contact[&#039;name&#039;].&#039; &#039;.$contact[&#039;name2&#039;]</p><br /><p>Regards<br />Wynand</p></blockquote></div><p>The other way is to fill the customer information with what you want to be displayed in the email.</p><p>/Elax</p>]]></content>
			<author>
				<name><![CDATA[elax]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=6206</uri>
			</author>
			<updated>2013-09-04T12:46:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17610#p17610</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Email Client name in Invoice sending displayed wrong]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17604#p17604" />
			<content type="html"><![CDATA[<p>We will wait until 2.4 with this change.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-09-04T11:55:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17604#p17604</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Email Client name in Invoice sending displayed wrong]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17596#p17596" />
			<content type="html"><![CDATA[<p>Whether first name, last name or both, as well as the names order strictly depends on local habits. IMHO the only sensible way to fix this problem in FA is providing mail templates in FA.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2013-09-04T07:26:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17596#p17596</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Email Client name in Invoice sending displayed wrong]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17594#p17594" />
			<content type="html"><![CDATA[<p>Will do.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-09-04T06:42:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17594#p17594</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Email Client name in Invoice sending displayed wrong]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17586#p17586" />
			<content type="html"><![CDATA[<p>Joe, kindly change this in code to show it when $contact[&#039;name2&#039;] is not empty. Possibly with a config variable if needed.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-09-04T01:52:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17586#p17586</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Email Client name in Invoice sending displayed wrong]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17348#p17348" />
			<content type="html"><![CDATA[<p>When sending an email to a client, the email would only contain the client&#039;s surname in the client address for example:</p><p>Dear &quot;Surname&quot; or &quot;Last Name&quot;, instead of First Name or Full name. Only $contact[&#039;name2&#039;] was displayed.</p><p>Would be nice to have some way of choosing the way a client is addressed in the email or at least use the full name.</p><br /><p>Resolved the issue by changing line 1006 in pdf_report.inc</p><p>Changed contact details to:</p><p>$contact[&#039;name&#039;].&#039; &#039;.$contact[&#039;name2&#039;]</p><br /><p>Regards<br />Wynand</p>]]></content>
			<author>
				<name><![CDATA[seahawk]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=544</uri>
			</author>
			<updated>2013-08-14T07:49:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17348#p17348</id>
		</entry>
</feed>
