Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Баг в функциях is_ogrn и is_ogrnip #10

Open
Nosterx opened this issue Dec 10, 2024 · 1 comment
Open

Баг в функциях is_ogrn и is_ogrnip #10

Nosterx opened this issue Dec 10, 2024 · 1 comment

Comments

@Nosterx
Copy link

Nosterx commented Dec 10, 2024

            and left((left(str, 14)::bigint % 13)::text, 1) = right(str, 1)

должно быть

            and RIGHT((left(str, 14)::bigint % 13)::text, 1) = right(str, 1)

так как в контрольной сумме используется младший разряд

Ч (13-й знак) — контрольное число: младший разряд остатка от деления предыдущего 12-значного числа на 11, если остаток от деления равен 10, то контрольное число равно 0 (нулю).

@rin-nas
Copy link
Owner

rin-nas commented Dec 11, 2024

Спасибо, исправил.
Есть возможность дополнить тесты несколькими реальными ОГРН и ОГРНИП?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants