Download & Extend

Releases for Brazilian Tax Number Fields

brazilian_ids 7.x-1.x-dev

Download Size md5 hash
brazilian_ids-7.x-1.x-dev.tar.gz 7.99 KB b4968a18d683ce559ae31eacbf01a259
brazilian_ids-7.x-1.x-dev.zip 8.57 KB 5bf3a7954cb452fc362ded7ba1e2e347
Last updated: August 30, 2011 - 00:05
Development snapshot from branch: 7.x-1.x

Release notes

This module 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

Learn more about these Brazilian tax numbers at wikipedia:
CPF and CNPJ

The view format display are done as followed:
CPF - 999.999.999-99
CNPJ - 99.999.999/9999-99

This module also adds 3 new field types for the Form API.
They are:
number_cpf, number_cnpj and number_cnpj_cpf

So, developers can easily build form elements of Brazilian Tax Number types. For example:

  $form['my_cpf_field'] = array(
    '#type' => 'number_cpf',
    '#title' => t('CPF'),
  );
  $form['my_cnpj_field'] = array(
    '#type' => 'number_cnpj',
    '#title' => t('CNPJ'),
  );
  $form['my_cnpj_cpf_field'] = array(
    '#type' => 'number_cnpj_cpf',
    '#title' => t('CNPJ or CPF'),
  );

And that's it! You are done.

brazilian_ids 7.x-1.0-alpha1

Download Size md5 hash
brazilian_ids-7.x-1.0-alpha1.tar.gz 8 KB 6c243ebdcfa145ee8c714c9b6eeced14
brazilian_ids-7.x-1.0-alpha1.zip 8.57 KB 48f22acf51faedecd7bdcc891ce45185
Last updated: August 29, 2011 - 23:01
Official release from tag: 7.x-1.0-alpha1

Release notes

This module 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

Learn more about these Brazilian tax numbers at wikipedia:
CPF and CNPJ

The view format display are done as followed:
CPF - 999.999.999-99
CNPJ - 99.999.999/9999-99

This module also adds 3 new field types for the Form API.
They are:
number_cpf, number_cnpj and number_cnpj_cpf

So, developers can easily build form elements of Brazilian Tax Number types. For example:

  $form['my_cpf_field'] = array(
    '#type' => 'number_cpf',
    '#title' => t('CPF'),
  );
  $form['my_cnpj_field'] = array(
    '#type' => 'number_cnpj',
    '#title' => t('CNPJ'),
  );
  $form['my_cnpj_cpf_field'] = array(
    '#type' => 'number_cnpj_cpf',
    '#title' => t('CNPJ or CPF'),
  );

And that's it! You are done.

brazilian_ids 6.x-1.0-beta5

brazilian_ids 6.x-1.0-beta4

Download Size md5 hash
brazilian_ids-6.x-1.0-beta4.tar.gz 13.76 KB 6da0dd1f1a477f3ed369ea3fd4ca4dc6
brazilian_ids-6.x-1.0-beta4.zip 17.3 KB 2976cf5f0d7e6eab590f59ecb39f86ff
Last updated: December 24, 2010 - 22:34
Official release from tag: 6.x-1.0-beta4

Release notes

#681968: Hidden field on user registration page
#680338: Label and empty mask is viewed when field is empty

Other improvements:
- adds support to setting field weight
- removes option to customization of form category name
- updates translations
- updates the README.txt file

brazilian_ids 6.x-1.0-beta3

Download Size md5 hash
brazilian_ids-6.x-1.0-beta3.tar.gz 13.44 KB 9f97e1e9c1caa0daae2e162bd1708197
brazilian_ids-6.x-1.0-beta3.zip 17.02 KB 953917d64c1aca58b53709ac70d56b74
Last updated: December 24, 2010 - 22:34
Official release from tag: 6.x-1.0-beta3

Release notes

#676036: Doesn't show the field when creating a node

Improvements:
- fixes CCK fields, all code was rewrite to work with content.module.
- fixes errors in display of fields in the users profile
- updates translations
- updates the README.txt file

brazilian_ids 6.x-1.0-beta2

Download Size md5 hash
brazilian_ids-6.x-1.0-beta2.tar.gz 12.19 KB a05ae1641ded9e4c7e6d3bd9fa7a6c9a
brazilian_ids-6.x-1.0-beta2.zip 15.64 KB fcc79e5182d7615e11213e7eb4ebc801
Last updated: December 24, 2010 - 22:34
Official release from tag: 6.x-1.0-beta2

Release notes

#658596: Enable all fields causes redundancy of information

brazilian_ids 6.x-1.0-beta1

Download Size md5 hash
brazilian_ids-6.x-1.0-beta1.tar.gz 11.68 KB 2b03ee6077e1dad8350e28e2d5965aef
brazilian_ids-6.x-1.0-beta1.zip 14.98 KB 72b1050ac8a3ec1fe6ac17c1340fec5d
Last updated: December 24, 2010 - 22:34
Official release from tag: 6.x-1.0-beta1

Release notes

Improvements:
* include POT file and pt_BR translations
* add README.txt file
* compatibility with Drupal coding standards

brazilian_ids 6.x-1.x-dev

Download Size md5 hash
brazilian_ids-6.x-1.x-dev.tar.gz 12.33 KB 962239e16efe0b37cd5b1902ce39d2cc
brazilian_ids-6.x-1.x-dev.zip 14.19 KB 51ddde397896a7e9a0c757dc7c64ccaf
Last updated: February 25, 2011 - 07:28
Development snapshot from branch: 6.x-1.x

Release notes

* New features: #657788: Compatibility with D6

brazilian_ids 5.x-1.2

Download Size md5 hash
brazilian_ids-5.x-1.2.tar.gz 9.37 KB 7d35c3f5d40cc2eac448060ef4ae76c1
brazilian_ids-5.x-1.2.zip 10.99 KB c814156e61c1f350117932183063deae
Last updated: December 24, 2010 - 22:34
Official release from tag: 5.x-1.2

Release notes

Bugs fixed:
* The form fields were duplicated
* Several bug fixes and new features (I must tell: i simply dont remember what i did here. :P)

New features:
* brazilianids.check.inc will be responsible for validate the validate the values
* You can now choose if you want that fields to be required
* You can now choose if you want that fields to be displayed during user registration

brazilian_ids 5.x-1.1

Download Size md5 hash
brazilian_ids-5.x-1.1.tar.gz 9.12 KB 30672f5b1a30b3dc665029d4b0c82d25
brazilian_ids-5.x-1.1.zip 10.41 KB 1149f9043abb4bb318a4c8bb12455b2f
Last updated: December 24, 2010 - 22:34
Official release from tag: 5.x-1.1

Release notes

You can now select if you want to enable either CPF or CNPJ or both on user profile.

brazilian_ids 5.x-1.0

Download Size md5 hash
brazilian_ids-5.x-1.0.tar.gz 9.11 KB 9aeeb1200d5ffc153b820fea9c78e24b
brazilian_ids-5.x-1.0.zip 10.41 KB 68d284a06cfe7704e09ef8e6af994bf6
Last updated: December 24, 2010 - 22:34
Official release from tag: 5.x-1.0

Release notes

First commit. It allow users to add Brazilian CPF and CNPJ into their profiles and as a CCK field.
***
Primeira versão. Este módulo permite aos usuários adicionar o CPF e o CNPJ nos perfis de usuários e como campos CCK.

Subscribe with RSS Syndicate content
nobody click here