<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Added Branches to additional Fields Ext]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10468&amp;type=atom" />
	<updated>2024-02-23T16:39:51Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10468</id>
		<entry>
			<title type="html"><![CDATA[Re: Added Branches to additional Fields Ext]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42899#p42899" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2024-02-23T16:39:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42899#p42899</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Added Branches to additional Fields Ext]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42894#p42894" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[trafficpest]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42061</uri>
			</author>
			<updated>2024-02-21T22:53:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42894#p42894</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Added Branches to additional Fields Ext]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42893#p42893" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[trafficpest]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42061</uri>
			</author>
			<updated>2024-02-21T19:58:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42893#p42893</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Added Branches to additional Fields Ext]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42892#p42892" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2024-02-21T14:44:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42892#p42892</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Added Branches to additional Fields Ext]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42889#p42889" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2024-02-21T09:51:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42889#p42889</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Added Branches to additional Fields Ext]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42886#p42886" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[trafficpest]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42061</uri>
			</author>
			<updated>2024-02-19T21:40:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42886#p42886</id>
		</entry>
</feed>
