<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Email Address in Company Set Up]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5395&amp;type=atom" />
	<updated>2014-12-18T18:14:29Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5395</id>
		<entry>
			<title type="html"><![CDATA[Re: Email Address in Company Set Up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21807#p21807" />
			<content type="html"><![CDATA[<p>Thanks apmuthu, will update the HG repo later this evening.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-12-18T18:14:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21807#p21807</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Email Address in Company Set Up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21806#p21806" />
			<content type="html"><![CDATA[<p>Even the Company Name too can be made as big (50).<br /></p><div class="codebox"><pre><code>--- old/admin/company_preferences.php    Mon Sep 29 21:21:28 2014
+++ new/admin/company_preferences.php    Thu Dec 18 23:35:49 2014
@@ -161,15 +161,15 @@
 
 table_section(1);
 
-text_row_ex(_(&quot;Name (to appear on reports):&quot;), &#039;coy_name&#039;, 42, 50);
+text_row_ex(_(&quot;Name (to appear on reports):&quot;), &#039;coy_name&#039;, 50, 50);
 textarea_row(_(&quot;Address:&quot;), &#039;postal_address&#039;, $_POST[&#039;postal_address&#039;], 35, 6);
 text_row_ex(_(&quot;Domicile:&quot;), &#039;domicile&#039;, 25, 55);
 
 text_row_ex(_(&quot;Phone Number:&quot;), &#039;phone&#039;, 25, 55);
 text_row_ex(_(&quot;Fax Number:&quot;), &#039;fax&#039;, 25);
-email_row_ex(_(&quot;Email Address:&quot;), &#039;email&#039;, 25, 55);
+email_row_ex(_(&quot;Email Address:&quot;), &#039;email&#039;, 50, 55);
 
-email_row_ex(_(&quot;BCC Address for all outgoing mails:&quot;), &#039;bcc_email&#039;, 25, 55);
+email_row_ex(_(&quot;BCC Address for all outgoing mails:&quot;), &#039;bcc_email&#039;, 50, 55);
 
 text_row_ex(_(&quot;Official Company Number:&quot;), &#039;coy_no&#039;, 25);
 text_row_ex(_(&quot;GSTNo:&quot;), &#039;gst_no&#039;, 25);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-12-18T18:08:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21806#p21806</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Email Address in Company Set Up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21799#p21799" />
			<content type="html"><![CDATA[<p>Yes see more chars, there is room</p><p>Cheers</p><p>G</p>]]></content>
			<author>
				<name><![CDATA[geoffreywalton]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19856</uri>
			</author>
			<updated>2014-12-18T15:55:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21799#p21799</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Email Address in Company Set Up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21798#p21798" />
			<content type="html"><![CDATA[<p>Even if you only see 25 characters, you can enter up to 55 characters.</p><p>Maybe you meen that you want to see more characters, right?</p><p>I will look at this.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-12-18T15:08:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21798#p21798</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Email Address in Company Set Up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21797#p21797" />
			<content type="html"><![CDATA[<p>The email address in comany set up will not accomodate my email address, it is set to 25 whereas all other email fields are set to 50.</p><p>admin/company_preferences.php line 170</p><p>email_row_ex(_(&quot;Email Address:&quot;), &#039;email&#039;, 25, 55);</p><p>email_row_ex(_(&quot;BCC Address for all outgoing mails:&quot;), &#039;bcc_email&#039;, 25, 55);</p><p>to</p><p>email_row_ex(_(&quot;Email Address:&quot;), &#039;email&#039;, 50;</p><p>email_row_ex(_(&quot;BCC Address for all outgoing mails:&quot;), &#039;bcc_email&#039;, 50);</p><p>This bring them into line with the 3 other places email can be entered.</p><p>Cheers</p><p>G</p>]]></content>
			<author>
				<name><![CDATA[geoffreywalton]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19856</uri>
			</author>
			<updated>2014-12-18T13:44:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21797#p21797</id>
		</entry>
</feed>
