<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — show total excluding tax even when pricebook is including tax]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1175</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1175&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in show total excluding tax even when pricebook is including tax.]]></description>
		<lastBuildDate>Fri, 07 May 2010 07:50:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: show total excluding tax even when pricebook is including tax]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5830#p5830</link>
			<description><![CDATA[<p>The method described by rodw, will be an option (config.php) in release 2.3 that are about to ship primo June.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 07 May 2010 07:50:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5830#p5830</guid>
		</item>
		<item>
			<title><![CDATA[Re: show total excluding tax even when pricebook is including tax]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5829#p5829</link>
			<description><![CDATA[<p>I&#039;ve just installed FA and was wondering if this issue is being taken seriously. My customers are more interested in the excluding VAT amount as this is what they actually pay, the VAT amount is offset against their own purchases.<br />If it isn&#039;t going to be changed on the software, (I really think having both options is the best way forward), is there somewhere I can change it on my installation?</p><p>Any help would be greatly appreciated.</p><p>Thanks,<br />Brynn</p>]]></description>
			<author><![CDATA[null@example.com (brynn_thomas)]]></author>
			<pubDate>Fri, 07 May 2010 07:20:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5829#p5829</guid>
		</item>
		<item>
			<title><![CDATA[Re: show total excluding tax even when pricebook is including tax]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5192#p5192</link>
			<description><![CDATA[<p>You have my vote for this change...</p><p>AM</p>]]></description>
			<author><![CDATA[null@example.com (alvin)]]></author>
			<pubDate>Mon, 08 Mar 2010 21:28:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5192#p5192</guid>
		</item>
		<item>
			<title><![CDATA[Re: show total excluding tax even when pricebook is including tax]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5183#p5183</link>
			<description><![CDATA[<div class="quotebox"><cite>joe wrote:</cite><blockquote><p>Before the tax displaying, the function get_trans_tax_details($type, $trans_no) is called in all the views and reports, so it should be fairly ok to fix this, but the line totals are displayed tax included. Wouldn&#039;t it require one more total line, f.i. Subtotal (tax included) Subtoal (tax excluded) and then the normal tax display and invoice total?</p><p>/Joe</p></blockquote></div><p>Joe I think we are thinking of (well I was anyway) of something like</p><div class="quotebox"><blockquote><p>IF (Global_ShowReportsTaxInclusive == TRUE){<br />&nbsp; &nbsp; // Show Current default report format<br />&nbsp; &nbsp; Display{<br />&nbsp; &nbsp; &nbsp; &nbsp; sub-total : 16.00<br />&nbsp; &nbsp; &nbsp; &nbsp; VAT 19% included 2.55 : (and then nothing in the cell with amounts)<br />&nbsp; &nbsp; &nbsp; &nbsp; total : 16.00<br />&nbsp; &nbsp;}<br />}<br />ELSE{<br />&nbsp; &nbsp;// Show revised Tax Exclusive report format<br />&nbsp; &nbsp;Display{<br />&nbsp; &nbsp; &nbsp; sub-total excluding VAT: 13.45<br />&nbsp; &nbsp; &nbsp; VAT 19%: 2.55 <br />&nbsp; &nbsp; &nbsp; total including VAT: 16.00<br />&nbsp; &nbsp;}<br />}</p></blockquote></div><p>Anyway, you&#039;ll get the drift of my peudo-code...</p>]]></description>
			<author><![CDATA[null@example.com (rodw)]]></author>
			<pubDate>Mon, 08 Mar 2010 10:56:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5183#p5183</guid>
		</item>
		<item>
			<title><![CDATA[Re: show total excluding tax even when pricebook is including tax]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5176#p5176</link>
			<description><![CDATA[<p>I do appreciate the input of rodw and at first it seems like a good solution, however probably maintenance wise it&#039;s not prefered to have extra company options for this. I think if the subtotal tax excluded is added to the screen and invoice report then this will fullfill my needs. </p><p>Whether or not to also show Subtotal tax included I think this depends whether it can differ from the invoice total. If the Subtotal tax included will never be different from the invoice total then there seems no need to add it. But probably it might differ in case of shipment? I just checked the demo and indeed the total invoice will have shipment included while the subtotal will only sum the item lines.</p><p>This means that also Subtotal tax excluded is not good enough for me. I&#039;m looking for the Total invoice tax excluded.</p><p>If I send an invoice to a client and I&#039;m not sure whether it&#039;s a company or private person then at least total excluding, the VAT and the total including are relevant.</p>]]></description>
			<author><![CDATA[null@example.com (shopimport)]]></author>
			<pubDate>Sun, 07 Mar 2010 14:47:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5176#p5176</guid>
		</item>
		<item>
			<title><![CDATA[Re: show total excluding tax even when pricebook is including tax]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5171#p5171</link>
			<description><![CDATA[<p>Before the tax displaying, the function get_trans_tax_details($type, $trans_no) is called in all the views and reports, so it should be fairly ok to fix this, but the line totals are displayed tax included. Wouldn&#039;t it require one more total line, f.i. Subtotal (tax included) Subtoal (tax excluded) and then the normal tax display and invoice total?</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 07 Mar 2010 11:18:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5171#p5171</guid>
		</item>
		<item>
			<title><![CDATA[Re: show total excluding tax even when pricebook is including tax]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5170#p5170</link>
			<description><![CDATA[<p>I can see that people would like to have a choice here. From my brief experience with FA, this does not sound too hard to achieve as it is only a change to report format and the reports are mainly contained in the one file aren&#039;t they?</p><p>Perhaps there was a global flag that allowed user to toggle between the current report and the format proposed by shopimport? There may also need to be a couple of screen updates that would also respect the state of this flag..</p>]]></description>
			<author><![CDATA[null@example.com (rodw)]]></author>
			<pubDate>Sun, 07 Mar 2010 11:08:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5170#p5170</guid>
		</item>
		<item>
			<title><![CDATA[Re: show total excluding tax even when pricebook is including tax]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5167#p5167</link>
			<description><![CDATA[<p>This was discussed a long time ago, before the establishment of the Forum.<br />It was at that time proposed to present it as is now. But we can let this be an object for discussion.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 06 Mar 2010 22:36:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5167#p5167</guid>
		</item>
		<item>
			<title><![CDATA[show total excluding tax even when pricebook is including tax]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=5164#p5164</link>
			<description><![CDATA[<p>I&#039;m using the sales type &quot;retail&quot; with the tax included set. So when creating an invoice then the prices of the items are including tax. An item of 16 euro will be 16 euro including tax. </p><p>The total will also show 16 euro which is great. However the sub-total I would prefer to see the sub-total <strong>excluding tax</strong> while currently (FA 2.2.6) it shows again the total including tax.</p><p>sub-total : 16.00<br />VAT 19% included 2.55 : (and then nothing in the cell with amounts)<br />total : 16.00</p><p>And I&#039;m really missing the amount excluding tax. I would prefer to see:</p><p>sub-total excluding VAT: 13.45<br />VAT 19%: 2.55 <br />total including VAT: 16.00</p><p>In this case it will keep a consistent sub-total calculation whether the sales type is including or excluding tax.</p>]]></description>
			<author><![CDATA[null@example.com (shopimport)]]></author>
			<pubDate>Sat, 06 Mar 2010 20:18:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=5164#p5164</guid>
		</item>
	</channel>
</rss>
