<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — export clients addresses to  a .csv file]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5799&amp;type=atom" />
	<updated>2021-10-04T21:15:47Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5799</id>
		<entry>
			<title type="html"><![CDATA[Re: export clients addresses to  a .csv file]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=40054#p40054" />
			<content type="html"><![CDATA[<p>To save the next person some mental gymnastics, the following query worked for me:</p><div class="codebox"><pre><code>SELECT `name`,email FROM crm_persons where id IN (SELECT person_id FROM crm_contacts WHERE type=&#039;customer&#039;);</code></pre></div><p>I think most people will have to set <br /></p><div class="codebox"><pre><code>type=&#039;cust_branch&#039;</code></pre></div><p>, but should be easy enough to figure out how to modify the statement for your own system.</p>]]></content>
			<author>
				<name><![CDATA[bobloblian]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19664</uri>
			</author>
			<updated>2021-10-04T21:15:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=40054#p40054</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: export clients addresses to  a .csv file]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23727#p23727" />
			<content type="html"><![CDATA[<p>Checkout the <a href="https://frontaccounting.com/fawiki/index.php?n=Devel.ERDiagram23">ERDs in the FA Wiki</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-06-25T02:40:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23727#p23727</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[export clients addresses to  a .csv file]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23719#p23719" />
			<content type="html"><![CDATA[<p>Hi</p><p>I am new to the accounting industry. I have been given a task to write send letters to our clients.<br />I would like to know how i can export clients address to a a .csv, so that i can do a mail merge and send letters.<br />Please help.</p><p>thanks</p>]]></content>
			<author>
				<name><![CDATA[sdirfan]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20504</uri>
			</author>
			<updated>2015-06-22T20:24:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23719#p23719</id>
		</entry>
</feed>
