018897: UK Vat EU sales figures Box 6 and Box 8

Country Specific VAT is not enabled by default.

Please email Development for more information.
Note: there will be additional costs involved if this option is enabled.

Overview

Changes to the EU VAT returns have been added specifically for those using Country Specific VAT.

Specification

Modifications have been made to ensure Country VAT recorded sales are included in the EU figures making up Box 6 and Box 8 on the UK VAT Return.

Notes:

  1. These figures do not affect the VAT payable figures (box 5) at all; only the statistical figures reported to HMRC about EU Sales.
  2. These changes are not retrospective and will only apply to newly posted transactions.
  3. As of 8.188 onwards the reference / customer information for transactions covered by this development will show the customer information rather than blank.
  4. As of 8.189 onwards, customers can opt out of this information being recorded using the option Country VAT EC Sales Excluded in [ System Values | Accounts | General ]. This option will disable this development for all *new* transactions only, any previously generated transactions will still be recorded and reported upon. The changes for the development were made upon the advice of HMRC and only affect the "sales" figures reported to HMRC , they do not affect the values being paid / credit to HMRC in UK Tax.

Configuration

No configuration is required, beyond applying the update.

Usage

Steps for usage include:

  1. Create a Sales Order for an EU customer.
  2. Add an item that incurs EU VAT, see How To: Setup Country Specific VAT for more information.
  3. Process the Sales Order and Issue it in the Sales Invoice Manager.
  4. Open the [ Accounts | Tax (VAT) | Tax Register ].
    1. When reporting on Country UK (None in the dropdown), the entries now appear in the EC Tax Register (as Net values)
    2. The total Net Amount can be reported to HMRC from the UK VAT Return dialog. This is shown in Box 6: 'Total of sales and other output excluding any VAT' and Box 8: 'Total of all supplies of goods and related costs to other EC Member States:
      VAT Return
  5. If filtering on a specific country the system will show the individual entries which can then be committed using the right-click menu option Commit Tax Return.
    France - VAT Return

SQL Report

This new behaviour can be confirmed by changing the date on this following SQL query:

select * from ledger_taxregister where date_entered > '01-AUG-2019'


New EU Sales Invoices will have two entries in this table. One non EC and one EC. The EC entry has 'EC-' prefixed to the ledger_id and EC_transaction is True (-1).

Did you find this article helpful?