Library to parse and validate EDRPOU (unique 8-digit number that identifies legal entities in Ukraine registered in the official business register) and ITIN (unique identification number assigned to individuals for tax purposes) https://hexdocs.pm/ukraine_tax_id
Go to file
Danil Negrienko 4dbc942929 Cover for epub and authors in mix.exs 2024-12-28 20:43:59 -05:00
assets Cover for epub and authors in mix.exs 2024-12-28 20:43:59 -05:00
lib Added main module to analize format of tax_id and define EDRPOU or ITIN 2024-12-28 20:10:01 -05:00
test Added main module to analize format of tax_id and define EDRPOU or ITIN 2024-12-28 20:10:01 -05:00
.formatter.exs Library skeleton 2024-12-10 00:20:08 -05:00
.gitignore Library skeleton 2024-12-10 00:20:08 -05:00
.iex.exs Commons and EDRPOU basic functionality (parser (but complete only), checksum with test coverage) 2024-12-11 03:02:07 -05:00
LICENSE Initial commit 2024-12-10 04:45:10 +00:00
README.md Added main module to analize format of tax_id and define EDRPOU or ITIN 2024-12-28 20:10:01 -05:00
mix.exs Cover for epub and authors in mix.exs 2024-12-28 20:43:59 -05:00
mix.lock Library skeleton 2024-12-10 00:20:08 -05:00

README.md

UkraineTaxidEx

Library to parse and validate EDRPOU (unique 8-digit number that identifies legal entities in Ukraine registered in the official business register) and ITIN (unique identification number assigned to individuals for tax purposes)

Installation

The package can be installed by adding ukraine_tax_id to your list of dependencies in mix.exs:

def deps do
  [
    {:ukraine_tax_id, "~> 0.1.3"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ukraine_tax_id.