Skip to content

Instantly share code, notes, and snippets.

@sstolz
Last active January 12, 2017 13:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sstolz/6083dd70f460974cf02d25bcd482b0c0 to your computer and use it in GitHub Desktop.
Save sstolz/6083dd70f460974cf02d25bcd482b0c0 to your computer and use it in GitHub Desktop.
TVA intracommunautaire FR
# 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