arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
484 stars 203 forks source link

Add support for new Indonesian (NPWP) VAT #432

Closed Smolations closed 1 week ago

Smolations commented 2 months ago

Here's one of several sources indicating that a new mandatory Indonesian NPWP will soon be the standard (mid-2024). Just a heads up. 😎

arthurdejong commented 1 week ago

Thanks for the notification. I added support for the NIK in 5aeaeff and extended the NPWP check to support either the NIK or a 16 digit format with a leading 0 in e951dac (the 15 digit format is also still accepted).