Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/nz
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong2021-02-061-2/+3
|
* Update database filesArthur de Jong2021-01-111-26/+22
|
* Update database filesArthur de Jong2020-08-091-18/+17
|
* Add missing vat alias for New ZealandLeandro Regueiro2020-05-161-0/+3
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/202
* Update database filesArthur de Jong2020-01-181-18/+9
|
* Update database filesArthur de Jong2019-10-271-24/+15
| | | | | The BIC for some former Record Bank accounts (now ING Belgium) was changed from HBKABE22 to BBRUBEBB (that of ING).
* Add New Zealand IRD numberLeandro Regueiro2019-06-091-0/+102
| | | | | Closes https://github.com/arthurdejong/python-stdnum/pull/112 Closes https://github.com/arthurdejong/python-stdnum/issues/104
* Use an internal isdigits() function instead of str.isdigit()Arthur de Jong2019-04-291-2/+2
| | | | | | | | | | | The problem with the latter is that it will also accept all kinds of unicode digits that are not the ASCII 0-9 digits causing all kinds of problems in check digit calculations. Some of these unicode characters are also considered digits by int() but some are not (such as the SUPERSCRIPT TWO unicode character). Closes https://github.com/arthurdejong/python-stdnum/issues/96
* Add New Zealand bank account numberArthur de Jong2019-03-103-0/+2516