<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Customers Balances by Location]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6089&amp;type=atom" />
	<updated>2016-02-10T12:50:12Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6089</id>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25172#p25172" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2016-02-10T12:50:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25172#p25172</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25165#p25165" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-02-09T23:08:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25165#p25165</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25161#p25161" />
			<content type="html"><![CDATA[<p>Hello apmuthu,</p><p>I am still expecting your reply please.</p><p>thanks<br />Popsicles12</p>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2016-02-09T17:51:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25161#p25161</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25144#p25144" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2016-02-06T13:58:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25144#p25144</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25136#p25136" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-02-06T10:43:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25136#p25136</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25115#p25115" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2016-01-30T20:38:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25115#p25115</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25080#p25080" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-01-24T06:55:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25080#p25080</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25079#p25079" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2016-01-23T20:06:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25079#p25079</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25070#p25070" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-01-22T15:54:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25070#p25070</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25050#p25050" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2016-01-21T20:48:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25050#p25050</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25048#p25048" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-01-21T16:26:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25048#p25048</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Customers Balances by Location]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25042#p25042" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2016-01-19T14:03:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25042#p25042</id>
		</entry>
</feed>
