<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Customer Detail Listing]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7861</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7861&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Customer Detail Listing.]]></description>
		<lastBuildDate>Sat, 08 Dec 2018 15:03:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Customer Detail Listing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33537#p33537</link>
			<description><![CDATA[<p>The fields were made available for the report. You need to write the code in the place where you want it to go.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 08 Dec 2018 15:03:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33537#p33537</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customer Detail Listing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33533#p33533</link>
			<description><![CDATA[<p>not view this field in report </p><p>plz attach file</p>]]></description>
			<author><![CDATA[null@example.com (almohasb)]]></author>
			<pubDate>Sat, 08 Dec 2018 14:47:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33533#p33533</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customer Detail Listing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33509#p33509</link>
			<description><![CDATA[<p>You need to alter the <strong>reporting/rep103.php</strong> file.</p><p>Lines 30 to 53 in it:<br /></p><div class="codebox"><pre><code>function get_customer_details_for_report($area=0, $salesid=0)
{
    $sql = &quot;SELECT debtor.debtor_no,
            debtor.name,
            debtor.address,
            debtor.curr_code,
            debtor.dimension_id,
            debtor.dimension2_id,
            debtor.notes,
            pricelist.sales_type,
            branch.branch_code,
            branch.br_name,
            branch.br_address,
            branch.br_post_address,
            branch.area,
            branch.salesman,
            area.description,
            salesman.salesman_name
        FROM &quot;.TB_PREF.&quot;debtors_master debtor
        INNER JOIN &quot;.TB_PREF.&quot;cust_branch branch ON debtor.debtor_no=branch.debtor_no
        INNER JOIN &quot;.TB_PREF.&quot;sales_types pricelist    ON debtor.sales_type=pricelist.id
        INNER JOIN &quot;.TB_PREF.&quot;areas area ON branch.area = area.area_code
        INNER JOIN &quot;.TB_PREF.&quot;salesman salesman    ON branch.salesman=salesman.salesman_code
        WHERE debtor.inactive = 0&quot;;</code></pre></div><p>may be replaced with:<br /></p><div class="codebox"><pre><code>function get_customer_details_for_report($area=0, $salesid=0)
{
    $sql = &quot;SELECT debtor.debtor_no,
            debtor.name,
            debtor.address,
            debtor.curr_code,
            debtor.dimension_id,
            debtor.dimension2_id,
            pt.terms,
            debtor.credit_limit,
            debtor.notes,
            pricelist.sales_type,
            branch.branch_code,
            branch.br_name,
            branch.br_address,
            branch.br_post_address,
            branch.area,
            branch.salesman,
            area.description,
            salesman.salesman_name
        FROM &quot;.TB_PREF.&quot;debtors_master debtor
        INNER JOIN &quot;.TB_PREF.&quot;cust_branch branch ON debtor.debtor_no=branch.debtor_no
        INNER JOIN &quot;.TB_PREF.&quot;sales_types pricelist    ON debtor.sales_type=pricelist.id
        INNER JOIN &quot;.TB_PREF.&quot;areas area ON branch.area = area.area_code
        INNER JOIN &quot;.TB_PREF.&quot;salesman salesman    ON branch.salesman=salesman.salesman_code
        INNER JOIN &quot;.TB_PREF.&quot;payment_terms pt ON debtor.payment_terms=pt.terms_indicator
        WHERE debtor.inactive = 0&quot;;</code></pre></div><p>The necessary fields will now be available for placement as needed in the report.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 07 Dec 2018 15:35:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33509#p33509</guid>
		</item>
		<item>
			<title><![CDATA[Customer Detail Listing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33495#p33495</link>
			<description><![CDATA[<p>in report Customer Detail Listing<br />i need add in report customer<br />Credit Limit:&nbsp; &nbsp; <br />Payment Terms:&nbsp; &nbsp; </p><p>in report<br />how this ?</p>]]></description>
			<author><![CDATA[null@example.com (almohasb)]]></author>
			<pubDate>Thu, 06 Dec 2018 10:32:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33495#p33495</guid>
		</item>
	</channel>
</rss>
