The following parameters are needed for VAT declaration.
1. Define a VAT handling code
See About working with VAT for detailed instructions.
2. Create a description for a VAT prefix/box combination.
This combination is used in the VAT box rules table.
- Select the Work with VAT box descriptions menu item.
- On VAT box description table maintenance, click Add.
- You access the detail panel. Complete the following fields:
- VAT prefix
- Enter the VAT prefix for this combination.
- VAT box number
- Enter the VAT box for this combination.
- Description
- Enter a description of the VAT prefix/box combination.
Click OK.
3. Define a rule for a VAT prefix/box combination
In the rule, you define which values should be summarized in the box and how. For example, the amounts from the VAT transaction file marked with the report number you specify for the rule will be added to or deducted from the box amount (depending on the value defined in field Sign +/- for the rule). See the Operators and signs section below for more details.
Since it is possible that transactions entered for one trader country has influence on VAT declarations of several countries, the setup of the VAT boxes and the VAT box rules is based on the VAT prefix. The VAT prefix is normally the same as the ISO country code, but this is not always the case.
- Select the Work with VAT box rules menu item.
- On VAT box rule table maintenance, click Add.
- You access VAT box rule table maintenance. The following fields are mandatory:
- Trader country
- The default is the system country. If you change to another country, then the system checks your company’s VAT registration number in Work with countries for that country.
- System identity
- Enter the code for the system identity. You can use the codes for G/L, A/R or A/P, depending on the basis for the VAT calculation.
- Report number
- Enter the VAT report number. The amounts from the VAT transaction file marked with this report number will be added to or deducted from the box amount (depending on the value defined in field Sign +/-).
- VAT prefix
- Enter the VAT prefix. The prefix is used together with the VAT box number, and the combination must be defined in the VAT box description table.
- VAT box number
- Enter the VAT box number for which this rule is valid. The box number must exist for the VAT prefix entered above. The combination of prefix and box number is defined in the VAT box description table.
- Sign (x/-)
- Enter + if the amount found with this rule must be added to the total amount. If you enter -, or leave the field blank, then the amount will be subtracted.
Click OK.
4. Define a check rule for a VAT prefix/box combination
The check rule is verified when printing the VAT declaration. The system validates if the amounts reported in the VAT boxes fulfill the defined rule.
- Select the Work with VAT box check rules menu item.
- On Work with VAT box check rules, click Add.
- You access the detail panel. Complete the following fields:
- VAT prefix
- Enter the VAT prefix for which the VAT box check rule is valid.
- Sequence number
- Enter a unique number to identify the priority or sequence of the VAT box check rule.
- Description
- Enter the description of the VAT box check rule.
- Rule
- Enter the rule details.
- A rule is defined for a single country only. If the VAT prefix of the rule is BE, then the rule should only contain the boxes defined for BE in the VAT box description table.
- It is mandatory to use the XYYZZ representation, where X stands for Box, which is always B, YY stands for the VAT prefix, e.g. BE, and ZZ stands for the Box number, e.g. 01.
- Active
- Indicate if you want to activate the VAT box check rule.
Rule example:
The sum of 6 percent of Box 1, 12 percent of Box 2 and 21 percent of Box 3 should be less than or equal to the value in Box 54 plus 62.
Note: The percentage codes must be defined in Work with percentages. The code determines the percentage, which is calculated.
This rule is expressed as follows:
(BBE01*%06) + (BBE02*%12) + (BBE03*%21) <=BBE54 + 62 |
Operators and signs
The following operators and signs can be used when defining a rule:
Operators/Signs | Description |
---|---|
= | Equal to |
< | Less than |
> | Greater than |
<= | Less than or equal to |
>= | Greater than or equal to |
<> | Not equal to |
– | Minus |
+ | Plus |
* | Multiply |
/ | Divide |
% | Percentage. Must be preceded by the signs * or /. For example, (BBE01*%06) signifies 6 percent of Box 1. |
. | Decimal point. For example, (BBE01+6.5) signifies 6.5 added to Box 1. |
, | Comma used as Decimal point. For example, (BBE01+6,5) signifies 6.5 added to Box 1. |
() | Parenthesis. For example, (BBE01*%06.5)+(BBE02*%06.5)=(BBE10*%0.2). It is used to distinguish the separate calculations enclosed in a rule. Make sure it is started and ended properly. |
Click OK. Exit the routine.