Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/be
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong2021-02-061-5/+5
|
* Update database filesArthur de Jong2021-01-111-8/+6
|
* Expanded validation for BE VAT numbersJonas Geuens2020-11-071-1/+1
| | | | | | Specifically invalidated all-zero numbers Closes https://github.com/arthurdejong/python-stdnum/pull/240
* Update database filesArthur de Jong2020-08-091-5/+6
|
* Update database filesArthur de Jong2020-01-181-4/+4
|
* Update database filesArthur de Jong2019-10-271-19/+28
| | | | | The BIC for some former Record Bank accounts (now ING Belgium) was changed from HBKABE22 to BBRUBEBB (that of ING).
* 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
* Update database filesArthur de Jong2019-03-101-6/+5
|
* Get files ready for 1.10 release1.10Arthur de Jong2018-10-141-18/+19
|
* Get files ready for 1.9 release1.9Arthur de Jong2018-04-141-2/+3
|
* Update the flake8 ignore listArthur de Jong2018-02-142-2/+1
| | | | | | | | | | | | Re-enable the flake8 test for unused imports by explicitly marking imports for namespace purposes. This allows us to remove a few unused imports. A few more cleanups that allow us to reduce the number of ignored flake8 ignored tests. The remaining ignored tests are now documented. Ignore a flake8 warning about print statements because we use print in the update scripts.
* Add test for Belgian IBANsArthur de Jong2018-02-111-1/+2
| | | | | | | | | This adds a test for IBANs that were found online together with a BIC code to test the IBAN to swift code mapping. This also supports some extra separators in IBAN and BIC numbers and fixes a check digit calculation issue in the Belgian account number check digits.
* Add support for Belgian IBAN formatArthur de Jong2018-02-102-0/+288
| | | | | | | This adds further checks to the country-specific part of the IBAN for Belgian IBANs. Closes https://github.com/arthurdejong/python-stdnum/issues/62
* Docstring improvementsArthur de Jong2017-09-111-4/+3
|
* Provide businessid as an aliasArthur de Jong2016-10-142-3/+10
| | | | | The Belgian company number or enterprise number (ondernemingsnummer) is the new name for what was previously the VAT number.
* Implement validate() for Belgian numbersArthur de Jong2013-06-081-8/+23
|
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-261-1/+1
| | | | | | usable format git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
* give all packages a descriptionArthur de Jong2012-02-191-0/+21
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@152 9dea7c4f-944c-4273-ac1a-574ede026edc
* add missing testArthur de Jong2012-02-111-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@118 9dea7c4f-944c-4273-ac1a-574ede026edc
* clean up numbers starting with (0)Arthur de Jong2012-02-111-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@117 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a BTW, TVA, NWSt (Belgian VAT number) moduleArthur de Jong2012-02-102-0/+56
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@109 9dea7c4f-944c-4273-ac1a-574ede026edc