<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Add new field in Customer branch]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4673&amp;type=atom" />
	<updated>2014-01-16T10:54:46Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4673</id>
		<entry>
			<title type="html"><![CDATA[Re: Add new field in Customer branch]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19007#p19007" />
			<content type="html"><![CDATA[<p>I forgot to mention. I added 3 columns to the 0_cust_branch table at the end<br />br_street, br_barangay, and br_town</p>]]></content>
			<author>
				<name><![CDATA[louiepogi]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18465</uri>
			</author>
			<updated>2014-01-16T10:54:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19007#p19007</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Add new field in Customer branch]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19006#p19006" />
			<content type="html"><![CDATA[<p>Hello. I would like to add a few field in customer branch. I want to break down address into street, barangay (village), town</p><p>I have edited sales/manage/customer_branches.php </p><p>The fields are appearing on the webpage but they dont seem to get&nbsp; saved on the table 0_cust_branch.</p><p>here are lines i added/changed</p><p>84&nbsp; &nbsp; &nbsp; &nbsp;$_POST[&#039;default_ship_via&#039;], $_POST[&#039;notes&#039;], $_POST[&#039;br_street&#039;], $_POST[&#039;br_barangay&#039;], $_POST[&#039;br_town&#039;]);<br />96&nbsp; &nbsp; &nbsp; &nbsp;$_POST[&#039;default_ship_via&#039;], $_POST[&#039;notes&#039;], $_POST[&#039;br_street&#039;], $_POST[&#039;br_barangay&#039;], $_POST[&#039;br_town&#039;]);<br />207&nbsp; &nbsp;&nbsp; &nbsp; $_POST[&#039;br_street&#039;] = $myrow[&quot;br_street&quot;];<br />208&nbsp; &nbsp;&nbsp; &nbsp; $_POST[&#039;br_barangay&#039;] = $myrow[&quot;br_barangay&quot;];<br />209&nbsp; &nbsp;&nbsp; &nbsp; $_POST[&#039;br_town&#039;] = $myrow[&quot;br_town&quot;];<br />266 &nbsp; &nbsp;&nbsp; &nbsp; table_section_title(_(&quot;Addresses&quot;));&nbsp; // added the 3 lines below<br />267&nbsp; &nbsp;&nbsp; &nbsp; text_row(_(&quot;Street:&quot;), &#039;br_street&#039;, null, 32, 30);<br />268&nbsp; &nbsp; &nbsp;text_row(_(&quot;Barangay:&quot;), &#039;br_barangay&#039;, null, 32, 30);<br />269&nbsp; &nbsp; &nbsp;text_row(_(&quot;Town:&quot;), &#039;br_town&#039;, null, 32, 30);</p><p>Are there anything else I need to change in this file or another?</p>]]></content>
			<author>
				<name><![CDATA[louiepogi]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18465</uri>
			</author>
			<updated>2014-01-16T10:52:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19006#p19006</id>
		</entry>
</feed>
