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

controllo_cf.png


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

controllo_cf.png




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 :D
 

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 :confused::mad:
 

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 :confused: is more than enough. Synthesis in the library make sure your tax code is correct, through some algorithms issued by the italian state.
 
Top