<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Canadian taxes setting: tax over another taxed result]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1403</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1403&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Canadian taxes setting: tax over another taxed result.]]></description>
		<lastBuildDate>Mon, 09 Apr 2012 20:13:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Canadian taxes setting: tax over another taxed result]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=12213#p12213</link>
			<description><![CDATA[<p>Hi Gaston,</p><p>I know this post is old but I&#039;m wondering if the solution described here still work the same with actual 2.4 release... Also I&#039;d like to know if some enhencement has been added to FP regarding tax on tax requirement for Canada/Québec...</p><p>André</p>]]></description>
			<author><![CDATA[null@example.com (amwebexpert)]]></author>
			<pubDate>Mon, 09 Apr 2012 20:13:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=12213#p12213</guid>
		</item>
		<item>
			<title><![CDATA[Re: Canadian taxes setting: tax over another taxed result]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6318#p6318</link>
			<description><![CDATA[<p>No tax information is displayed on sales orders, only ex vat or included.</p><p>We were planning to release 2.3 Beta on Monday. However there might be a 2 weeks delay due to other implementation.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 26 Jun 2010 22:22:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6318#p6318</guid>
		</item>
		<item>
			<title><![CDATA[Re: Canadian taxes setting: tax over another taxed result]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6317#p6317</link>
			<description><![CDATA[<p>I think I need some information to better understand.</p><p>When I&#039;m using Customer Transaction Inquiry, and I print the transactions, I have the taxes amount printed. That&#039;s fine.</p><p>When I use Sales Order Inquiry, and I print the orders, I don&#039;t have the taxes amount printed, just a line saying: TOTAL ORDER EX VAT</p><p>What did I missed (and sorry if it is obvious for you...) ?</p><p>GAston</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Sat, 26 Jun 2010 18:40:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6317#p6317</guid>
		</item>
		<item>
			<title><![CDATA[Re: Canadian taxes setting: tax over another taxed result]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6316#p6316</link>
			<description><![CDATA[<p>Joe</p><p>For the time being, instead of applying the whole change, I used your modif to learn how to just remove the &#039;tax&#039; part of the line.</p><p>Works well. </p><p>When the version 2.3 is available (by the way, when could we expect that new version?), I will turn the global flag On.</p><p>Thanks a lot,</p><p>GAston</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Sat, 26 Jun 2010 18:28:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6316#p6316</guid>
		</item>
		<item>
			<title><![CDATA[Re: Canadian taxes setting: tax over another taxed result]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6310#p6310</link>
			<description><![CDATA[<p>Thanks Joe</p><p>I will make the changes and come back to you.</p><p>Thanks again</p><p>Gaston</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Sat, 26 Jun 2010 12:50:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6310#p6310</guid>
		</item>
		<item>
			<title><![CDATA[Re: Canadian taxes setting: tax over another taxed result]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6309#p6309</link>
			<description><![CDATA[<p>Ok, here are the instructions on how to implement this in release 2.2.X.</p><p>Somewhere about line 100 in config.php, add the following lines:</p><p>/* suppress tax rates on documents. 0 = no, 1 = yes. */ <br />$suppress_tax_rates = 1; </p><p>Look here to see what to change in /reporting/rep107.php. It is the right pane you should use. This is for printing invoice.</p><br /><br /><p>Look here to see what to change in /reporting/rep110.php. It is the right pane you should use. This is for printing Delivery Note.</p><br /><br /><p>Look here to see what to change in /includes/ui/ui_view.inc. It is the right pane you should use. This is for presenting on screen.</p><br /><br /><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 26 Jun 2010 08:20:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6309#p6309</guid>
		</item>
		<item>
			<title><![CDATA[Re: Canadian taxes setting: tax over another taxed result]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6308#p6308</link>
			<description><![CDATA[<p>I will use the first method. You may look in the CVS unstable for how to implement it in 2.2.X. The CVS will be updated tomorrow.</p><p>The files to look into is /reporting/rep107.php, /reporting/rep110.php and /includes/ui/ui_view.inc, function display_customer_trans_tax_details. I will tell you when this is done.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 26 Jun 2010 00:03:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6308#p6308</guid>
		</item>
		<item>
			<title><![CDATA[Re: Canadian taxes setting: tax over another taxed result]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6307#p6307</link>
			<description><![CDATA[<p>Thanks Joe.</p><p>That would make it.</p><p>Another way (probably more complex, may be not) would be to add an information to the table &quot;_tax_types&quot; meaning that that specific tax has to be added over the previous one. The system would then makes itself the computation that we do manually (7.875% in my case), and there would be no need to hide a &#039;false faked&#039; rate ? What do you think ?</p><p>In the mean time, could you tell me where I should go to temporary change the code for not displaying the rate ?</p><p>Gaston</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Fri, 25 Jun 2010 13:20:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6307#p6307</guid>
		</item>
		<item>
			<title><![CDATA[Re: Canadian taxes setting: tax over another taxed result]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6302#p6302</link>
			<description><![CDATA[<p>The only thing I can come up with is to, by a global variable $suppress_tax_rates, is by not presenting the rate on the documents. In this case you will have to include the tax rate in the Tax Type Name.</p><p>If that would be satisfactory, I can include this option in 2.3 Beta.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 25 Jun 2010 07:54:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6302#p6302</guid>
		</item>
		<item>
			<title><![CDATA[Canadian taxes setting: tax over another taxed result]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6299#p6299</link>
			<description><![CDATA[<p>Now I understand well the specific role of Tax groups (related to a group of customers) and tax types (related to items), and its works as said but there is, in appearance, a problem with the calculation in my case.</p><p>I am in the same situation as described in thread 1236. We have to take into account 2 taxes: federal (5%) and provincial(7.5%). The result of the first one, the federal tax, has to be added to the transaction amount before we apply the second tax, the provincial one.</p><p>As an example, a purchase of 1$ would be at 1.05$ after applying the fed tax. <br />Then I have to apply over that 1.05$ the provincial tax of 7.5%, and the end result is 1.13$</p><p>In thread 1236, you made the suggestion:</p><p>&nbsp; If this is the fact, then you would set it up as follow:<br />&nbsp; In Tax type, setup a fed tax 5%, value 5<br />&nbsp; Provincial tax 7.5%, value 7.88<br />&nbsp; Then combine them into a group, and you are done.</p><p>First it seems not possible (or I don&#039;t know how) to define a tax with 2 digits after the point, and the, 7.88% becomes 7.9%, which is incorrect.<br />Second. defining the second taxes to 7.88% would make this information &quot;printed&quot; on the invoice for the second tax, and I&#039;m going to receive a lot of calls from customers...</p><p>Is there a better way (because that one doesn&#039;t seem to work).</p><p>Thanks</p><p>Gaston</p><p>Note 1, after some testing: related to the suggestion, the rate would have to be 7.875% (3 digits after the point)&nbsp; to give the correct answer. To use that number, it is required to edit the field &#039;rate&#039; directly&nbsp; in the table. That leaves the fact that the incorrect rate 7.875% is displayed on the invoice. </p><p>It should exist a more elegant way of obtaining a correct result ?</p><p>Gaston</p><p>Note 2: Ok, as stated by Joe in thread 880: &quot;You can increase the decimals in percent in Display Setup/Preferences.&quot; Done</p><p>Still, is there a more elegant way to apply the taxes (at least not showing the &#039;modified&#039; tax rate ?</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Thu, 24 Jun 2010 16:40:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6299#p6299</guid>
		</item>
	</channel>
</rss>
