<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Re:Showing Tax details on Sales Quotation and Sales order]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1355&amp;type=atom" />
	<updated>2010-08-30T19:17:02Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1355</id>
		<entry>
			<title type="html"><![CDATA[Re: Re:Showing Tax details on Sales Quotation and Sales order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6821#p6821" />
			<content type="html"><![CDATA[<p>Tax is not displayed if for some reasons no tax is applicable. For example when your customer is in group with no tax active (this is common for export in most countries).</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-08-30T19:17:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6821#p6821</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Re:Showing Tax details on Sales Quotation and Sales order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6820#p6820" />
			<content type="html"><![CDATA[<p>Hello andrewhrid16<br />I have not tried 2.3 yet,&nbsp; but I just received (Re: Frontaccounting-cvs_updates Digest, Vol 30, Issue 25)&nbsp; from the dev mail list.&nbsp; Looks like Janusz is on it... You might update...</p>]]></content>
			<author>
				<name><![CDATA[alvin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=176</uri>
			</author>
			<updated>2010-08-30T18:02:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6820#p6820</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Re:Showing Tax details on Sales Quotation and Sales order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6784#p6784" />
			<content type="html"><![CDATA[<p>I have two news Alvin. Bad news is that code above cannot be used directly to display taxes. The good one is that tax for SO/SQ will be displayed in FA since FA 2.3rc version.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-08-25T07:43:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6784#p6784</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Re:Showing Tax details on Sales Quotation and Sales order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6780#p6780" />
			<content type="html"><![CDATA[<p>Hello Janusz</p><p>I too would like to have sales tax show on sales order quote...</p><p>On the code above, where would I paste it to try this out?</p><p>Thanks for your help <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>AM</p>]]></content>
			<author>
				<name><![CDATA[alvin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=176</uri>
			</author>
			<updated>2010-08-24T17:06:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6780#p6780</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Re:Showing Tax details on Sales Quotation and Sales order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6191#p6191" />
			<content type="html"><![CDATA[<p>Tax details are not stored in a system for Sales Order/Sales Quotation. In Sales Quotation Enquiry&nbsp; only total amount&nbsp; is displayed (including or excluding VAT/GST - depends on sales type selected).</p><p>The simplest way to retrieve taxes calculated for SO/SQ would be open sales order using cart class e.g.:</p><div class="codebox"><pre><code>$quote = new cart(ST_SALESQUOTE, $quote_number);
$taxes = $quote-&gt;get_taxes();
var_dump($taxes);</code></pre></div><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-06-09T12:59:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6191#p6191</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Re:Showing Tax details on Sales Quotation and Sales order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6189#p6189" />
			<content type="html"><![CDATA[<p>I would also like to ba able to display tax on quotes. Where does the system store the &quot;Quote Total&quot; figure when I click on &quot;Sales Quotation Enquiry&quot;? ie, where does it &#039;fetch&#039; the amount to display it in the column?<br />Thanks,<br />Brynn</p>]]></content>
			<author>
				<name><![CDATA[brynn_thomas]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=922</uri>
			</author>
			<updated>2010-06-09T11:59:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6189#p6189</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Re:Showing Tax details on Sales Quotation and Sales order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6133#p6133" />
			<content type="html"><![CDATA[<p>You have to change report rep109.php. Thie change is not trivial as tax details are not calculated and stored in system for sales orders, but onl for invoices/credits.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-06-06T18:53:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6133#p6133</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re:Showing Tax details on Sales Quotation and Sales order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6066#p6066" />
			<content type="html"><![CDATA[<p>I am tring to customize sales quotation or sales order reports to show the tax details. Currently it is showing &quot;TOTAL ORDER EX VAT&quot; OR &quot;TOTAL ORDER INCL VAT&quot; </p><p>But I want to show is the break down of the tax.</p><p>Pls help me on this. </p><p>Thx</p>]]></content>
			<author>
				<name><![CDATA[kavi_ruban]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1112</uri>
			</author>
			<updated>2010-06-02T04:52:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6066#p6066</id>
		</entry>
</feed>
