B4A Library Check Codice Fiscale Library

This library checks the validity of the tax code for the country Italy. The library is a container of the algorithm made available at the official site of the state.

http://www.agenziaentrate.gov.it/wp...o+per+il+controllo+formale+del+codice+fiscale

Questa Libreria può essere utilizzata per Controllare se il Codice Fiscale è esatto



ControlloCodiceFiscale
Author:
Devil-App
Version: 1
  • ControlloCodiceFiscale
    Methods:
    • UCheckDigit (g As String)
      Inserire il codice Fiscale da Verificare.
      Example:<code>
      Dim check As ControllocodiceFiscale
      check.UCheckDigit("MCAXXXXXXXXXXX") '<--- Inserire il Codice Fiscale da Verificare
      Log(check.controllaCorrettezza) ' <--- Se True è corretto </code>
    • controllaCorrettezza As Boolean
      Verifica se il Codice Fiscale inserito è corretto
      Example:<code>
      Dim check As ControllocodiceFiscale
      check.UCheckDigit("MCAXXXXXXXXXXX") '<--- Inserire il Codice Fiscale da Verificare
      Log(check.controllaCorrettezza) ' <--- Se True è corretto </code>

La libreria non è Free. Hai bisogno di donare 5€ per prelevare la stessa.

***************
This library can be used to verify if the Codice Fiscale is correct





ControlloCodiceFiscale
Author:
Devil-App
Version: 1
  • ControlloCodiceFiscale
    Methods:
    • UCheckDigit (g As String)
      Inserire il codice Fiscale da Verificare.
      Example:<code>
      Dim check As ControllocodiceFiscale
      check.UCheckDigit("MCAXXXXXXXXXXX") '<--- Inserire il Codice Fiscale da Verificare
      Log(check.controllaCorrettezza) ' <--- Se True è corretto </code>
    • controllaCorrettezza As Boolean
      Verifica se il Codice Fiscale inserito è corretto
      Example:<code>
      Dim check As ControllocodiceFiscale
      check.UCheckDigit("MCAXXXXXXXXXXX") '<--- Inserire il Codice Fiscale da Verificare
      Log(check.controllaCorrettezza) ' <--- Se True è corretto </code>

The library is not free. You need to donate 5€ to get the library.
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
The library is not free. You need to donate 5€ to get the library.
We need at least to know what the hell the library does... It´s all Italian i can read here (seeing, not understanding ;-)). So you could write it in chinese or suaheli too. Dont know them either
 

MarcoRome

Expert
Licensed User
Longtime User
Hi DonMandred
yes is so ... verify that TAX CODE ( Codice Fiscale ) is right or no.
This is exclusively Italian. We Italians for the taxes we are very very strong
 

MarcoRome

Expert
Licensed User
Longtime User
Yes you are right and if you see i write: "This library can be used to verify if the tax code is correct" ... This for those who know the subject of taxation in Italy is more than enough. Synthesis in the library make sure your tax code is correct, through some algorithms issued by the italian state.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…