<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Tax Group Problem]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1123</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1123&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Tax Group Problem.]]></description>
		<lastBuildDate>Thu, 08 Apr 2010 02:07:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5572#p5572</link>
			<description><![CDATA[<p>Ahhhh.....relief!&nbsp; I assumed this option meant that tax needed to be included, but it really means that it&#039;s assuming that tax is already included in the price.</p><p>I adjusted that option, and re-created the delivery/sales order and it worked just like I need it to.</p><p>Thank you very much for your help!</p>]]></description>
			<author><![CDATA[null@example.com (ssass24)]]></author>
			<pubDate>Thu, 08 Apr 2010 02:07:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5572#p5572</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5571#p5571</link>
			<description><![CDATA[<p>Well, when you have &#039;Tax included&#039; set in your price list, the prices you entry are considered to contain taxes. So when you provide price 263$/item (tax included) your net price is net price 245.79 plus 17.21 tax (i.e just 7% from 245.79). And final total on invoice is also stated with tax included.</p><p>If you want to have tax added printed for every line on invoices you have to use price list with unchecked &#039;Tax included&#039; option. </p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 07 Apr 2010 21:15:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5571#p5571</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5570#p5570</link>
			<description><![CDATA[<p>Itronics - thanks for your help.&nbsp; It&#039;s seems that what you are explaining is exactly what I&#039;ve done.</p><p>I am in the US, where each state has it&#039;s own tax rate.&nbsp; So I set up 3 Tax Groups, call them Group A, Group B, and Group C (one for each state our customers are in), and one for Tax Exempt customers.&nbsp; Each of the 3 taxed groups only has one rate....the rate that applies to their state.&nbsp; So Group A is set up for Tax A at 6%, Group B is set up for Tax B at 6.5%, and Group C is set up for Tax C at 7%.</p><p>The customer in question is not tax exempt, therefore I selected the appropriate tax group (Group C) in the customer branches setup.&nbsp; Their state is at a 7% tax rate.</p><p>This is a &quot;Direct Delivery&quot; entry, but it seems to work the same if I try a Sales Order entry.&nbsp; The order has only one item at $263, and a quantity of 4.&nbsp; So the line item total shows $1,052.00, the sub-total shows $1,052.00, Shipping is $0.&nbsp; All good so far.</p><p>Then the tax line shows the tax group and $68.882 for the tax.....which is NOT 1052 x .07.&nbsp; It should be $73.64.&nbsp; The Amount Total line still shows $1,052....which I understand (from reading the many posts on this topic) could be showing the total &quot;value&quot; of the goods in the order....which would exclude tax.</p><p>The real problem is that once delivered and invoiced, the invoice shows $1,052 on the TOTAL INVOICE line...so nowhere does the customer know the actual total to pay.....&nbsp; which should be 1052 + 73.64 = $1,125.54</p><p>Thanks again for your help....believe me, I have tried figuring this out myself, but tax in this application is a fairly complex chain of included files and called methods on objects that are bounced around quite a bit in the code.</p>]]></description>
			<author><![CDATA[null@example.com (ssass24)]]></author>
			<pubDate>Wed, 07 Apr 2010 20:11:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5570#p5570</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5562#p5562</link>
			<description><![CDATA[<p>This was explained a couple of times already.<br />You should create Tax Groups containing _all_ tax rates&nbsp; applicable to some group of customers. So if you have tax exempt (e.g. foreign) customers, no tax rate should be in one group, while another group should contain all rates applicable to domestic customers. The final tax rates selected on invoice are those, which exists both for item sold and customer. In other words set of tax rates used on invoice is intersection&nbsp; of Item Tax (depend on item) and Tax Group (depend on customer)<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 06 Apr 2010 21:19:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5562#p5562</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5555#p5555</link>
			<description><![CDATA[<p>I too am confused about how to set up the tax functionality.&nbsp; We have some customers that are tax-exempt, and some that arent&#039;t.&nbsp; The ones that are taxed can be taxed at different rates.&nbsp; </p><p>So I:<br />set up 3 Tax Types - one for each rate<br />set up 4 Tax Groups - one exempt and once for each tax type<br />left the default Item Tax Type of Regular (non-exempt)<br />left the default Sales Types that include a Retail (tax included) and Tax Exempt<br />specified Retail for the taxed customer&#039;s Sales Type<br />specified the proper Tax Group for the customer branch</p><p>When a delivery note is created, it never shows tax in the total, and in the debtor_trans table, the ov_gst field is 0.&nbsp; If I manually populate that field, the tax shows up.</p><p>What am I missing?</p><p>(thanks in advance)</p>]]></description>
			<author><![CDATA[null@example.com (ssass24)]]></author>
			<pubDate>Tue, 06 Apr 2010 15:56:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5555#p5555</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5485#p5485</link>
			<description><![CDATA[<p>You should also set Tax Group containing both tax types and apply it to your customer.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 29 Mar 2010 13:32:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5485#p5485</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5481#p5481</link>
			<description><![CDATA[<p>Can anyone explain how to use the system in my case;<br />I have certain items with 4% tax and certain Items with 12.5% tax...<br />I have set the tax groups and taxt item types correctly with the exact tax rates.<br /> I checked in the setup and made sure the pricing does not include tax. And the tax has to be calculated seperately based on the type selected in the item configuration.<br />but when I try to do a direct invoice I cannot see taxes calculated. Its blank. though the item I selected has a 12.5% tax configured to it, it does not show any tax in the direct invoice!!</p>]]></description>
			<author><![CDATA[null@example.com (anwarkc)]]></author>
			<pubDate>Mon, 29 Mar 2010 08:52:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5481#p5481</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4952#p4952</link>
			<description><![CDATA[<p>Thanks!! Now it works.</p><p>BR,</p><br /><p>Jarmo</p>]]></description>
			<author><![CDATA[null@example.com (jarnurm)]]></author>
			<pubDate>Wed, 24 Feb 2010 10:55:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4952#p4952</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4951#p4951</link>
			<description><![CDATA[<p>Hello again,<br />This problem has now been fixed. CVS Main trunk updated. Affected file: /taxes/tax_calc.inc.</p><p>You can download the file here:</p><br /><br /><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 24 Feb 2010 09:37:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4951#p4951</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4945#p4945</link>
			<description><![CDATA[<p>Yes, I see there are some small rounding problems. We changed something here a while ago. I will investigate this.</p><p>Thanks.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 23 Feb 2010 13:53:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4945#p4945</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4944#p4944</link>
			<description><![CDATA[<p>This is related to Sales Type. If I change the parameter Tax included to No then it works. Taxes are calculated correctly and the account 4450 is not used.<br />Payment is Cash and currency is local currency USD and customer is Ghostbusters.</p><p>What is the file where the tax calculations are?</p><p>BR,</p><p>Jarmo</p>]]></description>
			<author><![CDATA[null@example.com (jarnurm)]]></author>
			<pubDate>Tue, 23 Feb 2010 13:04:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4944#p4944</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4943#p4943</link>
			<description><![CDATA[<p>Normally there are no problems with the tax system. But you must set it up correctly.<br />Is this a cash sale and are you using a foreign currency bank account for your pos sales?<br />If there are no tax exempt on the item tax type, the you should see all the taxes in your tax group.<br />A tax group of more tax types will always trigger all the types inside the tax group unless you put exempt on the items.</p><p>Please be more specific.<br />Thanks.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 23 Feb 2010 12:27:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4943#p4943</guid>
		</item>
		<item>
			<title><![CDATA[Tax Group Problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4942#p4942</link>
			<description><![CDATA[<p>Hello,</p><p>I have a problem with tax calculation when sales type has tax íncluded and tax group has more than one taxes and currency is home currency.</p><p>FA calculates too much tax and after I have placed the invoice and I&#039;m checking the<br />GL Journal Entries I can see there is debit entry for account 4450 Foreign Exchange Gain.</p><p>My version is 2.2.6 and I have tested this in Training Co.</p><p>Where is this calculation done and is it correct?</p><p>Best Regards,</p><p>Jarmo Nurmela</p>]]></description>
			<author><![CDATA[null@example.com (jarnurm)]]></author>
			<pubDate>Tue, 23 Feb 2010 11:41:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4942#p4942</guid>
		</item>
	</channel>
</rss>
