<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Added Branches to additional Fields Ext]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=10468</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10468&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Added Branches to additional Fields Ext.]]></description>
		<lastBuildDate>Fri, 23 Feb 2024 16:39:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Added Branches to additional Fields Ext]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42899#p42899</link>
			<description><![CDATA[<p>Cleaned up the code and uploaded to the unofficial FA24extensions repo at:<br />https://github.com/apmuthu/FA24extensions/tree/master/Extensions/rep_route_deliveries_no_ship</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 23 Feb 2024 16:39:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42899#p42899</guid>
		</item>
		<item>
			<title><![CDATA[Re: Added Branches to additional Fields Ext]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42894#p42894</link>
			<description><![CDATA[<p>OK, It is all set to go there are two branches of route_deliveries</p><p>https://github.com/trafficpest/FA24extensions/tree/route_deliveries_no_ship<br />This works with current version of FA it has no shipper(driver) filter option available </p><p>https://github.com/trafficpest/FA24extensions/tree/route_deliveries<br />This version has a shipper filter by using adding an argument to a core FA function. The core change is below </p><p>https://github.com/trafficpest/FA/tree/shippers_branch<br />This is FA with the small function addition to filter shippers</p><p>Thank you hope this will be of use for others especially service industries</p>]]></description>
			<author><![CDATA[null@example.com (trafficpest)]]></author>
			<pubDate>Wed, 21 Feb 2024 22:53:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42894#p42894</guid>
		</item>
		<item>
			<title><![CDATA[Re: Added Branches to additional Fields Ext]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42893#p42893</link>
			<description><![CDATA[<p>Sorry about the end if I was going to make a if statement if the table exists not to drop but to alter. But didn&#039;t get around to it.</p><p>Don&#039;t merge the route delivery plug in from my git yet.yesterday I corrected one bug and added a feature. I&#039;ll post here when it is pushed.</p><p>@Poncho I didn&#039;t know branches were optional that&#039;s a good heads up. Thank you for the plug-in it got my routing software going really easy. I needed branches to be able to support customers with multiple delivery locations. It now is routing and putting in order a hundred slips in an instant. This will save considerable time daily!</p><p>I just noticed in the include customer reporting Excel report the join has to be with branch code now to prevent branch duplicates in the query.</p>]]></description>
			<author><![CDATA[null@example.com (trafficpest)]]></author>
			<pubDate>Wed, 21 Feb 2024 19:58:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42893#p42893</guid>
		</item>
		<item>
			<title><![CDATA[Re: Added Branches to additional Fields Ext]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42892#p42892</link>
			<description><![CDATA[<p>@trafficpest I wrote AF for my own needs and did/do not require branches. Delighted you&#039;ve found a use for it and thank you for sharing/updating.</p><div class="quotebox"><cite>trafficpest wrote:</cite><blockquote><p>...I dont see why since FA creates a branch when you create a customer automatically...</p></blockquote></div><p>This is not entirely true:-</p><p>Lines 62 &amp; 63 of config.default.php state:-</p><div class="codebox"><pre><code>    /* Creates automatic a default branch with contact. Value 0 do not create auto branch */
    $auto_create_branch = 1;</code></pre></div><p>The default configuration is for FA to create a branch, but you can as I do turn it off, so null would cover all options.</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Wed, 21 Feb 2024 14:44:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42892#p42892</guid>
		</item>
		<item>
			<title><![CDATA[Re: Added Branches to additional Fields Ext]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42889#p42889</link>
			<description><![CDATA[<p>Your <strong>sql/update.sql</strong> has an error &quot;END IF;&quot; that needs to be removed as well as the trailing blank line for synch with existing module.</p><p>https://github.com/apmuthu/FA24extensions/commit/698b3f2b4f90bd7d743e9a8aabbb0e2e4f4e02e6</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 21 Feb 2024 09:51:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42889#p42889</guid>
		</item>
		<item>
			<title><![CDATA[Added Branches to additional Fields Ext]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42886#p42886</link>
			<description><![CDATA[<p>The Customer Additional Information screen requires a customer and branch to be set to add, update, or delete additional fields.</p><p>***Warning read the readme*** Prior to using id you already have an addfields_cust table in your database</p><p>repo is here git branch is additional_fields_w/branches<br /><s>https://github.com/trafficpest/FA24extensions/tree/additional_fields_w/branches</s><br />https://github.com/trafficpest/FA24extensions/tree/master/Extensions/additional_fields</p><p>A new column `cust_branch_no` as 2nd primary key, was added to addfields_cust . I created new functions maintaining the old. I wasn&#039;t sure how the author @poncho wanted to go with it. </p><p>you could allow null in branch_no but I dont see why since FA creates a branch when you create a customer automatically.<br />You could use the `all branches` option. copy the add_field info to all branches in the customer you are working on.</p><p>I needed branches for the route_delivery extension I made. I have a few clients that have multiple delivery locations, under one account (branches)</p>]]></description>
			<author><![CDATA[null@example.com (trafficpest)]]></author>
			<pubDate>Mon, 19 Feb 2024 21:40:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42886#p42886</guid>
		</item>
	</channel>
</rss>
