Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_al_nipt.doctest
Commit message (Collapse)AuthorAgeFilesLines
* Fix file headersArthur de Jong2023-08-061-1/+1
| | | | | This improves consistency across files and fixes some files that had an incorrect file name reference.
* Fix Albanian tax number validationArthur de Jong2023-03-181-81/+39
| | | | | | | | | | | | | | | This extends the description of the Albanian NIPT (NUIS) number with information on the structure of the number. The first character was previously limited between J and L but this letter indicates a decade and the number is also used for individuals to where it indicates a birth date. Thanks Julien Launois for pointing this out. Source: https://www.oecd.org/tax/automatic-exchange/crs-implementation-and-assistance/tax-identification-numbers/Albania-TIN.pdf Fixes 3db826c Closes https://github.com/arthurdejong/python-stdnum/pull/402
* Switch to HTTPS URLsArthur de Jong2017-04-131-2/+2
|
* Add Albanian NIPT (VAT) numberArthur de Jong2015-04-231-0/+178
Partially based on the implementation in the vatnumber module. Some valid numbers appear to start with an L so those are allowed as well.