Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/ua
Commit message (Collapse)AuthorAgeFilesLines
* Fix Ukrainian EDRPOU check digit calculationArthur de Jong2024-03-171-1/+1
| | | | | | | This fixes the case where the weighted sum woud be 10 which should result in a check digit of 0. Closes https://github.com/arthurdejong/python-stdnum/issues/429
* Fix file headersArthur de Jong2023-08-062-2/+2
| | | | | This improves consistency across files and fixes some files that had an incorrect file name reference.
* Use HTTPS in URLs where possibleArthur de Jong2021-02-061-1/+1
|
* Add support for Ukraine РНОКПП numberLeandro Regueiro2021-01-101-0/+87
| | | | | Closes https://github.com/arthurdejong/python-stdnum/pull/242 Closes https://github.com/arthurdejong/python-stdnum/issues/117
* Add support for Ukraine ЄДРПОУ numberLeandro Regueiro2021-01-102-0/+116
Closes https://github.com/arthurdejong/python-stdnum/pull/242 Closes https://github.com/arthurdejong/python-stdnum/issues/117