<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Customers Balances by Location]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6089</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6089&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Customers Balances by Location.]]></description>
		<lastBuildDate>Wed, 10 Feb 2016 12:50:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25172#p25172</link>
			<description><![CDATA[<p>hello Joe,<br />Could you please help me resolve the question I asked apmuthu as regards getting the customer balances per location. That is getting the report of&nbsp; customer balances and Aged customer analysis based on each location. He did help me to an extent but getting the filters into the rep101 and rep102 is what is remaining. If you can give me a clue or guide me through I will be most grateful.</p><p>Thanks in advance,</p><p>Popsicles12</p>]]></description>
			<author><![CDATA[null@example.com (popsicles12)]]></author>
			<pubDate>Wed, 10 Feb 2016 12:50:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25172#p25172</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25165#p25165</link>
			<description><![CDATA[<p>If you wish to seek professional help, post your needs (referring this post) in the jobs section of the forum. You may also contact the <a href="https://frontaccounting.com/fawiki/index.php?n=Main.Support">support partners</a> listed in the Wiki.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 09 Feb 2016 23:08:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25165#p25165</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25161#p25161</link>
			<description><![CDATA[<p>Hello apmuthu,</p><p>I am still expecting your reply please.</p><p>thanks<br />Popsicles12</p>]]></description>
			<author><![CDATA[null@example.com (popsicles12)]]></author>
			<pubDate>Tue, 09 Feb 2016 17:51:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25161#p25161</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25144#p25144</link>
			<description><![CDATA[<p>hello apmuthu,<br />thank for your prompt response. <br />I need you to help me with this as I am not good in sql programming.&nbsp; kindly help with with the steps to accomplish this. <br />thanks so much. expecting your reply. </p><p>popsicles12</p>]]></description>
			<author><![CDATA[null@example.com (popsicles12)]]></author>
			<pubDate>Sat, 06 Feb 2016 13:58:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25144#p25144</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25136#p25136</link>
			<description><![CDATA[<p>Yes, in the rep101.php and rep102.php files you will need to look at how the variables are addressed for parameter order and adjust accordingly and put in the location parameter in the where filter in the sql in it or in the loop that parses the array result.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 06 Feb 2016 10:43:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25136#p25136</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25115#p25115</link>
			<description><![CDATA[<p>Hello apmuthu,<br />Thanks for the response. I did the change to the file but it did not work. I think there is something we must add to rep101 and 102.<br />Could you pls tell me what to correct and how to correct it.<br />Thanks.</p><p>Popsicles 12</p>]]></description>
			<author><![CDATA[null@example.com (popsicles12)]]></author>
			<pubDate>Sat, 30 Jan 2016 20:38:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25115#p25115</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25080#p25080</link>
			<description><![CDATA[<p>Have a look a the following lines 32-53 of <strong>reporting/reports_main.php</strong>:<br /></p><div class="codebox"><pre><code>$reports-&gt;addReportClass(_(&#039;Customer&#039;), RC_CUSTOMER);
    $reports-&gt;addReport(RC_CUSTOMER, 101, _(&#039;Customer &amp;Balances&#039;),
        array( _(&#039;Start Date&#039;) =&gt; &#039;DATEBEGIN&#039;,
            _(&#039;End Date&#039;) =&gt; &#039;DATEENDM&#039;,
           _(&#039;Customer&#039;) =&gt; &#039;CUSTOMERS_NO_FILTER&#039;,
           _(&#039;Show Balance&#039;) =&gt; &#039;YES_NO&#039;,
           _(&#039;Currency Filter&#039;) =&gt; &#039;CURRENCY&#039;,
           _(&#039;Suppress Zeros&#039;) =&gt; &#039;YES_NO&#039;,
           _(&#039;Comments&#039;) =&gt; &#039;TEXTBOX&#039;,
           _(&#039;Orientation&#039;) =&gt; &#039;ORIENTATION&#039;,
           _(&#039;Destination&#039;) =&gt; &#039;DESTINATION&#039;));
    $reports-&gt;addReport(RC_CUSTOMER, 102, _(&#039;&amp;Aged Customer Analysis&#039;),
        array( _(&#039;End Date&#039;) =&gt; &#039;DATE&#039;,
           _(&#039;Customer&#039;) =&gt; &#039;CUSTOMERS_NO_FILTER&#039;,
           _(&#039;Currency Filter&#039;) =&gt; &#039;CURRENCY&#039;,
           _(&#039;Show Also Allocated&#039;) =&gt; &#039;YES_NO&#039;,
           _(&#039;Summary Only&#039;) =&gt; &#039;YES_NO&#039;,
           _(&#039;Suppress Zeros&#039;) =&gt; &#039;YES_NO&#039;,
           _(&#039;Graphics&#039;) =&gt; &#039;GRAPHIC&#039;,
           _(&#039;Comments&#039;) =&gt; &#039;TEXTBOX&#039;,
           _(&#039;Orientation&#039;) =&gt; &#039;ORIENTATION&#039;,
           _(&#039;Destination&#039;) =&gt; &#039;DESTINATION&#039;));</code></pre></div><p>In each of the <strong>$reports-&gt;addReport()</strong> statements, you can add in:<br /></p><div class="codebox"><pre><code>           _(&#039;Stock Location&#039;) =&gt; &#039;LOCATIONS&#039;,</code></pre></div><p>Note that the PARAMS[] subscript numbers will change in the receiving script - rep101.php and rep102.php.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 24 Jan 2016 06:55:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25080#p25080</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25079#p25079</link>
			<description><![CDATA[<p>Thanks apmuthu for your reply.<br />Could you please tell me how to insert the location filter&nbsp; into the report? Or tell me what to do and how to do it. I will be expecting your reply.<br />Thanks.</p><p>Popsicles.</p>]]></description>
			<author><![CDATA[null@example.com (popsicles12)]]></author>
			<pubDate>Sat, 23 Jan 2016 20:06:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25079#p25079</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25070#p25070</link>
			<description><![CDATA[<p>In FA 2.3 currently there is no such provision except to filter them in the appropriate <strong>reporting/repXXX.php</strong> files. rep101.php and rep102.php are the affected files. Check out their sql source functions. As each customer is served by a specific location, taking reports on a specific customer should get you what you want. All form request fields are in <strong>reporting/reports_main.php</strong> file.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 22 Jan 2016 15:54:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25070#p25070</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25050#p25050</link>
			<description><![CDATA[<p>Thanks apmuthu for you reply. If you take a look at the customer balances and customer Aged receivables report, there is no option to select customer balances pee location. How do I insert this option in the report. Kindly assist.</p><p>Thanks.</p><p>Popsicles12</p>]]></description>
			<author><![CDATA[null@example.com (popsicles12)]]></author>
			<pubDate>Thu, 21 Jan 2016 20:48:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25050#p25050</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25048#p25048</link>
			<description><![CDATA[<p>Since each Warehouse has it&#039;s (own) customers, printing for all locations/warehouses for any customer should work fine unless he same customer is server at more than one Warehouse/location.<br />Attempting to create a separate CustomerID for the same customer for each location will mitigate such multiple warehouse servings.</p><p>Tags / Dimensions could also be useful here.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 21 Jan 2016 16:26:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25048#p25048</guid>
		</item>
		<item>
			<title><![CDATA[Customers Balances by Location]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25042#p25042</link>
			<description><![CDATA[<p>Hello all, </p><p>I created about 3 locations for our 3 different warehouses. We have customers that are supplied by the sales reps of each warehouse. i.e. each warehouse has its customers.</p><p>I want to be able to generate their balances based on the location. That is if I am printing customer balances/ Aged receivable I should have the option of saying I want the report for only location 1, or location 2. Moreso if I am printing customer balances for all the location I should be able to have them group and totalled per location.</p><p>thanks.</p><p>Popsicles12.</p>]]></description>
			<author><![CDATA[null@example.com (popsicles12)]]></author>
			<pubDate>Tue, 19 Jan 2016 14:03:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25042#p25042</guid>
		</item>
	</channel>
</rss>
