Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/cr
Commit message (Collapse)AuthorAgeFilesLines
* Pad with zeroes in a more readable mannerLeandro Regueiro2022-11-131-3/+3
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/340
* Put long line flake8 ignores in files instead of globallyArthur de Jong2022-08-131-1/+1
| | | | | | | | We have some long URLs in the code (mostly in docstrings) and wrapping them does not improve readability (and is difficult in docstrings) so the E501 ignore is now put inside each file instead of globally. Closes https://github.com/arthurdejong/python-stdnum/pull/302
* Add missing vat alias for Costa RicaLeandro Regueiro2020-03-071-0/+1
|
* Add Costa Rica foreigners identification numberLeandro Regueiro2019-06-241-0/+92
| | | | | Part of https://github.com/arthurdejong/python-stdnum/issues/141 Closes https://github.com/arthurdejong/python-stdnum/pull/140
* Add Costa Rica Cédula de IdentidadLeandro Regueiro2019-06-241-0/+105
| | | | Closes https://github.com/arthurdejong/python-stdnum/issues/139
* Add Costa Rica TIN numberLeandro Regueiro2019-06-242-0/+124
Closes https://github.com/arthurdejong/python-stdnum/issues/109