<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Modify Customer Balances Report to become Taxed and Non-Taxed]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5145</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5145&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Modify Customer Balances Report to become Taxed and Non-Taxed.]]></description>
		<lastBuildDate>Mon, 08 Sep 2014 13:07:16 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Modify Customer Balances Report to become Taxed and Non-Taxed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20715#p20715</link>
			<description><![CDATA[<div class="quotebox"><cite>barbarian wrote:</cite><blockquote><div class="quotebox"><cite>trisun123 wrote:</cite><blockquote><div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Copy over the report twice and edit the sql statements with the appropriate filter in each and rename them with some report number that is unique and put it into the company/#/reporting folder.</p></blockquote></div><p>thank you for your reply dear apmuthu</p><p>i will try to do that</p><p>and by the way, where exactly we could differentiate between Taxed and non-Taxed?<br />is it on :<br />1. item, or<br />2. customer</p><p>sorry if i ask again</p><p>thank you in advance <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><br /><p>It&#039;s in stock master table, there is a column named tax_type_id.</p></blockquote></div><br /><p>thank you dear barbarian</p><p>i&#039;ll try it <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (trisun123)]]></author>
			<pubDate>Mon, 08 Sep 2014 13:07:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20715#p20715</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modify Customer Balances Report to become Taxed and Non-Taxed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20713#p20713</link>
			<description><![CDATA[<div class="quotebox"><cite>trisun123 wrote:</cite><blockquote><div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Copy over the report twice and edit the sql statements with the appropriate filter in each and rename them with some report number that is unique and put it into the company/#/reporting folder.</p></blockquote></div><p>thank you for your reply dear apmuthu</p><p>i will try to do that</p><p>and by the way, where exactly we could differentiate between Taxed and non-Taxed?<br />is it on :<br />1. item, or<br />2. customer</p><p>sorry if i ask again</p><p>thank you in advance <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><br /><p>It&#039;s in stock master table, there is a column named tax_type_id.</p>]]></description>
			<author><![CDATA[null@example.com (barbarian)]]></author>
			<pubDate>Mon, 08 Sep 2014 12:39:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20713#p20713</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modify Customer Balances Report to become Taxed and Non-Taxed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20712#p20712</link>
			<description><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>If you see the SQL statement possibly wrapped in a function, you will find the tables involved. In one of the tables you can identify the invoice number and from there you can look at the tax relation and then trace the field that has an incidence of tax and those that do not - it will be a flag field or a tax type definition. Use that in the where clause and you&#039;re done. The field will generally have to be linked to a item tax table that matches the customer and hence the item-customer-tax-taxtype combine.</p></blockquote></div><br /><p>thank you very much apmuthu<br />i will try it <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (trisun123)]]></author>
			<pubDate>Mon, 08 Sep 2014 06:53:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20712#p20712</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modify Customer Balances Report to become Taxed and Non-Taxed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20711#p20711</link>
			<description><![CDATA[<p>If you see the SQL statement possibly wrapped in a function, you will find the tables involved. In one of the tables you can identify the invoice number and from there you can look at the tax relation and then trace the field that has an incidence of tax and those that do not - it will be a flag field or a tax type definition. Use that in the where clause and you&#039;re done. The field will generally have to be linked to a item tax table that matches the customer and hence the item-customer-tax-taxtype combine.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 08 Sep 2014 06:44:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20711#p20711</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modify Customer Balances Report to become Taxed and Non-Taxed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20710#p20710</link>
			<description><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Copy over the report twice and edit the sql statements with the appropriate filter in each and rename them with some report number that is unique and put it into the company/#/reporting folder.</p></blockquote></div><p>thank you for your reply dear apmuthu</p><p>i will try to do that</p><p>and by the way, where exactly we could differentiate between Taxed and non-Taxed?<br />is it on :<br />1. item, or<br />2. customer</p><p>sorry if i ask again</p><p>thank you in advance <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (trisun123)]]></author>
			<pubDate>Mon, 08 Sep 2014 06:17:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20710#p20710</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modify Customer Balances Report to become Taxed and Non-Taxed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20707#p20707</link>
			<description><![CDATA[<p>Copy over the report twice and edit the sql statements with the appropriate filter in each and rename them with some report number that is unique and put it into the company/#/reporting folder.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 08 Sep 2014 05:32:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20707#p20707</guid>
		</item>
		<item>
			<title><![CDATA[Modify Customer Balances Report to become Taxed and Non-Taxed]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20701#p20701</link>
			<description><![CDATA[<p>Hello,</p><p>first of all, i am sorry if this topic already asked before.<br />Because i&#039;m&nbsp; not sure the appropriate keyword on how to search for this topic<br />also sorry for bad English, since it&#039;s not my native language</p><p>What i am trying to do is to &quot;split&quot; the Customer Balances Report into two kind :<br />1. The transactions with Tax, and<br />2. The transactions without Tax (non-Tax)</p><p>what should i modify on PHP or SQL to perform this?</p><p>Thank you in advance</p>]]></description>
			<author><![CDATA[null@example.com (trisun123)]]></author>
			<pubDate>Sun, 07 Sep 2014 10:36:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20701#p20701</guid>
		</item>
	</channel>
</rss>
