Formerly called Brazilian Ids.
This module adds CPF and CNPJ validation functionalities for CCK fields.
CPF and CNPJ are tax registration numbers granted to individuals (CPF) and companies (CNPJ) by the Brazilian ministry of revenue.
Learn more about them at wikipedia, CPF and CNPJ
Drupal 6
Coloque campos de CPF e CNPJ tanto no perfil de seus visitantes como em qualquer conteúdo usando o CCK. Ele valida os números e ainda formata.
Drupal 7
It adds 3 new widgets to the text field type at the Field UI.
They are:
CPF - Accepts only valid tax number of individuals
CNPJ - Accepts only valid tax number of companies
CPF / CNPJ - Accepts either one as long as it is a valid number
The view format display are done as followed:
CPF - 000.000.000-00
CNPJ - 00.000.000/0000-00
It also adds 3 new field types for the Form API.
They are:
number_cpf, number_cnpj and number_cnpj_cpf