<?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 Inquiry - Tax not showing]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6392</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6392&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Tax Inquiry - Tax not showing.]]></description>
		<lastBuildDate>Sun, 03 Dec 2017 00:24:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29845#p29845</link>
			<description><![CDATA[<p>Hello,</p><p>Just wondering if there has been any progress on this tax reporting ?</p><p>I am writing with regards to the display of zero tax which relates to sales/purchases to/from an EU country to another EU country.</p><p>And in my particular case, where I don&#039;t see any sales invoices which have zero (export)tax.</p><p>Is there a way to display these within tax reports, or tax inquiry ?</p><p>I am still on version 2.4.2 but don&#039;t see any sales or purchase invoices which have 0% tax.</p><p>Any update would be great great help.</p><div class="quotebox"><cite>joe wrote:</cite><blockquote><p>I am not sure about the details. Janusz has changed a lot here.</p><p>The zero tax values are important inside EU countries to track the outputs/inputs for non taxed values.</p><p>Joe</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (gj6n68)]]></author>
			<pubDate>Sun, 03 Dec 2017 00:24:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29845#p29845</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25956#p25956</link>
			<description><![CDATA[<p>@joe/itronics: please advise way forward - for now use the config variable but check with voided table as well.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 04 Aug 2016 15:46:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25956#p25956</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25955#p25955</link>
			<description><![CDATA[<p>I think the problem was because I used &quot;Enter Supplier Invoice&quot; instead of &quot;Direct Purchase Invoice Entry&quot;. Everything seems to be fine now.</p>]]></description>
			<author><![CDATA[null@example.com (abatonime)]]></author>
			<pubDate>Thu, 04 Aug 2016 13:45:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25955#p25955</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25953#p25953</link>
			<description><![CDATA[<p>I am not sure about the details. Janusz has changed a lot here.</p><p>The zero tax values are important inside EU countries to track the outputs/inputs for non taxed values.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 04 Aug 2016 13:34:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25953#p25953</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25948#p25948</link>
			<description><![CDATA[<p>@joe: what policy do we follow - stick with 0 as void entry and mix 0 non-void entries with it or choose voids from the voided table?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 04 Aug 2016 10:49:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25948#p25948</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25942#p25942</link>
			<description><![CDATA[<p>Hi,</p><p>Is it possible that some transactions are not showing in the Tax Report because they are in a different currency than the default currency?</p><p>For example Supplier Invoice #6 and #11 are not showing.</p><p>EDIT: It doesn&#039;t seem to be related to currency. I created a dummy supplier with the default currency and the Non-EU tax group and it&#039;s not showing too.</p><p>EDIT2: I think it&#039;s because I used &quot;Enter Supplier Invoice&quot; instead of &quot;Direct Purchase Invoice Entry&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (abatonime)]]></author>
			<pubDate>Thu, 04 Aug 2016 07:40:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25942#p25942</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25934#p25934</link>
			<description><![CDATA[<p>Lines 121-122 in <strong>gl/includes/db/gl_db_trans.inc</strong> use the value of the <em>config.php</em> variable <strong>$show_voided_gl_trans</strong> to decide by assuming all <strong>gl_trans.amount</strong> values of 0 to be those of voided transactions:<br /></p><div class="codebox"><pre><code>    if (isset($show_voided_gl_trans) &amp;&amp; $show_voided_gl_trans == 0)
        $sql .= &quot; AND &quot;.TB_PREF.&quot;gl_trans.amount &lt;&gt; 0&quot;; </code></pre></div><p>By using this <em>config.php</em> setting the risk of mixing actual zero value transactions with those of voided transactions is there as the account filter alone does not suffice here.</p><p>The <a href="https://frontaccounting.com/fawiki/index.php?n=Main.TaxSystem">Tax Configuration in the Wiki</a> holds good.</p><p>@joe: we need another means of determining voided entries and a config / sys_prefs entry for choosing to display normal zero valued entries.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 04 Aug 2016 05:41:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25934#p25934</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25932#p25932</link>
			<description><![CDATA[<p>There are several entries for 2150 in the gl_trans table and that is why it shows. There are no entries for 2152 in it and that is why it is absent. </p><p>After adding a dummy entry for 2152, we can see it in the attached Tax Report. </p><p>The Tax inquiry doesn&#039;t show it because of the non-zero filter in the sqls it uses.</p><p>The <em>config.php</em> setting <strong>$show_voided_gl_trans</strong>, if set to 1, will show the voided (amount = 0) transactions as well.</p><p>Will investigate it further.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 04 Aug 2016 03:43:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25932#p25932</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25928#p25928</link>
			<description><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>You do not have any <strong>gl_trans</strong> entries for account 2152.</p></blockquote></div><p>Yes because that tax is 0%. There is no entries for 2150 too, but it is still showing in Tax Inquiry.</p><p>This is not about Trial Balance report. It&#039;s about Tax Inquiry.</p><p>I don&#039;t see your attachment.</p>]]></description>
			<author><![CDATA[null@example.com (abatonime)]]></author>
			<pubDate>Wed, 03 Aug 2016 21:19:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25928#p25928</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25927#p25927</link>
			<description><![CDATA[<p>You do not have any <strong>gl_trans</strong> entries for account 2152.</p><p>The code does eliminate 0 amount entries in lines 138-142 in <em>function <strong>get_gl_transactions()</strong></em> in <strong>gl/includes/db/gl_db_trans.inc</strong> for <em>rep708.php</em> (Trial Balance):<br /></p><div class="codebox"><pre><code>    if ($amount_min != null)
        $sql .= &quot; AND ABS(&quot;.TB_PREF.&quot;gl_trans.amount) &gt;= ABS(&quot;.db_escape($amount_min).&quot;)&quot;;
    
    if ($amount_max != null)
        $sql .= &quot; AND ABS(&quot;.TB_PREF.&quot;gl_trans.amount) &lt;= ABS(&quot;.db_escape($amount_max).&quot;)&quot;;</code></pre></div><p>to avoid computed tiny balance entries (very tiny amounts: ie., less than 1 cent).</p><p>The variable <strong>$config_allocation_settled_allowance</strong> in the <strong>config.php</strong> file is used in supplier/customer payment/credit allocations.</p><p>The &quot;Zero Values&quot; choice for <strong>rep708.php</strong> (Trial Balance) uses the <em>amount_min</em> and <em>amount_min</em> input variables as &quot;0&quot; when chosen.</p><p>Attachment (in my next post) shows the Tax Report (rep709.php) which is what you may be looking for. There is a summary page for it as well. The report was taken with your backup with no edition.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 03 Aug 2016 18:22:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25927#p25927</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25924#p25924</link>
			<description><![CDATA[<p>I need the values to fill Ireland&#039;s Revenue form VAT3.</p><p>Even through I did not pay VAT on EU acquisitions, I need to know how much I spent on them.<br />Additionally I need to know how much I paid for services from outside the EU.</p><p>I&#039;ll PM you the backup.</p>]]></description>
			<author><![CDATA[null@example.com (abatonime)]]></author>
			<pubDate>Wed, 03 Aug 2016 08:32:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25924#p25924</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25922#p25922</link>
			<description><![CDATA[<p>PM me a link to your backup.</p><p>What purpose is served if zero rated entries show up? FA takes decisions on amount=0 in many situations that need to be fathomed. How did you get amount=0 for the first entry if it was Irish VAT 23% ?</p><p>Attached your image here.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 03 Aug 2016 02:36:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25922#p25922</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25921#p25921</link>
			<description><![CDATA[<p>Hi,</p><p>I followed your instructions but now I lost &quot;Non EU 0%&quot;. Only Irish VAT is showing.<br /><a href="https://www.dropbox.com/s/2vow9e1dv0bicok/FA%204.PNG?dl=0">https://www.dropbox.com/s/2vow9e1dv0bic … 4.PNG?dl=0</a></p><p>My goal was to show the 3 of them there.</p>]]></description>
			<author><![CDATA[null@example.com (abatonime)]]></author>
			<pubDate>Tue, 02 Aug 2016 20:08:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25921#p25921</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25920#p25920</link>
			<description><![CDATA[<p>Attached your image here.</p><p>Please see if the &quot;error&quot; is there for all items and if so whether the <strong>item_tax_types</strong> and <strong>item_tax_type_exemptions</strong> tables data are messing up.</p><p>Delete all rate=0 entries in 0_tax_types and 0_tax_group_items tables whilst all 3 records in the 0_tax_groups table can remain as is. You may want to switch the sales_gl_code and purchasing_gl_code to 2150 whilst removing the 2151 and 2152 account codes from the 0_chart_master and suitably fixing the &quot;System and General GL Setup&quot;.</p><p>There should not be any gl-codes in the CoA for zero tax entries.....</p><p>1. Logout.<br />2. Clear browser cache.<br />3. Clear FA cache (<strong>company/#/js_cache/*.js</strong>).<br />4. Login and check.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 02 Aug 2016 13:53:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25920#p25920</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Inquiry - Tax not showing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25919#p25919</link>
			<description><![CDATA[<p>Thanks for your help but everything seems to be already correct. See screenshot below:<br /><a href="https://www.dropbox.com/s/bvm0zvtoajakql0/FA%20taxes%20db.png?dl=0">https://www.dropbox.com/s/bvm0zvtoajakq … b.png?dl=0</a></p>]]></description>
			<author><![CDATA[null@example.com (abatonime)]]></author>
			<pubDate>Tue, 02 Aug 2016 10:38:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25919#p25919</guid>
		</item>
	</channel>
</rss>
