<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Add new field in Customer branch]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4673</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4673&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Add new field in Customer branch.]]></description>
		<lastBuildDate>Thu, 16 Jan 2014 10:54:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Add new field in Customer branch]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19007#p19007</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (louiepogi)]]></author>
			<pubDate>Thu, 16 Jan 2014 10:54:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19007#p19007</guid>
		</item>
		<item>
			<title><![CDATA[Add new field in Customer branch]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19006#p19006</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (louiepogi)]]></author>
			<pubDate>Thu, 16 Jan 2014 10:52:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19006#p19006</guid>
		</item>
	</channel>
</rss>
