Last active
January 12, 2017 13:51
-
-
Save sstolz/6083dd70f460974cf02d25bcd482b0c0 to your computer and use it in GitHub Desktop.
TVA intracommunautaire FR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Calcul GRATUIT et pour tous du numéro de TVA intracom français | |
# !! le contrôle de ces clés n'implique pas l'existence réelle du numéro de TVA intracommunautaire !! | |
# Source : https://fr.wikipedia.org/wiki/Code_Insee#Le_num.C3.A9ro_de_TVA_Intracommunautaire | |
SIREN=111222333 && echo "FR $(echo '(12 + (3*(${SIREN} % 97))) % 97' | bc) ${SIREN}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment