<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Customer Picture image in sales page]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3848&amp;type=atom" />
	<updated>2013-02-15T08:48:53Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3848</id>
		<entry>
			<title type="html"><![CDATA[Re: Customer Picture image in sales page]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15615#p15615" />
			<content type="html"><![CDATA[<p>i am not as good as you are thinking.<br />if possible then can you pls provide me exact codes and where i need to fit them......</p><p>thanks........</p>]]></content>
			<author>
				<name><![CDATA[shive9jai]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17188</uri>
			</author>
			<updated>2013-02-15T08:48:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15615#p15615</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customer Picture image in sales page]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15613#p15613" />
			<content type="html"><![CDATA[<p>You will need to show it in a popup window when an invoice is being created or editied or viewed. So code a separate php page to show it and pass it a variables like debtor_id, company#, logged_in_user, logged_in_token, etc. - check if the said user is logged in and the token matches and then pop up the window.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-02-15T08:45:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15613#p15613</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customer Picture image in sales page]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15610#p15610" />
			<content type="html"><![CDATA[<p>Ok i understand but tell me how to display this pic in direct invoice page <br />which code and where to insert</p>]]></content>
			<author>
				<name><![CDATA[shive9jai]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17188</uri>
			</author>
			<updated>2013-02-15T08:23:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15610#p15610</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customer Picture image in sales page]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15609#p15609" />
			<content type="html"><![CDATA[<p>Better still, create a new table called, say, <strong>customer_images</strong> and link it on a <strong>1 : N</strong> relationship with the debtors_master table and have a timestamp field in the new table as the date of last update and use the latest photo in it to display in the invoice form. Possibly have and show a <strong>signature</strong> field as well to have their scanned signatures for verification.</p><p>debtor_id INT AUTOINCREMENT NOT NULL PRIMARY KEY<br />lupdate DATETIME<br />Picture BLOB<br />PictureType enum (&#039;Photo&#039;, &#039;Signature&#039;)<br />IsDeleted TINYINT DEFAULT 0</p><p>This way, when there is an FA Upgrade, your table will not be affected.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-02-15T08:20:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15609#p15609</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customer Picture image in sales page]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15605#p15605" />
			<content type="html"><![CDATA[<p>We can create a new blob column under 0_debtors_master table to store images.....</p>]]></content>
			<author>
				<name><![CDATA[shive9jai]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17188</uri>
			</author>
			<updated>2013-02-15T03:28:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15605#p15605</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customer Picture image in sales page]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15602#p15602" />
			<content type="html"><![CDATA[<p>Where are we storing Customer&#039;s pictures?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-02-15T03:16:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15602#p15602</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Customer Picture image in sales page]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15587#p15587" />
			<content type="html"><![CDATA[<p>Hi,</p><p>I want to display customer picture on the direct invoice page.</p><p>Pls help me how to do that...........</p>]]></content>
			<author>
				<name><![CDATA[shive9jai]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17188</uri>
			</author>
			<updated>2013-02-14T10:50:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15587#p15587</id>
		</entry>
</feed>
