<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — How to add some info fields for Customer and Supplier!?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5328&amp;type=atom" />
	<updated>2014-11-21T21:35:29Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5328</id>
		<entry>
			<title type="html"><![CDATA[Re: How to add some info fields for Customer and Supplier!?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21542#p21542" />
			<content type="html"><![CDATA[<p>I meant for new installs for endusers. They would not have any backward compatibility issues.</p><p>A generic set of attributes in the sysprefs table may be okay for company wide variables but a per table field name / value pair in an attribute table (new) will be okay for now. The following fields:</p><p>Table name (without prefix), <br />Primary_Foreign_Key_Ref,<br />Attribute_Field_N,<br />Attribute_Field_N_Value, <br />Attribute_Value_jsons</p><p>An example record in it would be:</p><p>items<br />1<br />1<br />Short<br />{&quot;Color&quot;:&quot;blue&quot;, &quot;Texture&quot;:&quot;Soft&quot;}</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-11-21T21:35:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21542#p21542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to add some info fields for Customer and Supplier!?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21541#p21541" />
			<content type="html"><![CDATA[<p>It will not be backward compatible. This will have to wait to a major release.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-11-21T21:21:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21541#p21541</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to add some info fields for Customer and Supplier!?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21539#p21539" />
			<content type="html"><![CDATA[<p>@joe: will extending tables with new nullable fields upset any insert/update sqls in FA?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-11-21T21:16:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21539#p21539</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to add some info fields for Customer and Supplier!?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21538#p21538" />
			<content type="html"><![CDATA[<p>The first thing to check is if there are any fields you&#039;re not using. If there is a longer field (like &quot;notes&quot; or something), you might be able to shove all the numbers into that and parse them out when the report/invoice is created.</p><p>If that doesn&#039;t work, you need to extend the database. This can be done either by adding columns with ALTER TABLE or by creating a new table and linking it to the customer table.</p>]]></content>
			<author>
				<name><![CDATA[tm]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17873</uri>
			</author>
			<updated>2014-11-21T11:54:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21538#p21538</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to add some info fields for Customer and Supplier!?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21535#p21535" />
			<content type="html"><![CDATA[<p>Customise reports in reporting/repXXX.php and place in your company path - hard code anything you need if it is constant.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-11-21T10:32:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21535#p21535</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to add some info fields for Customer and Supplier!?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21528#p21528" />
			<content type="html"><![CDATA[<p>In our country when you make an invoce, then if cilent is ABC you must print on invoice these info:<br />Business Number<br />Fiscal Number<br />Tax VAT Number.</p><p>How to create FIELDS for all of these info?</p><p>Please !!!</p>]]></content>
			<author>
				<name><![CDATA[aRTx]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19752</uri>
			</author>
			<updated>2014-11-21T00:51:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21528#p21528</id>
		</entry>
</feed>
