User RolesAdmin✗ Staff contributor✗ External Contributor✗ Pulse user

The reconciliation 'Information regarding the declaration' is only available in the full version of the Corporate Tax.


Table of contents

Attach Documents

Add necessary documents to the corporate tax return. Use the paperclip icon to attach PDF files that you want to send along with the return. Note: the category 'Reports to and decisions of the general meeting' is marked in red because it is a mandatory attachment. Ensure that you attach a file here.

  • You can attach only one PDF file per paperclip with a maximum size of 5 MB. 
  • No documents are automatically linked from another part of Silverfin; you must first create the necessary exports. This precaution ensures that you export the exact documents and have them signed by your client before reattaching them here.

Contact Information Recording

Record the information for the Biztax contact person. If you want your office's details to be filled in by default, an admin user from your office can set this at the office level. Follow the configuration instructions below.

Configuration of Contact Information

It is possible to have your office's details automatically filled in through configuration. This prevents you from having to re-enter the information for each file. Below, you'll find how to set this up:

  1. Navigate to Templates > Reconciliations, then select 'Information regarding the declaration' at the office level.
  2. Scroll to the configuration field at the bottom of the page. Here, you will link your details to the template.
  3. Copy the section below and paste it into the configuration field as shown in the example above. Fill in the desired information between the quotation marks and save the data.
{% assign type_contact_conf = "CT" %}
{% assign last_name_conf = "Jannsens" %}
{% assign first_name_conf = "Jan" %}
{% assign function_contact_conf = "Accountant" %}
{% assign street_conf = "Gaston Crommenlaan" %}
{% assign number_conf = "12" %}
{% assign box_conf = "A" %}
{% assign zipcode_conf = "9000" %}
{% assign city_conf = "Ghent" %}
{% assign country_conf = "BE" %}
{% assign phone_fax_conf = "Phone" %}
{% assign phoneorfax_conf = "+32 9 352 00 17" %}
{% assign email_conf = "support@silverfin.com" %}

In your file, this setting would look as follows:

Selection Fields

Some fields require different settings because they function through a dropdown menu. Here, you should not enter literal texts, but rather codes that provide the desired outcome.

Below you will find which code to use on each line to achieve the desired result:

Type of contact

Example: {% assign type_contact_conf = "CT" %}

CodeENNLFR
BSData from social balanceGegevens van de sociale balansDonnées du bilan social
CAData from annual accountsGegevens van de jaarrekeningDonnées des comptes annuels
CTData from tax returnGegevens van de aangifte inkomstenbelastingDonnées de la déclaration à l'impôt sur les revenus

Country

This is a very extensive table. Therefore, we refer you to the separate list of countries, which you can find at the bottom of the article. Here is the code for Belgium:

Example: {% assign country_conf = "BE" %}

CodeENNLFR
BEBelgiumBelgiëBelgique

Phone or Fax

Example: {% assign phone_fax_conf = "Phone" %}

CodeENNLFR
PhonePhoneTelefoonTéléphone
FaxFaxFaxFax

Different configuration options for company information in Corporate Tax.

As an office, you can choose to create different office options within the contact information, which can then be selected in each individual file.

To enable this option, you need to follow these steps:

  1. Navigate to Templates > Reconciliations, then select 'Information regarding the declaration' at the office level.
  2. Scroll to the configuration field at the bottom of the page. Here, you will link your details to the template.

  3. Copy the section below and paste it into the configuration field as shown in the example above.
    {% if period.fiscal_year > 2020 %}
    {% assign multiple_offices = true %}

    {% assign filing_office_options = "Gent|Londen|Mont-Saint-Guibert" %}
    {% assign filing_office_option_values = "1|2|3"%}
    {% assign filing_office_default = "1" %}

    {% assign type_contact_conf_1 = "CT" %}
    {% assign last_name_conf_1 = "Jannsens" %}
    {% assign first_name_conf_1 = "Jan" %}
    {% assign function_contact_conf_1 = "Gecertificeerd belastingadviseur" %}
    {% assign street_conf_1 = "Gaston Crommenlaan" %}
    {% assign number_conf_1 = "12" %}
    {% assign box_conf_1 = "" %}
    {% assign zipcode_conf_1 = "9000" %}
    {% assign city_conf_1 = "Gent" %}
    {% assign country_conf_1 = "BE" %}
    {% assign phone_fax_conf_1 = "Phone" %}
    {% assign phoneorfax_conf_1 = "+32 9 352 00 17" %}
    {% assign email_conf_1 = "support@silverfin.com" %}

    {% assign type_contact_conf_2 = "CT" %}
    {% assign last_name_conf_2 = "Doe" %}
    {% assign first_name_conf_2 = "John" %}
    {% assign function_contact_conf_2 = "Gecertificeerd belastingadviseur" %}
    {% assign street_conf_2 = "Old Street Yard" %}
    {% assign number_conf_2 = "1" %}
    {% assign box_conf_2 = "" %}
    {% assign zipcode_conf_2 = "EC1Y 8AF" %}
    {% assign city_conf_2 = "Londen" %}
    {% assign country_conf_2 = "UK" %}
    {% assign phone_fax_conf_2 = "Phone" %}
    {% assign phoneorfax_conf_2 = "+44 2080 684 007" %}
    {% assign email_conf_2 = "support@silverfin.com" %}

    {% assign type_contact_conf_3 = "BS" %}
    {% assign last_name_conf_3 = "Anna" %}
    {% assign first_name_conf_3 = "Peeters" %}
    {% assign function_contact_conf_3 = "Gecertificeerd belastingadviseur" %}
    {% assign street_conf_3 = "Rue du Fond Cattelain" %}
    {% assign number_conf_3 = "2" %}
    {% assign box_conf_3 = "" %}
    {% assign zipcode_conf_3 = "1435" %}
    {% assign city_conf_3 = "Mont-Saint-Guibert" %}
    {% assign country_conf_3 = "BE" %}
    {% assign phone_fax_conf_3 = "Phone" %}
    {% assign phoneorfax_conf_3 = "+010 75 06 00" %}
    {% assign email_conf_3 = "support@silverfin.com" %}
    {% endif %}
  4. {% assign filing_office_options = "Gent|Londen|Mont-Saint-Guibert" %}
    Here, you specify between the quotation marks which offices can be selected. You are free to determine the names of these offices or persons in the variables. Note that the use of quotation marks (" ") and pipes (|) is necessary for the code to function correctly.
  5. {% assign filing_office_option_values = "1|2|3"%}
    Here, you add the number of options. In this example, there are 3 options (Ghent, London, and Mont-Saint-Guibert). You would add 1|2|3 between the quotation marks.
  6. Using {% assign filing_office_default = "1" %}, you determine which option is selected by default. In this example, option 1 is chosen, so the contact information for Ghent is displayed by default.
  7. Complete the details of the offices between the quotation marks in the correct order.
ATTENTION! If you have already added the configuration for previous years (as indicated above) and you wish to switch to different offices, you should precede the new configuration with {% if period.fiscal_year > 2020 %} and end it with {% endif %}.


List of Countries:

CodeENNLFR
ADAndorraAndorraAndorre
AEUnited Arab EmiratesVerenigde Arabische EmiratenÉmirats arabes unis
AFAfghanistanAfghanistanAfghanistan
AGAntigua and BarbudaAntigua en BarbudaAntigua-et-Barbuda
AIAnguillaAnguillaAnguilla
ALAlbaniaAlbaniëAlbanie
AMArmeniaArmeniëArménie
ANDutch AntillesNederlandse AntillenAntille Néerlandais
AOAngolaAngolaAngola
AQAntarcticaAntarcticaAntarctique
ARArgentinaArgentiniëArgentine
ASAmerican SamoaAmerikaans-SamoaSamoa américaines
ATAustriaOostenrijkAutriche
AUAustraliaAustraliëAustralie
AWArubaArubaAruba
AXAland IslandsÅlandÎles Åland
AZAzerbaijanAzerbeidzjanAzerbaïdjan
BABosnia and HerzegovinaBosnië-HerzegovinaBosnie-Herzégovine
BBBarbadosBarbadosBarbade
BDBangladeshBangladeshBangladesh
BEBelgiumBelgiëBelgique
BFBurkina FasoBurkina FasoBurkina Faso
BGBulgariaBulgarijeBulgarie
BHBahrainBahreinBahreïn
BIBurundiBurundiBurundi
BJBeninBeninBénin
BLSaint BarthelemySaint-BarthélemySaint-Barthélemy
BMBermudaBermudaBermudes
BNBrunei DarussalamBruneiBrunei
BOBolivia (Plurinational State of)BoliviaBolivie
BQBonaire, Sint Eustatius and SabaCarabisch NederlandPays-Bas caribéens
BRBrazilBraziliëBrésil
BSBahamasBahamasBahamas
BTBhutanBhutanBhoutan
BVBouvet IslandBouveteilandÎle Bouvet
BWBotswanaBotswanaBotswana
BYBelarusWit-RuslandBiélorussie
BZBelizeBelizeBelize
CACanadaCanadaCanada
CCCocos (Keeling) IslandsCocoseilandenÎles Cocos
CDCongo (Democratic Republic of the)Congo-KinshasaRépublique démocratique du Congo
CFCentral African RepublicCentraal-Afrikaanse RepubliekRépublique centrafricaine
CGCongoCongo-BrazzavilleRépublique du Congo
CHSwitzerlandZwitserlandSuisse
CICote d IvoireIvoorkustCôte d Ivoire
CKCook IslandsCookeilandenÎles Cook
CLChileChiliChili
CMCameroonKameroenCameroun
CNChinaChinaChine
COColombiaColombiaColombie
CRCosta RicaCosta RicaCosta Rica
CUCubaCubaCuba
CVCabo VerdeKaapverdiëCap-Vert
CWCuraçaoCuraçaoCuraçao
CXChristmas IslandChristmaseilandÎle Christmas
CYCyprusCyprusChypre (pays)
CZCzechiaTsjechiëTchéquie
DEGermanyDuitslandAllemagne
DJDjiboutiDjiboutiDjibouti
DKDenmarkDenemarkenDanemark
DMDominicaDominicaDominique
DODominican RepublicDominicaanse RepubliekRépublique dominicaine
DZAlgeriaAlgerijeAlgérie
ECEcuadorEcuadorÉquateur (pays)
EEEstoniaEstlandEstonie
EGEgyptEgypteÉgypte
EHWestern SaharaWestelijke SaharaRépublique arabe sahraouie démocratique
EREritreaEritreaÉrythrée
ESSpainSpanjeEspagne
ETEthiopiaEthiopiëÉthiopie
FIFinlandFinlandFinlande
FJFijiFijiFidji
FKFalkland Islands (Malvinas)FalklandeilandenMalouines
FMMicronesia (Federated States of)MicronesiaMicronésie (pays)
FOFaroe IslandsFaeröerles Féroé
FRFranceFrankrijkFrance
GAGabonGabonGabon
GBUnited Kingdom of Great Britain and Northern IrelandVerenigd KoninkrijkRoyaume-Uni
GDGrenadaGrenadaGrenade (pays)
GEGeorgiaGeorgiëGéorgie (pays)
GFFrench GuianaFrans-GuyanaGuyane
GGGuernseyGuernseyGuernesey
GHGhanaGhanaGhana
GIGibraltarGibraltarGibraltar
GLGreenlandGroenlandGroenland
GMGambiaGambiaGambie
GNGuineaGuineeGuinée
GPGuadeloupeGuadeloupeGuadeloupe
GQEquatorial GuineaEquatoriaal-GuineaGuinée équatoriale
GRGreeceGriekenlandGrèce
GSSouth Georgia and the South Sandwich IslandsZuid-GeorgiaGéorgie du Sud-et-les Îles Sandwich du Sud
GTGuatemalaGuatemalaGuatemala
GUGuamGuamGuam
GWGuinea-BissauGuinee-BissauGuinée-Bissau
GYGuyanaGuyanaGuyana
HKHong KongHongkongHong Kong
HMHeard Island and McDonald IslandsHeard en McDonaldeilandenÎles Heard-et-MacDonald
HNHondurasHondurasHonduras
HRCroatiaKroatiëCroatie
HTHaitiHaïtiHaïti
HUHungaryHongarijeHongrie
IDIndonesiaIndonesiëIndonésie
IEIrelandIerlandIrlande (pays)
ILIsraelIsraëlIsraël
IMIsle of ManManÎle de Man
INIndiaIndiaInde
IOBritish Indian Ocean TerritoryBrits Indisch OceaanterritoriumTerritoire britannique de l océan Indien
IQIraqIrakIrak
IRIran (Islamic Republic of)IranIran
ISIcelandIJslandIslande
ITItalyItaliëItalie
JEJerseyJerseyJersey
JMJamaicaJamaicaJamaïque
JOJordanJordaniëJordanie
JPJapanJapanJapon
KEKenyaKeniaKenya
KGKyrgyzstanKirgiziëKirghizistan
KHCambodiaCambodjaCambodge
KIKiribatiKiribatiKiribati
KiKiribatiSaint Kitts en NevisKiribati
KMComorosComorenComores (pays)
KPKorea (Democratic Peoples Republic of)Noord-KoreaCorée du Nord
KRKorea (Republic of)Zuid-KoreaCorée du Sud
KWKuwaitKoeweitKoweït
KYCayman IslandsKaaimaneilandenÎles Caïmans
KZKazakhstanKazachstanKazakhstan
LALao Peoples Democratic RepublicLaosLaos
LBLebanonLibanonLiban
LCSaint LuciaSaint LuciaSainte-Lucie
LILiechtensteinLiechtensteinLiechtenstein
LKSri LankaSri LankaSri Lanka
LRLiberiaLiberiaLiberia
LSLesothoLesothoLesotho
LTLithuaniaLitouwenLituanie
LULuxembourgLuxemburgLuxembourg (pays)
LVLatviaLetlandLettonie
LYLibyaLibiëLibye
MAMoroccoMarokkoMaroc
MCMonacoMonacoMonaco
MDMoldova (Republic of)MoldaviëMoldavie
MEMontenegroMontenegroMonténégro
MFSaint Martin (French part)Sint-MaartenSaint-Martin
MGMadagascarMadagaskarMadagascar
MHMarshall IslandsMarshalleilandenÎles Marshall (pays)
MKMacedonia (the former Yugoslav Republic of)MacedoniëMacédoine (pays)
MLMaliMaliMali
MMMyanmarMyanmarBirmanie
MNMongoliaMongoliëMongolie
MOMacaoMacauMacao
MPNorthern Mariana IslandsNoordelijke MarianenÎles Mariannes du Nord
MQMartiniqueMartiniqueMartinique
MRMauritaniaMauritaniëMauritanie
MSMontserratMontserratMontserrat
MTMaltaMaltaMalte
MUMauritiusMauritiusMaurice (pays)
MVMaldivesMaldivenMaldives
MWMalawiMalawiMalawi
MXMexicoMexicoMexique
MYMalaysiaMaleisiëMalaisie
MZMozambiqueMozambiqueMozambique
NANamibiaNamibiëNamibie
NCNew CaledoniaNieuw-CaledoniëNouvelle-Calédonie
NENigerNigerNiger
NFNorfolk IslandNorfolkÎle Norfolk
NGNigeriaNigeriaNigeria
NINicaraguaNicaraguaNicaragua
NLNetherlandsNederlandPays-Bas
NONorwayNoorwegenNorvège
NPNepalNepalNépal
NRNauruNauruNauru
NUNiueNiueNiue
NZNew ZealandNieuw-ZeelandNouvelle-Zélande
OMOmanOmanOman
PAPanamaPanamaPanama
PEPeruPeruPérou
PFFrench PolynesiaFrans-PolynesiëPolynésie française
PGPapua New GuineaPapoea-Nieuw-GuineaPapouasie-Nouvelle-Guinée
PHPhilippinesFilipijnenPhilippines
PKPakistanPakistanPakistan
PLPolandPolenPologne
PMSaint Pierre and MiquelonSaint-Pierre en MiquelonSaint-Pierre-et-Miquelon
PNPitcairnPitcairneilandenÎles Pitcairn
PRPuerto RicoPuerto RicoPorto Rico
PSPalestinePalestinaPalestine
PTPortugalPortugalPortugal
PWPalauPalauPalaos
PYParaguayParaguayParaguay
QAQatarQatarQatar
RERéunionRéunionLa Réunion
RORomaniaRoemeniëRoumanie
RSSerbiaServiëSerbie
RURussian FederationRuslandRussie
RWRwandaRwandaRwanda
SASaudi ArabiaSaoedi-ArabiëArabie saoudite
SBSolomon IslandsSalomonseilandenSalomon
SCSeychellesSeychellenSeychelles
SDSudanSoedanSoudan
SESwedenZwedenSuède
SGSingaporeSingaporeSingapour
SHSaint Helena, Ascension and Tristan da CunhaSint-HelenaSainte-Hélène, Ascension et Tristan da Cunha
SISloveniaSloveniëSlovénie
SJSvalbard and Jan MayenSpitsbergen en Jan MayenSvalbard et ile Jan Mayen
SKSlovakiaSlowakijeSlovaquie
SLSierra LeoneSierra LeoneSierra Leone
SMSan MarinoSan MarinoSaint-Marin
SNSenegalSenegalSénégal
SOSomaliaSomaliëSomalie
SRSurinameSurinameSuriname
SSSouth SudanZuid-SoedanSoudan du Sud
STSao Tome and PrincipeSao Tomé en PrincipeSao Tomé-et-Principe
SVEl SalvadorEl SalvadorSalvador
SXSint Maarten (Dutch part)Sint MaartenSaint-Martin
SYSyrian Arab RepublicSyriëSyrie
SZSwazilandSwazilandSwaziland
TCTurks and Caicos IslandsTurks- en CaicoseilandenÎles Turks-et-Caïcos
TDChadTsjaadTchad
TFFrench Southern TerritoriesFranse Zuidelijke en Antarctische GebiedenTerres australes et antarctiques françaises
TGTogoTogoTogo
THThailandThailandThaïlande
TJTajikistanTadzjikistanTadjikistan
TKTokelauTokelauTokelau
TLTimor-LesteOost-TimorTimor oriental
TMTurkmenistanTurkmenistanTurkménistan
TNTunisiaTunesiëTunisie
TOTongaTongaTonga
TRTurkeyTurkijeTurquie
TTTrinidad and TobagoTrinidad en TobagoTrinité-et-Tobago
TVTuvaluTuvaluTuvalu
TWTaiwan, Province of ChinaTaiwanTaïwan / (République de Chine (Taïwan))
TZTanzania, United Republic ofTanzaniaTanzanie
UAUkraineOekraïneUkraine
UGUgandaOegandaOuganda
UMUnited States Minor Outlying IslandsKleine afgelegen eilanden van de Verenigde StatenÎles mineures éloignées des États-Unis
USUnited States of AmericaVerenigde StatenÉtats-Unis
UYUruguayUruguayUruguay
UZUzbekistanOezbekistanOuzbékistan
VAVatican CityVaticaanstadSaint-Siège (État de la Cité du Vatican)
VCSaint Vincent and the GrenadinesSaint Vincent en de GrenadinesSaint-Vincent-et-les Grenadines
VEVenezuela (Bolivarian Republic of)VenezuelaVenezuela
VGVirgin Islands (British)Britse MaagdeneilandenÎles Vierges britanniques
VIVirgin Islands (U.S.)Amerikaanse MaagdeneilandenÎles Vierges des États-Unis
VNViet NamVietnamViêt Nam
VUVanuatuVanuatuVanuatu
WFWallis and FutunaWallis en FutunaWallis-et-Futuna
WSSamoaSamoaSamoa
YEYemenJemenYémen
YTMayotteMayotteMayotte
ZASouth AfricaZuid-AfrikaAfrique du Sud
ZMZambiaZambiaZambie
ZWZimbabweZimbabweZimbabwe