<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Recurrent invoices and sales groups]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7051</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7051&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Recurrent invoices and sales groups.]]></description>
		<lastBuildDate>Fri, 20 Apr 2018 14:15:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Recurrent invoices and sales groups]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31462#p31462</link>
			<description><![CDATA[<p>To list the sales group for each customer/branch add the following to Line 278 of rep103.php<br /></p><div class="codebox"><pre><code>if ($myrow[&#039;group_no&#039;] != 0) {
                $rep-&gt;NewLine();
                $rep-&gt;TextCol(2, 3, _(&#039;Group&#039;) . &quot;: &quot; . (get_sales_group_name($myrow[&quot;group_no&quot;])));
            }</code></pre></div><p>This works, however:-<br />For cust/bran. not assigned to a sales group nothing is written; this may be the preferred option as Sales Groups do not seem to be widely used, it can just be documented in the wiki.<br />Alternatively the following can be added to the above:-<br /></p><div class="codebox"><pre><code>            else { 
                $rep-&gt;NewLine();
                $rep-&gt;TextCol(2, 3, _(&#039;Group&#039;) . &quot;: &quot; . _(&#039;No assigned Sales Group&#039;));
            }</code></pre></div><p>Also I&#039;m not entirely happy with the position, but out of the 4 columns, the 3rd seems to be the best option; an alternative would be to give the sales group as a ‘sub-title’ on its own line? Unless anyone else has any other ideas?</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Fri, 20 Apr 2018 14:15:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31462#p31462</guid>
		</item>
		<item>
			<title><![CDATA[Re: Recurrent invoices and sales groups]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29114#p29114</link>
			<description><![CDATA[<p>Yes, you are right, a <strong>cust_branch</strong> is required.</p><p><s>Thanks for the strike-through tip</s> Thats needs to be edited in <a href="https://frontaccounting.com/punbb/help.php?section=bbcode">BBCode</a> as it just says /[del/]/[/del/]</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Fri, 20 Oct 2017 15:59:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29114#p29114</guid>
		</item>
		<item>
			<title><![CDATA[Re: Recurrent invoices and sales groups]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29113#p29113</link>
			<description><![CDATA[<p>If two branches of a single customer are assigned to different Sales Groups, will your listing appear fine if the new Sales Group filter is in place?</p><p>The tag for <em>strike-through</em> here is <strong>del</strong> (in [ ] and [/ ]).</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 20 Oct 2017 15:51:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29113#p29113</guid>
		</item>
		<item>
			<title><![CDATA[Re: Recurrent invoices and sales groups]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29112#p29112</link>
			<description><![CDATA[<p>The current Customer Detail Listing report lists each customer followed by all branches of that customer, so the actual output of the report is fine (with the exception of no sales group).</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Fri, 20 Oct 2017 15:30:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29112#p29112</guid>
		</item>
		<item>
			<title><![CDATA[Re: Recurrent invoices and sales groups]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29111#p29111</link>
			<description><![CDATA[<p>You&#039;re right. The field <strong>group_no</strong> (Sales Group) is part of the <strong>#_cust_branch</strong> table and hence there can be only one Sales Group for one branch.</p><p>This means that you will also need to have a <em>cust_branch</em> filter if you want to make a report Sales Group - wise.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 20 Oct 2017 14:39:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29111#p29111</guid>
		</item>
		<item>
			<title><![CDATA[Re: Recurrent invoices and sales groups]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29110#p29110</link>
			<description><![CDATA[<p>How can you assign a branch to more than one sales group?</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Fri, 20 Oct 2017 12:46:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29110#p29110</guid>
		</item>
		<item>
			<title><![CDATA[Re: Recurrent invoices and sales groups]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29104#p29104</link>
			<description><![CDATA[<p><s>Then as it is still possible to assign the same branch to more than one sales group, the uniqueness of the requested filter would will cause erroneous sums in the resultant report.</s></p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 20 Oct 2017 00:29:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29104#p29104</guid>
		</item>
		<item>
			<title><![CDATA[Re: Recurrent invoices and sales groups]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29103#p29103</link>
			<description><![CDATA[<p><s>@apmuthu, you can assign a different sales group by branch if that&#039;s what you mean? Thinking about it that may be not what you meant. But branches are listed when you print the customer detail report</s></p><p>@apmuthu how do you write strike-through text? Google says [s][/] but this doesn&#039;t work as you can see.</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Thu, 19 Oct 2017 18:28:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29103#p29103</guid>
		</item>
		<item>
			<title><![CDATA[Re: Recurrent invoices and sales groups]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29102#p29102</link>
			<description><![CDATA[<p>@joe: makes sense?</p><p>What happens if a customer is in more than one sales group?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 19 Oct 2017 17:50:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29102#p29102</guid>
		</item>
		<item>
			<title><![CDATA[Recurrent invoices and sales groups]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29100#p29100</link>
			<description><![CDATA[<p>From what I can see sales groups are only used in recurrent invoices; for sending a recurrent invoice to multiple customers: To manage this or to see which customer will get a recurrent invoice, it is necessary to wade through every customer to see which if any sales group they are assigned to; or keep a separate spreadsheet with this information on: Neither option is ideal and both leave plenty of room for human error. Its difficult with 50 customers, with hundreds...???</p><p>Proposal: Modify the existing Customer Detail Listing report to include sales group in the details shown and provide a drop-down menu in the Customer Detail Listing report to show by sales group (there is already 2 available - Sales areas &amp; Sales persons) It would then be easy to see which customer is in which sales group.</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Thu, 19 Oct 2017 17:22:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29100#p29100</guid>
		</item>
	</channel>
</rss>
